@charset "UTF-8";

/* common */
.mobile {
	display: none
}

.hamburger.mobile {
	display: none
}

.desk {
	display: block
}

#wrap {
	width: 100%;
	height: 100%;
}

#contents {
	margin: 0 auto;
	margin-bottom: 5vw;
	overflow: hidden;
	min-height: calc(100vh - 335px);
}

#contents.main {
	width: 100%;
	height: auto;
	padding: 30px 0;
	min-height: 646px;
	max-width: none;
	margin-bottom: 0
}

.contents-inner {
	width: 94%;
	max-width: 1800px;
	height: 623px;
	margin: 0 auto;
}

.header-wrap {
	width: 100%;
}

.header-wrap header {
	width: 100%;
}

.header-wrap header>div {
	border-bottom: 1px solid #DDDDDD;
}

.header-wrap header .header-top {
	height: 100px;
}

.header-wrap header .header-btm {
	height: 60px;
}

.header-wrap header div .inner {
	width: 94%;
	max-width: 1800px;
	height: inherit;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#logo {
	width: 330px;
	height: 40px;
	display: inline-block;
	/* background: url(../images/header/logo-typo.png) left no-repeat; */
	/* background-size: 140px; */
	text-indent: -9999px;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

.side-menu-box {
	float: right;
}

.side-menu-box li {
	float: left;
	width: 100%;
	text-align: center;
}

/* header */
header .search-wrap {
	max-width: 600px;
	width: 35%;
}

header .search-wrap .search-box {
	border: 1px solid #000;
	height: 50px;
	display: block;
	align-items: center;
}

header .search-wrap .search-box span {
	display:inline-block;
	height:46px;
	line-height:46px;
	padding: 0 16px;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	cursor: default;
}

header .search-wrap .search-box input {
	width: calc(100% - 160px);
	padding:0;
	font-size: 17px;
}

button[id^=search-btn] {
	width: 23px;
	height: 23px;
	background: url(../images/header/search.png) no-repeat center;
	text-indent: -9999px;
	margin-left: 16px;
	background-size: 20px;
	vertical-align: middle;
}

header .search-wrap a.desk {
	float: right;
	font-size: 12px;
	margin-top: 3px;
	color: #666;
	text-decoration: underline;
}

header .header-top .side-menu-box {
	display: flex;
	width: 330px;
	justify-content: space-between;
}

header .header-top .side-menu-box li a {
	color: #666;
	font-size: 13px;
}

header .nav-box {
	overflow: hidden;
	width: calc(100% - 320px);
	display: block;
	margin: 0 auto;
	padding-left: 160px;
}

header #nav {
	width: 800px;
	height: 100%;
	display: block;
	justify-content: space-between;
	margin: 0 auto;
	overflow: hidden
}

header #nav li {
	float: left;
	width: 150px;
	height: 100%;
	text-align: center;
}

header #nav li a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 60px;
	font-weight: 600;
	color: #212529;
	position: relative;
	font-size: 17px;
}

header #nav li:not(:last-child) {
	margin-right: 66px
}

header #nav li.current a::after {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: 4px solid #534CBF;
	
}

header #nav li:hover a::after {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: 4px solid #534CBF;
	animation: hoverBar 0.3s;
}

@keyframes hoverBar { 
	0% {
	width: 0%;
	}

	100%{
	width:100%;
	}
}
	
header .header-btm .side-menu-box {
	width: 160px;
	min-width: 160px;
	display: flex;
	justify-content: space-between;
	position: relative
}

header .side-menu-box .update-btn {
	width: 95px;
	height: 28px;
	border: 1px solid #534CBF;
	border-radius: 15px;
	color: #534CBF;
	font-weight: 500;
	font-size: 13px
}

header .side-menu-box .update-btn i {
	background: url(../images/header/bell.png) center no-repeat;
	width: 13px;
	height: 13px;
	background-size: contain;
	display: inline-block;
	margin-left: 2px;
	position: relative;
	top: 1px;
}

