@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/* common */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: subpixel-antialiased;
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul, li {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c7c7c7;
    margin: 1em 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}

li {
    list-style: none;
}

img {
    border: 0 none;
    max-width: 100%;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.dp-none {
	display: none;
}

form {
    min-width: auto;
}

input[type="image"] {
    border: 0 none;
}

button, input[type="submit"] {
    cursor: pointer;
    border: 0 none;
}

button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

body {
    background-color: #ffffff;
    word-wrap: break-word;
    word-break: break-all;
    zoom: 1;
    -webkit-text-size-adjust: 100%;
}

html:lang(en) body {
    word-break: keep-all;
}

body, th, td, input, select, textarea, button {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    color: #222;
}

a {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    text-decoration: none;
	color: #222;
}

body .text-align-center,
body .txt-center {
    text-align: center;
}

body .txt-left {
    text-align: left;
}

body .txt-right {
    text-align: right;
}

body .display-inline-block {
    display: inline-block;
}

body .vertical-align-center {
    vertical-align: center;
}

body .vertical-align-top {
    vertical-align: top;
}

body .display-flex {
    display: flex;
}

body .align-items-center {
    align-items: center;
}

body .full-box {
    width: 100%;
}

body .half-box {
    width: 50%;
}

body .mr10 {
	margin-right: 10px;
}

body .mr30 {
	margin-right: 30px;
}

body .mt10 {
    margin-top: .625rem;
}

body .mt15 {
    margin-top: .9375rem;
}

body .mt20 {
    margin-top: 1.25rem;
}

body .mb10 {
    margin-bottom: .625rem;
}

body .mb15 {
    margin-bottom: .9375rem;
}

body .mb20 {
    margin-bottom: 1.25rem;
}

body .mb30 {
    margin-bottom: 1.875rem;
}

body .mb40 {
    margin-bottom: 2.5rem;
}

body .mb50 {
    margin-bottom: 3.125rem;
}

body .mb60 {
    margin-bottom: 3.75rem;
}

body .mb80 {
    margin-bottom: 5rem;
}

body .mb100 {
    margin-bottom: 6.25rem;
}

body .mb120 {
    margin-bottom: 7.5rem;
}

body .mb30-minus {
    margin-bottom: -1.875rem;
}

body .floatR {
	float: right;
}

.posit-rel {
	position: relative;
}

body .font-mont {
    font-family: "montserrat", sans-serif;
    word-break: keep-all;
}

body .fc-white {
    color: #fff;
}

body .fc-black {
    color: #000;
}

body .fz16 {
    font-size: 1rem;
}

body .fz18 {
    font-size: 1.125rem;
}

body .fz20 {
    font-size: 1.25rem;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
}

* {
    -webkit-text-size-adjust: none
}

.header,
.contents,
.footer {
    width: 100%;
}

.container {
    position: relative;
    width: 100%;
	max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    *zoom: 1;
}

@media (max-width: 1160px) {
	.container {
		width: 90%;
	}
}

.container:after {
    display: block;
    content: " ";
    clear: both;
}

body:not(#intro) .con_wrapper {margin-top:84px;}

#intro .con_wrapper {
    padding-bottom: 70px;
	background: #f8f8f8;
}

@media (min-width: 1001px) {
	#intro .con_wrapper {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 30px;
		padding-bottom: 100px;
	}
}

#intro .body {
	padding: 20px;
	background-color: #fff;
}
@media (min-width: 1001px) {
	#intro .body {
		padding: 80px;
	}
}

.header {
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1000;
	width: 100%;
    height: 84px;
	/* height: 405px; */
	background: #f5f8f6;
}

body:not(#intro) .header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 84px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.header.searchon {
    background-image: url("../images/header_bg_search.png");
}

.header .container {
	width: 100%;
	max-width: 1820px;
}

.header__a-join-wrap {
	position: absolute;
    top: 19px;
    right: 54px;
	display: inline-block;
	display: flex;
	align-items: center;
	height: 47px;
	padding: 0 8px;
	border: 1px solid #d2d2d2;
	border-radius: 40px;
	background-color: #fff;
}

.header__a-join-wrap ul {
	padding: 0 18px;
}

 .header__a-join-wrap .login-name + div ul {
	padding: 0 18px 22px;
}

.header__a-join-wrap>div {
	position: relative;
}

.header__a-join-wrap li {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
}

.header__a-join-wrap li a {
	font-size: 0;
}

.header__a-join-wrap li:not(:last-child) {
	position: relative;
}

.header__a-join-wrap li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -5px;
	display: block;
	width: 1px;
	height: 15px;
	background-color: #868686;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.header__a-join-wrap li * {	
	display: inline-block;
	vertical-align: middle;
}

.header__a-join-wrap .time_extension {
	position: absolute;
    bottom: 4px;
    right: 18px;
	display: block;
    width: calc(100% - 36px);
}

.header__a-join-wrap .time_extension>a {
    display: block;    
	width: 100%;
    padding: 0 5px;
    border: 1px solid #18856a;
    border-radius: 3px;
    background: #fff;		
    text-align: center;
    color: #18856a;
	font-size: 12px;
	line-height: 1.4;
}

.header__a-join-wrap .time_extension>a>span {
    color: #18856a;
	font-weight: 400;
    font-size: 12px;
	line-height: 1.1;
}

.header__a-join-wrap li img {
	margin-right: 5px;
}

.header__a-join span {
	font-weight: 300;
	font-size: 15px;
	color: #464646;
	letter-spacing: -.015em;
}

.login-name {
	display: flex;
	align-items: center;
	height: 33px;
	padding: 0 16px 0 40px;
	background: #f0f0f0 url("/img/common/ico_join_person.png") no-repeat 11px 6px;
	border-radius: 30px;
	font-weight: 300;
	font-size: 14px;
	color: #464646;
	letter-spacing: -.015em;
}

.login-name strong {
	display: inline-block;
	margin-right: 5px;
	font-weight: 700;
}

.logo_wrap {
    position: absolute;
    float: left;
    padding-top: 18px;
    z-index: 3000;
    *zoom: 1;
}

.logo_wrap:after {
    display: block;
    content: " ";
    clear: both;
}

a.main_logo {
    float: left;
    display: block;
    z-index: 3000;
}

a.main_logo img {
    padding-left: 10px;
}

a.main_logo img.big {
    display: none;
}

.gnb_wrap {
    position: relative;
    width: 100%;
    *zoom: 1;
}

.gnb_wrap:after {
    display: block;
    content: " ";
    clear: both;
}

.gnb_parent {
    display: block;
    position: relative;
}

.gnb {
    float: right;
    width: 100%;
	max-width: 1820px;
	padding-right: 230px;
	padding-left: 238px;
	font-size: 0;
	text-align: center;
    *zoom: 1;
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
	.gnb {
		padding-right: 400px;
	}
}

.gnb:after {
    display: block;
    content: " ";
    clear: both;
}


