/*레이어팝업*/
.layerPopup:before {
	display:block;
	content:"";
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%
	; background:rgba(0,0,0,.5)
	; z-index:9000
}
.layerPopup .layerBox {
	z-index:10000;
	position:fixed;
	width:80%;
	top:10%;
    left: 0;
	transform: translate(13%, 12%);
	padding:10px;
	background:#fff;
	border-radius:6px;
}
.layerPopup .bx-wrapper img{
	height:auto;
}
.layerPopup .layerBox .bnrBox{
	position:relative;
}
.layerPopup .layerBox .bx-controls .bx-pager{
	position: absolute;
	bottom:0;
	right: 0;
	padding: 6px 12px;
	background: #00000061;
	color: #fff;
}
.layerPopup .layerBox .bnrBox .bx-controls-direction{
	width:100%;
    position: absolute;
    top: 40%;
    z-index: 99999;
}
.layerPopup .layerBox .bnrBox .bx-controls-direction a {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    z-index: 1;
    text-indent: -999999px;
}
.layerPopup .layerBox .bnrBox .bx-controls-direction a.bx-prev{
	left: 0;
    background: #0009 url(/images/ko/main/prev.png) no-repeat center center;
}
.layerPopup .layerBox .bnrBox .bx-controls-direction a.bx-next{
    right: 0;
    background: #0009 url(/images/ko/main/next.png) no-repeat center center;
}
.layerPopup #check input{
    -webkit-appearance: checkbox !important;
}
.layerPopup form{
	margin-top : 5px;
	font-size:16px; 
	font-weight:600;
}
.layerPopup #check,
.layerPopup #close {
	display:inline-block;
}
.layerPopup #close{
	float:right;	
}
.layerPopup input[type="checkbox"] + label span {
	width: 200px;
	margin: 1px 1px 0 0;
	font-size:13px;
	margin:0 3px 0 0 !important;
    vertical-align: top;
}
.layerPopup input[type="checkbox"] + label span b {
	margin-left: 2em;
}




/*video-area*/
#video-area {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
}
#video-layer {
	position:absolute;
	width: 100%;
	height: 315px;
	margin: 0;
	background-color: #e8e8e8;
	background-color: #fff;
	box-shadow: 0 0 20px #000;
	z-index: 1000;
	overflow:hidden;
}
#video-layer .video-zone {
	position: relative;
/*	width: 500px;
	height: 375px;*/
	margin: 0;
	padding: 0;
}
#video-layer .video-zone iframe{
    width: 100%;
    max-width: 1903px;
    height: 268px !important;
    position: absolute;
    top: 0 !important;
    left: 50% !important;
    margin-left: -50%;
    height: 100%;
    vertical-align: top;
    z-index: 10;
    background: #000;
}
#video-layer div#video-check {
	position:absolute;
	left: 15px;
	bottom: 10px;
	z-index: 10;
}
#video-layer div#video-close {
	position:absolute;
	right: 6px;
	bottom: 6px;
	z-index: 10;
}
#video-area #video-check input {
    display: inline-block;
    cursor: pointer;
}
#video-area  #video-check label {
	cursor: pointer;
	color: #000;
	font-size: 95%;
	transition: all .2s ease;
}
#video-area #video-close a {
	display: block;
	text-indent: -9999em;
	width:36px;
	height: 36px;
	background: url(/images/common/close-b-icon.svg) 50% 50% no-repeat;
	background: #ec1c24 url(/images/common/close-w-icon.svg) 50% 50% no-repeat;
}
#video-area #video-check input{
    display:none;
}
#video-area input[type="checkbox"] + label span {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    width: 24px;
    height: 24px;
    margin: 1px 5px 0 0;
    background:url(/images/common/checkbox.svg) 0 0 no-repeat;
    background-size: 24px;
}
#video-area input[type="checkbox"]:checked + label span {
    background: url(/images/common/checkbox.svg) 0 -24px no-repeat;
    background-size: 24px;
}