/* update-box */
.update-box {
	width: 300px;
	max-height: 500px;
	padding: 15px;
	box-sizing: border-box;
	position: absolute;
	display: none;
	top: 44px;
	right: 65px;
	background-color: #fff;
	border: 1px solid #534CBF;
	z-index: 100;
	overflow-y: scroll;
}

.update-box ul li {
	float: unset;
	text-align: left
}

.update-box li:not(:last-child) {
	margin-bottom: 5px;
}

/* breadcrumb */
.breadcrumb-box {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #DDDDDD;
}

.breadcrumb-box #breadcrumb {
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #dddddd;
}

.breadcrumb-box #breadcrumb li {
	height: 100%;
	float: left;
	border-right: 1px solid #dddddd;
	display: flex;
	align-items: center
}

.breadcrumb-box #breadcrumb li:not(:first-child){
	/* width: 160px; */
	height: 48px;
	padding: 0 20px;
	font-size: 14px;
	cursor: default;
/* 	background: url(../images/common/btn-owndb-down.png) center right 15px
		no-repeat;
	background-size: 14px; */
}

.breadcrumb-box #breadcrumb li.ico-home {
	padding: 0 20px;
}

.breadcrumb-box #breadcrumb li.ico-home a {
	width: 16px;
	height: 100%;
	background: url(../images/header/home.png) center no-repeat;
	background-size: contain;
	display: block
}

/* visual */
#contents.sub {
	width: calc(100% - 200px)
}

#visual {
	width: 100%;
	height: 300px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 60px
}

.item-info {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

i.ico {
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	background-position: center;
	background-repeat: no-repeat
}

/* footer */
footer {
	position: absolute;
	width: 100%;
	padding: 20px 0 20px;
	background-color: #333;
	color: #ADADAD;
	font-size: 13px;
	letter-spacing: -4%;
	margin: 0;
	height: 126px;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	width: 94%;
	height: 100%;
	margin: 0 auto;
	max-width: 1800px;
}

.foot-nav {
	margin-bottom: 15px;
	overflow: hidden;
}

/* .foot-nav::after {
    content: '';
    display: block;
    clear: both;
}
 */
.foot-nav li {
	float: left;
}

.foot-nav li:first-child a {
	color: #FFFFFF;
}

.foot-nav li:not(:last-of-type) {
	position: relative;
	margin-right: 30px;
	padding-right: 30px;
}

.foot-nav li:not(:last-of-type)::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 1px;
	height: 8px;
	background-color: #ADADAD;
}

.foot-nav a {
	color: #ADADAD;
	font-weight: bold;
	letter-spacing: -4%;
}

footer p {
	margin-bottom: 7px;
}

/* 230824 전정민 푸터 외부채널추가*/
.foot-logo-wrap {
	margin: 16px 0 0;
	text-align: right;
}
.foot-logo-wrap a{
	display: inline-block;
    height: 100%;
}
.foot-sns-wrap {
	text-align: right;
}
.foot-sns-wrap a{
	display: inline-block;
}
.foot-sns-wrap a:not(:first-of-type) {
	margin-left: 4px;
}

/* contents */
.content-left {
	width: 33%;
	height: 100%;
	float: left;
}
.content-right {
	width: calc(67% - 30px);
	height: 100%;
	float: right;
}
.fixedclear::after{
	content: '';
	display: block;
	clear: both;
}
.content-right>div {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.content-right .inner-top {
	height: calc(50% - 30px);
}

.content-right .inner-top>div {
	width: calc(50% - 15px);
	height: auto;
}

.content-right .inner-btm {
	height: 50%;
	margin-top: 30px;
}

.content-right .inner-btm>div:first-child {
	width: 35%;
}

.content-right .inner-btm>div:last-child {
	width: calc(65% - 30px);
}

.content-left, .content-left a, .main-cont-1, .main-cont-1 a,
	.main-cont-3, .main-cont-3 a {
	color: #fff;
}

.main-cont-2, .main-cont-4 {
	overflow: hidden;
}

.content-right>div>div {
	background: no-repeat 50% 50%;
	background-size: cover;
	padding: 25px;
}

.content-right .sub-tt {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.kmdb-main h2 {
	font-size: 18px;
	font-weight: bold;
	cursor: default;
}

/* slide btn */
#contents.main .arrow {
	display: flex;
	position: absolute;
	bottom: 10px;
	right: 8px;
}

/* 	#contents.main .arrow a:first-child {
		border: none
	} */

#contents.main .arrow a {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/header/arrow_l.png) no-repeat 50% 50%;
	text-indent: -9999px;
	overflow: hidden;
	position: static;
	margin-top: 0;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

#contents.main .arrow .swiper-button-next {
	background: url(../images/header/arrow_r.png) no-repeat 50% 50%;
}

