@charset "utf-8";

/* Top Search */
.list-tsearch {margin-top: 30px;}
.list-tsearch .search_box {
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	max-width: 450px;
	margin: 0 auto;
	font-size: 0;
}
.list-tsearch .search_box .form-group {
	display: inline-block;
	vertical-align: middle;
}
.list-tsearch .search_box .select_group {
	width: 120px;
	position: relative;
}
.list-tsearch .search_box .select_group::after {
	content: "";
	background: #ddd;
	width: 1px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
}
.list-tsearch .search_box .select_group select {
	-webkit-appearance:none; /* for chrome */
	-moz-appearance:none; /*for firefox*/
	appearance:none;
	background-image: url("/img/custom/arrow_select.svg");
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 10px 6px;
}
.list-tsearch .search_box .select_group select::-ms-expand{display:none;/*for IE10,11*/}

.list-tsearch .search_box .input_group {width: calc(100% - 160px);}
.list-tsearch .search_box .button_group {
	width: 40px;
	margin-top: -3px;
}
.list-tsearch .search_box .form-control {
	border: none;
	background: transparent;
	box-shadow: none;
	font-size: 14px;
	padding: 0 8px;
	height: 40px;
	line-height: 40px;
}
.list-tsearch .search_box .button_group button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	background: #555;
}

/* Category */
.list-category {margin-bottom: 70px;}
.list-category .div-tab.tabs ul.nav-tabs {
	overflow: hidden;
	border: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.list-category .div-tab.tabs ul.nav-tabs li {
	float: left;
	width: 16.666%;
	border: none !important;
	margin: 0;
	line-height: 1.5 !important;
	background: none !important;
}
.list-category .div-tab.tabs ul.nav-tabs li.active {border: none !important;}
.list-category .div-tab.tabs ul.nav-tabs li a {
	font-size: 18px;
	text-align: center;
	padding: 11px;
	border: none !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	transition: all 0.3s;
	line-height: 1.5 !important;
}
.list-category .div-tab.tabs ul.nav-tabs li a:hover {
	color: #e04b00;
	line-height: 1.5 !important;
	border: none !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
}
.list-category .div-tab.tabs ul.nav-tabs li.active a {
	background: #e04b00 !important;
	color: #fff !important;
	border: none !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	line-height: 1.5 !important;
}
.list-category .div-tab.tabs ul.nav-tabs li.active a:hover {line-height: 1.5 !important;}
@media all and (max-width: 991px) {
	.list-category .dropdown #categoryLabel {
		background: #f5f5f5;
		font-size: 18px;
		padding: 15px;
		position: relative;
		border: none;
		border-bottom: 1px solid #ccc;
		color: #000 !important;
		text-align: left;
	}
	.list-category .dropdown.open #categoryLabel {border-bottom: none;}
	.list-category .dropdown #categoryLabel::after {
		content: "";
		background-image: url(/img/custom/arrow_select.svg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 12px;
		height: 7px;
		position: absolute;
		right: 15px;
		top: 25px;
		transition: all 0.3s;
	}
	.list-category .dropdown.open #categoryLabel::after {transform: scaleY(-1);}
	.list-category .dropdown .dropdown-menu {
		overflow: hidden;
		box-shadow: none;
		background: #f5f5f5;
		border: none;
		width: 100%;
		border-radius: 0;
		margin: 0;
		padding: 0 15px 15px;
	}
	.list-category .dropdown .dropdown-menu li {
		margin-bottom: 10px;
		width: 100% !important;
	}
	.list-category .dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 0;
		line-height: 1.5;
	}
}
@media all and (max-width: 767px) {
	.list-category {margin-bottom: 40px;}
}

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }


/* View */
.view-wrap { width:100%; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin: 30px 0 0;}
.view-btn i { margin-right:2px; }
.view_arrow {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.view_arrow > a {
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	font-size: 0;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.view_arrow > a b {
	color: #4567b5;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	padding-right: 10px;
	font-size: 16px;
}
.view_arrow > a em {
	color: #181818;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 140px);
	font-size: 16px;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	white-space: nowrap;
}
.view_arrow > a span {
	color: #555;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	font-size: 16px;
	text-align: right;
}
.view_list {
	text-align: right;
	margin-top: 10px;
}
.view_list a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 10px 18px 8px;
	background: #7a7a7a;
	border-radius: 40px;
}

/* Write */
.write-wrap { width:100%; }

@media all and (max-width: 767px) {
	.list-tsearch .search_box .select_group {width: 100px;}
	.list-tsearch .search_box .input_group {width: calc(100% - 140px)}
	.list-tsearch .search_box .button_group {width: 40px;}
	.list-tsearch .search_box .form-control {font-size: 12px;}
	.view_arrow > a {padding: 5px 10px;}
	.view_arrow > a b {
		font-size: 13px;
		width: 45px;
	}
	.view_arrow > a em {
		font-size: 13px;
		width: calc(100% - 105px);
	}
	.view_arrow > a span {
		font-size: 13px;
		width: 60px;
	}
	.view_list a {font-size: 13px;}
}
@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}


.system_wrap {padding: 0 50px;}
.system_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.system_wrap img {max-width: 100%;}
.system_wrap > div {margin-bottom: 100px;}
.system_wrap h3 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #555;
}
.system_wrap h3::before {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #e04b00;
	display: block;
	margin-bottom: 10px;
}
.system_wrap .desc {
	font-size: 16px;
	color: #555;
}
.system_wrap .box_wrap {
	background: #f6f3f2;
	padding: 50px;
	border-top: 1px solid #e4e4e4;
	margin-top: 50px;
	overflow: hidden;
	font-size: 0;
}