@media (min-width: 1001px) {
	.gnb>li {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

	.gnb>li.last {
		display: none;
		background-image: none;
	}

	.gnb>li:hover>ul {
		background: #fff;
		border-top: 4px solid #49a762;
	}

	.gnb>li>a {
		display: block;
		color: #232323;
		text-align: center;
		font-size: 19px;
		font-weight: 400;
		padding: 0 45px;
		font-family: 'Noto Sans KR', sans-serif;
		letter-spacing: -.02em;
		line-height: 84px;
	    font-weight: bold;
	    position: relative;
	    top: 10px;
	}

	.gnb>li>a.on {
		color: #49a762;
		background-repeat: no-repeat;
		background-position: center 100%;
	}
}

@media (min-width: 1001px) and (max-width: 1200px) {
	.gnb>li>a {		
		padding: 0 20px;
		font-size: 17px;
	}
}


@media (min-width: 1001px) {
	.gsub {
		position: absolute;
		top: 84px;
		left: 0;
		display: none;
		width: 100%;
		height: 321px;
		padding-top: 24px;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	}

	.gsub.on {
		background-color: #ffffff;
	}

	.gsub>li:not(:last-child) {
		margin-bottom: 10px;
	}

	.gsub>li>a {
		display: block;
		font-size: 16px;
		line-height: 1.6;
		color: #575757;
		letter-spacing: -.02em;
		text-align: center;
	}

	.gsub>li>a:hover,
	.gsub>li>a:focus {
		text-decoration: underline;
	}
}
@media (min-width: 1001px) and (max-width: 1200px) {
	.gsub>li>a {		
		font-size: 15px;
	}
}

a.gnb_toggle_btn {
    position: absolute;
    top: 19px;
    right: 0;
	width: 47px;
	height: 47px;
	background: url('/img/common/btn_sitemap.png') no-repeat center center/contain;
}

a.gnb_toggle_btn.on {
	z-index: 3002;
	background: url('/img/common/btn_sitemap_close.png') no-repeat center center/contain;
}

a.search_btn {
    position: absolute;
    top: 19px;
    right: 52px;
	width: 47px;
	height: 47px;
	background: url('/img/common/btn_srch.png') no-repeat center center/contain;
}

a.search_btn.on {
	z-index: 3002;
	background: url('/img/common/btn_srch_close.png') no-repeat center center/contain;
}

.search_container {
    position: absolute;
    top: 64px;
	right: 52px;
    z-index: 3002;
	display: none;
	float: right;    
	width: 520px;
	padding: 22px 24px;
	background: #464646;
}

@media (max-width: 1000px) {
	.search_container {
		right: 0;
		max-width: 100%;
	}
}

.search_container.on {
	z-index: 3002;
	display: block;
}

.searchon .search_container {
    display: block;
}

.search_container .inputArea {
    position: relative;
    width: 465px;
    margin: 0 auto;
    height: 44px;	
	border-radius: 10px;
    *zoom: 1;
}

.search_container .inputArea:after {
    display: block;
    content: " ";
    clear: both;
}

.srch-para {
	margin-bottom: 10px;
}

.srch-para * {
	display: inline-block;
	vertical-align: middle;
}

.srch-para span {
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
	letter-spacing: -.02em;
}

.search_container .inputArea input {
    width: 100%;
    background: #fff;
    border: 0px;
    height: 44px;
	padding: 5px 20px;
    float: left;
    border-bottom: 1px solid #8a8a8a;
    -webkit-appearance: none;
	appearance: none
    -webkit-border-radius: 5px;
	border-radius: 5px;	
    line-height: 44px;
}

.search_container .inputArea .btnSearch {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 44px;
	background: #49a762;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 44px;
    text-align: center;
    font-size: 17px;
	color: #fff;
	letter-spacing: -.02em;
}

.search_container .btnSearchClose {
    display: block;
    position: absolute;
    top: 13px;
    right: 2px;
    z-index: 10;
    background: url(/images/searchclose_btn.png) no-repeat left bottom;
    width: 23px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
}

.gnb-open {
	position: absolute;
	top: 64px;
	z-index: 3002;
	display: none;
	width: 100%;
	padding: 57px 24px 90px;
	border: 3px solid #49a762;
	background: #fff;
	text-align: center;
}

.gnb-open.on {
	display: block;
}

.gnb-open>li {
	display: inline-block; 
	width: 19%;
	max-width: 206px;
	padding: 45px 30px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dfdfdf;
	border-radius: 10px;
}

.gnb-open>li:nth-child(1) {
	background: url('/img/common/bg_gnb_menu_01.png') no-repeat bottom right;
}

.gnb-open>li:nth-child(2) {
	background: url('/img/common/bg_gnb_menu_02.png') no-repeat bottom right;
}

.gnb-open>li:nth-child(3) {
	background: url('/img/common/bg_gnb_menu_03.png') no-repeat bottom right;
}

.gnb-open>li:nth-child(4) {
	background: url('/img/common/bg_gnb_menu_04.png') no-repeat bottom right;
}

.gnb-open>li:nth-child(5) {
	background: url('/img/common/bg_gnb_menu_05.png') no-repeat bottom right;
}

.gnb-open>li:not(:last-child) {
	margin-right: 1%;
}

.gnb-open>li a {
	display: block;
}

.gnb-open>li>a {
	margin-bottom: 16px;
	font-size: 22px; 
	color: #232323;
	letter-spacing: -.02em;
}

.gnb-open .depth2>li>a {
	font-size: 15px;
	color: #4a4a4a;
	letter-spacing: -.02em;
}

.gnb-open .depth2>li>a:hover {
	text-decoration: underline;
}

.gnb-open .depth2>li:not(:last-child)>a {
	margin-bottom: 10px;
}

.bg-black {
	position: fixed;
	z-index: 3001;
	top: 0;
	right: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.bg-black.on {
	display: block;
}


.nav {
    /*float:right;*/
    position: absolute;
    top: 0;
    right: 0;
    *zoom: 1;
}

.nav:after {
    display: block;
    content: " ";
    clear: both;
}

.nav>li {
    float: left;
    background-image: url("../images_old/lnb_bg.png");
    background-repeat: repeat-x;
    background-position: 0 0;
}

.nav>li.first {
    background-image: url("../images_old/lnb_bg_first.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.nav>li.last {
    background-image: url("../images_old/lnb_bg_last.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.nav>li>a {
    display: block;
    color: #656e80;
    padding: 0 22px;
    line-height: 19px;
    font-size: 12px;
    padding-bottom: 3px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: underline;
}

#main .contents {
    position: relative;
    padding-top: 120px;
    padding-bottom: 90px;
    background-image: url('../images/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#main .contents img.main_bg {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 768px;
    height: auto;
    width: 100%;
}

@media screen and (max-width:768px) {
    #main .contents img.main_bg {
        left: 50%;
        margin-left: -389px;
    }
}

.section01, .section02, .section03 {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    *zoom: 1;
}

.section01:after, .section02:after, .section03:after {
    display: block;
    content: " ";
    clear: both;
}

.section03 {
    margin-bottom: 0;
}

.main_box {
    float: left;
    width: 660px;
    *zoom: 1;
}

.main_box:after {
    display: block;
    content: " ";
    clear: both;
}

.main_box>li {
    float: left;
    width: 50%;
}

.main_box>li>a {
    display: block;
    padding: 6px;
}

.main_box .b1 a {
    background-image: url('../images/main_bbtn.jpg');
    color: #ffffff;
}

.main_box .b2 a {
    background-image: url('../images/main_bbtn02.jpg');
    color: #ffffff;
}

.main_box .b3 a {
    background-image: url('../images/main_bbtn03.jpg');
    color: #000000;
}

.main_box .b4 a {
    background-image: url('../images/main_bbtn04.jpg');
    color: #000000;
}

.main_box>li>a span {
    display: block;
    height: 123px;
    line-height: 123px;
    font-weight: bold;
    box-sizing: border-box;
    padding-right: 30px;
    font-size: 18px;
    /**/
    font-size: 20px;
    letter-spacing: -0.35px;
    /* font-family:'Spoqa Han Sans', 'Sans-serif'; */
    /*font-family: 'KoPub Dotum';*/
    background-repeat: no-repeat;
    background-position: right center;
    text-indent: -999999px;
}

.main_box .b1 a span {
    background-image: url('/images/t1.png');
}

.main_box .b2 a span {
    background-image: url('/images/t2.png');
}

.main_box .b3 a span {
    background-image: url('/images/t3.png');
}

.main_box .b4 a span {
    background-image: url('/images/t4.png');
}

.main_box>li>a:hover,
.main_box>li>a:focus {
    padding: 0;
}

.main_box>li>a:hover span,
.main_box>li>a:focus span {
    line-height: 123px;
    height: 135px;
}

.main_box>.b1 a:hover span,
.main_box>.b1 a:focus span {
    border: 6px solid #0e7ba7;
}

.main_box>.b2 a:hover span,
.main_box>.b2 a:focus span {
    border: 6px solid #d65116;
}

.main_box>.b3 a:hover span,
.main_box>.b3 a:focus span {
    border: 6px solid #e1a504;
}

.main_box>.b4 a:hover span,
.main_box>.b4 a:focus span {
    border: 6px solid #70b504;
}

.edu_intro {
    float: left;
    box-sizing: border-box;
    border: 4px solid #26ace2;
    background-image: url('../images/edu_list.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 270px;
    width: 320px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.edu_intro dl dt {
    padding: 10px 0 5px 0;
}

.edu_intro dl dt a {
    display: block;
    background-image: url('../images/plus_g.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 24px;
    line-height: 26px;
    color: #26ace2;
    font-weight: bold;
}

.edu_intro dl dd {
    width: 100%;
    margin-left: -5px
}

.edu_intro dl dd a {
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #9e9ea0;
    font-weight: bold;
    color: #636466;
    padding: 3px 0 2px 5px;
}

.edu_intro dl dd a:hover,
.edu_intro dl dd a:focus {
    color: #ffffff;
    background-image: url('../images/edu_list_hover.jpg');
    padding-right: 18px;
    background-position: right center;
    background-repeat: no-repeat;
}

/* section02 */
.banner_slider_wrap {
    float: left;
    width: 560px;
    margin-right: 20px;
}

.banner_slider_wrap .slide {
    height: 200px;
    width: 100%;
    box-sizing: border-box;
}

.banner_slider_wrap .slide01 {
    background-image: url('../images/main_banner_01.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    padding-top: 50px;
    padding-left: 30px;
    position: relative;
}

.banner_slider_wrap .slide01 span.tit {
    display: block;
    font-size: 32px;
    line-height: 1.2;
    color: #025f84;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

.banner_slider_wrap .slide01 .txt {
    font-size: 16px;
    line-height: 18px;
    color: #3e3e3e;
    margin-bottom: 15px;
}

.banner_slider_wrap .slide01 a.btn {
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    background-color: #1971d4;
    border-radius: 3px;
    padding: 10px 20px;
}

.slick-dots {
    bottom: 0;
    text-align: right;
    z-index: 1000;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button {
    width: 5px;
    height: 5px;
    background-color: #464646; 
    opacity: 1;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #35a26b; 
    opacity: 1;
}

.slick-dots li button:before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    content: '';
    opacity: 1;
}

.notice_wrap {
    float: left;
    width: 420px;
    box-sizing: border-box;
    border: 1px solid #e6e7e8;
    padding: 15px;
    background-color: #ffffff;
    height: 200px;
    max-height: 200px;
    overflow-y: hidden;
}

.notice_wrap dl dt a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #414042;
    border-bottom: 2px solid #f1f2f2;
    padding-bottom: 3px;
    margin-bottom: 3px;
    background-image: url('../images/plus_g.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.notice_wrap dl dd a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 28px;
    color: #636466;
    padding-left: 10px;
    background-image: url('../images/blt_br.jpg');
    background-repeat: no-repeat;
    background-position: 3px 12px;
    *zoom: 1;
}

.notice_wrap dl dd a:after {
    display: block;
    content: " ";
    clear: both;
}

.notice_wrap dl dd a .date {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #a7a9ac;
}

.notice_wrap dl dd a:hover,
.notice_wrap dl dd a:focus {
    text-decoration: underline;
}

/* //section02 */
.banner_btn {
    *zoom: 1;
}

.banner_btn:after {
    display: block;
    content: " ";
    clear: both;
}

.banner_btn li {
    float: left;
    background-image: url('../images/bg_ptn_w.jpg');
    background-repeat: repeat;
    box-sizing: border-box;
    border: 1px solid #e6e7e8;
    width: 320px;
    margin-right: 20px;
}

/*
============= li:focus 이슈로 페이지 내 스크립트 처리
.banner_btn li:hover {background-image:url('../images/bg_ptn_br.jpg');}
.banner_btn li:focus {background-image:url('../images/bg_ptn_br.jpg');}
============= */
.banner_btn li.bn03 {
    margin-right: 0;
}

.banner_btn li a {
    display: block;
    height: 80px;
    padding-left: 120px;
    padding-top: 28px;
    background-repeat: no-repeat;
    background-position: 11px center;
}

.banner_btn li.bn01 a {
    background-image: url('../images/main_icon01.png');
}

.banner_btn li.bn02 a {
    background-image: url('../images/main_icon02.png');
}

.banner_btn li.bn03 a {
    background-image: url('../images/main_icon03.png');
}

.banner_btn li a .tit {
    font-size: 16px;
    color: #333132;
    line-height: 20px;
    font-weight: bold;
}

.banner_btn li a .txt {
    font-size: 12px;
    color: #414042;
    letter-spacing: -0.35px;
    line-height: 16px;
}

.banner_btn li a.on .tit,
.banner_btn li a.on .txt {
    color: #ffffff;
}

/* footer */
.footer {
    position: relative;
    background-color: #4b5056;
}

.footer-top {
    border-bottom: 1px solid #3f444a;
}

@media (max-width: 767px) {
	.footer-top {
		border-bottom: none;
	}
	.footer-top>.container {
		width: 100%;
        padding-top: 60px;
    }

    .footer-top__ul--info {
        width: 100%;
        text-align: center;
    }
}

.footer-top__ul--info li {
    display: inline-block;
}

.footer-top__ul--info li a {
    position: relative;
    display: block;
    padding: 18px 8px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -.02em;
}

.footer-top__ul--info li:not(:last-of-type) a:after {
    content: "";
    position: absolute;
    top: 25px;
    right: -1px;
    display: block;
    width: 1px;
    height: 14px;
    background: #707377;
}

.footer-top__ul--info li a span.tit {
    font-weight: 350;
    color: #f3743c;
}

.btn-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1002;
    display: block;
    width: 40px;
    height: 40px;
    background: #49a762;
	opacity: 0;
	transition: opacity .3s;
    color: #fff;
}

/* 패밀리사이트 */
.lang_select {
    position: relative;
}

.lang_select>a {
    display: block;
    width: 210px;
    height: 60px;
}

.lang_sel_div {
    display: none;
    background-color: #3f444a;
    position: relative;
    top: -183px;
    left: 0px;
    width: 100%;
}

.lang_sel_div>ul>li {
    position: relative;
    margin-top: -1px;
    border: 1px solid #a4a4a4;
}

.lang_sel_div>ul>li>a {
    display: block;
    line-height: 22px;
    padding: 9px 0px 9px 24px;
    color: #ffffff;
}

.sel_op>a:hover,
.sel_op>a:focus {
    background-color: #a4a4a4;
}

.lang_select {
    position: relative;
    z-index: 1001;
    display: block;    
    width: 210px;
    height: 60px;
    float: right;
    background-color: #3f444a;
    background-image: url("/img/common/footer_site_arrow.png");
    background-repeat: no-repeat;
    background-position: 90% center;    
    font-weight: 300;    
    font-size: 16px;
    color: white;
}

.lang_select>a>span {
    display: block;
    padding: 18px 24px;
    font-size: 16px;
    color: white;
}

.lang_select select {
    background: transparent;
    width: 100%;
    width: 100%;
    height: 30px;
    min-height: 30px;
    line-height: 40px;
    padding: 0 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE 8 */
}

.lang_select .sel_op {
    /*padding:0 10px;*/
}

.footer-bottom {
    padding: 40px 0;
}

.footer .footer_logo {
    float: left;
    margin-right: 30px;
}

.footer-info {
    position: relative;
    float: left;
    width: 620px;
    *zoom: 1;
}

@media (max-width: 767px) {
    .footer-info {
        width: 100%;
    }
}

.footer-info:after {
    display: block;
    content: " ";
    clear: both;
}

.footer-info>li {
    color: #dde1e8;
    font-size: 12px;
    line-height: 22px;
    color: #c4c4c4;
}

.footer-info>li>a {
    color: #c4c4c4;
}

.footer-info>.logo {
    float: left;
    margin-right: 30px;
    padding-top: 5px;
}

.footer-info>.person_info {
    position: absolute;
    right: 115px;
    top: 0;
}

.footer-info>.person_info>a {
    display: block;
    float: right;
    height: 30px;
    width: 110px;
    padding: 0 12px;
    font-weight: 600;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    background-color: #696969;
    border: 1px solid #505050;
    position: relative;
    white-space: nowrap;
}

.footer-info>.person_info>a:hover, .footer-info>.person_info>a:focus {
    background-color: #858585;
}

.footer-info>.contact_info {
    position: absolute;
    right: 0;
    top: 0;
}

.footer-info>.contact_info>a {
    display: block;
    float: right;
    height: 30px;
    width: 70px;
    padding: 0 12px;
    font-weight: 600;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    background-color: #696969;
    border: 1px solid #505050;
    position: relative;
    white-space: nowrap;
}

.footer-info>.contact_info>a:hover, .footer-info>.contact_info>a:focus {
    background-color: #858585;
}

.footer-info>.company {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}

.footer-info>.company span.font-mont {
    font-weight: 300;
}


.footer-info>.company span:not(.font-mont) {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .footer-info>.company span:not(.font-mont) {
        display: inline-block;
        width: 100%;
    }
}

.footer-info>.copy {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,.6);
    letter-spacing: .02em;
}

.footer-info>.copy span.font-mont {
    font-weight: 400;
}

.footer2 {
    position: absolute;
    background-image: url("../images_old/footer_bg.png");
    background-repeat: repeat;
    height: 100px;
    bottom: 0;
    width: 100%;
}

.footer2>.container {
    padding-top: 23px;
    position: relative;
}



/* 기타 */
.color_blue {
    color: #126db7;
}

.color_red {
    color: #eb2a2e;
}

.text_uppercase {
    text-transform: uppercase;
}

/* 플러그인 적용 취소 */
.slick-slider {
    margin-bottom: 0;
}

/* intro page */
#intro .header,
#intro .contents,
#intro .footer_intro {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    *zoom: 1;
}

#intro .header:after,
#intro .contents:after,
#intro .footer_intro:after {
    display: block;
    content: " ";
    clear: both;
}

#intro {
	width: 100%;
    min-height: 860px;
    /*background-image:url('/images/intro/intro_total_bg.jpg'); background-repeat:no-repeat; background-position:center 0; background-size:cover;*/
}

#intro .container {
    position: relative;
    width: 100%;
	max-width: 1490px;
    margin: 0 auto;
    *zoom: 1;
}

#intro .container:after {
    display: block;
    content: " ";
    clear: both;
}

#intro .header {
    position: static;
    text-align: center;
    height: auto;
    background: none;
}
@media (min-width: 1001px) {
	#intro .header {
	    margin-bottom: 30px;
	}
}
 