#visual {
	padding-bottom:6px;
}
#visual div.slide{
	display:block;
	width:100%;
	margin:0;
	padding: 3px 6px 0;
}
#visual div.slide div:nth-child(2),
#visual div.slide div:nth-child(3),
#visual div.slide div:nth-child(4){
	display:none;
}
#visual div.slide div a{
	display:block;
	height:100%;
}
#visual div.slide div{
    width: 100%;
    height: 200px;
	overflow:hidden;
	position:relative;
}
#visual div.slide div a img{
    display: block;
    width: 100%;
	margin-top: -290px;
}
#visual div.slide div a div.text{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
}
#visual div.slide div a div.text p,
#visual div.slide div a div.text span{
	display:block;
	z-index:1;
	width:100%;
	text-align:center;
}
#visual div.slide div a div.text p.title{
	position:absolute;
	font-family: 'S-CoreDream-8Heavy';
	top:17%;
	font-size:28px;
	font-weight:bold;
    color: #fff;
}
#visual div.slide div a div.text span.more{
    position: absolute;
    width: 130px;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 8px;
    color: #fff;
}

#visual div.slide div a:hover div.text span.more:after{
	opacity:1;
	background-color:rgba(255, 255, 255, 0.9);
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
#visual div.slide div a div.text p.location{
    position: absolute;
    bottom: 17%;
}
#visual div.slide div a div.text p.location .icon{
    display: inline-block;
	vertical-align:top;
    text-align: center;
    width: 20px;
    height: 21px;
	margin-right:5px;
}
#visual div.food div a div.text p.location .icon{
    background: url(/images/ko/main/couse05.svg) no-repeat center center;
    background-size: contain;
}
#visual div.trekking div a div.text p.location .icon{
    background: url(/images/ko/main/couse04.svg) no-repeat center center;
    background-size: contain;
}
#visual div.view div a div.text p.location .icon{
    background: url(/images/ko/main/couse03.svg) no-repeat center center;
    background-size: contain;
}
#visual div.lighthouse div a div.text p.location .icon{
    background: url(/images/ko/main/couse02.svg) no-repeat center center;
    background-size: contain;
}
#visual div.haenyeo div a div.text p.location .icon{
    background: url(/images/ko/main/couse01.svg) no-repeat center center;
    background-size: contain;
}
#visual div.slide div a div.text p.location .text{
	display:inline-block;
	vertical-align:top;
	width:auto;
	color: #fff;
	letter-spacing: -1px;
}
#visual div.slide div a div.text:after{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	content:"";
	background:#000;
	opacity:0.35;
	top:0;
	left:0;
	z-index:0;
}
#visual div.slide button{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    bottom: 20px;
    z-index: 1;
    text-indent: -999999px;
}
#visual div.slide button.slick-prev{
	background: url(/images/ko/main/prev.png) no-repeat center center;
	left:5%;
}
#visual div.slide button.slick-next{
	right:5%;
	background: url(/images/ko/main/next.png) no-repeat center center;
}
/*api*/
#chance-api-area {
	color:#fff;
	background: linear-gradient( to BOTTOM, #39a3ef 30%, #0075c9, #072a56);

}
#chance-api-area .inner {
/*    background: url(/images/ko/main/api-bg.png) 0 bottom;
    background-repeat-y: no-repeat;*/
	padding:30px 10px;
}
#chance-api-area div.title {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 20px auto;
}
#chance-api-area .title h4 {
	font-size: 22px;
	color:#fff;
	font-weight: bold;
}
#chance-api-area .title h4 span.color1{
	color: #fff;
}
#chance-api  ul li {
	display: block;
	vertical-align: top;
	width: 100%;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
	margin-bottom: 20px;
	text-align: left;
}
#chance-api  ul li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#chance-api  ul li p span{
    display: block;
    background: url(/images/ko/main/event.svg) no-repeat left 3px;
    background-size: 20px;
    padding-left: 22px;
}
#chance-api  ul li a span.img img {
	display: block;
	width: 100% !important;
	height: 250px !important;
	transition: .2s ease-in-out;
	margin-bottom: 5px;
}
#chance-api  ul li a:hover span.img img {
	transform: scale(1.025);
}
#chance-api .title a.more-btn {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	border: 1px solid #e24947;
	background: url(/images/common/plus-cr.svg) 50% 50% no-repeat;
	background-size: 12px;
	border-radius: 50%;
}
#chance-api .title a.more-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
#chance-api .title a.more-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 18px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
#chance-api .title a.more-btn:hover,
#chance-api .title a.more-btn:focus {
	transform: rotate(-180deg);
}
#chance-api  {
	max-width: 1280px;
	margin: 0 auto;
}


