@charset "utf-8";
.tit{font-size:28px;font-weight:500;text-align:center;margin-bottom:20px;padding-top:50px;position:relative; color: #333}
.txt{font-size:18px;text-align:center;}

.flex{ display: flex}
.sb{ justify-content: space-between;}
.ai-c{ align-items: center;}
.jc-c{ justify-content: center;}

.main-modal__wrap {
  position: absolute;
  background: #fff;
  border: 1px solid rgb(187, 172, 172);
   z-index:999
}
.main-modal__wrap input {
  border: 1px;
  background: #fff;
  vertical-align: middle;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.main-modal__footer {
  background: #000;
  text-align: right;
  padding: 10px;
  color: #fff;
}


@media ( max-width: 1024px ) {
	.tit{font-size:18px;padding-top:30px;}
	.txt{font-size:16px;word-break:keep-all;}
	br{display:none;}
}
.visual_wrap{

}
.visual_wrap .visual{
	background-image: url(../img/main/main_visual.png);
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	color:#fff;
	text-align:center;
}
.visual_wrap .visual .visual_opacity{

	height: 100%;
	padding:60px 50px;
	background: rgba(0,0,0,0.3)
}
.visual_wrap .visual h2{
	font-size: 34px;
    font-weight: 400;
    background-color: transparent !important;
}
.visual_wrap .visual h2 span{
	font-size: 24px;
    font-weight: 300;
	display:block;
}

.visual_wrap .visual .visual_search{
	width: 1080px;
    margin: 0 auto;
	box-sizing: border-box;
	position:relative;
	padding: 60px 0 30px 0;
}
.visual_wrap .visual_search ul.tabs{
	border-bottom:none;
	padding-left: 0;
	text-align:left;
}
.visual_wrap .visual_search ul.tabs li{
	display: inline-block;
	font-size:15px;
	padding-top:10px;
}
.visual_wrap .visual_search ul.tabs li a{
	position:relative;
	color: #fff;
	padding: 5px 10px 10px 10px;
	min-width:150px;
	border:none;
	background-color:#766452;
	font-weight:400;
	font-size:17px;
}
.visual_wrap .visual_search ul.tabs li a:before{
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-right: 150px solid #766452;
	border-top: 10px solid transparent;
	position:absolute;
	top:-9px;
	left:0;
	box-sizing:border-box;
}
.visual_wrap .visual_search ul.tabs li a:after{
	content:'검색';
}
.visual_wrap .visual_search ul.tabs li:first-of-type a{
	border-left:none;
}
.visual_wrap .visual_search ul.tabs li a.active{
	background: #9A5F1B;
}
.visual_wrap .visual_search ul.tabs li a.active:before{
	border-right-color:#9A5F1B;
}
.visual_wrap .visual_search .tab_content{
	padding: 10px;
	background-color:#9A5F1B;
	text-align:left;
	font-size:0;
}
.visual_wrap .main_search{
	background-color:#fff;
	padding:10px;
/* 	display: inline-block; */
	width:calc(100% - 170px);
	font-size:0;
	position:relative;
}
.visual_wrap .main_search select{
    width: 150px;
	box-sizing: border-box;
    display: inline-block;
	font-size:16px;
	font-weight:500;
	border-right:solid 1px #ccc;
}
.visual_wrap .main_search input{
    width: 100%;
	height:36px;
	line-height:1;
	box-sizing: border-box;
    display: inline-block;
	font-size:17px;
	vertical-align: middle;
	padding: 10px 70px 10px 20px;
}
.visual_wrap .main_search select + input{
    width: calc(100% - 150px);
}
.visual_wrap .main_search .helper_btn{
	background-image: url(../img/main/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    width: 18px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 90px;
}
.visual_wrap .main_search .sch_btn{
	width:64px;
	height:36px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
    background-image: url(../img/main/sch_icon.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 25px;
	border-left:solid 1px #ccc;
}
.visual_wrap .detail_sch_btn{
	color:#fff;
	width:140px;
	height:56px;
	padding:19px;
	padding-left: 40px;
	box-sizing:border-box;
	margin-left:10px;
	border:solid 1px #fff;
	font-size:17px;
	display: inline-block;
	vertical-align: middle;
    line-height: 1;
    background-image: url(../img/main/detail_sch_icon.png);
	background-repeat: no-repeat;
	background-position:20px center;
}
@media ( max-width: 1024px ) {
	.visual_wrap .visual{
		padding:60px 0;
	}
	.visual_wrap .visual .visual_search{
		width:100%;
		padding: 30px 15px;
	}
	.visual_wrap .visual h2{font-size:28px;}
	.visual_wrap .main_search select + input{width:100%;}
}
@media ( max-width: 768px ) {
	.visual_wrap .visual {padding: 30px 0;}
	.visual_wrap .visual h2{font-size:18px;font-weight:500;padding: 0 30px;word-break: keep-all;display:none;}
	.visual_wrap .visual h2 span{font-size:18px;display:inline;font-weight:500;}
	.visual_wrap .visual_search ul.tabs li a:after,
	.visual_wrap .main_search select,
	.visual_wrap .main_search .helper_btn{display:none;}
	.visual_wrap .main_search input{width:100%;}
	.visual_wrap .main_search .sch_btn{width:36px;border:none;}
	.visual_wrap .main_search input{padding:10px 40px 10px 10px;}
	.visual_wrap .detail_sch_btn{width: 72px;font-size: 15px;padding: 5px;padding-top: 30px;background-position: center 10px;background-size: 12px;}
	.visual_wrap .main_search{width:calc(100% - 102px);}
	.visual_wrap .visual_search ul.tabs li a{min-width:120px;}
	.visual_wrap .visual_search ul.tabs li a:before{border-right: 120px solid #766452;}
}

.visual_wrap .remote_box{
	width: 1240px;
    margin: 0 auto;
	box-sizing: border-box;
	position:relative;
	display:block;
	font-size:0;
}
.visual_wrap .remote_box .remote{
	display:inline-block;
	width:16.5%;
	text-align:center;
	box-sizing:border-box;
	font-size:16px;
	font-weight: 500;
	padding:20px;
	padding-top: 85px;
	background-position: center 30px;
    background-repeat: no-repeat;
    background-size: auto 45px;
    word-break:keep-all;
}
.visual_wrap .remote_box .remote:hover, .visual_wrap .remote_box .remote:focus{text-decoration:underline;}
.visual_wrap .remote_box .remote.icon01{background-image: url(../img/main/remote_icon01.png);}
.visual_wrap .remote_box .remote.icon02{background-image: url(../img/main/remote_icon02.png);}
.visual_wrap .remote_box .remote.icon03{background-image: url(../img/main/remote_icon03.png);}
.visual_wrap .remote_box .remote.icon04{background-image: url(../img/main/remote_icon04.png);}
.visual_wrap .remote_box .remote.icon05{background-image: url(../img/main/remote_icon05.png);}
.visual_wrap .remote_box .remote.icon06{background-image: url(../img/main/remote_icon06.png);}
.visual_wrap .remote_box .remote.icon07{background-image: url(../img/main/remote_icon07.png);}
.visual_wrap .remote_box .remote.icon08{background-image: url(../img/main/remote_icon08.png);}
.visual_wrap .remote_box .remote:hover, .visual_wrap .remote_box .remote:focus{text-decoration:underline;background-color:#8b725b;color:#fff;transform: scale(1.1);border-radius:5px;}
.visual_wrap .remote_box .remote.icon01:hover, .visual_wrap .remote_box .remote.icon01:focus{background-image: url(../img/main/remote_icon01_on.png);}
.visual_wrap .remote_box .remote.icon02:hover, .visual_wrap .remote_box .remote.icon02:focus{background-image: url(../img/main/remote_icon02_on.png);}
.visual_wrap .remote_box .remote.icon03:hover, .visual_wrap .remote_box .remote.icon03:focus{background-image: url(../img/main/remote_icon03_on.png);}
.visual_wrap .remote_box .remote.icon04:hover, .visual_wrap .remote_box .remote.icon04:focus{background-image: url(../img/main/remote_icon04_on.png);}
.visual_wrap .remote_box .remote.icon05:hover, .visual_wrap .remote_box .remote.icon05:focus{background-image: url(../img/main/remote_icon05_on.png);}
.visual_wrap .remote_box .remote.icon06:hover, .visual_wrap .remote_box .remote.icon06:focus{background-image: url(../img/main/remote_icon06_on.png);}
.visual_wrap .remote_box .remote.icon07:hover, .visual_wrap .remote_box .remote.icon07:focus{background-image: url(../img/main/remote_icon07_on.png);}
.visual_wrap .remote_box .remote.icon08:hover, .visual_wrap .remote_box .remote.icon08:focus{background-image: url(../img/main/remote_icon08_on.png);}
@media ( max-width: 1024px ) {
	.visual_wrap .remote_box{
		width:100%;
		padding:30px 15px;
	}
	.visual_wrap .remote_box .remote{
		width: 33.33%;
		font-size: 15px;
		background-position: center 15px;
		background-size: auto 30px;
		padding: 10px 0;
		padding-top: 55px;
		margin-top: 0;
		vertical-align: top;
		min-height: auto;
	}
	.visual_wrap .remote_box .remote:nth-of-type(1),
	.visual_wrap .remote_box .remote:nth-of-type(2),
	.visual_wrap .remote_box .remote:nth-of-type(3),
	.visual_wrap .remote_box .remote:nth-of-type(4){
		margin-top:0;
	}
}

.sec01{
    background-image: url(../img/main/sec01_bg.png);
	background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
.sec01 .webzen a{
	display:block;
	padding:10px;
	border:solid 1px #999999;
	box-sizing:border-box;
	background-color:#fff;
}
.sec01 .webzen a:hover, .sec01 .webzen a:focus{
	background-color:#865b38;
}
.sec01 .webzen .webzen_tit {
    font-size: 24px;
    font-weight: 400;
    color: #cc6600;
    line-height: 26px;
    padding-left: 60px;
    background-image: url(../img/main/webzen_icon01.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-size: 35px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    min-height: 44px;
}
.sec01 .slick-slide:nth-of-type(even) h3{
    background-image: url(../img/main/webzen_icon02.png);
}
.sec01 .webzen:hover .webzen_tit, .sec01 .webzen a:focus .webzen_tit{
    background-image: url(../img/main/webzen_icon01_hov.png);
}
.sec01 .slick-slide:nth-of-type(even) .webzen a:hover h3,
.sec01 .slick-slide:nth-of-type(even) .webzen a:focus h3{
    background-image: url(../img/main/webzen_icon02_hov.png);
}
.sec01 .webzen .webzen_tit span{
	font-size: 16px;
	font-weight:400;
	color:#454545;
	display:block;
	display: inline-block;
	vertical-align: middle;
}
.sec01 .webzen a:hover .webzen_tit , .sec01 .webzen a:focus .webzen_tit ,
.sec01 .webzen a:hover .webzen_tit span, .sec01 .webzen a:focus .webzen_tit span{
	color:#fff;
}
.sec01 .webzen img{
	width:100%;
	height: 325px;
	border-radius:5px;
}
.sec01 .slick-slider {
/*     margin:0 -5px; */
}
.sec01 .slick-slide {
    padding:10px;
    text-align:center;
    margin-right:5px;
    margin-left:5px;
}
.sec01 .slick-dots{
	bottom:-40px;
}
.sec01 .slick-dots li button:before{
	border:solid 2px #666666;
	opacity:1;
	content:'';
	display:block;
	border-radius:100px;
}
.sec01 .slick-dots li,
.sec01 .slick-dots li button,
.sec01 .slick-dots li button:before{
	width:15px;
	height:15px;
	margin: 0 3px;
	box-sizing:border-box;
}
.sec01 .slick-dots li.slick-active button:before{
	background-color:#666666;
	border:none;
}

.sec01 .tit .more{
    position: relative;
    top: 5px;
    right: -89.50%;
    width: 25px;
    height: 26px;
    box-sizing: border-box;
    background-image: url(../img/main/more_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
    display: block;
}
@media ( max-width: 1024px ) {
	.sec01{padding-bottom:50px;}
	.sec01 .slick-dots{
		bottom:-25px;
	}
	.sec01 .webzen img {
		height: 235px;
	}
}
@media ( max-width: 500px ) {
	.sec01 .webzen img {
		height: 305px;
	}
}

.sec02 .word_cloud{
	margin:70px 0;
	text-align:center;
}
.sec02 .grid_wrap{
	display:block;
	box-sizing:border-box;
	font-size:0;
	overflow:hidden;
	margin-top:30px;
}
.sec02 .grid{
	display:inline-block;
	box-sizing:border-box;
	font-size:15px;
	width:33.33%;
	background-color:#fff;
	padding:25px 10px;
	padding-left:95px;
	position:relative;
	float:left;
	min-height:76px;
	text-align:center;
}
.sec02 .grid .icon{
	position:absolute;
	top:50%;
	left:calc(50% - 110px);
	display:block;
	width:75px;
	height:76px;
	background-color: #856b54;
	border: solid 1px #856b54;
	border-radius:100px;
	box-sizing: border-box;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	background-size: auto 40px;
}
.sec02 .grid:nth-of-type(1) .icon{
	background-image:url(../img/main/sec02_icon01.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: auto 50px;
}
.sec02 .grid:nth-of-type(2) .icon{
	background-image:url(../img/main/sec02_icon02.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.sec02 .grid:nth-of-type(3) .icon{
	background-image:url(../img/main/sec02_icon03.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.sec02 .grid p{
	font-size:18px;
	color:#454545;
	padding-left: 90px;
    text-align: left;
}
.sec02 .grid p.count{
	font-size:20px;
	color:#333;
}
.sec02 .grid p.count span{
    font-size: 34px;
    color: #993300;
    font-weight: 500;
    line-height: 32px;
	margin-right:5px;
}
@media ( max-width: 1024px ) {
	.sec02 .word_cloud{margin:20px 0;background: #f9f9f9;padding: 10px;text-align: center;}
	.sec02 .grid{padding:20px 10px;padding-left:50px;min-height:auto;}
	.sec02 .grid .icon{width:35px;height:36px;left: calc(50% - 65px);}
	.sec02 .grid p{display:none;}
	.sec02 .grid p.count{display:inline-block;font-size:15px;padding-left: 0;}
	.sec02 .grid p.count span{font-size:18px;}
	.sec02 .grid:nth-of-type(1) .icon{background-image:none;}
	.sec02 .grid:nth-of-type(2) .icon{background-image:none;}
	.sec02 .grid:nth-of-type(3) .icon{background-image:none;}
	.sec02 .grid .icon:before{line-height: 34px;color: #fff;font-size: 14px;text-align: center;display: block;}
	.sec02 .grid:nth-of-type(1) .icon:before{content:'개인';}
	.sec02 .grid:nth-of-type(2) .icon:before{content:'단체';}
	.sec02 .grid:nth-of-type(3) .icon:before{content:'주제';}
}
@media ( max-width: 500px ) {
	.sec02 .grid{padding: 20px 0;padding-top: 50px;min-height:auto;max-width: 33%;min-width: 33%;text-align:left;float:none;margin-left: 0;transform: none;}
	.sec02 .grid .icon{width: 44px;height:44px;background-image:none;left: 50%;top: 0;transform: translateX(-50%);}
	.sec02 .grid p.count{display:block;font-size:16px;text-align: center;}
	.sec02 .grid p.count span{font-size: 16px;}
	.sec02 .grid .icon:before{line-height:42px;}
}

.sec03{background-color:#e0d9d4;}
.sec03 .grid_block{
	display:block;
	box-sizing:border-box;
	font-size:0;
	overflow:hidden;
	margin-top:30px;
}
.sec03 .block{
	display:inline-block;
	box-sizing:border-box;
	font-size:15px;
	width:calc(20% - 8px);
	margin-left:10px;
	background-color:#fff;
	padding:15px 20px;
	position:relative;
	min-height: 150px;
	float:left;
}
.sec03 .block:first-of-type{
	margin-left:0;
	background-image:url(../img/main/sec03_icon01.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.sec03 .block:nth-of-type(2){
	background-image:url(../img/main/sec03_icon02.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.sec03 .block:nth-of-type(3){
	background-image:url(../img/main/sec03_icon03.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.sec03 .block:nth-of-type(4){
	background-image:url(../img/main/sec03_icon04.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.sec03 .block:nth-of-type(5){
	background-image:url(../img/main/sec03_icon05.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.sec03 .block:hover, .sec03 .block:focus{
	border:solid 3px #8b725b;
}
.sec03 .block h3{
	font-size:19px;
	font-weight:500;
}
.sec03 .block span{
	position:absolute;
	bottom:15px;
	left:20px;
	display:inline-block;
	padding:3px 12px 1px;
	color:#fff;
	font-size:14px;
	background-color:#6E6B69;
	border-radius:100px;
}
@media ( max-width: 1024px ) {
	.sec03 .grid_block{
		margin-top:15px;
	}
	.sec03 .block{
		width:calc(33.33% - 7px);
		padding:20px 10px;
	}
	.sec03 .block:first-of-type, .sec03 .block:nth-of-type(2){
		width:calc(50% - 5px);
		margin-bottom:10px;
	}
	.sec03 .block:nth-of-type(3){
		margin-left:0;
	}
	.sec03 .block span{
		left:10px;
		padding: 3px 10px;
	}
	.sec03 .block h3{
		font-size:17px;
	}
}

.sec04{font-size:0;overflow:hidden;}
.sec04 .tit{
	text-align:left;
}
.sec04 .notice_wrap{
	display:inline-block;
	width:65%;
	font-size:15px;
	box-sizing: border-box;
	float:left;
}
.sec04 .notice_grid{
	font-size:0;
}
.sec04 .notice_grid .grid{
	display:inline-block;
    width: calc(33.33% - 14px);
    margin-left: 20px;
	font-size:15px;
	border:solid 1px #433c36;
	box-sizing: border-box;
	padding:20px 15px;
}
.sec04 .notice_grid .grid:first-of-type{
	margin-left:0;
}
.sec04 .notice_grid .grid:hover, .sec04 .notice_grid .grid:focus{background-color:#ddcdc0;}
.sec04 .notice_grid .grid h3{font-size:18px;min-height:65px;max-height:65px;overflow:hidden;font-weight:500; line-height: +1.25}
.sec04 .notice_grid .grid p{margin:10px 0;min-height:80px;max-height:80px;overflow:hidden;font-weight:400;font-size:16px; line-height: +1.25}
.sec04 .notice_grid .grid span{font-size:15px;font-weight:300;}
.sec04 .tab_wrap{
	position:relative;
}
.sec04 .tab_content .more{
    position: absolute;
    top: 5px;
    right: 0;
    width: 25px;
    height: 26px;
    box-sizing: border-box;
    background-image: url(../img/main/more_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
    display: block;
}

.sec04 .pop_wrap{
	display:inline-block;
	width:calc(35% - 50px);
	margin-left:50px;
	box-sizing: border-box;
	float:left;
}
.sec04 .pop_wrap .slider{min-height:295px;max-height:295px;}
.sec04 .pop_wrap .slider img{max-height:100%;border:solid 1px #999;margin: 0 auto;box-sizing: border-box;}
.sec04 .pop_wrap .slider a{display:block; outline-offset: -2px;}
.sec04 .slick-prev, .sec04 .slick-next, .sec04 .pause, .sec04 .play,
.sec04 .slick-prev:hover, .sec04 .slick-next:hover, .sec04 .slick-prev:focus, .sec04 .slick-next:focus{
	position: absolute;
    z-index: 10;
    width: 28px;
    height: 27px;
    display: inline-block;
    overflow: hidden;
    background: url(../img/common/sp_main.png) 0 0 no-repeat;
    font-size: 5px;
    color: transparent;
    vertical-align: top;
}
.sec04 .slick-prev:before, .sec04 .slick-next:before{display:none;}
.sec04 .slick-prev, .sec04 .slick-prev:hover, .sec04 .slick-prev:focus {
    top: -34px;
	left:auto;
    right: 54px;
    background-position: -78px -56px;
}
.sec04 .slick-next, .sec04 .slick-next:hover, .sec04 .slick-next:focus {
    top: -34px;
    right: 0;
    background-position: -108px -56px;
}
.sec04 .pause {
    bottom: .4px;
    right: 27px;
	background-position: -48px -86px;
    border-bottom: solid 1px #dfdfdf;
}
.sec04 .play {
	display:none;
    bottom: .4px;
    right: 27px;
	background-position: -78px -86px;
    border-bottom: solid 1px #dfdfdf;
}
.sec04 .slick-dots{
    bottom: auto;
    top: -42px;
    width: auto;
    right: 95px;
}
.sec04 .slick-dots li {
	margin:0 3px;
	float:left;
}
.sec04 .slick-dots li button:before{
	border:solid 2px #666666;
	opacity:1;
	content:'';
	display:block;
	border-radius:100px;
}
.sec04 .slick-dots li,
.sec04 .slick-dots li button,
.sec04 .slick-dots li button:before{
	width:15px;
	height:15px;
	box-sizing:border-box;
}
.sec04 .slick-dots li.slick-active button:before{
	background-color:#666666;
	border:none;
}

@media ( max-width: 1024px ) {
	.sec04 .notice_wrap{
		display:block;
		width:100%;
		font-size:15px;
		margin:0;
		float:none;
	}
	.sec04 .pop_wrap{
		width:100%;
		margin:0 auto 30px;
		display:block;
		float:none;
	}
	.sec04 .notice_grid .grid{padding:15px 10px;}
	.sec04 .notice_grid .grid h3{font-size:17px;min-height:50px;max-height:50px;}
	.sec04 .notice_grid .grid p{font-size:15px;margin:10px 0;min-height:42px;max-height:42px;}
	.sec04 .notice_grid .grid span{font-size:15px;}

	.sec04 .pop_wrap .slider{min-height:auto;max-height: unset;margin: 0;}
	.sec04 .pop_wrap .slider img{width:auto;}
}
@media ( max-width: 768px ){
	.sec04 .pop_wrap{
		display:block;
		width:100%;
		font-size:15px;
		margin:0 0 30px 0;
	}
	.sec04 .pop_wrap .slider img{width:100%;}
}
@media ( max-width: 1024px ) {
	.sec04 .notice_grid .grid{display:block;margin-left:0;width:100%;margin-top:10px;}
	.sec04 .notice_grid .grid:first-of-type{margin-top:0;}
}

.sec05{font-size:0;overflow:hidden;border-top:solid 1px #ddd;}
.sec05 .site_promotion_wrap{width:1240px;margin:0 auto;padding:30px 0;position: relative;box-sizing: border-box;}
.sec05 .site_promotion_wrap .slider{display: inline-block;width: calc(100% - 100px);}
.sec05 .site_promotion_wrap .arrow_wrap{display: inline-block;width: 100px;float: right;overflow: hidden;}
.sec05 .site_promotion_wrap .slider img{max-height:100%;border:solid 1px #ddd;margin: 0 auto;box-sizing: border-box;}
.sec05 .site_promotion_wrap .slider a{display:block;}
.sec05 .slick-prev, .sec05 .slick-next, .sec05 .pause, .sec05 .play,
.sec05 .slick-prev:hover, .sec05 .slick-next:hover, .sec05 .slick-prev:focus, .sec05 .slick-next:focus{
	position: absolute;
    top: 50%;
	left:auto;
    z-index: 10;
    width: 28px;
    height: 27px;
    display: inline-block;
    overflow: hidden;
    background: url(../img/common/sp_main.png) 0 0 no-repeat;
    font-size: 5px;
    color: transparent;
    vertical-align: top;
}
.sec05 .slick-prev:before, .sec05 .slick-next:before{display:none;}
.sec05 .slick-prev, .sec05 .slick-prev:hover, .sec05 .slick-prev:focus {
    right: -35px;
    background-position: -78px -56px;
}
.sec05 .slick-next, .sec05 .slick-next:hover, .sec05 .slick-next:focus {
	left:auto;
    right: -68px;
    background-position: -108px -56px;
}
.sec05 .pause {
    top: calc(50% - 14px);
    right: 0;
    background-position: -48px -86px;
    border-bottom: solid 1px #dfdfdf;
}
.sec05 .play {
	display:none;
    top: calc(50% - 14px);
    right: 0;
	background-position: -78px -86px;
    border-bottom: solid 1px #dfdfdf;
}
.sec05 .slick-dots{
    bottom: auto;
    top: -42px;
    width: auto;
    right: 95px;
}
.sec05 .slick-dots li {
	margin:0 3px;
	float:left;
}
.sec05 .slick-dots li button:before{
	border:solid 2px #666666;
	opacity:1;
	content:'';
	display:block;
	border-radius:100px;
}
.sec05 .slick-dots li,
.sec05 .slick-dots li button,
.sec05 .slick-dots li button:before{
	width:15px;
	height:15px;
	box-sizing:border-box;
}
.sec05 .slick-dots li.slick-active button:before{
	background-color:#666666;
	border:none;
}
@media ( max-width: 1024px ) {
	.sec05{padding-bottom:20px;}
	.sec05 .site_promotion_wrap{
		width:100%;
	    padding: 30px 20px 10px 20px;
	}
	.sec05 .pause {
	    top: calc(50% - 4px);
	    right: 20px;
	}
	.sec05 .play {
	    top: calc(50% - 4px);
	    right: 20px;
	}
}
@media ( max-width: 768px ){
	.sec05 .pop_wrap{
		display:block;
		width:100%;
		font-size:15px;
		margin:0;
	}
}

/* [검색] 상세검색 css sub.css 옮김 */
.cont_table{
	margin:10px 0;
}
.cont_table table{
	width:100%;
	table-layout:fixed;
	border-right:solid 1px #e7e7e7;
	border-top:solid 2px #675048;
	border-collapse: unset;
}
.cont_table table caption{
	overflow: hidden;
	position: absolute;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px,1px,1px,1px);
}
.cont_table table th{
	padding:10px;
	text-align:center;
	border-left:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	background-color:#fbfbfb;
	vertical-align: middle;
    word-break: keep-all;
}
.cont_table table td{
	padding:10px;
	border-left:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	vertical-align:middle;
}
.cont_table table td a, .cont_info a, .cont_box a, .cont_txt a{
	color:#c57020;
	text-decoration:underline;
}
.cont_table table td textarea{
    width: 100%;
    resize: none;
    min-height: 300px;
    border: 1px solid #dfdfdf;
}
.cont_table table{
	border-bottom:solid 1px #a6a6a6;
}
.layer_popup_wrap .cont_table table th{
	text-align:left;
    font-size: 16px;
    font-weight: 500;
}
.sch_depth_list{
	font-size:0;
	overflow:hidden;
	border:solid 1px #a6a6a6;
}
.sch_depth_list .depth_list{
	display: inline-block;
    width: 20%;
    font-size: 15px;
    float: left;
    background-color: #fbfbfb;
    box-sizing: border-box;
    border-left: solid 1px #e4e4e4;
    height: 400px;
    overflow: auto;
}
.sch_depth_list .depth_list:first-of-type{
	border:none;
}
.sch_depth_list .depth_list a{
	display:block;
	padding:5px 10px;
}
.sch_depth_list .depth_list a.on{
	background-color:#fff;
	color:#c47020;
	border-top:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	background-image: url(/resource/templete/li/common/img/search/hover_next_icon.png);
	background-position: 97% center;
	background-repeat:no-repeat;
	border-right:0;
	border-left:0;
	padding-right: 30px;
}
.sch_depth_list .depth_list a:hover{
	background-color:#fff;
	color:#c47020;
	border:solid 2px #c47020;
	background-image: url(/resource/templete/li/common/img/search/hover_sch_icon.png);
	background-position: 97% center;
	background-repeat:no-repeat;
	padding:0 7px;
	line-height:32px;
	padding-right: 30px;
}
.table_wrap .btn_input_wrap {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.table_wrap .btn_input_wrap .btn {
    margin-right: 10px;
    min-width: 116px;
    min-height: 36px;
    line-height: 36px;
    padding: 0 10px;
    display: inline-block;
    background-color: #6c6c6c;
    font-size: 15px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.table_wrap .btn_input_wrap .input_text_wrap{
    display: inline-block;
    width: 162px;
    vertical-align: middle;
}
.table_wrap .input_text_wrap, .table_wrap .input_date{
    width: 288px;
    display:inline-block;
    vertical-align: middle;
}
.table_wrap .input_text_wrap.wid100p{
    width: 100%;
}
.table_wrap .input_select_wrap{
	display:inline-block;
	vertical-align:middle;
    width:500px;
}
.table_wrap .email_wrap{
	font-size:0;
}
.table_wrap .email_wrap .input_text_wrap {
    width: 245px;
}
.table_wrap .email_wrap > span {
    margin: 0 5px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.table_wrap .email_wrap .input_select_wrap {
    width:auto;
}
.table_wrap .email_wrap .input_select_wrap select {
    border-left: none;
}
.table_wrap .require{
	vertical-align: middle;
    margin-right: 3px;
}
.table_wrap .list{
	border-right:none;
}
.table_wrap .list th, .table_wrap .list td{
	border-left:none;
}
/* [검색] 상세검색 css sub.css 옮김 */

.word_cloud {
   font-size:0;
   max-height: -webkit-fill-available;
   display:block;
}
.word_cloud li{
   min-height: 45px;
   display: inline;
   margin:0 5px;
   font-size:15px;
   vertical-align:middle;
   line-height:45px;
   color:#666;
}
.word_cloud li a{
   min-height: auto;
   display: inline-block;
   font-size:15px;
   vertical-align:middle;
   line-height:1.6;
   color:#666;
}

.word_cloud li:nth-of-type(2n) a{
   font-size:20px;
   color:#333;
   font-weight:500;
   opacity:1;
   font-size:18px;
}
.word_cloud li:nth-of-type(5n) a{
   font-size:28px;
   color:#cc6600;
   font-weight:700;
   opacity:1;
}
.word_cloud li:nth-of-type(8n) a{
   font-size:18px;
   color:#993300;
   font-weight:700;
   opacity:1;
   font-size:18px;
}
.word_cloud li:nth-of-type(11n) a{
   font-size:22px;
   color:#3c3f47;
   font-weight:700;
   opacity:1;
   font-size:18px;
}
.word_cloud li:nth-of-type(15) a{
   font-size:32px;
   color:#993300;
   font-weight:500;
}
.word_cloud li:nth-of-type(23) a{
   font-size:28px;
   color:#cc6600;
   font-weight:700;
}
.word_cloud li:nth-of-type(3) a{
   font-size: 32px;
   color:#cc6600;
   font-weight:700;
   opacity:1;
}

@media ( max-width: 768px ){
	.word_cloud li:nth-of-type(2n) a{
	   font-size:16px;
	}
	.word_cloud li:nth-of-type(5n) a{
	   font-size:20px;
	}
	.word_cloud li:nth-of-type(8n) a{
	   font-size:18px;
	}
	.word_cloud li:nth-of-type(11n) a{
	   font-size:14px;
	}
	.word_cloud li:nth-of-type(15) a{
	   font-size:24px;
	}
	.word_cloud li:nth-of-type(23) a{
	   font-size:20px;
	}
	.word_cloud li:nth-of-type(3) a{
	   font-size: 24px;
	}
}

.layer_popup .input_select_wrap{
	max-width:200px;
	display:inline-block;
	vertical-align:middle;
}

.layer_popup .input_text_wrap{
	display:inline-block;
	min-width:calc(100% - 110px);
	max-width:calc(100% - 110px);
}
.layer_popup .input_text_wrap.wid100p{
	width:100%;
	min-width:unset;
	max-width:unset;
}
.layer_popup .input_total_wrap{
	font-size:0;
}
.layer_popup .input_total_wrap .input_text_wrap{
	min-width:calc(100% - 330px);
	max-width:calc(100% - 330px);
    vertical-align: middle;
    margin:0 5px;
}
.layer_popup .input_text_wrap.wid200{
	min-width:auto;
	width:200px;
	vertical-align:middle;
	margin-left:5px;
}
.layer_popup .email_wrap .input_text_wrap{
	width:calc(50% - 100px);
	min-width:auto;
	max-width:none;
}
.layer_popup .email_wrap .input_select_wrap{
	vertical-align:top;
}
.layer_popup .btn{
	background-color: #c57020;
    padding: 6px 10px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    margin-left:10px;
    min-width:90px;
    vertical-align:middle;
}
.layer_popup .btn_wrap .btn{
	min-width:120px;
}
.layer_popup .btn:hover, .layer_popup .btn:focus {
    text-decoration: underline;
}
.layer_popup .gray_btn{
	background-color:#777;
}
.layer_popup .btn_layer{
	background-color:#6c6c6c;
}
.layer_popup .tit{
	font-size:18px;
}
.layer_popup .input_check_wrap .btn_layer{
	background:none;
}

@media screen and (max-width: 768px){
	.layer_popup .input_select_wrap{
		display:block;
		max-width:100%;
	}
	.layer_popup .input_text_wrap, .layer_popup .input_total_wrap .input_text_wrap{
		display:block;
		min-width:100%;
		max-width:100%;
	}
	.layer_popup .input_total_wrap .input_text_wrap{
		margin:10px 0;
	}
	.layer_popup .btn{
		display:inline-block;
		width:100%;
		margin:10px 0 0 0;
	}
	.layer_popup .input_text_wrap.wid200{
		width:100%;
		margin:0;
		margin-top:10px;
	}
	.layer_popup_wrap .sch_table table, .layer_popup_wrap .sch_table table tbody, .layer_popup_wrap .sch_table table tr, .layer_popup_wrap .sch_table table th, .layer_popup_wrap .sch_table table td{
		display:block;
	}
	.layer_popup_wrap .sch_table table th{
		text-align:center;
	}
	.layer_popup_wrap .sch_table table td{
		font-size:0;
	}
	.layer_popup_wrap .sch_table table td .mwid30p{
	    min-width: auto;
	    width: 30%;
	    display: inline-block;
	}
	.layer_popup_wrap .sch_table table td .mwid70p{
	    max-width: 68%;
	    min-width: calc(70% - 10px);
	    display: inline-block;
	    margin: 0;
	    margin-left: 5px;
	}
	.layer_popup_wrap .sch_table table td .mwid40p{
	    min-width: auto;
	    width: 38%;
	    display: inline-block;
	}
	.layer_popup_wrap .sch_table table td .mwid60p{
	    max-width: 60%;
	    min-width: calc(60% - 5px);
	    display: inline-block;
	    margin: 0;
	    margin-left: 5px;
	}
	.layer_popup_wrap .sch_table table td .mwid50p{
	    max-width: 50%;
	    width: auto;
	    min-width: calc(50% - 5px);
	    display: inline-block;
	    margin: 0;
	}
	.layer_popup_wrap .sch_table table td .mwid10{
		width: 10px;
	    display: inline-block;
	    text-align: center;
	    font-size: 15px;
	    vertical-align: middle;
	}
	.sch_more_btn {
        display: block;
	    width: 100%;
	    margin: 10px 0 20px 0;
	    height: 38px;
	    line-height: 36px;
	    text-align: center;
	    color: #e18727;
	    border: solid 1px #e18727;
	}
	.sch_more_btn:after {
	    display: inline-block;
	    content: '열기';
	    background: url(/resource/templete/li/common/img/search/sch_more_btn.png) 100% 15px no-repeat;
	    margin-left: 5px;
	    padding-right: 20px;
	    background-size: 16px;
	}
	.sch_more_btn.on:after{
	    content: '접기';
	    background: url(/resource/templete/li/common/img/search/sch_more_btn_on.png) 100% 14px no-repeat;
	    background-size: 16px;
	}
	.sch_depth_list{
		border:none;
		overflow:inherit;
	}
	.sch_depth_list .depth_list{
	    width: 100%;
	    float:none;
	    background: none;
	    border:none;
	    height: auto;
	    overflow: inherit;
	    position:relative;
	    margin-bottom: 30px;
	}
	.sch_depth_list .depth_list:after{
		content:'';
		position:absolute;
		bottom: -22px;
		left:50%;
		width:20px;
		height: 15px;
		background: url(/resource/templete/li/common/img/search/sch_more_btn.png) center center no-repeat;
		background-size: 100% auto;
	}
	.sch_depth_list .depth_list:last-of-type{
		margin-bottom:0;
	}
	.sch_depth_list .depth_list:last-of-type:after{
		display:none;
	}
	.select_tit{
        display: block;
	    width: 100%;
	    overflow: hidden;
	    font-size: 15px;
	    color: #666666;
	    padding: 10px;
	    box-sizing: border-box;
        background: #fff url(../img/common/arrow_down.png) calc(100% - 5px) center no-repeat;
	    border: solid 1px #e18727;
	}
	.select_ul{
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 15px;
        color: #666666;
        border: 1px solid #e18727;
        display: none;
        position: absolute;
        border-top: none;
        width: 100%;
        max-height: 150px;
        background: #fff;
        box-sizing: border-box;
        top: 100%;
        left: 0;
        z-index: 10;
        margin-top: -1px;
 	}
	.select_ul li{
		width: 100%;
	}
}

/* 상세검색 레이어 추가 */
.sch_list_menu{
	border:solid 1px #e7e7e7;
	margin-top:20px;
}
.sch_list_menu ul{
	width:100%;
	display:block;
	box-sizing:border-box;
	position:relative;
    border: none;
    min-height:300px;
}
.sch_list_menu ul li{
	width:33.33%;
	box-sizing:border-box;
}
.sch_list_menu ul li a{
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
	height:38px;
	line-height:36px;
	font-size:13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sch_list_menu ul li a.on{
	background-color:#fff;
	color:#c47020;
	border-top:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	background-image: url(/resource/templete/li/common/img/search/hover_next_icon.png);
	background-position: 97% center;
	background-repeat:no-repeat;
	border-right:0;
	border-left:0;
	padding-right: 30px;
}
.sch_list_menu ul li a.hov{
	background-color:#fff;
	color:#c47020;
	border:solid 3px #c47020;
	background-image: url(/resource/templete/li/common/img/search/hover_sch_icon.png);
	background-position: 97% center;
	background-repeat:no-repeat;
	padding:0 7px;
	line-height:32px;
	padding-right: 30px;
}
.sch_list_menu ul li a.active{
	color:#c47020;
}
.sch_list_menu ul ul{
	position:absolute;
	width:33.33%;
	top:0;
	left:33.33%;
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
	height:100%;
}
.sch_list_menu ul ul li{
	width:100%;
	border-right:0;
	display:none;
}
.sch_list_menu ul ul ul{
	left:100%;
	width:100%;
    border: none;
	height:100%;
	overflow:auto;
}
.sch_list_menu ul ul ul li{
	display:none;
}
.sch_list_menu.depth02 ul ul{
	width:calc(100% - 33.33%);
	border-right:none;
	overflow:auto;
}
.sch_list_menu.depth02 ul ul li{
	width:33%;
}
.sch_box{
    border: solid 1px #e7e7e7;
	padding:10px 20px;
	margin-top:10px;
	position:relative;
    padding-right: 90px;
}
.sch_box .tit{
	font-size:16px;
	font-weight:500;
	margin: 10px 0 5px 0;
}
.sch_box .tit:first-of-type{
	margin-top:0;
}
.sch_box a{
	background-color:#f3f3f3;
	padding:3px 5px;
	font-size:14px;
	margin:3px 10px 3px 0;
	display: inline-block;
}
.sch_box a:after{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background-image: url(/resource/templete/li/common/img/search/del_icon.png);
	background-position: center center;
	background-repeat:no-repeat;
	vertical-align:middle;
	margin-left: 5px;
}


/* 주제별 */
.ctgr_cont_tab{
	display:none;
}
.tab_one_author,
.tab_01_subject{
	display:block;
}
.ctgr_cont_subject{
	padding-top:30px;
}
.sch_list_menu{
	border:solid 1px #e7e7e7;
	margin-top:20px;
	position:relative;
	font-size:0;
}
.sch_list_menu:before{
	content:'';
	position:absolute;
	top:0;
	left:33.33%;
	width:1px;
	height:100%;
	background-color:#e7e7e7;
}
.sch_list_menu:after{
	content:'';
	position:absolute;
	top:0;
	right:33.33%;
	width:1px;
	height:100%;
	background-color:#e7e7e7;
}
.sch_list_menu ul{
	width:33.33%;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
    border: none;
    min-height:300px;
    max-height:300px;
    overflow-y:auto;
    vertical-align:top;
}
.sch_list_menu ul li{
	width:100%;
	box-sizing:border-box;
}
.sch_list_menu ul li a{
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
	height:38px;
	line-height:36px;
	font-size:13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sch_list_menu ul li a.on{
	background-color:#fff;
	color:#c47020;
	border-top:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	background-image: url(/resource/templete/li/common/img/search/hover_next_icon.png);
	background-position: 97% center;
	background-repeat:no-repeat;
	border-right:0;
	border-left:0;
	padding-right: 30px;
}
.sch_list_menu ul li a.hov{
	background-color:#fff;
	color:#c47020;
	border:solid 3px #c47020;
	background-image: url(/resource/templete/li/common/img/search/hover_sch_icon.png);
	background-position: 97% center;
	background-repeat:no-repeat;
	padding:0 7px;
	line-height:32px;
	padding-right: 30px;
}
.sch_list_menu ul li a.active{
	color:#c47020;
}
.sch_list_menu.depth_sch_list ul li a.active{
	position:relative;
}
.sch_list_menu.depth_sch_list ul li a.active:after{
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(/resource/templete/li/common/img/common/sp.png);
    background-position: -160px -23px;
    background-repeat: no-repeat;
}
.sch_list_menu.depth_sch_list .sch_list_depth01 li a.active:after{
    background-image: url(/resource/templete/li/common/img/search/hover_sch_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.sch_list_menu ul ul{
	position:absolute;
	width:33.33%;
	top:0;
	left:33.33%;
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
	height:100%;
}
.sch_list_menu ul ul li{
	width:100%;
	border-right:0;
	display:none;
}
.sch_list_menu ul ul ul{
	left:100%;
	width:100%;
    border: none;
	height:100%;
	overflow:auto;
}
.sch_list_menu ul ul ul li{
	display:none;
}
.ctgr_cont_subject .ctgr_cont_tab_wrap a{
	width:33.33%;
}
.sch_list_menu.depth02 ul ul{
	width:calc(100% - 33.33%);
	border-right:none;
	overflow:auto;
}
.sch_list_menu.depth02 ul ul li{
	width:33%;
}
.sch_box{
    border: solid 1px #e7e7e7;
	padding:10px 20px;
	margin-top:10px;
	position:relative;
    padding-right: 90px;
}
.sch_box .tit{
	font-size:16px;
	font-weight:500;
	margin: 10px 0 5px 0;
}
.sch_box .tit:first-of-type{
	margin-top:0;
}
.sch_box a{
	background-color:#f3f3f3;
	padding:3px 5px;
	font-size:14px;
	margin:3px 10px 3px 0;
	display: inline-block;
}
.sch_box a:after{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background-image: url(/resource/templete/li/common/img/search/del_icon.png);
	background-position: center center;
	background-repeat:no-repeat;
	vertical-align:middle;
	margin-left: 5px;
}


@media screen and (max-width: 768px){
	.sch_list_menu ul li{
		width: 100%;
	}
	.sch_list_menu ul ul, .sch_list_menu.depth02 ul ul{
		width:100%;
		position:relative;
		top:auto;
		left:auto;
		border:none;
	    min-height: auto;
	}
	.sch_list_menu ul ul li, .sch_list_menu.depth02 ul ul li{
		width:100%;
	    text-indent: 15px;
	}
	.sch_list_menu ul ul li:last-of-type{
	    border-bottom:solid 1px #e7e7e7;
	}
	.sch_list_menu ul ul ul{
		position:relative;
		top:auto;
		left:auto;
	}
	.sch_list_menu ul ul ul li{
	    text-indent: 30px;
	}
	.layer_popup .tit{
		margin-top:10px;
	}
	.sch_box{
		padding:10px;
	}
	.sch_box a{
	}
	.sch_list_menu.depth_sch_list{
		border:none;
	}
	.sch_list_menu.depth_sch_list ul{
		width:100%;
		margin-top:10px;
	    border: solid 1px #e7e7e7;
	    min-height:30px;
	    max-height:150px;
	}
	.sch_list_menu.depth_sch_list:before, .sch_list_menu.depth_sch_list:after{
		display:none;
	}
	.sch_list_menu.depth_sch_list .select_tit{
		font-size:14px;
	}
	.sch_list_menu.depth_sch_list ul:first-of-type{
		margin-top:0;
		overflow-x: hidden;
	    overflow-y: auto;
	    font-size: 15px;
	    color: #666666;
	    border: 1px solid #e18727;
	    display: none;
	    position: absolute;
	    border-top: none;
	    width: 100%;
	    max-height: 150px;
	    background: #fff;
	    box-sizing: border-box;
	    top: 42px;
	    left: 0;
	    z-index: 10;
	    margin-top: -1px;
	}
	.sch_list_menu.depth_sch_list ul:first-of-type li a.active:after{
		background:none;
	}
	.visual_wrap .visual .visual_opacity{
		padding: 60px 0;
	}
}