#contents.main .main-cont-2 .arrow, #contents.main .main-cont-4 .arrow {
	bottom: -1px;
	right: -2px;
	border: 1px solid #DDD;
	width: 72px;
	height: 37px;
}

#contents.main .main-cont-2 .arrow a, #contents.main .main-cont-4 .arrow a
	{
	width: 35px;
	height: 35px;
	background: url(../images/header/arrow_l_sm.png) no-repeat 50% 50%;
	border-right: 1px solid #DDD;
}

#contents.main .main-cont-2 .arrow .swiper-button-next, #contents.main .main-cont-4 .arrow .swiper-button-next
	{
	background: url(../images/header/arrow_r_sm.png) no-repeat 50% 50%;
}

.arrow .swiper-button-next.swiper-button-disabled, .arrow .swiper-button-prev.swiper-button-disabled
	{
	opacity: 1;
}

.swiper-container2, .swiper-container3 {
	overflow: hidden;
}
/* content-left */
.content-left {
	position: relative;
}

.content-left .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.content-left .swiper-slide {
	
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 260px;
}

.content-left .swiper-slide.cont2 {
	background-image: url(../img/content2_img.png);
}

.content-left .slide-inner {
	
	width: 100%;
	height: 100%;
}
.content-left .slide-inner a{display:block;width:100%;height:100%;padding: 18% 13% 8%;overflow:hidden;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.content-left .swiper-container {
	position: relative;
}

/* .content-left .swiper-container::after {
	content: '';
	display: block;
	width: 84%;
	height: 84%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 5;
} */

.content-left .swiper-container .arrow {
	width: 162px;
}
.content-left .arrow a{margin-left:-1px}
.content-left h2 {
	font-size: 46px;
	margin-bottom: 30px;

}

.content-left p {
	font-size: 24px;
	font-weight: 400;
}

/* main-cont1 */
.content-right .main-cont-1 {
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	background-size: cover ! important;
}

.main-cont-1 .back-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	overflow: hidden;
}

.main-cont-1 .color-overlap {
	background-size: cover ! important;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.main-cont-1 .color-overlap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/* opacity: 0.5;
	background-color: #534CBF; */
}

.main-cont-1 .cont-inner {
	position: relative;
	
}

.main-cont-1 p {
	font-size: 14px;
}

.content-right .cont-more {
	display: inline-block;
	padding: 7px 11px;
	border: 1px solid #fff;
	border-radius: 31px;
	font-size: 13px;
	min-width: 100px;
	text-align: center;
	font-weight: bold
}

.content-right .cont-more:hover {
	background-color: #fff;
	color: #777;
	transition: 0.1s linear
}

.main-cont-1 .title {
	margin: 30px 0;
	font-size: 30px;
	font-weight: 600;
}

/* main-cont2 */
.main-cont-2, .main-cont-4 {
	position: relative;
	border: 1px solid #DDD;
}

.main-cont-2 .cont-top, .main-cont-4 .cont-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #555;
	overflow: hidden;
}

.main-cont-2 .cont-top a, .main-cont-4 .cont-top a {
	display: block;
	width: 30px;
	text-indent: -9999px;
	background: url(../images/header/arrow_d.png) no-repeat 98% 50%;
}

.main-cont-2 .sub-tt {
	margin: 10px 0 0;
	font-weight: 600;
	font-size: 15px;
	color: #212529;
}

.main-cont-2 .main-2-img, .main-cont-4 .main-4-img {
	position: relative;
	display: block;
	height: 110px;
	overflow: hidden;
}