#intro h1 {
	text-align: left;
}

#intro .header a.logo {
	position: relative;
    display: inline-block;
	box-sizing: border-box;
}

/*
#intro .header a.logo .logo_img {
    width: 164px;
}
*/
@media (min-width: 1920px) {
	#intro .header a.logo .logo_img {
		transform: translateX(-50%);
	}
}


#intro .header a .para_fighting {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	#intro .header a.logo .logo_img {
		width: 66%;
	}

	#intro .header a .para_fighting {
		width: 30%;
	}
}

#intro .header .title {
    font-size: 36px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333132;
    line-height: 1.2;
    font-weight: bold;
}

.intro_icons {
    height: 180px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 2px solid #b4d333;
    *zoom: 1;
}

.intro_icons:after {
    display: block;
    content: " ";
    clear: both;
}

.intro_icons>li {
    position: absolute;
    top: 0;
}

.intro_icons>li.cc1 {
    left: 0;
}

.intro_icons>li.cc2 {
    left: 50%;
    margin-left: -90px;
}

.intro_icons>li.cc3 {
    right: 0;
}

.intro_icons>li>a {
    display: block;
    width: 180px;
    height: 180px;
    text-align: center;
    color: #ffffff;
    background-image: url('/images/intro/intro_icon_bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.intro_icons>li>a:hover,
.intro_icons>li>a:focus {
    background-image: url('/images/intro/intro_icon_bg_on.png');
}

.intro_icons>li>a>img {
    display: block;
    margin: 0 auto;
    padding-top: 25px;
}

.intro_icons>li>a>span.t1 {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
    font-weight: bold;
}

.intro_icons>li>a>span.t2 {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.intro_notice_wrap {
    width: 667px;
    height: 192px;
    margin-top: 30px;
    background-image: url('/images/intro/intro_notice_bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

dl.intro_notice {
    width: 625px;
    margin: 0 auto;
}

.intro_notice dt {
    padding-top: 20px;
    line-height: 1.5;
    border-bottom: 1px solid #d1d3d4;
}

.intro_notice dt a {
    display: block;
    background-image: url('/images/plus_g.png');
    background-repeat: no-repeat;
    background-position: 100% center;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.intro_notice dd {
    padding-left: 10px;
    background-image: url('/images/blt_br.jpg');
    background-repeat: no-repeat;
    background-position: 0 center;
}

.intro_notice dd a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #636466;
    line-height: 24px;
    *zoom: 1;
}

.intro_notice dd a:after {
    display: block;
    content: " ";
    clear: both;
}

.intro_notice dd a .date {
    display: inline;
    float: right;
    font-size: 12px;
    color: #a7a9ac;
    line-height: inherit;
}

.intro_notice dd a:hover,
.intro_notice dd a:focus {
    text-decoration: underline;
}

/*
#intro .footer_intro {
	position:absolute; bottom:0; width:100%; min-width:1100px;
	width:100%; background-color:#f5f5f5; border-top:1px solid #d1d1d1; 
	padding:20px 0; height:auto; text-align:center; color:#5f5f5f; font-size:12px; line-height:14px;
}
@media screen and (max-height:900px){
	#intro .footer_intro {position:relative; margin-top:100px;}
}
*/
#intro .footer_intro {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1100px;
}

@media screen and (max-height:900px), screen and (max-width:767px) {
    #intro .footer_intro {
        position: relative;
        margin-top: 100px;
    }
}

/* 공용 */
span.strong,
a.strong {
    font-weight: bold;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

/************************************************/
/* 클리어 픽스 */
.clx {
    *zoom: 1;
}

.clx:after {
    display: block;
    content: " ";
    clear: both;
}

/* 180111 - renew - ph */
#main .contents {
    background-image: none;
}

.main_visual {
    width: 100%;
    overflow: hidden;
}

.main_visual img.bg {
    max-width: 100%;
    display: block;
    width: 100%;
    display: none;
}

.main_visual>li {
    position: relative;
    max-width: 100%;
    height: 515px;
    background: url("/img/main/main_visual_01.jpg") no-repeat center center/cover;
    box-sizing: border-box;
    text-align: center;
}

@media (max-width: 767px) {
    .main_visual>li {
        height: 400px;
    }
}

.main_visual>li>.cont {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(-50%);
}

.main_visual .cont .tit {
    display: block;
    color: #fff;
    font-size: 58px;
    margin-bottom: 25px;
    font-weight: 500;
}

.main_visual .cont .txt {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .11em;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.main_visual .cont .btn {
    background: rgba(255, 255, 255, .2) url("/img/main/btn_view_curric.png") no-repeat 85% center;
    color: #fff;
    width: 70%;
    max-width: 300px;
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, .6);
    font-size: 20px;
    line-height: 37px;
    font-weight: 500;
    text-align: left;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.main_visual .cont .btn:hover {
    background: rgba(255, 255, 255, .2) url("/img/main/btn_view_curric.png") no-repeat 92% center;
    box-shadow: 0 0 10px rgba(255, 255, 255, .7);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.btnWrap .btn {
    display: inline-block;
    box-sizing: border-box;
}

.eduinfo_wrap {
    position: absolute;
    top: -160px;
	left: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d2d2d4;
}

@media (min-width: 768px) and (max-width: 1000px) {
	.eduinfo_wrap {
		top: -48px;
	}
}

.eduinfo_wrap dl {
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    background-color: #fff;
}

.eduinfo_wrap dl a {
    display: block;
    text-align: center;
    line-height: 1.45em;
}

.eduinfo_wrap dl dt {
	position: relative;
    float: left;
    font-size: 20px;
}

.eduinfo_wrap dl>*:hover,
.eduinfo_wrap dl>*:focus,
.eduinfo_wrap dl>*:active {
    background-color: #49a762;
	color: #fff;
}

.eduinfo_wrap dl dt a {
    color: #232323;
    font-size: 17px;
}

@media (min-width: 1161px) {
	.eduinfo_wrap dl dt a {
	    padding: 24px 30px;
	}
}

/* .eduinfo_wrap dl dt a:after {
    display: inline-block;
    content: " ";
    width: 15px;
    height: 15px;
    background: url("/img/main/btn_plus.png") no-repeat 70% center;
    margin-left: 5px;
} */

.eduinfo_wrap dl dd {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    padding: 0 18px;
    position: relative;
    max-width: 13%;
    white-space: normal;
}

.eduinfo_wrap dl dd a {
    display: inline-block;
    vertical-align: middle;
	font-size: 17px;
    color: #232323;
    font-weight: 400;
    letter-spacing: -.02em;
}
.eduinfo_wrap dl dd a span {
    display: block;
    vertical-align: middle;
	font-size: 14px;
    color: #878585;
    font-weight: 400;
    letter-spacing: -.02em;
}

.eduinfo_wrap dl>*:hover a,
.eduinfo_wrap dl>*:focus a,
.eduinfo_wrap dl>*:active a {
	color: #fff;
}

.eduinfo_wrap dl>* a:after {
    display: block;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18.5px;
    height: 37px;
    border-right: 1px solid #dddddd;
}

.eduinfo_wrap dl dd:last-child a:after {
    display: none;
}

.mquick_wrap {
    margin-bottom: 70px;
}

@media (min-width: 1161px) {
	.mquick_wrap {
		margin-top: -50px;
	}
}

.mquick_wrap ul {
    *zoom: 1;
}

.mquick_wrap ul:after {
    display: block;
    content: " ";
    clear: both;
}

.mquick_wrap ul li {
    float: left;
    width: 16.666666%;
}

.mquick_wrap ul li a {
    display: block;
    font-size: 18px;
    color: #232323;
    letter-spacing: -.02em;
    text-align: center;
}

.mquick_wrap ul li figure {
    position: relative;
    height: 88px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .mquick_wrap ul li figure {
        margin-bottom: 0;
    }
}

.mquick_wrap ul li .icon {
    display: block;
    margin: 0 auto 10px;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url("/images/mquickicon_spr.png");
    background-color: #b4d333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.mquick_wrap ul li:hover .icon {
    background-color: #26ace2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.mquick_wrap ul li .icon01 {
    background-position: 20px 25px;
}

.mquick_wrap ul li .icon02 {
    background-position: 25px -82px;
}

.mquick_wrap ul li .icon03 {
    background-position: 23px -181px;
}

.mquick_wrap ul li .icon04 {
    background-position: 22px -289px;
}

.mquick_wrap ul li .icon05 {
    background-position: 22px -380px;
}

.mquick_wrap ul li .icon06 {
    background-position: 21px -485px;
}

@media (max-width: 767px) {
    .mquick_wrap ul > li p {
		margin-top: 10px;
		font-size: 15px;
	}
}

.border_wrap {
    border: 1px solid #dddddd;
    *zoom: 1;
}

.border_wrap:after {
    display: block;
    content: " ";
    clear: both;
}

.main_news_tit {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 50px;
    font-size: 34px;
    color: #232323;
    text-align: center;
    letter-spacing: -.05em;
}

.main_news_tit:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
	display: block;
	width: 60px;
	height: 1px;
	background: #474747;
	transform: translateX(-50%);
}

.main_news_tit strong {
    font-weight: 500;
    color: #18856a;
}

.news_wrap {
	font-size: 0;
}

.latest_board {
    width: 50%;
    background: #fff;
}

.news_help {
	position: relative;
	display: inline-block;
	width: 50%;
	min-height: 300px;
	padding: 64px 20px;
	background-color: #f3f3f3;
	text-align: center;
}

@media (max-width: 1160px) {
	.latest_board,
	.news_help {
		width: 100%;
	}
}

.news_help a {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

@media (max-width: 767px) {
	.news_help a:not(:last-of-type) {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.news_help a {
		width:30%;		
	}
}

.news_help a * {
	font-family: "Noto Sans KR",sans-serif;
}

.news_help figure {
	margin-bottom: 20px;
	font-size: 0;
}

.news_help h3 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -.01em;
	color: #111;
}

.news_help p {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: -.025em;
	line-height: 1.8;
	color: #111;
}

.news_help button {
	background: none;
}

@media (min-width: 481px) {
    .news_help>img {
        position: absolute;	
        right: 42px;
        bottom: 40px;
    }
}

@media (max-width: 480px) {
    .news_help>img {
        display: block;
        margin: 20px auto 0;
    }
}

.wrap-latest_board {
	margin-top: 20px;
}

#intro .wrap-latest_board {
	display: none;
}

@media (min-width: 1161px) {
	#intro .wrap-latest_board {
		margin-top: 40px;
	}
}

#intro .wrap-latest_board.notice01 {
	display: block;
}

.latest_board {
    position: relative;
	display: inline-block;
    padding-right: 33px;
    box-sizing: border-box;
	vertical-align: top;
}

@media (max-width: 1160px) {
	.latest_board {
		padding-right: 0;
	}
}

.latest_board .tit_box_wrap {
	position: relative;
}
@media (min-width: 1200px) {
	.latest_board .tit_box_wrap {
		padding-right: 72px;
	}
}

.latest_board h2 {
    display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
    font-size: 25px;
    font-weight: bold;
	letter-spacing: -0.63px;
}

.btn-board-change-list {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1160px) {
	.btn-board-change-list {
		margin-top: 20px;
	}
}

.latest_board .btn-board-change-list li {
    position: relative;
    display: inline-block;
	padding-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
	color: #111;
	letter-spacing: -0.16px;
    vertical-align: middle;
	cursor: pointer;
}

.latest_board .btn-board-change-list li:not(:last-of-type) {
	margin-right: 30px;
}

.latest_board .btn-board-change-list .head:not(:last-of-type):before {
    content: "/";
    position: absolute;
    right: -20px;
    bottom: 10px;
    display: block;
    color: #ccc;
}

.latest_board .btn-board-change-list li:hover,
.latest_board .btn-board-change-list li.active {
	color: #232323;
}

.latest_board .btn-board-change-list li:hover:after,
.latest_board .btn-board-change-list li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #229f80;
}

.latest_board>.head .more {
    display: block;
    float: right;
    background-color: #213756;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    border-radius: 10px;
    padding: 0 10px;
}

.latest_board ul li a {
    display: block;
    font-size: 13px;
    color: #666666;
    position: relative;
	line-height: 2.67;
    *zoom: 1;
}

.latest_board ul li:hover a {
    color: #000;
}

.latest_board ul li a:after {
    display: block;
    content: " ";
    clear: both;
}

.latest_board ul li a .tit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 100px;
    font-size: 15px;
    font-weight: 100;
    color: #111;
    letter-spacing: 0;
}