#chance-api-area .title a.more-btn:hover, #chance-api-area .title a.more-btn:focus {
    transform: rotate(-180deg);
}
#chance-api-area .title a.more-btn {
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    background-size: 12px;
    border-radius: 50%;
}

#chance-api-area .title a.more-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: #ffffff;
	transform: translate(-50%,-50%);
}

#chance-api-area .title a.more-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 18px;
	background-color: #ffffff;
	transform: translate(-50%,-50%);
}
#chance-api-area .title a.more-btn:hover,
#chance-api-area .title a.more-btn:focus {
	transform: rotate(-180deg);
}


/*소식*/
h3{
	font-size:20px !important;
}

#notice{
	position:relative;
	width:100%;
}
#notice div.inner{
	width:100%;
	margin:0 auto;
	padding:0 10px;
}
#notice div.notice,
#notice div.keyword{
	display:block;
}
#notice div.notice{
	width:100%;
	margin-top:20px;
}
#notice div.notice a.more{
	float: right;
	width: auto;
	height: auto;
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 90%;
	background: #ebebeb;
	transition: 0.2;
}
#notice div.notice a.more:hover {
  background: #1aa0db;
  color: #fff;
}
#notice div.notice h3{
	display:inline-block;
	font-weight:600;
	margin-bottom: 10px;
}
#notice div.notice ul li{
    border: 1px solid #ddd;
    padding: 10px 13px;
    margin-bottom: 10px;
}
#notice div.notice ul li p{
    font-size: 16px;
	letter-spacing:-1px;
}
#notice div.notice ul li p.title{
	display: inline-block;
	vertical-align: bottom;
	width: 77%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
#notice div.notice ul li a span.date{
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    width: 100%;
    /* margin-left: 2%; */
    font-weight: 300;
    color: #777;
    font-size: 15px;
}


#notice div.notice ul li.main-notice p.date,
#notice div.notice ul li.main-notice div.content{
	display:inline-block;
	vertical-align:top;
}
#notice div.notice ul li.main-notice p.date{
    width: 20%;
    height: 70px;
    border-radius: 50%;
    background: #70b539;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding-top: 13px;
}
#notice div.notice ul li.main-notice p.date span.day{
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
	letter-spacing: -1px;
}
#notice div.notice ul li.main-notice div.content{
	width:80%;
	padding: 0 0 0 10px;
	letter-spacing: -1px;
}
#notice div.notice ul li.main-notice div.content p.title{
	font-size:15px;