.main-cont-2 .main-2-img img, .main-cont-4 .main-4-img img {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.main-cont-2 .main-2-tag li {
	float: left;
	margin-right: 10px;
	font-size: 14px;
}

.main-cont-2 .main-2-tag {
	height: 42px;
	overflow: hidden;
}

.main-cont-2 .main-2-tag a {
	color: #666;
}

.main-cont-2 .swiper-wrapper {
	width: 467px;
}

/* main-cont3 */
.content-right .main-cont-3 {
	background-image: url(../img/content4_img.png);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.content-right .main-cont-3 .title{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.main-cont-3 .cont-inner {
	height: 90%;
	display: flex;
	flex-direction: column;
}

.main-cont-3 h2 {
	width: 100%;
}

.main-cont-3 .title {
	display: block;
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	margin: 30px 0;
}

/* .main-cont-3 .main-3-tag {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 90px;
}

.main-cont-3 .main-3-tag li {
    margin: 6px 5px;

}

.main-cont-3 .main-3-tag a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 46px;
    font-size: 14px;
} */

/* main-cont4 */
.main-cont-4 .sub-tt {
	padding: 10px 0 0;
	font-size: 15px;
	font-weight: 600;
}

.main-cont-4 .sub-tt a {
	width: 100%; 
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #212529;
}

.main-cont-4 p:not(.sub-tt) {
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	line-height: 1.2em;
	height: 1.2em;
	overflow: hidden;
	white-space: pre;
}

/* side-search */
.mDBSideSearch .menu>li {
	display: inline-block;
	width: 100%;
	padding: 8px 0;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #d8d8d8;
}

.mDBSideSearch ul li label {
	/* display: inline-block;
	color: #212529; */
	margin-left: 5px;
}

.mDBSideSearch .arrow-btn {
	background: url(../images/icon/arrow_down.png) no-repeat center;
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
}

.mDBSideSearch .all-menu {
	padding-left: 10px;
	max-height: 119px;
	overflow: auto;
	font-size: 13px;
	font-weight: 400;
	margin: 5px 0 0;
}

.mDBSideSearch .sub-menu {
	padding-left: 10px;
	margin: 5px 0 0;
}

.mDBSideSearch .all-menu label {
	color: #666;
	cursor: pointer;
}

.mDBSideSearch .all-menu a.purple {
	color: #534cbf;
}

.mDBSideSearch .open {
	display: block;
}

.mDBSideSearch .arrow-btn.up {
	background-image: url(../images/icon/arrow_up.png)
}

.srch-btn-box>li {
	border-bottom: 1px solid #d8d8d8;
	padding: 8px 0 10px;
}

.srch-btn-box .tit {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #212529;
}

.srch-btn-box .btn-wrap {
	margin: 0 auto;
	width: 90%;
}

.srch-btn-box .btn-wrap ul {
	display: flex;
	flex-wrap: wrap;
}

.srch-btn-box .btn-wrap li {
	width: 50%;
}

.srch-btn-box .btn-wrap li:nth-child(2n) {
	margin-left: -1px;
}

.srch-btn-box .btn-wrap li:nth-child(3), .srch-btn-box .btn-wrap li:nth-child(4)
	{
	margin-top: -1px;
}

.srch-btn-box .srch-btn {
	width: 100%;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #534cbf;
	font-size: 13px;
	color: #666;
}

.srch-btn-box .srch-btn.apply {
	width: 100%;
	border: none;
	background-color: #eee;
}

.srch-btn-box .srch-btn.active {
	background-color: #534cbf;
	color: #fff;
}

.srch-btn-box .col:first-child {
	border-bottom: 1px solid #d8d8d8;
}

.srch-btn-box .cal-side {
	margin: 0 auto;
	width: 90%;
}

.srch-btn-box .cal-side input {
	width: 100%;
	font-size: 15px;
}

.ui-datepicker.left {
	left: 38% ! important;
}

/* etc */
.category-box ul li {
	font-size: 14px;
}

.content-left .swiper-pagination {
	display: none;
}

.content-left .swiper-pagination-bullet-active {
	background: #ddd;
}

.content-left .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10%;
}

#contents {
	padding-top: 30px;
}

#contents .col-tit {
	font-size: 20px;
	font-weight: 600;
}