.latest_board ul li a:hover .tit {
	font-weight: 400;
}

.latest_board ul li a .date {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

#main .latest_board {
	padding: 20px;
	border: 1px solid #e5e5e5;
}

#main .latest_board .more {
	top: 20px;
	right: 20px;
}

@media (min-width: 1201px) {
	#main .news_wrap .container {
		display: flex;
		align-items: stretch;
	}

	#main .latest_board {
		padding: 38px 60px;
	}

	#main .latest_board .more {
		top: 42px;
		right: 60px;
	}
}

@media (max-width: 480px) {
	#main #notice_data_list li:first-child .date,
	#main #dataroom_data_list li:first-child .date,
	.latest_board ul li a .date {
		display: none;
	}

	#main #notice_data_list li:first-child .tit, 
	#main #dataroom_data_list li:first-child .tit,
	.latest_board ul li a .tit {
		padding-right: 0;
		font-size: 15px;
	}
}

#main #notice_data_list li:first-child,
#main #dataroom_data_list li:first-child {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #c0c0c0;
}

#main #notice_data_list li:first-child .tit,
#main #dataroom_data_list li:first-child .tit {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
}

#main #notice_data_list li:first-child .date,
#main #dataroom_data_list li:first-child .date {
    font-weight: 500;
    color: #6aa595;
}