/*	font-size:17px;*/
	text-align:left;
	font-weight:600;
}
#notice div.notice ul li.main-notice div.content p.info{
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    text-align: left;
    letter-spacing: -1px;
}
#notice div.weather-area{
	margin-bottom:20px;
}
#notice div.weather-area div.weather{
	margin:10px 0 15px;
}
#notice div.weather-area h3 span,
#notice div.weather-area h3 img.today{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
#notice div.weather-area ul li{
	width:20%;
	display:inline-block;
	vertical-align:top;
	border:0;
	padding:0;
	margin-bottom:0;
	text-align:center;
}
#notice div.weather-area ul li p{
	text-align:center;
	font-size:16px;
	letter-spacing:-1px;
}
#notice div.weather-area ul li p.area{
    background: #ff682e;
    border-radius: 25px;
    padding: 2px 10px;
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
}
#notice div.weather-area ul li p.even{
	background:#12aee9;
}
#notice div.weather-area ul li p.content span{
	font-size:14px;
	color:444;
}
#notice div.weather-area ul li p.content span.degrees{
    color: #939393;
    font-size: 14px;
    font-weight: bold;
}
#notice div.weather-area ul li p img{
	display:block;
	margin:10px auto 5px;
	height: 25px;
}
#notice div.popup{
	padding-top:30px;
}
#notice div.popup h3{
	position:relative;
	display: inline-block;
    background-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
	padding: 0 29px 0 0px;
}
#notice div.popup h3:after{
	position:absolute;
	content:"";
	display:block;
    top: -13px;
    right: 7px;
	width:32px;
	height:22px;
	background: url(/images/ko/main/popupbg.png)no-repeat;
	}
#notice div.popup p{
	display: inline-block;
    float: right;
	padding-top:25px;
}
#notice div.popup p img{

}
/*팝업*/
#notice .slick-slider .slick-list {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
#notice .slick-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
#notice div.popup-slide div a {
    position: relative;
    display: block;
}
#notice div.popup-slide div a img {
    display: block;
    width: 100%;
}
#notice .slick-initialized .slick-slide{
    display: block;
}
#notice .popup {
	position: relative;	
}


.control{
	position:absolute;
	right:0;
    top: 20px;
}
.control button{
    border: 0;
    background: transparent;
    display: inline-block;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
}
.control button.prev{
background:url(/images/ko/main/pre.png) no-repeat center center !important;
}
.control button.next{
background:url(/images/ko/main/nex.png) no-repeat center center !important;
}
.control button.pause{
background:url(/images/ko/main/stop.png) no-repeat center center !important;
}
.control button.play{
background:url(/images/ko/main/go.png) no-repeat center center !important;
}

/*hotplace 컨텐츠슬라이드*/
#hotplace{
	position:relative;
	padding: 5PX 5px;
}
#hotplace div.top,
#hotplace div.middle,
#hotplace div.bottom{
    position: relative;
	width:100%;
	margin:0 auto 10px;
	clear:both;
    z-index: 2;
}

#hotplace div div.title-box{
	color:#fff;
	padding: 10px;
    letter-spacing: -2px;
    text-align: left;
	position: relative;
}
#hotplace div.middle div.title-box{
	color:#fff;
}

