@charset "utf-8";


/************************************************
*		LAYOUT									*
************************************************/

html {
	overflow-y: hidden;
}

html, body {
	width: 100% !important;
	height: 100% !important;
	background-color: #000 !important;
	/*overflow: hidden;*/
}

.wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.header_wrap {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 10000;
}

.tcontainer {
	width: 100%;
	margin: 0;
	padding: 50px 0 0;
	position: relative;
}

.scontainer {
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	position: relative;
	display: flex;
}

.mcontainer {
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	position: relative;
}

.footer {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}






/************************************************
*		HEADER									*
************************************************/

/*** 메뉴 : MENU ***/
.header {
	width: 100%;
	height: 50px;
	margin: 0;
	background-color: #000;
	border-bottom: 1px solid #313131 !important;
	position: relative;
}
/** 토글버튼 **/
.header .main .nav {
	width: 20px;
	height: 20px;
	margin: 5px 0 0;
	background: url(../images/icon/w_menu.png) no-repeat 0 50%;
	background-size: 20px;
	line-height: 50px;
	display: block;
}
/** 뒤로가기 **/
.header .back {
	width: 35px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.header .back a {
	width: 100%;
	height: 50px;
	background: url(../images/icon/ic_arrow_back_white.png) no-repeat 10px 50%;
	background-size: 30px;
	line-height: 50px;
	display: block;
}
/** 로고 **/
.header .logo {
	height: 50px;
	margin: 0 0 0 45px;
	padding: 0;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color: #212121;
	line-height: 50px;
	/*letter-spacing: -1px;*/
	position: absolute;
	left: 0;
	top: -2px;
}

.header .logo img {
	width: auto;
	height: 35px;
}

.header .logo a {
	color: #212121;
}

/** 타이틀 **/
.header .htit {
	width: 100%;
	height: 50px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
	/*letter-spacing: -1px;*/
	position: absolute;
	left: 0;
	top: 0;
}
/** 서브 타이틀 **/
.header .hsit {
	height: 50px;
	margin: 0 0 0 45px;
	padding: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
	/*letter-spacing: -1px;*/
	position: absolute;
	left: 0;
	top: 0;
}
/** 검색 **/
.header .search {
	width: 25px;
	height: 50px;
	margin-right: 10px;
	background: url(../images/icon/ic_search_white.png) no-repeat 0 50%;
	background-size: 30px;
	line-height: 50px;
	display: block;
	float: right;
}
/** 정렬 **/
.header .add {
	width: 25px;
	height: 50px;
	margin-right: 10px;
	background: url(../images/icon/ic_sort_white.png) no-repeat 0 50%;
	background-size: 30px;
	line-height: 50px;
	display: block;
	float: right;
}
/** 편집 **/
.header .write {
	width: 25px;
	height: 50px;
	margin-right: 10px;
	background: url(../images/icon/ic_edit_white.png) no-repeat 0 50%;
	background-size: 25px;
	line-height: 50px;
	display: block;
	float: right;
}
/** 새로고침 **/
.header .change {
	width: 25px;
	height: 50px;
	margin-left: 10px;
	background: url(../images/icon/ic_autorenew_white.png) no-repeat 0 50%;
	background-size: 25px;
	line-height: 50px;
	display: block;
	float: right;
}
/** 추가 **/
.header .plus {
	width: 25px;
	height: 50px;
	margin-left: 20px;
	background: url(../images/icon/ic_add_white.png) no-repeat 0 50%;
	background-size: 25px;
	line-height: 50px;
	display: block;
	float: right;
}
/** 알람 **/
.header .alarm {
	width: 25px;
	height: 50px;
	margin-left: 10px;
	background: url(../images/icon/b1_alarm.png) no-repeat 0 50%;
	background-size: 22px;
	line-height: 50px;
	display: block;
	float: right;
}
/** 더보기 **/
.header .more {
	width: 25px;
	height: 50px;
	margin-left: 5px;
	background: url(../images/icon/ic_more_white.png) no-repeat 0 50%;
	background-size: 22px;
	line-height: 50px;
	display: block;
	float: right;
}
/** 홈 **/
.header .home {
	width: 35px;
	height: 50px;
	margin-left: 0px;
	background: url(../images/icon/ic_home_white.png) no-repeat 0 50%;
	background-size: 35px;
	line-height: 50px;
	display: block;
	float: right;
}

/** 선택박스 **/
.header .hsit .select-wrapper {
	width: 200px;
	margin: 0 0 0 -15px;
}

.header .hsit .select-wrapper select {
	border: 0 none !important;
	font-size: 14px !important;
	color: #fff;
}

.header .hsit .select-wrapper select option {
	background-color: #000;
}

/*** 좌측메뉴 ***/
.mn_wrap {
	width: 280px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.mn_wrap .mn_case {
	margin: 0;
	padding: 0;
	position: relative;
}

.mn_wrap .mn_case .nav_wrap {
	width: 100%;
	height: 130px;
	position: relative;
}

.mn_wrap .mn_case .nav_wrap .mc_title {
	width: 280px;
	height: 130px;
	padding: 0;
	background-color: #222;
	border-right: 1px solid #3b3b3b !important;
	border-bottom: 1px solid #7f7f7f !important;
	font-size: 18px;
	color: #fff !important;
	line-height: 50px;
	position: fixed;
	z-index: 10;
}

.mn_wrap .mn_case .nav_wrap .mc_title .mt_case {
	padding: 20px 10px 0;
}

.mn_wrap .mn_case .nav_wrap .mc_title a {
	color: #fff;
}

.mn_wrap .mn_case .nav_wrap .mc_title a.s_rbtn,
.mn_wrap .mn_case .nav_wrap .mc_title a.s_rbtn:hover,
.mn_wrap .mn_case .nav_wrap .mc_title a.s_rbtn:active {
	margin-right: 8px;
	padding: 5px 10px;
	background-color: #c00000;
	border: 1px solid #c00000;
	border-radius: 4px;
	font-size: 13px;
	color: #fff !important;
}

.mn_wrap .mn_case .nav_wrap .mc_title a.s_lbtn,
.mn_wrap .mn_case .nav_wrap .mc_title a.s_lbtn:hover,
.mn_wrap .mn_case .nav_wrap .mc_title a.s_lbtn:active {
	margin-right: 8px;
	padding: 5px 10px;
	border: 1px solid #7f7f7f;
	border-radius: 4px;
	font-size: 13px;
	color: #fff !important;
}

.mn_wrap .mn_case .nav_wrap .mc_title .r_push {
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 10px;
	top: 10px
}

.mn_wrap .mn_case .nav_wrap .mc_title .r_push a {
	width: 20px;
	height: 50px;
	background: url(../images/icon/b1_alarm.png) no-repeat center 50%;
	background-size: 17px;
	line-height: 50px;
	display: block;
}

.mn_wrap .mn_case .nav_wrap .mc_title .nclose {
	height: 50px;
	line-height: 50px;
	display: block;
	position: absolute;
	right: 10px;
	top: -3px;
}

.mn_wrap .mn_case .nav_wrap .mc_title .nclose img {
	width: 15px;
	height: 15px;
}

.mn_wrap .mn_case .nav_wrap .mc_title .mt_txt {
	height: 50px;
	padding: 0 10px;
	/*border-bottom: 1px solid #7f7f7f;*/
	font-size: 12px;
	font-weight: 400;
	color: #dcdcdc;
	line-height: 40px;
}

.mn_wrap .mn_case .nav_wrap .mc_title .mt_ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.mn_wrap .mn_case .nav_wrap .mc_title .mt_ul li {
	width: 25%;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.mn_wrap .mn_case .nav_wrap .mc_title .mt_ul li p {
	margin: 10px 0 7px;
	text-align: center;
	display: block;
}

.mn_wrap .mn_case .nav_wrap .mc_title .mt_ul li p img {
	width: 20px;
	height: 20px;
}

.mn_wrap .mn_case .nav_wrap .mc_title .mt_ul li h5 {
	padding-bottom: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	color: #dcdcdc;
	display: block;
}

.mn_wrap .mn_case .nav_case {
	margin: 0;
	padding: 0;
	position: relative;
}

.mn_wrap .mn_case .mc_tit {
	height: 26px;
	margin: 0 0 5px;
	padding: 0 10px;
	background-color: #7f7f7f;
	font-size: 13px;
	font-weight: 500;
	color: #222;
	line-height: 26px;
	position: relative;
}

.mn_wrap .mn_case .mc_nav {
	margin: 5px 0 5px;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #7f7f7f !important;
}

.mn_wrap .mn_case .mc_nav li,
.mn_wrap .mn_case .accordion {
	margin: 0 0 1px;
	padding: 10px 5px;
	background: #222;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #fff !important;
	position: relative;
	display: block;
}

.mn_wrap .mn_case .mc_nav li a,
.mn_wrap .mn_case .mc_nav li a:hover {
	color: #fff !important;
}

.mn_wrap .mn_case .mc_nav li img,
.mn_wrap .mn_case .accordion img {
	width: 21px;
	height: 21px;
	margin: 2px 10px 3px 0;
	vertical-align: middle;
}

.mn_wrap .mn_case .accordion-open {
	background: #222;
	color: #fff;
}

.mn_wrap .mn_case .accordion-open span {
	padding: 10px;
	display: block;
	float: right;
}

.mn_wrap .mn_case .accordion-open span {
	background: url(../images/icon/close_arrow1.png) center 50% no-repeat;
}

.mn_wrap .mn_case .accordion-close span {
	padding: 10px;
	background: url(../images/icon/open_arrow1.png) center 50% no-repeat;
	display: block;
	float: right;
}

.mn_wrap .mn_case div.acontainer {
	margin: 0 0 5px;
	padding: 0;
}

.mn_wrap .mn_case div.acontent {
	margin: 0;
	padding: 0 12px 10px 45px;
	background: #222;
	font-size: 14px;
	font-weight: 500;
	color: #616161;
	position: relative;
}

.mn_wrap .mn_case div.acontent a {
	width: 100%;
	background: url(../images/icon/b1_dmenu_sub.png) no-repeat right 50%;
	background-size: 15px;
	color: #616161 !important;
	display: block;
}

.mn_wrap .mn_case div.acontent a:hover {
	color: #616161 !important;
}






/************************************************
*		SLIDER MENU								*
************************************************/

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.main > section {
	max-width: 20px;
	width: 90%;
	margin-left: 10px;
	position: fixed;
	top: 10px;
	z-index: 100000;
}

.main > section button {
	margin: 0;
	padding: 0 0 8px;
	opacity: 1;
	color: #fff;
	display: block;
	cursor: pointer;
}

.main > section button:hover {
	opacity: 1;
}

.main > section button.active {
	opacity: 1;
}

.main > section button.disabled {
	opacity: 1;
	pointer-events: none;
}

.bg_over {
	width: 100%;
	height: 100%;
	background-color: #000 !important;
	opacity: 0.4 !important;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}


/* General styles for all menus */
.cbp-spmenu {
	background: #222;
	border-right: 1px solid #3b3b3b !important;
	position: fixed;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
	width: 280px;
	height: 100%;
	top: 0;
	z-index: 9998;
}

.cbp-spmenu-vertical a {
	padding: 10px 0 0;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left: -280px;
}

.cbp-spmenu-right {
	right: -280px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
	top: -280px;
}

.cbp-spmenu-bottom {
	bottom: -280px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
	/*overflow-x: hidden;*/
	position: absolute;
	left: 0;
	z-index: 0;
}

.cbp-spmenu-push-toright {
	left: 280px;
}

.cbp-spmenu-push-toleft {
	left: -280px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width:55.1875em) {
	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 130px;
	}

	.cbp-spmenu-top {
		top: -130px;
	}

	.cbp-spmenu-bottom {
		bottom: -130px;
	}
}

@media screen and (max-height:26.375em) {
	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 280px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -280px;
	}

	.cbp-spmenu-right {
		right: -280px;
	}

	.cbp-spmenu-push-toright {
		left: 280px;
	}
}






/************************************************
*					MAIN																	*
************************************************/

/******************** SIDER ********************/
.ls_list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: auto;
}