#main .latest_board ul li a {
    display: block;
    font-size: 15px;
    color: #666666;
    position: relative;
	line-height: 2;
    *zoom: 1;
}

#main .latest_board ul li:hover a {
    color: #000;
}

#main .latest_board ul li a:after {
    display: block;
    content: " ";
    clear: both;
}

#main .latest_board ul li a .tit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 100px;
    font-size: 15px;
    font-weight: 100;
    color: #666;
    letter-spacing: -.02em;
}

#main .latest_board ul li a .date {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

@media (max-width: 480px) {
	#main #notice_data_list li:first-child .date,
	#main #dataroom_data_list li:first-child .date,
	.latest_board ul li a .date {
		display: none;
	}

	#main #notice_data_list li:first-child .tit, 
	#main #dataroom_data_list li:first-child .tit,
	.latest_board ul li a .tit {
		padding-right: 0;
		font-size: 15px;
	}
}

.latest_board .more {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 13px;
    font-weight: 100;
    color: #666;
    line-height: 1;
}

@media (max-width: 1160px) {
	.latest_board .more {
		right: 0;
	}
}

.latest_board .more span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 300;
	color: #333;
}

.news_website {
	width: 44%;
	min-height: 325px;	
	float: left;
	padding: 46px;
	background: url("/img/main/bg_website.jpg") no-repeat center center/cover;
}