.kofa-visual .col-name {
	font-size: 26px;
	font-weight: 600;
}

.kofa-visual .mList14.box1 {
	margin: 16px 0 30px;
}

.result-block-tt .r-menu {
	display: flex;
	justify-content: flex-end;
	margin: 15px 0;
	font-size: 14px;
}

.contents-btm.col-list {
	margin-bottom: 16px;
}

.contents-top .index-box {
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contents-top .index-box > div{
	display: flex;
	align-items: center;
}
.contents-top .index-box p{
	margin-right: 15px; padding: 3px 10px; background-color: white;border-radius: 4px;min-width: 44px;
}
.contents-top .index-box li {
	float: left;
	margin: 2px 10px 2px 0;
}

.contents-top .index-box li a {
	color: #333;
}

.contents-top .index-box li a.on, .contents-top .index-box li a:hover {
	border-bottom: 1px solid #333;
}

.contents-top .index-box .tempo {
	margin-right: 15px;
	padding: 5px 10px;
	background-color: white;
}

.sub-coll-cont-box ul li.title-box {
	padding: 0
}

.sub-coll-cont-box ul li.title-box input {
	width: 100%;
	font-size: 1rem
}
/* 메인하단 외부채널 추가 */
.box-main-sns{
	display: flex;
	width: 94%;
	max-width: 1800px;
	height: 110px;
    margin: 30px auto 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.box-main-sns .list-left{
    position: relative;
    width: 80%;
    padding: 20px 30px 20px 0;
    text-align: right;
}
.box-main-sns .list-left ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-content: space-between;
}
.box-main-sns .list-left ul li{
	width: calc(25% - 12px);
	height: 70px;
}
.box-main-sns .list-left:after {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    right: 0;
    bottom: 28px;
    width: 1px;
    background: #ccc
}
.box-main-sns .list-left a {
	display: flex;
	box-sizing: border-box;
    align-items: center;
	height: 100%;
	padding: 0 16px;
    font-size: 12px;
    color: #666;
}
.box-main-sns .list-left .title {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.box-main-sns .list-left .title img{
	width: 34px;
}
.box-main-sns .list-left .title p {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.box-main-sns .list-left .title p span:first-child{
	margin-bottom: 2px;
	font-size: 15px;
	color: #212529;
}
.box-main-sns .list-left li:nth-child(1) {
    background: url(../images/common/bg_banner_KF1.png) no-repeat 50% 50%;
    background-size:cover;
}
.box-main-sns .list-left li:nth-child(2) {
    background: url(../images/common/bg_banner_KF2.png) no-repeat 50% 50%;
    background-size:cover;
}
.box-main-sns .list-left li:nth-child(3) {
    background: url(../images/common/bg_banner_KA.png) no-repeat 50% 50%;
    background-size:cover;
}
.box-main-sns .list-left li:nth-child(4) {
    background: url(../images/common/bg_banner_KFarchive.png) no-repeat 50% 50%; 
    background-size:cover;
}

.box-main-sns .list-left::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    bottom: 20px;
    width: 1px;
    background: #ddd;
}
.box-main-sns .list-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    height: 100%;
    text-align: center;
}
.box-main-sns .list-right .txt-1 {
    margin-bottom: 15px;
    font-size: 14px;
}
.box-main-sns .list-right .txt-1 a{
    color: #555;
}
.box-main-sns .list-right .list-1 {
    font-size: 0px;
    line-height: 0;
}
.box-main-sns .list-right .list-1 > li {
    display: inline-block;
    width: 50px;
    margin: 0 4px 0 0;
    vertical-align: top;
}
.box-main-sns .list-right .list-1 > li .icon-1 { display: block; height: 21.21px; background: url("../images/icon/icon_main_sns_1.jpg") 50% 50% no-repeat; background-size: cover;}
.box-main-sns .list-right .list-1 > li .icon-1:focus, .box-main-sns .list-right .list-1 > li .icon-1:hover { background-image: url("../images/icon/icon_main_sns_1_on.jpg"); }
.box-main-sns .list-right .list-1 > li .icon-2 { display: block; height: 21.21px; background: url("../images/icon/icon_main_sns_2.jpg") 50% 50% no-repeat; background-size: cover;}
.box-main-sns .list-right .list-1 > li .icon-2:focus, .box-main-sns .list-right .list-1 > li .icon-2:hover { background-image: url("../images/icon/icon_main_sns_2_on.jpg"); }
.box-main-sns .list-right .list-1 > li .icon-6 { display: block; height: 26.87px; background: url("../images/icon/icon_main_sns_9.jpg") 50% 50% no-repeat; background-size: cover;}
.box-main-sns .list-right .list-1 > li .icon-6:focus, .box-main-sns .list-right .list-1 > li .icon-6:hover { background-image: url("../images/icon/icon_main_sns_9_on.jpg"); }
.box-main-sns .list-right .list-1 > li .icon-7 { display: block; height: 21.21px; background: url("../images/icon/icon_main_sns_7.jpg") 50% 50% no-repeat; background-size: cover;}
.box-main-sns .list-right .list-1 > li .icon-7:focus, .box-main-sns .list-right .list-1 > li .icon-7:hover { background-image: url("../images/icon/icon_main_sns_7_on.jpg"); }
/* media */
@media ( max-width :1440px) {
	#contents.main {
		height: auto;
	}
	.main #wrap {
		overflow: auto;
	}
	/* 	.contents-inner {width: calc(100% - 200px);} */
	.contents-inner {
		width: 94%;
		height: auto;
	}
	.content-left {
		height: 70%;
	}
	.content-left .slide-inner {
		height: 320px;
	}
	.content-left .slide-inner a{padding: 3% 19% 4% 8%;height:320px;}
	.content-left, .content-right {
		float: none;
		width: 100%;
	}
	.content-right .inner-top, .content-right .inner-btm {
		margin-top: 20px;
		min-height: 280px;
	}
	.content-left .slide-inner {
		width: 100%
	}
	.content-left .swiper-container::after {
		width: 95%
	}
	#contents.main .arrow {
		right: calc(2.5% - 2px)
	}
	#contents.main .arrow a {
    	width: 70px;
    	height: 70px;}
    /* 메인하단 외부채널*/
    .box-main-sns{
		height: 174px;
	}
	.box-main-sns .list-left{
    	width: 70%;
    	padding: 20px 30px 8px 0;
	}
	.box-main-sns .list-left ul li{
		width: calc(50% - 6px);
		height: 60px;
		margin-bottom: 12px;
	}
	.box-main-sns .list-right {
		width: 30%;
	}
	
}