#hotplace div div.title-box p{
	font-size:18px;
	font-weight:700;
	display:inline-block;
}
#hotplace div div.title-box a span{
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
	position:absolute;
    right: 9px;
    top: 8px;
    text-indent: -99999px;
    background: url(/images/common/more.svg) no-repeat;
}
#hotplace div span.line-title{
	font-size:18px;
	display:inline-block;
	float:right;
}
#hotplace .slick-slide a{
	position:relative;
	display:block;
}
#hotplace .slick-slide a p{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 15px;
    background: #00000080;
    color: #fff;
}
#hotplace div.slick-slider button{
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    top: 50%;
    z-index: 1;
    text-indent: -999999px;
}
#hotplace div.slick-slider button.slick-prev {
    left: 0;
    background:rgba(0,0,0,0.6) url(/images/ko/main/prev.png) no-repeat center center;
}
#hotplace div.slick-slider button.slick-next {
    right: 0;
    background:rgba(0,0,0,0.6) url(/images/ko/main/next.png) no-repeat center center;
}
#hotplace div.top div.title-box{
	background:#fdb825;
    width: 100%;
    height: auto;
}
#hotplace .top .bx-wrapper .bx-pager a.active{
    border-color: #fdb825;
    background: #fdb825;
}
#hotplace .bottom .bx-wrapper .bx-pager a.active{
    border-color: #388fda;
    background: #388fda;
}
#hotplace div.middle div.title-box{
	background:#ed5520;
    width: 100%;
    height: auto;
}
#hotplace div.bottom div.title-box{
	background:#388fda;
    width: 100%;
    height: auto;
}
#hotplace .bx-viewport{
	margin-bottom:10px;
}
#hotplace .bx-wrapper div a img{
	width: 100%;
}
#hotplace .bx-wrapper div a p{
	position: absolute;
    bottom: 0;
    padding: 5px;
    background: #000000a6;
    width: 100%;
    color: #fff;
}
/*자료가없습니다.*/
#hotplace .no-data{
    width: 100%;
    height: 180px;
    background: #f3f3f3 url(/images/ko/main/no-data.png) no-repeat center;
    margin-top: -10px;
}
/*sns*/
#sns{
	width:100%;
	position:relative;
	padding:10px 0;
	border-bottom: 1px solid #ddd;
}
#sns .inner{
    margin-bottom: 50px;
}
#sns h3{
	font-weight:600;
	letter-spacing:-1px;
    margin: 20px 0 5px 0;
}

#sns div.Instagram{
	width:100%;
	padding:0 10px 15px;
	display:inline-block;
	vertical-align:top;
	background:linear-gradient(90deg, #6434dd, #ce228f);
}
#sns div.Instagram ul li{
	height:220px;
	margin-bottom:0;
	margin:1.5% 1%
}
#sns div.naver{
	position:relative;
	width:100%;
	padding:0 10px;
	display:inline-block;
	vertical-align:top;
}
#sns div.naver div.list div{
	position:relative;
	width:50%;
	height:235px;
	display:inline-block;
	vertical-align:top;
	padding:15px;
	letter-spacing:-1px;
}
#sns div.naver:after{

}
#sns div.Instagram h3{
    color: #fff;
    background: url(/images/ko/main/insta.svg)no-repeat;
    background-size: contain;
    padding-left: 35px;
}
#sns div.naver h3{
    background: url(/images/ko/main/blog-cr.svg)no-repeat;
    background-size: contain;
    padding-left: 35px;
}
#sns div.naver .list div:nth-child(2n){
	margin-right:0;
}
#sns div.naver div.list div.line{
	border:1px solid #ddd;
}
#sns div.naver div.list div p.title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	letter-spacing:-1px;
	text-align:left;
}
#sns div.naver div.list div p.info{
	font-size:14px;
	text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* line-height: 1.2; */
    /* height: 4.2em; */
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#sns div.naver div.list div p.date{
	position:absolute;
	bottom:15px;
}
#point{
	display:none;
}


/*nearbyplace 컨텐츠슬라이드*/
#nearbyplace{
	position:relative;
	padding:30px 10px 20px;
}
#nearbyplace div.wrap
    position: relative;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	clear:both;
    z-index: 2;
	margin-bottom:8px;
}
#nearbyplace div div.title-box{
	color:#fff;
	padding: 10px 15px;
    letter-spacing: -2px;
    text-align: left;
	position: relative;
}
#nearbyplace div div.title-box p{
	font-size:24px;
	font-weight:700;
}