@media (max-width: 1160px) {
	.news_website {
		width: 100%;
	}
}

.news_website * {	
	letter-spacing: -.05em;
	color: #fff;
}

.news_website h3 {
	margin-bottom: 10px;
	font-size: 22px;
}

.news_website p {
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: 300;
}

.news_website ul {
    width: 100%;
    border-collapse: collapse;
    margin-top: -1px;
    margin-bottom: -1px;
	font-size: 0;
}

.news_website ul li a {
	position: relative;
	width: 49%;
	height: 70px;
    padding: 5px;
	vertical-align: middle;	
    font-weight: 350;
    font-size: 16px;
	color: #fff;
}

.news_website ul li a h4 {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-left: 16px;
}

.news_website ul li a span {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 0;
	display: block;
	width: calc(100% - 10px);
	height: 60px;
	border-radius: 5px;
	transition: background .3s;
}

.website__a-01 span {
	background: rgba(76,182,129,.6) url("/img/main/go_website.png") no-repeat 90% center;;
}

.website__a-02 span {
	background: rgba(255,169,68,.6) url("/img/main/go_website.png") no-repeat 90% center;;
}

.website__a-03 span {
	background: rgba(74,167,232,.6) url("/img/main/go_website.png") no-repeat 90% center;;
}

.website__a-04 span {
	background: rgba(45,179,178,.6) url("/img/main/go_website.png") no-repeat 90% center;;
}

.website__a-01:hover span {
	background: rgba(76,182,129,1) url("/img/main/go_website.png") no-repeat 90% center;;
}

.website__a-02:hover span {
	background: rgba(255,169,68,1) url("/img/main/go_website.png") no-repeat 90% center;;
}

.website__a-03:hover span {
	background: rgba(74,167,232,1) url("/img/main/go_website.png") no-repeat 90% center;;
}

.website__a-04:hover span {
	background: rgba(45,179,178,1) url("/img/main/go_website.png") no-repeat 90% center;;
}

@media (min-width: 511px) {
    .news_website ul {
        display: table;
    }
    
    .news_website ul li {
        display: table-row;
    }

    .news_website ul li a {
	    display: table-cell;
    }
}

@media (max-width: 510px) {
    .news_website ul li a {
        display: flex;
		align-items: center;
        width: 100%;
    }
}

.icon_board_wrap>a {
	display: block;
	width: 28%;
	min-height: 328px;
	float: left;
	padding-top: 60px;
	text-align: center;
}

@media (max-width: 1160px) {
	.icon_board_wrap>a {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.icon_board_wrap>a {
		width: 100%;
	}
}

.icon_board_wrap>a figure {
	display: flex;
	align-items: center;
	width: 166px;
	height: 166px;	
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
}

.icon_board_wrap>a:first-of-type {
	background: #d4d4d4;
}

.icon_board_wrap>a:first-of-type figure {
	background: #fff;
}

.icon_board_wrap>a:nth-of-type(2) {
	background: #fff;
}

.icon_board_wrap>a:nth-of-type(2) figure {
	background: #dadada;
}

.icon_board_wrap>a h3 {
	font-size: 24px;
	font-weight: 500;
	color: #232323;
}

.icon_board_wrap>a .font-mont {
	font-weight: 600;
}

.cooperation-list-wrap {
    padding-top: 50px;
    font-size: 0;
    text-align: center;
}

.cooperation-list {
    padding-right: 12%;
}

.cooperation-list li {
    display: inline-block;
}

.cooperation-list .slick-prev,
.cooperation-list .slick-next {
    z-index: 10;
    width: 9px;
    height: 16px;
    margin-top: -8px;
}

.cooperation-list .slick-prev {
    top: 50%;
    right: 105px;    
    left: auto;
    background: url("/img/main/btn_partner_prev.png") no-repeat center center;
}

.cooperation-list .slick-next {
    top: 50%;
    right: 20px;
    background: url("/img/main/btn_partner_next.png") no-repeat center center;
}

.cooperation-list .slick-prev:before,
.cooperation-list .slick-prev:after,
.cooperation-list .slick-next:before,
.cooperation-list .slick-next:after {
    display: none;
}

.slick-control-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 11.5%;
    height: 66px;
    border: 1px solid #d2d2d4;
}

.slick-control-box span {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	cursor: pointer;
}

.slick-control-box .play {
	display: none;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 12px solid #656366;
	border-bottom: 8px solid transparent;
}