.system_wrap .section_1 {text-align: center;}
.system_wrap .section_1 p {
	font-size: 18px;
	margin-bottom: 5px;
}
.system_wrap .section_1 h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 50px;
	border: none;
	padding: 0;
}
.system_wrap .section_2 .box_wrap .img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	overflow: hidden;
}
.system_wrap .section_2 .box_wrap .txt {
	display: inline-block;
	vertical-align: middle;
	padding-left: 50px;
}
.system_wrap .section_2 .box_wrap .txt p {
	font-size: 25px;
	color: #0e608a;
	font-weight: bold;
	margin-bottom: 25px;
}
.system_wrap .section_2 .box_wrap .txt p:last-child {margin-bottom: 0;}
.system_wrap .section_3 ul {
	text-align: center;
	margin-top: 100px;
}
.system_wrap .section_3 ul li {margin-bottom: 30px;}
.system_wrap .section_3 ul li p {
	font-size: 14px;
	color: #0061a5;
	margin-bottom: 20px;
}
.system_wrap .section_4 .img {
	display: inline-block;
	vertical-align: top;
}
.system_wrap .section_4 .txt {
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
}
.system_wrap .section_4 .txt h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;
}
.system_wrap .section_5 {font-size: 0;}
.system_wrap .section_5 .img {
	display: inline-block;
	vertical-align: top;
	width: 37.9%;
}
.system_wrap .section_5 .txt {
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	width: 62.1%;
}
.system_wrap .section_5 .txt h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;
}
.system_wrap .section_5 .txt ul {overflow: hidden;}
.system_wrap .section_5 .txt ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.system_wrap .section_5 .txt ul li:nth-child(4),
.system_wrap .section_5 .txt ul li:nth-child(7) {clear: both}
.system_wrap .section_5 .txt ul li .color {
	border: 1px solid #ccc;
	width: 100px;
	height: 50px;
}
.system_wrap .section_5 .txt ul li .color.white {background: #fff;}
.system_wrap .section_5 .txt ul li .color.black {background: #000;}
.system_wrap .section_5 .txt ul li .color.silver {background: #555;}
.system_wrap .section_5 .txt ul li .color.yellow {background: #fdb913;}
.system_wrap .section_5 .txt ul li .color.green {background: #208340;}
.system_wrap .section_5 .txt ul li .color.blue {background: #25408f;}
.system_wrap .section_5 .txt ul li .color.gulfblue {background: #004b5b;}
.system_wrap .section_5 .txt ul li .color.lightblue {background: #009bdf;}
.system_wrap .section_5 .txt ul li .color.dovegray {background: #6d6e71;}
.system_wrap .section_5 .txt ul li .color.mocha {background: #58371b;}
.system_wrap .section_5 .txt ul li .color.red {background: #ce0000;}
.system_wrap .section_5 .txt ul li .color.umbergray {background: #262723;}
.system_wrap .section_5 .txt ul li p {
	font-size: 15px;
	margin: 5px 0 0;
}

.system_wrap .section_6 ul {
	text-align: center;
	margin-top: 100px;
}
.system_wrap .section_6 ul li p {
	font-size: 14px;
	color: #0061a5;
	margin-top: 20px;
}
.system_wrap .section_7 {margin-bottom: 0;}
.system_wrap .section_7 .img {text-align: center;}
.system_wrap .section_7 .img > img {margin-top: 100px;}

@media all and (max-width: 991px) {
	.system_wrap {padding: 0 30px;}
}
@media all and (max-width: 767px) {
	.system_wrap > div {margin-bottom: 50px;}
	.system_wrap h3 {
		font-size: 20px;
		margin: 0 0 30px;
	}
	.system_wrap .desc {font-size: 14px;}
	.system_wrap .box_wrap {
		padding: 20px;
		margin-top: 30px;
	}
	.system_wrap .section_1 {text-align: left;}
	.system_wrap .section_1 p {font-size: 13px;}
	.system_wrap .section_1 h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.system_wrap .section_2 .box_wrap .img {display: block;}
	.system_wrap .section_2 .box_wrap .txt {
		display: block;
		padding: 20px 0 0;
	}
	.system_wrap .section_2 .box_wrap .txt p {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.system_wrap .section_3 ul, .system_wrap .section_6 ul {margin-top: 50px;}
	.system_wrap .section_4 .img {display: block;}
	.system_wrap .section_4 .txt {
		display: block;
		padding: 20px 0 0;
	}
	.system_wrap .section_4 .txt h4 {font-size: 20px;}
	.system_wrap .section_5 .img {
		display: block;
		width: 100%;
	}
	.system_wrap .section_5 .txt {
		display: block;
		padding: 30px 0 0;
		width: 100%;
	}
	.system_wrap .section_5 .txt h4 {font-size: 18px;}
	.system_wrap .section_5 .txt ul li {width: calc((100% - 20px)/3);}
	.system_wrap .section_5 .txt ul li:nth-child(3n) {margin-right: 0;}
	.system_wrap .section_5 .txt ul li .color {width: 100%;}
	.system_wrap .section_7 .img > img {margin-top: 50px;}
}