@media ( max-width : 1200px) {
	#contents {
		min-height: calc(100vh - 206px);
	}
	.breadcrumb-box {
		display: none;
	}
	header .search-wrap .search-box input {
    width: calc(100% - 175px);
    font-size: 15px;
	}
	.box-main-sns{
    	width:100%;
	}
}

@media ( max-width : 1024px) {
	header .side-menu-box .update-btn {
		width: 90px;
		font-size: 12px
	}
	#contents .container {
		width: 94%;
		margin: 0 auto
	}
	.content-left .slide-inner a {
    padding: 6% 15%;
	}
	.content-left .swiper-container::after {
		width: 90%;
	}
	.content-left .swiper-container {
		display: flex;
		justify-content: center;
	}
	.content-left .swiper-container::after {
		width: 95%
	}
	.content-left h2 {
		font-size: 35px;
	}
	.content-left p {
		font-size: 21px;
	}
	#contents.main .arrow {
		z-index: 6;
		width: 96%;
		justify-content: space-between;
		top: 50%;
		bottom: auto;
		right: 50%;
		transform: translate(50%, -50%);
		border: none;
	}
	#contents.main .arrow a {
		width: 50px;
		height: 50px;;
	}
	.main-cont-1 .title {
		font-size: 24px;
	}
	.main-cont-3 .title {
		width: 100%;
		font-size: 20px;
	}
	.content-right .inner-top>div {
		width: calc(50% - 10px);
	}
	.content-right .inner-btm>div:last-child {
		width: calc(65% - 15px);
	}
	#contents.main .content-right .arrow {
		display: none;
	}
	#contents.main .arrow a {
		/* border-top: none */
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
	.kofa-visual .mList14.box1 {
    	margin: 16px 0;
	}
	footer {
		height: auto;
	}
	.footer-inner {
		display: block
	}
	.footer-inner .left>p {
		margin-bottom: 20px;
	}
	.foot-sns-wrap {
		text-align: left;
	}
	.content-left .swiper-pagination {
		display: block;
	}
	.foot-logo-wrap {
		text-align: left;
	}
	.foot-nav {
		width: 90%;
		overflow: hidden;
		margin: 0 auto 10px auto;
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	.r-menu .mToggle1 {
		border: none;
		padding-bottom: 0;
		width: 150px;
	}
	.r-menu .mToggle1 a {
		line-height: 43px;
		height: 43px;
	}
	.box-main-sns .list-left a {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    font-size: 12px;
    }
	
}
@media ( max-width : 800px) {
	.contents-top .index-box{
	    flex-direction: column;
	}
	.contents-top .index-box > div{
		padding: 5px 0;
	}
	/* 메인하단 외부채널*/
	.box-main-sns{
		height:auto;
		flex-direction: column;
		}
	.box-main-sns .list-left{
    	width: 100%;
    	padding: 20px 0 8px 0;
    	border-bottom: 1px solid #ddd;
	}
	.box-main-sns .list-left::after {
		display: none;
		}
	.box-main-sns .list-right {
		width: 100%;
		padding: 30px 0;
	}
	.box-main-sns .list-right .list-1 > li {
    	margin: 0 16px 4px 0;
    	}
}
@media ( max-width : 640px) {
	#contents.main .content-left .arrow {
		display: none;
	}
	.kmdb-main h2 {
		font-size: 16px;
	}
	.content-left {
		height: 330px;
	}
	.content-left h2 {
		font-size: 35px;
	}
	.content-left p {
		font-size: 21px;
	}
	.content-left .slide-inner {
	 height:260px;
	}
	.content-left .slide-inner a {
    padding: 11% 15%;
    height: 330px;
	}
	.content-right>div {
		flex-direction: column;
	}
	.content-right .inner-top>div, .contents-inner .content-right .inner-btm>div
		{
		width: 100%;
	}
	.main-cont-2, .main-cont-4 {
		margin-top: 20px
	}
	.content-right .inner-top, .content-right .inner-btm {
		margin-top: 20px;
	}
	.content-right .cont-more {
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	.main-cont-1 .title {
		font-size: 25px;
		text-align: center;
	}
	.main-cont-3 .title {
		font-size: 25px;
		text-align: center;
	}
	.main-cont-3 {
		height: 260px;
	}
	footer .left {
		text-align: center;
	}
	footer .right {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.foot-nav li:not(:last-of-type) {
		margin: 0 0 4px;
		padding: 0;
	}
	.foot-nav li:not(:last-of-type)::after {
		display: none;
	}
	.foot-sns-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.kofa-visual .col-name {
		font-size: 18px;
	}
	.kofa-visual p, .index-box ul {
		font-size: 15px;
	}
	.index-box .tempo {
		display: none;
	}
	.result-block-tt .r-menu {
		justify-content: space-between;
	}
	.sub-coll-group-box .data-table.medium td, .sub-coll-group-box a {
		font-size: 15px;
	}
	/* 메인하단 외부채널*/
	.box-main-sns{
		margin: 0 auto;
		border: none;
	}
	.box-main-sns .list-left ul {
		flex-direction: column;
	}
	.box-main-sns .list-left ul li {
    	width: 100%;
    	margin-bottom: 10px;
    }

}

@media ( max-width : 500px) {
	#logo {
		background-size: contain !important;
	}
}