@media (max-width: 1180px) {
    .slick-control-box {
        display: none;
    }

    .cooperation-list-wrap {
        padding: 20px 0 60px 0;        
    }

    .cooperation-list {
        padding-right: 0;
    }

    .cooperation-list img {
        margin: 0 auto; 
    }
    
    .cooperation-list .slick-dots {
        bottom: -50px;
        text-align: center;
    }
}


/* 180129 - ph */
/* .contents {overflow:hidden;} */
.intro_completion {
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 1161px){
	#intro .con_wrapper>.container {
		box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.15);
	}

	#intro .contents.first:after {
		content: '';
		display: block;
		clear: both;
	}
	
	#intro .latest_board {
		float: left;
		width: 50%;
		padding-right: 52px;
	}

	.intro_completion {
		width: 50%;
	}
}

.intro_completion {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

@media (max-width: 1160px) {
	.intro_completion {
		flex-direction: column;
	}
}

.box_quick {
	width: 30%;
	padding: 30px 20px;
	background-color: #eee;
}

.box_quick li:not(:last-child) {
	margin-bottom: 20px;
}

.box_quick li figure {
	margin-right: 8px;
	font-size: 0;
	border-radius: 50%;
	transition: all .3s;
}

.box_quick li:hover figure {
	background-color: #41ce8f;
}

.box_quick li a {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 16px;
	color: #111;
	letter-spacing: -.025em;
}

.box_shortcut {
	width: 65%;
	background: url('/img/bg_intro_shortcuts.png') no-repeat center center/cover;
}

.box_shortcut ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 64px 58px 58px;
	margin-right: -15px;
	margin-left: -15px;
}

.box_shortcut li {
	width: 33.33333%;
	text-align: center;
}

.box_shortcut li a {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -0.4px;
	color: #ffffff;
}

.box_shortcut a figure {
	width: 85px;
	height: 85px;
	margin: 0 auto 14px;
	border-radius: 5px;
	font-size: 0;
}

.box_shortcut a img {
	transition: all .3s;
}