#nearbyplace div span.line-title{
	font-size:16px;
	font-weight:300;
	display:block;
	text-align:center;
	margin-bottom:15px;
}
#nearbyplace div span.line-title span{
    color: #ff2020;
}
#nearbyplace .slick-slide{
	margin:0 4px;
}
#nearbyplace .slick-list{
	margin: 0 -4px;
}
#nearbyplace .slick-slide a{
	position:relative;
	display:block;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 14%);
}
#nearbyplace .slick-slide a img{
	width:100%;
	height:170px;
}
#nearbyplace .slick-slide a p{
	font-size:18px;
	font-weight:bold;
    width: 100%;
    padding: 8px 15px;
	margin-bottom:10px;
    color: #333;
}
#nearbyplace .slick-slide a p span.km{
	display:block;
	font-size:14px;
	font-weight:normal;
}
#nearbyplace .wrap .slick-slide a p span.km{
	display:block;
    padding-left: 16px;
    background: url(/images/ko/main/couse05.svg) no-repeat left;
    background-size: auto;
    background-size: 13px;
	letter-spacing:-1px;
}
#nearbyplace .slick-slide a p span.km span {
    color: #ff0000;
	font-weight: bold;
}
#nearbyplace div.slick-slider button{
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    top: 40%;
    z-index: 1;
    text-indent: -999999px;
}
#nearbyplace div.slick-slider button.slick-prev {
    left: 0;
    background:rgba(0,0,0,0.6) url(/images/ko/main/prev.png) no-repeat center center;
}
#nearbyplace div.slick-slider button.slick-next {
    right: 0;
    background:rgba(0,0,0,0.6) url(/images/ko/main/next.png) no-repeat center center;
}

/*hotplace 컨텐츠슬라이드*/
#hotplace{
	position:relative;
	padding:30px 10px 20px;
}
#hotplace div.wrap
    position: relative;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	clear:both;
    z-index: 2;
	margin-bottom:8px;
}
#hotplace div div.title-box{
	color:#fff;
	padding: 10px 15px;
    letter-spacing: -2px;
    text-align: left;
	position: relative;
}
#hotplace div div.title-box p{
	font-size:18px;
	font-weight:normal;
}

#hotplace div span.line-title{
	font-size:16px;
	font-weight:300;
	display:block;
	text-align:center;
	margin-bottom:15px;
}
#hotplace div span.line-title span{
    color: #ff2020;
}
#hotplace .slick-slide{
	margin:0 4px;
}
#hotplace .slick-list{
	margin: 0 -4px;
}
#hotplace .slick-slide a{
	position:relative;
	display:block;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 14%);
}
#hotplace .slick-slide a img{
	width:100%;
	height:170px;
}
#hotplace .slick-slide a p{
	font-size:18px;
	font-weight:bold;
    width: 100%;
    padding: 8px 15px;
	margin-bottom:10px;
    color: #333;
}
#hotplace .slick-slide a p span.km{
	display:block;
	font-size:14px;
	font-weight:normal;
}
#hotplace .wrap .slick-slide a p span.km{
	display:block;
    padding-left: 16px;
    background: url(/images/ko/main/couse05.svg) no-repeat left;
    background-size: auto;
    background-size: 13px;
	letter-spacing:-1px;
}
#hotplace .slick-slide a p span.km span {
    color: #ff0000;
	font-weight: bold;
}
#hotplace div.slick-slider button{
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    top: 40%;
    z-index: 1;
    text-indent: -999999px;
}
#hotplace div.slick-slider button.slick-prev {
    left: 0;
    background:rgba(0,0,0,0.6) url(/images/ko/main/prev.png) no-repeat center center;
}
#hotplace div.slick-slider button.slick-next {
    right: 0;
    background:rgba(0,0,0,0.6) url(/images/ko/main/next.png) no-repeat center center;
}

/*2022-12-01 main title icon*/

#notice div.weather-area h3{
	background: url(/images/ko/main/titlebg.png) no-repeat 1px center;
	  background-size: auto;
	padding-left: 30px;
	background-size: 25px;

}
#notice div.notice h3.title{
	background: url(/images/ko/main/titlebg.png) no-repeat 1px center;
	  background-size: auto;
	padding-left: 30px;
	background-size: 25px;
}

#chance-api-area .inner .title h4 {
	background: url(/images/ko/main/titlebg_02.png) no-repeat center left;
    padding-left: 35px;
    background-size: 30px;
}