.ls_list li:last-child {
	margin: 0 0 10px;
}

.ls_list li {
	height: 60px;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #313131;
	position: relative;
}

.ls_list li a {
	color: #fff;
}

.ls_list li img {
	width: auto;
	height: 10px;
	margin-bottom: 2px;
}

.ls_list li .tcon {
	height: 12px;
	margin: 0 3px;
	padding: 3px 3px 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	display: inline-table;
	vertical-align: top;
}

.ls_list li .tbar {
	width: 100%;
	height: 15px;
	margin: 1px 0 0;
	padding: 0;
	background-color: #3c3c3c;
	line-height: 15px;
	display: block;
}

.ls_list li dl {
	height: 23px;
	margin: 0;
	padding: 0;
	position: relative;
}

.ls_list li dt {
	height: 20px;
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
	/*letter-spacing: -1px;*/
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
}

.ls_list li dd {
	height: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	/*letter-spacing: -1px;*/
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
}

.ls_list li .dtxt {
	font-size: 12px;
	font-weight: 400;
	color: #757575;
	line-height: 20px;
	/*letter-spacing: -1px;*/
	overflow: hidden;
}




/******************* CONTENT *******************/
.m_content {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.rc_wrap {
	width: 100%;
	min-width: 100%;
	position: relative;
	overflow: hidden;
}

.rn_wrap {
	min-width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.rw_tab {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.rw_tab li {
	height: 45px;
	background-color: #181818;
	position: relative;
	float: left;
}

.rw_tab li a {
	width: 100%;
	height: 45px;
	border-bottom: 3px solid #181818;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	line-height: 45px;
	display: block;
}

.rw_tab li a:hover,
.rw_tab li a.on {
	border-bottom: 3px solid #fff;
}

.ud_tab {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	position: fixed;
	/*right: 0;*/
	bottom: 0;
	z-index: 100;
}

.ud_tab li:first-child {
	width: 17%;
	border-left: 0 none;
}

.ud_tab li {
	width: 16.6%;
	height: 45px;
	background-color: #222222;
	border-left: 1px solid #000;
	position: relative;
	float: left;
}

.ud_tab li a {
	width: 100%;
	height: 45px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 45px;
	display: block;
}

.ud_tab li a:hover,
.ud_tab li a.on {
	background-color: #548b2e;
}

.ud_tab_a {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.ud_tab_a li:first-child {
	border-left: 0 none;
}

.ud_tab_a li:last-child {
	width: 10%;
	text-align: center;
}

.ud_tab_a li {
	width: 22.5%;
	height: 45px;
	background-color: #222222;
	border-left: 1px solid #000;
	position: relative;
	float: left;
}

.ud_tab_a li a {
	width: 100%;
	height: 45px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 45px;
	display: block;
}

.ud_tab_a li a:hover,
.ud_tab_a li a.on {
	background-color: #548b2e;
}

.rw_tit {
	height: 25px;
	background-color: #3c3c3c;
	border-top: 1px solid #5d5d5d;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
	position: relative;
}

.rw_head {
	height: 45px;
	background-color: #000;
	margin: 0;
	padding: 5px 7px;
	position: relative;
	z-index: 100;
}

.rw_head .rh_info {
	width: 60%;
	margin: 0;
	padding: 0;
	line-height: 25px;
	float: left;
}

.rw_head .rh_info ul {
	margin: 0;
	padding: 2px 0;
	position: relative;
}

.rw_head .rh_info li:first-child {
	width: 40%;
	height: 35px;
	line-height: 35px;
}

.rw_head .rh_info li:last-child {
	width: 20%;
	height: 35px;
	margin-right: 10%;
	line-height: 35px;
}

.rw_head .rh_info li {
	width: 30%;
	height: 18px;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	line-height: 18px;
	/*letter-spacing: -1px;*/
	position: relative;
	display: block;
	float: left;
}

.rw_head .rh_info li b {
	font-size: 16px;
	font-weight: 700;
	display: block;
}

.rw_head .rh_info li p {
	display: block;
}

.rw_head .rh_info li span {
	width: 100%;
	height: 17px;
	margin: 8px 0 0;
	padding: 0;
	background-color: #3c3c3c;
	line-height: 17px;
	display: block;
}

.rw_head .rh_btn {
	width: 40%;
	margin: 0;
	padding: 0;
	line-height: 50px;
	float: left;
}

.rw_head .rh_btn input[type="submit"] {
	width: 50px;
	height: 25px;
	margin: 6px 0 0 5px;
	padding: 0;
	border-radius: 4px;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	line-height: 25px;
	display: block;
	float: right;
}

.rw_body {
	height: 46px;
	background-color: #181818;
	margin: 0;
	padding: 5px 0;
	position: relative;
}

.rw_body .rb_info {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 25px;
	float: left;
}

.rw_body .rb_info ul {
	margin: 0;
	padding: 2px 0;
	position: relative;
}

.rw_body .rb_info li {
	height: 18px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	line-height: 18px;
	letter-spacing: -1px;
	position: relative;
	display: block;
	float: left;
}

.rw_chart {
	width: 100%;
	text-align: center;
	position: relative;
}

.rw_chart img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.rw_stab {
	margin: 0;
	padding: 0;
	position: relative;
}

.rw_stab li {
	height: 30px;
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	float: left;
}

.rw_stab li a:first-child {
	border-left: 0 none;
}

.rw_stab li a {
	width: 100%;
	height: 30px;
	border-left: 1px solid #181818;
	border-bottom: 1px solid #181818;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	display: block;
}

.rw_stab li a:hover,
.rw_stab li a.on {
	background-color: #181818;
}




.rc_tit {
	width: 50%;
	height: 45px;
	background-color: #3c3c3c;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 45px;
	position: relative;
	float: left;
}

	.rc_tit.rln {
		border-right: 1px solid #5d5d5d;
	}

.rc_case {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	position: fixed;
	/*left: 0;*/
	top: 0;
	z-index: 0;
	/*overflow: hidden;*/
}

.rc_case.rct1 {
	top: 212px;
	height: 46.2%;
}

.rc_case.rct2 {
	top: 242px;
	height: 40%;
}

.rc_case.rct3 {
	top: 212px;
	/*height: 40%;*/
}

.rc_case.rln {
	border-right: 1px solid #313131;
}

.rc_data {
	width: 102.4%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #313131;
	position: relative;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.rc_data ul {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: auto;
}

.rc_data li {
	float: left;
}

.rc_data li.ldln {
	border-left: 1px solid #313131;
}

.rc_data li.rdln {
	border-right: 1px solid #313131;
}






/************************************************
*					SUB							*
************************************************/

/********************* NEWS ********************/
/***** TYPE 1 *****/
.list_tab {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	position: relative;
	flex-basis: 100%;
	flex-shrink: 0;
	overflow: hidden;
}

.list_tab .tabs-standard {
	width: 100%;
	position: relative;
}

.list_tab .tabs-standard .sliderkit-nav {
	width: 100%;
	height: 80px;
	margin: 0;
	text-align: center;
	position: relative;
}

.list_tab .tabs-standard .sliderkit-nav-clip {
	margin: 0;
	border-bottom: 1px solid #5d5d5d;
}

.list_tab .tabs-standard .sliderkit-nav-clip li {
	width: 20%;
	height: 80px;
	border-bottom: 3px solid #181818;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 80px;
}

.list_tab .tabs-standard .sliderkit-nav-clip li,
.list_tab .tabs-standard .sliderkit-nav-clip li a {
	float: left;
}

.list_tab .tabs-standard .sliderkit-nav-clip li a {
	width: 100%;
	height: 80px;
	text-align: center;
	color: #fff;
	line-height: 80px;
	text-decoration: none;
}

.list_tab .tabs-standard .sliderkit-nav-clip li.sliderkit-selected {
	border-bottom: 3px solid #fff;
}

.list_tab .tabs-standard .sliderkit-nav-clip li.sliderkit-selected a {
	color: #fff;
}

.list_tab .tabs-standard .sliderkit-panels {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.list_tab .tabs-standard .sliderkit-panel {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.list_tab .tabs-standard .sliderkit-list {
	width: 101.2%;
	height: 605px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.list_tab .tabs-standard .sliderkit-list li {
	height: 55px;
	padding: 0 30px;
	border-bottom: 1px solid #313131;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 55px;
	position: relative;
	display: block;
}

.list_tab .tabs-standard .sliderkit-list li .date {
	height: 55px;
	text-align: right;
	font-size: 15px;
	font-weight: 300;
	color: #858585;
	line-height: 55px;
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
}

.list_tab .tabs-standard .sliderkit-list li a,
.list_tab .tabs-standard .sliderkit-list li a:hover {
	color: #fff;
}


/***** TYPE 2 *****/
.list_tab .lt_nav {
	width: 100%;
	height: 81px;
	border-bottom: 1px solid #5d5d5d;
	margin: 0;
	text-align: center;
	position: relative;
}

.list_tab .lt_nav ul {
	height: 80px;
	margin: 0;
	position: relative;
}

.list_tab .lt_nav ul li {
	width: 20%;
	height: 80px;
	border-bottom: 3px solid #181818;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 80px;
	float: left;
}

.list_tab .lt_nav ul li a {
	width: 100%;
	height: 80px;
	text-align: center;
	color: #fff;
	line-height: 80px;
	display: block;
}

.list_tab ul li:hover,
.list_tab ul li.on {
	border-bottom: 3px solid #fff;
}

.list_tab .it_case {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.list_tab .it_case .it_list {
	width: 101.2%;
	height: 93%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: auto;
}

.list_tab .it_case .it_list li {
	width: 100%;
	height: 55px;
	padding: 0 30px;
	border-bottom: 1px solid #313131;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 55px;
	position: relative;
	display: block;
}

.list_tab .it_case .it_list li .date {
	height: 55px;
	text-align: right;
	font-size: 15px;
	font-weight: 300;
	color: #858585;
	line-height: 55px;
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
}

.list_tab .it_case .it_list li a,
.list_tab .it_case .it_list li a:hover {
	color: #fff;
}






/********************* INFO ********************/
.info_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: auto;
}

.info_wrap li {
	margin: 0;
	padding: 0;
	position: relative;
}

.info_wrap li.h89p {
	height: 89.5%;
}

.info_wrap li.h100p {
	height: 100%;
}

.info_wrap .ov_iframe {
	width: 100% !important;
	height: 100%;
}

.info_wrap .nm_iframe {
	width: 100% !important;
	height: 100%;
}






/************** SERVICR + SETTINH **************/
.ss_wrap {
	margin: 0;
	padding: 0;
	position: relative;
}

.ss_wrap li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #313131;
	position: relative;
}

.ss_wrap li a {
	width: 100%;
	height: 100%;
	padding: 13px 10px;
	color: #fff;
	display: block;
}

.ss_wrap li a:hover {
	background-color: #181818;
}

.ss_wrap li .sw_tit {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	display: block;
}

.ss_wrap li .sw_txt {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	display: block;
}




.join_wrap {
	margin: 0;
	padding: 0;
	position: relative;
}

.join_wrap .jw_lcase {
	margin: 0 0 25px;
	padding: 5px 10px;
	border: 1px solid #d14146;
	text-align: left;
	font-size: 12px;
	color: #d14146;
}

.join_wrap .jw_case {
	margin: 0;
	padding: 0;
	position: relative;
}

.join_wrap .jw_case .ji_tit {
	margin: 25px 0 0;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.join_wrap .jw_case .ji_inp {
	padding: 0 0 2px;
	border-bottom: 1px solid #a3a3a3;
	line-height: 30px;
	position: relative;
}

.join_wrap .jw_case .ji_inp input {
	width: 100%;
	height: 30px;
	margin: 5px 0 0;
	padding: 0;
	border: 0 none;
	background-color: transparent;
	font-size: 14px;
	line-height: 30px;
	float: left;
	color: #DCDCDC;
}

.join_wrap .jw_case .ji_inp input[type="button"] {
	color: #d14146 !important;
}

.join_wrap .jw_case .ji_inp input[type="button"].button {
	padding: 0 10px;
	background-color: #d14146;
	color: #fff !important;
}

.join_wrap .jw_case .ji_inp input[type="submit"] {
	color: #d14146 !important;
}

.join_wrap .jw_case .ji_inp input[type="submit"].button {
	padding: 0 10px;
	background-color: #d14146;
	color: #fff !important;
}

.join_wrap .jw_check {
	margin: 25px 0 0;
	padding: 0;
	position: relative;
}

.join_wrap .jw_check .jw_all {
	margin: 0 0 5px;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 16px;
	color: #dcdcdc;
	line-height: 20px;
}

.join_wrap .jw_check .jw_list {
	margin: 0 0 25px;
	padding: 10px 0 10px 5px;
	background-color: #1a1a1a;
	position: relative;
}

.join_wrap .jw_check .jw_list li:first-child {
	margin: 0;
}

.join_wrap .jw_check .jw_list li {
	margin: 5px 0 0;
	color: #d14146;
	line-height: 20px;
	display: block;
}

.join_wrap .jw_check .jw_all input[type="checkbox"],
.join_wrap .jw_check .jw_list input[type="checkbox"] {
	height: 0;
}

.join_wrap .jw_check .jw_all input[type="checkbox"] + label,
.join_wrap .jw_check .jw_list input[type="checkbox"] + label {
	width: 96%;
	padding: 0 2%;
}

.join_wrap .jw_check .jw_all input[type="checkbox"] + label b,
.join_wrap .jw_check .jw_list input[type="checkbox"] + label b {
	font-weight: 400;
}

.join_wrap .jw_check .jw_all input[type="checkbox"] + label:before,
.join_wrap .jw_check .jw_list input[type="checkbox"] + label:before {
	width: 23px;
	height: 23px;
}

.join_wrap .jw_btn {
	height: 50px;
	position: relative;
}

.join_wrap .jw_btn input[type="button"] {
	height: 50px;
	background-color: #d14146;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px;
	display: block;
}

.join_wrap .jw_btn input[type="submit"] {
	height: 50px;
	background-color: #d14146;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px;
	display: block;
}

.join_wrap .jw_tbtn {
	height: 50px;
	margin: 35px 0 0;
	position: relative;
}

.join_wrap .jw_tbtn input[type="button"] {
	height: 50px;
	background-color: #d14146;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px;
	display: block;
}

.join_wrap .jw_tbtn input[type="submit"] {
	height: 50px;
	background-color: #d14146;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px;
	display: block;
}

.join_wrap .jw_case .sb_inp {
	padding: 0 0 2px;
	border-bottom: 1px solid #a3a3a3;
	line-height: 30px;
	position: relative;
	float: left;
}

.join_wrap .jw_case .sb_inp input[type="text"] {
	width: 100%;
	height: 30px;
	margin: 5px 0 0;
	padding: 0;
	border: 0 none;
	background-color: transparent;
	font-size: 14px;
	line-height: 30px;
	float: left;
}

.join_wrap .jw_case .sb_inp input[type="button"],
.join_wrap .jw_case .sb_ninp input[type="button"] {
	margin: 1px 0;
	padding: 0;
	background-color: transparent;
	color: #d14146 !important;
}

.join_wrap .jw_case .sb_inp input[type="button"].button,
.join_wrap .jw_case .sb_ninp input[type="button"].button {
	padding: 0;
	color: #fff !important;
}

.join_wrap .jw_case .sb_inp input[type="submit"],
.join_wrap .jw_case .sb_ninp input[type="submit"] {
	margin: 1px 0;
	padding: 0;
	background-color: transparent;
	color: #d14146 !important;
}

.join_wrap .jw_case .sb_inp input[type="submit"].button,
.join_wrap .jw_case .sb_ninp input[type="submit"].button {
	padding: 0;
	color: #fff !important;
}

.join_wrap .jw_case .sb_inp .select-wrapper {
	height: 30px !important;
	margin-bottom: 0;
	line-height: 30px !important;
	float: left;
}

.join_wrap .jw_case .sb_inp .select-wrapper select {
	height: 30px !important;
	border: 0 none;
	color: #fff;
	line-height: 30px !important;
}

.join_wrap .jw_case .sb_inp .select-wrapper select option {
	background-color: #1a1a1a;
}

.join_wrap .jw_case .sb_inp .select-txt {
	height: 35px;
	text-align: center;
	line-height: 35px;
	float: left;
}

.join_wrap .jw_case .sb_ninp {
	margin: 5px 0 0;
	padding: 0 0 2px;
	line-height: 34px;
	position: relative;
}

.join_wrap .jw_case .sb_ninp input[type="checkbox"] {
	width: 0;
	height: 0;
	margin: 0;
}

.join_wrap .jw_case .sb_ninp input[type="checkbox"] + label {
	padding: 0;
	float: left;
}

.join_wrap .jw_case .sb_ninp input[type="checkbox"] + label b {
	width: 100%;
	height: 30px;
	margin: 0;
	border: 1px solid #d14146;
	text-align: center;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	display: block;
}

.join_wrap .jw_case .sb_ninp input[type="checkbox"]:checked + label b {
	background-color: #d14146;
}

.join_wrap .jw_case .sb_ninp input[type="checkbox"] + label:before {
	width: 100%;
	height: 30px;
	left: 0;
}

.join_wrap .jw_case .sb_ninp input[type="checkbox"] + label:before {
	width: 100%;
	height: 30px;
	line-height: 30px;
	left: 0;
}

.join_wrap .jw_case .sb_ninp input[type="checkbox"]:checked + label:before {
	color: #fff;
}

.join_wrap .jw_case .jw_agree {
	margin: 0 0 25px;
	padding: 10px 5px;
	background-color: #1a1a1a;
	font-size: 13px;
	color: #dcdcdc;
	line-height: 20px;
	position: relative;
}

.join_wrap .jw_case .jw_box {
	margin: 0 0 15px;
	padding: 10px 5px;
	background-color: #1a1a1a;
	font-size: 13px;
	color: #dcdcdc;
	line-height: 20px;
	position: relative;
}

	.join_wrap .jw_case .jw_box img {
		width: 75%;
	}

.join_wrap .jw_case .jw_scr1 {
	height: 100px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.join_wrap .jw_case .jw_scr2 {
	height: 200px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.join_wrap .jw_case .jc_tbtn {
	margin: 35px 0 0;
	text-align: left;
	font-size: 16px;
	color: #d14146;
	line-height: 20px;
	position: relative;
}

.join_wrap .jw_case .jc_tbtn a {
	color: #d14146;
}


.login_wrap {
	margin: 0;
	padding: 0;
	position: relative;
}

.login_wrap .lw_case {
	/*margin-top: 80px;*/
	padding: 0;
	position: relative;
}

.login_wrap .lw_case .lc_tit {
	margin: 0;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.login_wrap .lw_case .lc_inp {
	margin: 0 0 25px;
	border-bottom: 1px solid #a3a3a3;
	line-height: 30px;
	position: relative;
}

.login_wrap .lw_case .lc_inp input {
	width: 100%;
	height: 30px;
	margin: 5px 0 0;
	padding: 0;
	border: 0 none;
	background-color: transparent;
	font-size: 14px;
	line-height: 30px;
	float: left;
	color: #DCDCDC;
}

.login_btn {
	height: 50px;
	margin: 35px 0 15px;
	position: relative;
}

.login_btn input[type="button"] {
	height: 50px;
	background-color: #d14146;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px;
	display: block;
}

.login_btn input[type="submit"] {
	height: 50px;
	background-color: #d14146;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px;
	display: block;
}

.login_tbtn {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #a3a3a3;
	position: relative;
}

.login_tbtn span {
	margin: 0 10px;
}

.login_tbtn a {
	color: #d14146;
}



@-webkit-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1)
	}

	50% {
		transform: rotate(180deg) scale(1.1)
	}

	100% {
		transform: rotate(360deg) scale(1)
	}
}

@-moz-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1)
	}

	50% {
		transform: rotate(180deg) scale(1.1)
	}

	100% {
		transform: rotate(360deg) scale(1)
	}
}

@-o-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1)
	}

	50% {
		transform: rotate(180deg) scale(1.1)
	}

	100% {
		transform: rotate(360deg) scale(1)
	}
}

@keyframes ld {
	0% {
		transform: rotate(0deg) scale(1)
	}

	50% {
		transform: rotate(180deg) scale(1.1)
	}

	100% {
		transform: rotate(360deg) scale(1)
	}
}



.join_wrap .jw_scr {
	height: 250px;
	margin: 0 0 15px;
	padding: 0 20px 20px;
	border: 1px solid #d9d9d9;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.join_wrap .jw_che {
	margin: 0 0 30px;
	padding: 0;
	text-align: right;
	position: relative;
}

.jw_inp {
	width: 500px;
	margin: 20px auto 50px;
	padding: 0;
	position: relative;
}

.jw_inp li {
	margin: 15px 0 0;
	padding: 0;
	display: block;
}

.jw_inp li.ji_tit {
	margin: 30px 0 0 !important;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.jw_inp li .ji_rxt {
	height: 48px;
	margin-left: 15px;
	text-align: right;
	line-height: 48px;
	display: block;
}

.jw_inp li .ji_txt {
	height: 48px;
	text-align: left;
	line-height: 48px;
	display: block;
}

.jw_inp li input[type="text"] {
	height: 48px;
	line-height: 48px;
}

.jw_inp li input[type="button"] {
	height: 48px;
	margin: 0 0 5px;
	background-color: #fff;
	border: 1px solid #2477c8;
	border-radius: 0;
	color: #2477c8;
	line-height: 48px;
}

.jw_inp li .select-wrapper,
.jw_inp li select {
	height: 48px;
	margin-top: 0;
	line-height: 48px;
}



.join_wrap .jw_int {
	margin: 30px 0 150px;
	padding: 40px;
	border: 1px solid #2477c8;
	position: relative;
}

.jw_int ul,
.jw_int ol {
	margin: 0;
	padding: 0;
	position: relative;
}

.jw_int ul li:last-child {
	width: 17%;
}

.jw_int ul li {
	width: 16.6%;
	float: left;
}

.jw_int ol li {
	width: 100% !important;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 400;
	display: block;
}

.jw_int .ji_cit {
	margin: 0 0 20px;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	color: #212121;
	display: block;
}

.jw_int .ji_lit {
	margin: 0 0 20px;
	text-align: left;
	font-size: 17px;
	font-weight: 600;
	color: #212121;
	display: block;
}

.jw_int .ji_cxt {
	margin: 20px 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	display: block;
}

.jw_int input[type="checkbox"] + label b {
	font-weight: 500;
}


.cjoin_che {
	margin: 0;
	padding: 0;
	position: relative;
}

.cjoin_che input[type="checkbox"] + label {
	padding-left: 22px;
}

.cjoin_che input[type="checkbox"] + label:before {
	left: 0;
	top: 5px;
}






/************************************************
*		FOOT									*
************************************************/

.footer {
	margin: 40px 0 0;
	padding: 40px 0 70px;
	background-color: #f5f5f5;
	border-top: 1px solid #d9d9d9;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	position: relative;
}

.footer .f_case {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.footer .f_logo {
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	position: relative;
	float: left;
}

.footer .f_logo img {
	width: auto;
	height: 18px;
}

.footer .f_text {
	width: 880px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	float: left;
}

.footer .f_text a {
	color: #373737;
}

.footer .f_text a:hover {
	color: #2e83e0 !important;
}

.footer .f_text b {
	margin: 0 0 15px;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	display: block;
}

.footer .f_text p {
	font-size: 14px;
	color: #373737;
	line-height: 22px;
	display: block;
}

.footer .f_text span {
	margin: 0 10px;
	color: #373737;
}






/************************************************
*		TABLE									*
************************************************/

.table_type1 {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.table_type1 caption {
	display: none
}

.table_type1 th:first-child,
.table_type1 td:first-child {
	border-left: 0 none !important;
}

.table_type1 thead th,
.table_type1 thead td,
.table_type1 tbody th,
.table_type1 tbody td {
	padding: 0 5px;
	/*background-color:#181818;*/
	border-bottom: 1px solid #313131;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
}

.table_type1 tfoot th {
	padding: 0 5px;
	/*background-color:#181818;*/
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 15px;
}

.table_type1 tfoot td {
	padding: 0 5px;
	/*background-color:#272727;*/
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 15px;
}

.table_type1 em {
	font-size: 14px;
	font-weight: 400;
}

.table_type1 ttst1 {
	font-size: 11px;
	font-weight: 400;
}

.table_type1 .on {
	background-color: #222;
}

.table_type1 .tt1_ln {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.table_type1 .tt1_ln:hover td:first-child,
.table_type1 .tt1_ln.ov td:first-child {
	border-left: 1px solid #ff9 !important;
}

.table_type1 .tt1_ln:hover td:last-child,
.table_type1 .tt1_ln.ov td:last-child {
	border-right: 1px solid #ff9 !important;
}

.table_type1 .tt1_ln:hover td,
.table_type1 .tt1_ln.ov td {
	border-top: 1px solid #ff9 !important;
	border-bottom: 1px solid #ff9 !important;
}


.table_type2 {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.table_type2 caption {
	display: none
}

.table_type2 th:first-child,
.table_type2 td:first-child {
	border-left: 0 none !important;
}

.table_type2 thead th {
	padding: 2px 5px;
	background-color: #272727;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
}

.table_type2 tbody th {
	padding: 2px 5px;
	background-color: #272727;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
}

.table_type2 thead td,
.table_type2 tbody td {
	padding: 2px 5px;
	background-color: #181818;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
}

.table_type1 img,
.table_type2 img {
	width: auto;
	height: 10px;
}






/************************************************
*		페이징 : Paginate						*
************************************************/

.paginate {
	margin: 60px 0;
	padding: 0;
	text-align: center;
	line-height: normal
}

.paginate * {
	min-width: 35px;
	height: 35px;
	margin: 0 -2px;
	padding: 0;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	color: #999;
	line-height: 35px;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}

.paginate a:hover,
.paginate a:active,
.paginate a:focus,
.paginate a.on {
	background-color: #2477c8;
	color: #fff !important;
}

.paginate .prev {
	margin: 0 -2px 0 0;
	background: url(../images/icon/pn_prev_up1.png) no-repeat center 50%;
}

.paginate .pprev {
	margin: 0 -4px 0 0;
	background: url(../images/icon/pn_prev_up2.png) no-repeat center 50%;
}

.paginate .next {
	margin: 0 0 0 -2px;
	background: url(../images/icon/pn_next_up1.png) no-repeat center 50%;
}

.paginate .nnext {
	margin: 0 0 0 -4px;
	background: url(../images/icon/pn_next_up2.png) no-repeat center 50%;
}

.paginate .prev:hover,
.paginate .prev:active,
.paginate .prev:focus {
	background: #2477c8 url(../images/icon/pn_prev_ov1.png) no-repeat center 50%;
}

.paginate .pprev:hover,
.paginate .pprev:active,
.paginate .pprev:focus {
	background: #2477c8 url(../images/icon/pn_prev_ov2.png) no-repeat center 50%;
}

.paginate .next:hover,
.paginate .next:active,
.paginate .next:focus {
	background: #2477c8 url(../images/icon/pn_next_ov1.png) no-repeat center 50%;
}

.paginate .nnext:hover,
.paginate .nnext:active,
.paginate .nnext:focus {
	background: #2477c8 url(../images/icon/pn_next_ov2.png) no-repeat center 50%;
}






/************************************************
*		ETC										*
************************************************/

.sxit_l {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	font-size: 32px;
	font-weight: 400;
	color: #212121;
	line-height: 40px;
	position: relative;
	display: block;
}

.sbit_l {
	margin: 0 0 35px;
	padding: 0;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	color: #545454;
	line-height: 32px;
	position: relative;
	display: block;
}


.cbit {
	margin: 0 0 15px;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: #212121;
	line-height: 45px;
	display: block;
}

.lbtit {
	margin: 0 0 40px;
	text-align: left;
	font-size: 35px;
	font-weight: 500;
	color: #212121;
	line-height: 45px;
	display: block;
}


.mxit_l {
	margin: 0 0 25px;
	padding: 0;
	text-align: left;
	font-size: 25px;
	font-weight: 600;
	color: #212121;
	line-height: 30px;
	position: relative;
	display: block;
}

.mxit_l span {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #5b5b5b;
	float: right;
}

.mxit_l span a {
	color: #5b5b5b;
}

.mxit_l em {
	height: 4px;
	margin: 7px 0 35px;
	background-color: #006bc5;
	position: relative;
	display: block;
	float: left;
}


.mtit_l {
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
	font-size: 22px;
	font-weight: 600;
	color: #212121;
	line-height: 30px;
	position: relative;
	display: block;
}

.mtit_l em {
	font-size: 20px;
	font-weight: 400;
	color: #212121;
}

.mtit_l span {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #5b5b5b;
	float: right;
}

.mtit_l span a {
	color: #5b5b5b;
}


.stit_l {
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: #212121;
	line-height: 30px;
	position: relative;
	display: block;
}

.stit_l span {
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	color: #5b5b5b;
	float: right;
}

.stit_l.dline {
	padding: 0 0 15px;
	border-bottom: 1px solid #dbdbdb;
}


.lxit {
	margin: 0 0 25px;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	color: #212121;
	line-height: 30px;
	position: relative;
	display: block;
}

.lxit b {
	font-weight: 600;
}


.c_bxt {
	margin: 0 0 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #212121;
	line-height: 24px;
	display: block;
}

.l_txt {
	margin: 0 0 40px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: 24px;
	display: block;
}


.btn_area2 {
	width: 320px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

a.tt_btn {
	width: 100px;
	height: 50px;
	padding: 0;
	background-color: #484848;
	text-align: center;
	font-size: 14px;
	color: #fff !important;
	line-height: 50px;
	display: block;
	float: left;
}

a.gbtn {
	width: 150px;
	height: 50px;
	margin: 30px auto 0;
	padding: 0;
	background-color: #efefef;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	color: #212121 !important;
	line-height: 50px;
	display: block;
	position: relative;
}

a:hover.gbtn {
	color: #212121 !important;
}

a.bbtn {
	width: 150px;
	height: 50px;
	margin: 30px auto 0;
	padding: 0;
	background-color: #2477c8;
	border: 1px solid #2477c8;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px;
	display: block;
	position: relative;
}

a:hover.bbtn {
	color: #fff !important;
}

a.tbtn {
	margin-left: 20px;
	padding: 8px 20px;
	border: 1px solid #b18377;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff !important;
	vertical-align: top;
}






/************************************************
*		POPUP									*
************************************************/

/* Bootstrap POP */
.modal {
	top: 80px !important;
	z-index: 10000;
}

.modal-content {
	padding: 20px;
	position: relative;
}

.modal-header {
	margin: 0 0 20px;
	padding: 0 !important;
	border: 0 none !important;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #212121;
	line-height: 24px;
}

.modal-header .close {
	width: 30px;
	height: 30px;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-body {
	padding: 0 !important;
	text-align: left;
	font-size: 14px;
	color: #666;
}

.modal-scr {
	height: 350px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.modal-body .down_case {
	width: 480px;
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.modal-body .down_case a:first-child {
	margin-right: 20px;
}

.modal-body .down_case a {
	margin: 0;
	float: left;
}

.modal-footer {
	margin-top: 30px;
	padding: 0 !important;
}

.modal-footer .btn:first-child {
	border-left: 0 none;
}

.modal-footer .btn {
	height: 50px;
	margin: 0 !important;
	padding: 0;
	background-color: #e6e6e6;
	border-left: 1px solid #cecece;
	border-radius: 0;
	font-size: 15px;
	line-height: 50px;
}

.modal-footer .btn-primary {
	background-color: #2477c8;
	border-color: #2477c8;
}



/* Normal POP */
.mw_popup1,
.mw_popup2,
.mw_popup3,
.mw_popup4,
.mw_popup5 {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	_position: relative;
	left: 0;
	z-index: 1000;
}

.mw_popup1.mpop,
.mw_popup2.mpop,
.mw_popup3.mpop,
.mw_popup4.mpop,
.mw_popup5.mpop {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	z-index: 1000;
}

.mw_popup1.open,
.mw_popup2.open,
.mw_popup3.open,
.mw_popup4.open,
.mw_popup5.open {
	display: block
}

.mw_popup1 .bg,
.mw_popup2 .bg,
.mw_popup3 .bg,
.mw_popup4 .bg,
.mw_popup5 .bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
}

#popup1,
#popup2,
#popup3,
#popup4,
#popup5 {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	top: 135px;
}

#popup1.mpc,
#popup2.mpc,
#popup3.mpc,
#popup4.mpc,
#popup5.mpc {
	width: 390px;
	max-width: 390px;
	height: 125px;
	margin: 0;
	padding: 20px 30px;
	background: #e8e8e8;
	border: 1px solid #fff;
	position: absolute;
	top: auto;
	right: 30px;
	bottom: 30px;
}

#popup1.abspop,
#popup2.abspop,
#popup3.abspop,
#popup4.abspop,
#popup5.abspop {
	width:100%;
	max-width:400px;
	height:400px;
	margin:0 auto;
	padding:0;
	background:#e8e8e8;
	border:1px solid #fff;
	position:absolute;
	left:0;
	right:0;
}

#popup1.g_popup1 .g_popup1,
#popup2.g_popup2 .g_popup2,
#popup3.g_popup3 .g_popup3,
#popup4.g_popup4 .g_popup4,
#popup5.g_popup5 .g_popup5 {
	display: block
}

#popup1 .close,
#popup2 .close,
#popup3 .close,
#popup4 .close,
#popup5 .close {
	width: 17px;
	height: 17px;
	padding: 0;
	border: 0;
	background: url(../images/icon/p_close.png) no-repeat center 50%;
	text-decoration: none !important;
	background-size: 17px;
	line-height: 17px;
	cursor: pointer;
	opacity: 1;
	overflow: visible;
	position: absolute;
	top: 15px;
	right: 15px;
}

.pop_header {
	height: 60px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 60px;
	position: relative;
}

.pscroll {
	height: 700px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.pop_mcontant,
.pop_contant,
.pop_contant ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.pop_contant li:first-child {
	width: 115px;
}

.pop_contant li {
	width: 205px;
	float: left;
}

.pop_contant li img {
	width: auto;
	height: 85px;
}

.pop_contant li b {
	margin: 15px 0;
	font-size: 22px;
	font-weight: 700;
	color: #181818;
	display: block;
}

.pop_contant li p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: #181818;
	display: block;
}

.pop_footer {
	width: 100%;
	height: 55px;
	line-height: 55px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pop_footer .pf_case{
	height:55px;
	padding:0 10px;
	background-color:#3f3f3f;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:55px;
	position:relative;
}
.pop_footer .pf_case input[type="checkbox"] + label{color:#fff;}
.pop_footer .pf_case input[type="checkbox"] + label:before{margin-top:20px;}
.pop_footer .pf_case .pf_gbtn {
	width: 80px;
	height: 35px;
	margin:10px 10px 10px 0;
	background-color: #000;
	text-align: center;
	font-size: 15px;
	color: #fff !important;
	line-height: 35px;
	display: block;
	float:right;
}

.pop_footer .pf_case .pf_gbtn:hover,
.pop_footer .pf_case .pf_gbtn:active {
	background-color: #000;
	color: #fff !important;
}

.pop_footer .pf_bbtn {
	width: 100%;
	height: 55px;
	background-color: #2e83e0;
	text-align: center;
	font-size: 15px;
	color: #fff !important;
	line-height: 55px;
	display: block;
}

.pop_footer .pf_bbtn:hover,
.pop_footer .pf_bbtn:active {
	background-color: #2e83e0;
	color: #fff !important;
}



/* Message POP */
.mspop {
	width: 90%;
	max-width: 300px;
	height: 90px;
	margin: 0;
	padding: 10px;
	background: #e8e8e8;
	border: 1px solid #fff;
	position: fixed;
	right: 5%;
	bottom: 3%;
	z-index: 9999;
}

.mspop.mpra {
	border-radius: 12px;
}

.mspop .close {
	width: 15px;
	height: 15px;
	padding: 0;
	border: 0;
	background: url(../images/icon/p_close.png) no-repeat center 50%;
	text-decoration: none !important;
	background-size: 15px;
	line-height: 15px;
	cursor: pointer;
	opacity: 1;
	display: block;
	overflow: visible;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10000;
}

.mspop_contant,
.mspop_contant ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.mspop_contant li:first-child {
	width: 35%;
}

.mspop_contant li {
	width: 65%;
	float: left;
}

.mspop_contant li img {
	width: auto;
	height: 70px;
}

.mspop_contant li b {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 700;
	color: #181818;
	display: block;
}

.mspop_contant li em {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #181818;
}

.mspop_contant li p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #181818;
	display: block;
}


.mspop_ra {
	width: 260px;
	height: 85px;
	margin: 0;
	padding: 4%;
	background: #e8e8e8;
	border: 1px solid #fff;
	border-radius: 7px;
	position: absolute;
	left: 15px;
	top: 50px;
	z-index: 100;
}

.mspop_ra.mrp {
	position: fixed;
	left: auto;
	right: 43px;
	top: 180px;
	z-index: 1000;
}

.mspop_ra .close {
	width: 15px;
	height: 15px;
	padding: 0;
	border: 0;
	background: url(../images/icon/p_close.png) no-repeat center 50%;
	text-decoration: none !important;
	background-size: 15px;
	line-height: 15px;
	cursor: pointer;
	opacity: 1;
	display: block;
	overflow: visible;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10000;
}

.mr_contant,
.mr_contant ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.mr_contant li:first-child {
	width: 70px !important;
}

.mr_contant li {
	width: 162px !important;
	float: left;
}

.mr_contant li img {
	width: auto;
	height: 60px;
}

.mr_contant li b {
	margin: 15px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #181818;
	display: block;
}

.mr_contant li em {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #181818;
}

.mr_contant li p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #181818;
	display: block;
}


.parr_r {
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid #e8e8e8;
	border-bottom: 12px solid #e8e8e8;
	position: absolute;
	right: 15px;
	top: -20px;
	z-index: 1000;
}

.parr_ra_l {
	border-top: 12px solid none;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #e8e8e8;
	position: absolute;
	left: 60px;
	top: -12px;
	z-index: 1000;
}

.parr_ra_r {
	border-top: 12px solid none;
	border-left: 12px solid transparent;
	border-right: 12px solid #e8e8e8;
	border-bottom: 12px solid #e8e8e8;
	position: absolute;
	right: 30px;
	top: -12px;
	z-index: 1000;
}






/************************************************
*		동의 : Agreement						*
************************************************/

.agr_scr {
	height: 700px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

.agr_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px 10px;
	position: relative;
}

.agr_case {
	width: 100%;
	margin: 0 auto;
	padding: 40px 50px;
	position: relative;
}

.agr_swrap {
	width: 100%;
	margin: 0 auto;
	padding: 30px 25px 10px;
	position: relative;
}


.stb_bti {
	margin-bottom: 25px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 38px;
	display: block;
}

.stb_ti {
	margin-bottom: 5px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 28px;
	display: block;
}

.stb_copy {
	margin-bottom: 25px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 24px;
	display: block;
}

.stb_txt {
	margin-bottom: 25px;
	padding-left: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 24px;
	display: block;
}



/************************************************
*		SWIPER-RESPONSIVE						*
************************************************/
.swiper-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
	position: fixed;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	bottom : 0px;
	background-color:#181818;
	width: 27%;
	z-index: 999;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 0.2;
	margin : 0 3px;
	vertical-align:middle;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}








/************************************************
*		RESPONSIVE								*
************************************************/

@media all and (min-width:1080px) {
}

@media all and (max-width:1080px) {
}

@media all and (max-width:1024px) {
}

@media all and (max-width:980px) {
}

@media all and (max-width:768px) {
}

@media all and (max-width:480px) {
}

@media all and (max-width:419px) {
}


/*230214 스타일 추가*/