.box_shortcut li:nth-of-type(1) figure {background-color: #c5f6e9;}
.box_shortcut li:nth-of-type(2) figure {background-color: #cef9ff;}
.box_shortcut li:nth-of-type(3) figure {background-color: #dbffcf;}

.box_shortcut li:nth-of-type(odd):hover img {
	transform: rotate(10deg);
}

.box_shortcut li:nth-child(even):hover img {
	transform: rotate(-10deg);
}

@media (max-width: 1160px) {
	.intro_completion {margin-top: 20px !important;}

	.intro_completion>* {
		width: 100%;
		margin-bottom: 20px;
	}
}

.btn_wrap {
    text-align: center;
    padding: 5px 0;
}

.btn_wrap.alignleft {
    text-align: left;
}

.btn_wrap .btn {
    display: inline-block;
    padding: 6px 25px;
    text-align: center;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.22);
    font-size: 14px;
    color: #fff;
    line-height: 1.2em;
}

.btn_wrap .btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: #4c4c4c;
}

.latest_notice h2 {
    font-size: 22px;
    color: #ff6825;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.latest_notice .more_btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #c9c9c9;
    text-indent: -999999px;
    background: #f8f8f8 url("/images/arrow_org.gif") no-repeat center center;
    width: 30px;
    height: 30px;
}

.latest_notice ul li a {
    display: block;
    position: relative;
    margin: 15px 0;
    padding-left: 10px;
    background: url("/images/blt_org.gif") no-repeat 0 3px;
}

.latest_notice ul li .title {
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest_notice ul li .date {
    position: absolute;
    top: 0;
    right: 0;
}

.eduappli {
	display: flex;
	align-items: center;
    width: 100%;
    position: relative;
	margin-bottom: 35px;
	font-size: 0;
	background: url('/img/bg_intro_env_edu.png') no-repeat center center/cover;
    box-sizing: border-box;
    padding: 60px;
}

@media (max-width: 1220px) {
	.eduappli {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.eduappli {
		padding: 40px;
	}
}

.eduappli .tabcont {
	width: 74%;
}

@media (max-width: 1220px) {
	.eduappli .tabcont {
		width: 100%;
		text-align: center;
	}
}

.eduappli .tabcont ul {
    font-size: 0;
    *zoom: 1;
}

.eduappli .tabcont ul li {
    width: 16.666666%;
	float: none;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
	text-align: center;
}

@media (max-width: 1400px) {
	.eduappli .tabcont ul li {
		width: 33.3333%;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.eduappli .tabcont ul li {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.eduappli {
		padding: 20px;
	}
}

.eduappli .tabcont ul li img {
	max-width: 100%;
}

.eduappli .tabcont ul li a {
    display: block;
    color: #fff;
    letter-spacing: -.025em;
    position: relative;
    word-break: keep-all;
    line-height: 1.3em;
    font-size: 15px;
	font-weight: 300;
}

.eduappli .tabcont ul li:nth-child(1) .ico-circle-wrap {background-color: #c5f6e9;}
.eduappli .tabcont ul li:nth-child(2) .ico-circle-wrap {background-color: #cffae7;}
.eduappli .tabcont ul li:nth-child(3) .ico-circle-wrap {background-color: #c6e8f7;}
.eduappli .tabcont ul li:nth-child(4) .ico-circle-wrap {background-color: #f5ebda;}
.eduappli .tabcont ul li:nth-child(5) .ico-circle-wrap {background-color: #d2ecc8;}
.eduappli .tabcont ul li:nth-child(6) .ico-circle-wrap {background-color: #b9eff6;}

.eduappli .tabcont ul li a .icon {
    display: inline-block;
    border-radius: 50%;
    background-color: #26ace2;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
}

.eduappli .tabcont ul li:hover a .icon {
    background-color: #197296;
}

.eduappli .txt-wrap {
	width: 26%;
}

@media (max-width: 1220px) {
	.eduappli .txt-wrap {
		width: 100%;
		margin-bottom: 40px;
	}
}

.eduappli .txt-wrap h1 {
	font-weight: 300;
	font-size: 45px;
	color: #fff;
	letter-spacing: -.075em;
}

.eduappli .txt-wrap h1 strong {
	font-weight: 400;
}

.eduappli .txt-wrap p {
	margin: 10px 0 40px;
	font-weight: 100;
	font-size: 20px;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.2;
	word-break: keep-all;
}

.eduappli .txt-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;	
	width: 140px;
	height: 40px;
	font-size: 13px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	transition: all .3s;
}

.eduappli .txt-wrap a:hover {
	background-color: #41ce8f;
}

.eduappli .txt-wrap a span {
	display: inline-block;
	margin: 0 8px;
}

.ico-circle-wrap {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 24px;
	background-color: #fff;
	border-radius: 50%;
}

.ico-circle-wrap img {
	transition: transform .3s;
}

.eduappli li:nth-child(odd):hover .ico-circle-wrap img {
	transform: rotate(10deg);
}

.eduappli li:nth-child(even):hover .ico-circle-wrap img {
	transform: rotate(-10deg);
}

.eduappli2 {
    float: left;
    width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.eduappli2 dt {
    background-color: #7faf0a;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
}

.eduappli2 dd {
    height: 120px;
    box-sizing: border-box;
    padding: 30px 0 30px 10px;
    color: #fff;
    font-size: 16px;
    padding-left: 76px;
    background-repeat: no-repeat;
    background-position: 15px 30px;
    line-height: 1.4em;
    letter-spacing: -1px;
}

.eduappli2 .c1 {
    background-color: #738721;
    background-image: url("/images/intro_iconb01.png");
}

.eduappli2 .c2 {
    background-color: #3f4a12;
    background-image: url("/images/intro_iconb02.png");
}

@media screen and (min-width: 768px) {
    .eduinfo_wrap dl {
        display: table;
        width: 100%;
    }

    .eduinfo_wrap dl dt,
    .eduinfo_wrap dl dd {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .eduinfo_wrap dl dd {
        height: 72px;
        line-height: 72px;
    }
}

@media screen and (min-width: 1161px) {
    .eduinfo_wrap dl dd {
		min-width: 150px;;
    }
}


/* help desk- step */
.join-process-wrap .join-process {
	margin-top: 60px;
	font-size: 0;
}

.join-process__step {
	position: relative;
	display: inline-block;
	width: 50%;
	margin-bottom: 24px;
	color: #9a9a9a;
	font-size: 17px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.join-process__step {
		width: 25%;
		/* max-width: 100px; */
	}
}

@media screen and (min-width: 992px) {
	.join-process__step {
		width: 100%;
		max-width: 187px;
		margin-right: 68px;
		margin-bottom: 0;
		text-align: left;
	}
	.join-process__step:last-child {
		width: auto;
		margin-right: 0;
	} 
}

.join-process__step.on {
	color: #222;
}

.join-process__step:after {
	content: '';
	position: absolute; 
	top: -10px;
	right: 25%;
	display: none;
	width: 32px;
	height: 100%;
	background-image: url(/img/common/ico_stipulation_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	transform: translateX(-50%);
}

.join-process__step.on:after {
	background-image: url(/img/common/ico_stipulation_arrow_on.png);
}

.join-process__step:last-child:after {
	display: none;
}

@media screen and (min-width: 767px) {
	.join-process__step:after {
		display: block;
		right: -14%;
	}
}

@media screen and (min-width: 992px) {
	.join-process__step:after {
		right: 0;
	}
}


.join-process__step-inner  {
	display: inline-block;
	text-align: center;
}

.join-process__step__num {
	display: table;
	width: 85px;
	height: 85px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 5px solid #ededed;
	border-radius: 100%;
	font-size: 17px;
	font-weight: 600;
	color: #9a9a9a;
	text-align: center;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
	.join-process__step__num {
		right: 50%;
		margin-left: 0;
		margin-right: 0;
	}
}


.join-process__step__num__txt {
	display: table-cell;
	vertical-align:middle;
	padding-top: 5px;
	line-height: 1.25;
	font-family: 'Montserrat', sans-serif;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.join-process__step.on .join-process__step__num {
	color: #222;
}

.join-process__step.on .join-process__step__num1 {
	border-top-color: #49a762;
}

.join-process__step.on .join-process__step__num2 {
	border-right-color: #49a762;
}

.join-process__step.on .join-process__step__num3 {
	border-bottom-color: #49a762;
}

.join-process__step.on .join-process__step__num4 {
	border-left-color: #49a762;
}


/* help desk- mobile identity-verification */
.identity-verification-wrap {
	margin-top: 60px;
	padding: 30px;
	background-color: #eff0f3;
	border-radius: 10px;
	text-align: center;
}

@media (min-width: 851px) {
	.identity-verification-wrap {
		padding: 50px 0;
	}

	.identity-verification {
		float: left;
		width: 50%;
		padding: 0 30px;
	}

	.identity-verification:first-of-type {
		border-right: 1px solid #d7d7d7;
	}
}

@media (max-width: 850px) {
	.identity-verification {
		padding: 30px 10px;
	}

	.identity-verification:first-of-type {
		border-bottom: 1px solid #d7d7d7;
	}
}

.identity-verification__head {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 28px;
}

.identity-verification__head__tit {
	word-break: keep-all;
}

.identity-verification__head__tit .point-color {
	color: #49a762;
}

.identity-verification__detail {
	font-size: 16px;
	word-break: keep-all;
}

.identity-verification .btn-darkgray {
	display: block;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
}

@media screen and (min-width:768px) {
	.identity-verification .btn-darkgray { 
		display: inline-block;
		min-width: 234px;
		text-align: left;
	}
}

/* common */
.btn-darkgray {
	display: inline-block;
	padding: 14px;
	background-color: #464646;
	color: #fff;
	border-radius: 4px;
	background-image: url(/img/common/ico_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}

/* 200715 Quick menu */
.quick_menu_wrap {
	z-index: 100;
	position: fixed;
	top: 50%;
	right: 10px;	
	padding: 0 18px;
	padding-top: 24px;
	background-color: rgba(255,255,255,.9);
	margin-top: -213.5px;
	box-shadow: 0px 18px 30px 0 rgba(0, 0, 0, 0.1);
	border-top-left-radius: 20px; 
}

.quick_menu_wrap * {
	font-family: "Noto Sans KR", sans-serif;
}

.quick_menu_wrap h1 {
	margin-bottom: 26px;
	text-align: center;
	font-weight: 700;
	font-size: 14px; 
	color: #111;
	letter-spacing: .05em;
}

.quick_menu_wrap li {
	margin-bottom: 25px;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	color: #111;
	letter-spacing: -.025em;
}
/* //200715 Quick menu */


/*20210319 header 수정*/
.snb-area {background-color: #f1f1f1; text-align: center; line-height: 20px; font-size: 0;height: 40px; border-bottom: 1px solid #d5d5d5;z-index:1000;}
.snb-area > ul {width: 1820px; margin: 0 auto; text-align: left;}
.snb-area > ul:after {content: ""; display: block; clear: both;}
.snb-area > ul > li {display: table; min-width: 40px; transition: all .3s;border-left: 1px solid #d5d5d5; text-align: center; padding: 0 10px; word-break: keep-all; float: left; text-align: center; height: 40px;}
.snb-area > ul > li:last-child {border-right: 1px solid #d5d5d5;}
/*
.snb-area > ul > li:nth-child(1):hover {background-color: #49a762;}
.snb-area > ul > li:nth-child(2):hover {background-color: #4aa7e8;}
.snb-area > ul > li:nth-child(3):hover {background-color: #ffa944;}
.snb-area > ul > li:nth-child(4):hover {background-color: #2db3b2;}
.snb-area > ul > li:nth-child(1).on {background-color: #49a762;}
.snb-area > ul > li:nth-child(2).on {background-color: #4aa7e8;}
.snb-area > ul > li:nth-child(3).on {background-color: #ffa944;}
.snb-area > ul > li:nth-child(4).on {background-color: #2db3b2;}
*/
.snb-area > ul > li > a {font-size:14px; color: #000; font-weight: 300;display: block;padding: 0 10px;  display: table-cell;    vertical-align: middle;}
.snb-area > ul > li > a img {vertical-align: middle; }
.snb-area > ul > li.on > a {font-weight: bold;}

@media (max-width: 1158px) {
    .snb-area > ul {width: 100%;margin:0 auto; }
    .snb-area > ul > li {min-width: 100px; padding: 0 10px;}
    .snb-area > ul > li > a {font-size: 13px;}
}

@media (max-width: 869px) {
    .snb-area > ul > li {min-width: auto;}
    .snb-area > ul > li > a {font-size: 12px;}
}

@media (max-width: 640px) {
    .snb-area {line-height: inherit;}
    .snb-area > ul:after {content: ""; display: block; clear: both;}
    .snb-area > ul > li {min-width: auto;  display: table; height: 40px; padding: 0 10px;}
    .snb-area > ul > li > a {font-size: 12px; display: table-cell; vertical-align: middle;padding: 0;}
    .snb-area > ul > li > a img {transform: scale(.7);}
    .snb-area > ul > li > a .mb-none {display: none;}
    .snb-area > ul > li > a br {display: block;}
}

@media (max-width: 320px) {    
    .snb-area > ul > li {min-width: auto;  display: table; height: 40px; padding: 0 5px;}
}

.header__a-join span.login_red{
	font-weight:bold;
	color:#cb0000;
}