/*=================================================
		00. 공통
=================================================*/
/*****#####===== 슬라이드 버튼 =====#####*****/
.slide-color-btn{
	display: inline-block;
	position: relative;
	margin: 15px 0;
	padding: 18px 30px;

	background: none;
	border: 1px solid #A2A3A4;
  border-radius: 30px;

	/*font-family: 'Montserrat',sans-serif;*/
	letter-spacing: 2px;
	text-transform: uppercase;

	-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.slide-color-btn:before{
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	top:100%;
	left:-1px;
	bottom:0px;
	right:-1px;
  border-radius:30px;

	background:#FFA600;

	-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.slide-color-btn:hover{
	color: #FFFFFF;
}

.slide-color-btn:hover:before{
	top: -1px;
}

/*****#####===== 구분선 =====#####*****/
.separator{
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #5A3B01;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*****#####===== 게시판 카테고리 =====#####*****/
.bcat-btn-wrap{
	margin-bottom: 60px;
}

.bcat-btn-wrap li{
	margin-bottom: 10px;
	padding: 0 20px;

	font-size: 16px;
}

.bcat-btn-wrap li .bcat-btn{
	position: relative;
	display: block;

	/*font-family: 'Montserrat', 'Nanum Gothic';*/
	color: #AAAAAA;

	transition: all 0.5s ease-in-out;
}

.bcat-btn-wrap .bcat-btn.active,
.bcat-btn-wrap .bcat-btn:hover{
	font-weight: bold;
	color: #222222;
}

.bcat-btn-wrap .bcat-btn .underline{
	position: absolute;
	display: block;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 2px;

	background-color: #0281e3;

	transition: all 0.5s ease-in-out;
}

.bcat-btn-wrap .bcat-btn.active .underline,
.bcat-btn-wrap .bcat-btn:hover .underline{
	width: 100%;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	.bcat-btn-wrap{
		margin-bottom: 30px;
	}

	.bcat-btn-wrap li{
		padding: 0 10px;
	}
}
/*=================================================
		01. Header
=================================================*/
header{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;

	color: #FFFFFF;
}

header h2{
	margin: 20px 0;

	/*font-family: 'Montserrat',sans-serif;*/
	font-weight: 700;
	font-size: 100px;
	line-height: 0.9;
	letter-spacing: -0.05em;
}

header h5{
	margin: 20px 0;

	/*font-family: 'Montserrat',sans-serif;*/
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.2em;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	header h2{
		margin: 0 0 15px;

		font-size: 35px;
	}

	header h5{
		display: none;
	}
}

/*=================================================
		01_02. notice
=================================================*/
#notice{width:100%;background:#F7F7F7;padding:60px 0 70px;}
.noticeInner{background:url(../_img/notice/bg_left.png),url(../_img/notice/bg_right.png) ;background-position:230px 50%,1350px 50% ;background-repeat:no-repeat,no-repeat}
.noticeBox{margin:0 auto ;width:1010px;height:420px;position:relative;border-radius:20px;background:#fff;box-shadow:1px 2px 2px 3px #CFCFCF;overflow:hidden}
.leftWrap{float:left;width:50%;height:420px;margin:0 auto;line-height:440px}
.leftWrap img{width:50%}
.rightWrap{float:left;width:50%;text-align: left;background:url(../_img/notice/bg_right.png) -50px 50% no-repeat;
	/*font-family:'Nanum Gothic',dotum,돋움,sans-serif,'Helvetica Nenu',Helvetica,Arial;*/
}
.rightWrap p{font-size:30px;color:#7A7A7A}
.rightWrap p.textTop{padding-top:95px}
.rightWrap p strong{font-size:35px;color:#ED592C}
.rightWrap strong{font-size:30px;color:#323232}

/*=================================================
		01. Responsive Web Design
=================================================*/
#responsive{
	background-image: url('../_img/main/main_bg.jpg');
}

#responsive #responsive-slider{
	height: 600px;
}
#responsive .anim-slider {
	top:45px;
}
#responsive #responsive-slider .pc{
	left: 50%;
	bottom: 80px;
	margin-left: -295.5px;
}

#responsive #responsive-slider .laptop{
	left: 5%;
	bottom: 25px;
}

#responsive #responsive-slider .pad{
	right: 15%;
	bottom: 25px;
}

#responsive #responsive-slider .phone{
	right: 11%;
	bottom: 0;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 620px){
	#main-gnb .containerWrap {
		height: 50px;
	}
	#responsive .anim-slider {
		top:0px;
	}
	#responsive #responsive-slider .pc {
		width: 80%;
		margin-left: -235px;
	}
	#responsive #responsive-slider .laptop {
		width: 70%;
		bottom:40px;
		left: 0;
		margin-left :-20px;
	}
	#responsive #responsive-slider .pad {
		width: 25%;
		padding-bottom: 15px;
		right: 20%;
	}
	#responsive #responsive-slider .phone {
		width: 10%;
		padding-bottom: 35px;
	}
}

@media (max-width:480px) {
	#responsive .section-title-main {
		font-size: 4em;
	}
	#responsive #responsive-slider {
		height: 360px;
	}
	#responsive #responsive-slider .pc {
		margin-left: -155px;
	}
	#responsive #responsive-slider .pad {
		padding-bottom: 15px;
	}
	#responsive #responsive-slider .phone {
		padding-bottom: 50px;
		right: 5%;
	}
}
@media (max-width:380px) {
	#responsive #responsive-slider .pc {
		margin-left: -140px;
	}
}
/*=================================================
		02. Special Partner
=================================================*/
#special-partner,#contest-guide{
    background: 
        linear-gradient(rgba(216,191,157,0.5), rgba(216,191,157,0.9)), 
        url('/_img/main/bg_section1.jpg') center/cover no-repeat!important;
}
#special-partner .item-wrap{
	margin-bottom: 40px;
}

#special-partner img{
	width: 150px;
	height: 150px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}


#special-partner .item-title{
	margin: 20px 0 10px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#special-partner .word-break {
	font-size: 18px;
}
#special-partner .cms {
	font-size: 14px;
}
#special-partner .sp_span {
	font-size: 12px;
}

#special-partner .speview {background: #fff;}
#special-partner .btn1 {border-radius: 40px;font-size:16px;color:#fff; padding:10px 42px!important;}
#special-partner .bg-soft-gradient:before,
	.bg-gradient{
		background: #448dff; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #FFA643  0%, #6F3710 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #FFA643 f 0%,#6F3710 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #FFA643 0%,#6F3710 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){

	#special-partner .item-title{
		font-size: 15px;
	}
}


/*=================================================
		03. Service
=================================================*/
#service{
	/*background: url('../_img/main/service_bg_1_1.jpg') no-repeat center center fixed;*/
  background-color: #d8bf9d;
	background-size: cover;
}


#service .item-wrap{
	margin-bottom: 40px;
}

#service .item-wrap img{
	width: 150px;
}


#service .item-wrap .item-title{
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #0281e3;
}

#service .item-wrap .service-word {
	color: #fff;
}
/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (min-width: 1200px){
	#service .item-wrap img{
		width: 150px;
	}
}
@media (max-width:768px) {
	#service .item-wrap{
		height: 280px;
	}
}
@media (max-width:480px) {
	#service .item-wrap{
		height: 320px;
	}
}

/*=================================================
		04. Process
=================================================*/
#process {
	padding-top: 20px;
	background-image: url('../_img/main/process_bg_1.jpg');
}

#process .process-top-title{
	font-size: 24px;
	color: #FFFFFF;
}

#process .process-slider-wrapper{
	position: relative;
}

/*****#####===== 프로세스 바 =====#####*****/
#process .progress-bar{
	display: block;
	width: 100%;
	height: 2px;
	background: transparent;
	border-bottom: 1px dotted #0C7984;
	position: absolute;
	top: 50%;
}

#process .progress-bar.start,
#process .progress-bar.finish{
	width: 80%;
}

#process .progress-bar.start{
	right: 0
}

#process .progress-bar.finish{
	left: 0
}

#process .progress-bar.start:before {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #00d9ec;
	top: -1px;
	border-radius: 50%;
}

#process .progress-bar.finish:before {
	position: absolute;
	right: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #00d9ec;
	top: -1px;
	border-radius: 50%;
}

/*****#####===== 프로세스 내용 =====#####*****/
#process .process-wrap{
	display: block;
	position: relative;
	overflow: hidden;
}

#process .process-wrap .process-title span{
	display: inline-block;
	padding: 0 10px;
	font-size: 50px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -0.05em;
	color: #FFFFFF;
	z-index: 100;
}

#process .process-wrap .process-icon{
	display: inline-block;
	margin: 10px 0 20px 0;

	font-size: 70px;
	color: #FFFFFF;
	line-height: 1em;
}

#process .process-wrap .process-desc{
	margin: 30px 0;

	font-size: 18px;
	color: #D1D1D1;
	line-height: 1.6;
}

/*****#####===== 슬라이더 페이져 =====#####*****/
#process .bx-pager{
	bottom: -30px;
}

#process .bx-pager .bx-pager-link{
	border-radius: 0;
	background: none;
	width: auto;
	height: auto;
	margin-right: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: -0.05em;
	text-align: right;
	text-indent: 0;
	text-decoration: none;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#process .bx-pager .bx-pager-link:hover{
	color: #fff;
}

#process .bx-pager .bx-pager-link:before{
	content: '0';
}

#process .bx-pager .bx-pager-link.active{
	color: #fff;
}

#process .bx-controls-direction a{
	margin: 0;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#process .process-top-title {
		font-size: 18px;
	}

	#process .process-wrap .process-icon{
		font-size: 40px;
	}

	#process .process-wrap .process-title span {
		font-size: 30px;
	}

	#process .process-wrap .process-desc{
		margin: 15px 0;

		font-size: 15px;
	}

	#process .bx-pager .bx-pager-link{
		font-size: 13px;
	}
}

/*=================================================
		05. Our Works
=================================================*/
#works .grid-sizer,
#works .grid-item{
	width: 33.3333%;
}

#works .slide-color-btn{
	z-index: 10;
	color: #FFFFFF;
}

#works .slide-color-btn:before{
	background:#FFFFFF;
}

#works .slide-color-btn:hover{
	color: #171a1c;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#works .slide-color-btn{
		display: none;
	}
}


/*=================================================
		06. What FREEDOTCOME do
=================================================*/
#feature {
	background-image: url('../_img/main/feature_bg_1.jpg');
}

#feature .border-shape {

}

#feature .border-shape > div{
	margin-top: 20px;

	/*font-family: 'Cardo', serif;*/
	font-size: 24px;
	color: #FFFFFF;
}

#feature #feature-slider{
	height: 250px;

	margin-top: 70px;
}

#feature #feature-slider .feature-title{
	width: 100%;
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
}

#feature #feature-slider .feature-desc{
	width: 100%;
	top: 110px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.7;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){

	#feature #feature-slider{
		height: 200px;
	}

	#feature #feature-slider .feature-title{
		font-size: 25px;
	}

	#feature #feature-slider .feature-desc{
		top: 60px;
		font-size: 15px;
	}
}

/*=================================================
		07. Viral Marketing
=================================================*/
#viral-marketing {background: #efefef;}
#viral-marketing .item-wrap{
	margin-bottom: 40px;
}


#viral-marketing img{
	width: 150px;
	height: 150px;
}

#viral-marketing i.grey{
	background-color: #636363;
}

#viral-marketing i.grey:after{
	box-shadow: 0 0 0 4px #636363;
}


#viral-marketing i:hover{
	font-size: 90px;
}

#viral-marketing i:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#viral-marketing .item-title{
	margin: 20px 0 10px;
	font-size: 24px;
}
#viral-marketing .sp_span {
	font-size: 12px;
}

#viral-marketing .viralview {
	background: #fff;
}
/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#viral-marketing i{
		width: 120px;
		height: 120px;
		font-size: 50px;
		line-height: 120px;
	}

	#viral-marketing .item-title{
		font-size: 15px;
	}
}


/*=================================================
		08. Samples
=================================================*/
#sample .sample-img-wrap{
	display: block;
	margin-bottom: 20px;

	border: 1px solid #DDDDDD;
}

#sample .bx-wrapper .bx-next{
	right: -25px;
}

#sample .bx-wrapper .bx-prev{
	left: -25px;
}

#sample .bx-wrapper .bx-pager{
	bottom: -30px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#sample{
		padding-bottom: 70px;
	}

	#sample .bx-wrapper .bx-next{
		right: -10px;
	}

	#sample .bx-wrapper .bx-prev{
		left: -10px;
	}
}

/*=================================================
		9. User Feed
=================================================*/
#colum {
	background-image: url("../_img/main/rspweb_bg_2.jpg");
	padding: 40px 0 50px;
}
#colum .section-subtitle {
	font-size: 30px;
	color: #000;
}
#colum .colum-title{
	width: 100%;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

#colum .colum-desc{
	width: 100%;
	top: 110px;
	margin-top: 20px;
	font-size: 18px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#colum .section-subtitle {
		font-size: 24px;
		color: #000;
		margin-top: 0;
	}

	#colum .colum-title{
		font-size: 18px;
	}

	#colum .colum-desc{
		top: 60px;

		font-size: 15px;
	}
}

#colum .colum-top-title{
	font-size: 24px;
	color: #FFFFFF;
}

#colum .colum-slider-wrapper{
	position: relative;
}

/*****#####===== 프로세스 바 =====#####*****/
#colum .progress-bar{
	display: block;
	width: 100%;
	height: 2px;
	background: transparent;
	border-bottom: 1px dotted #0C7984;
	position: absolute;
	top: 50%;
}

#colum .progress-bar.start,
#colum .progress-bar.finish{
	width: 80%;
}

#colum .progress-bar.start{
	right: 0
}

#colum .progress-bar.finish{
	left: 0
}

#colum .progress-bar.start:before {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #00d9ec;
	top: -1px;
	border-radius: 50%;
}

#colum .progress-bar.finish:before {
	position: absolute;
	right: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #00d9ec;
	top: -1px;
	border-radius: 50%;
}

/*****#####===== 프로세스 내용 =====#####*****/
#colum .colum-wrap{
	display: block;
	position: relative;
	overflow: hidden;
}

#colum .colum-wrap .colum-title span{
	display: inline-block;
	padding: 0 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -0.05em;
	color: #FFFFFF;
	z-index: 100;
}

#colum .colum-wrap .colum-icon{
	display: inline-block;
	margin: 10px 0 10px 0;

	font-size: 70px;
	color: #FFFFFF;
	line-height: 1em;
}

#colum .colum-wrap .colum-desc{
	margin: 30px 0;
	font-size: 18px;
	line-height: 1.6;
}



/*****#####===== 슬라이더 페이져 =====#####*****/
#colum .bx-pager{
	bottom: -10px;
}

#colum .bx-pager .bx-pager-link{
	border-radius: 0;
	background: none;
	width: auto;
	height: auto;
	margin-right: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: -0.05em;
	text-align: right;
	text-indent: 0;
	text-decoration: none;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#colum .bx-pager .bx-pager-link:hover{
	color: #fff;
}

#colum .bx-pager .bx-pager-link:before{
	content: '0';
}

#colum .bx-pager .bx-pager-link.active{
	color: #fff;
}

#colum .bx-controls-direction a{
	margin: 0;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#colum .colum-top-title {
		font-size: 18px;
	}

	#colum .colum-wrap .colum-icon{
		font-size: 40px;
	}

	#colum .colum-wrap .colum-title span {
		font-size: 30px;
	}

	#colum .colum-wrap .colum-desc{
		margin: 15px 0;

		font-size: 15px;
	}

	#colum .bx-pager .bx-pager-link{
		font-size: 13px;
	}
}

/*=================================================
		10. Q&A
=================================================*/
#qna .slide-color-btn{
	margin: 5px 0;
	padding: 13px 30px;
}

#qna .katalk-qna-btn{
	background-color: #FFE800;
	border: 1px solid #FFE800;
	margin: 5px 0;
	padding: 13px 10px;

	letter-spacing: 2px;
}

#qna .katalk-qna-btn img{
	width: auto;
	height: 20px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#qna-board .status{
		width: 80px;
	}
}

/*=================================================
		11. Period
=================================================*/
#period {
	background-image: url('../_img/main/period1_bg.jpg');
	color: #FFFFFF;
}
#period .counter-wrap {
	font-size: 70px;
}

#period .counter{
	font-weight: 900;
}
/*=================================================
		12. 고객센터 (찾아오시는 길)
=================================================*/
#location .btn_area{
	width: 1170px; margin: 20px auto 0;
}
#location .counselbtn {
	margin : 0 auto;
	width: 180px;
	display: block;
	background: #fff;
}
#location .item-wrap{
	margin-bottom: 40px;
}

#location img {
	width: 150px;
	height: 150px;
}

#location .item-title{
	margin: 20px 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#location .sp_span {
	font-size: 12px;
}
/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#location .item-title{
		font-size: 15px;
	}
}
/*****#####===== 지도 =====#####*****/
#locationmap {
	padding-top:0px;
}
#locationmap .mapwrap {
	width: 100%;
}
#map {
	width: 1170px; height: 550px; margin: 0 auto; border: 1px solid #ccc;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#map {
		width: 90%;
		height: 400px;
	}
}
/*****#####===== 2026.02.08추가 =====#####*****/
 /* 헤더 스타일 */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            z-index: 1000;
            padding: 15px 0;
        }

        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            height: 50px;
        }

        .nav {
            display: flex;
        }

        .nav a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s;
        }

        .nav a:hover {
            color: #9b59b6;
        }

        /* 메인 슬라이더 스타일 */
        .main-slider {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
            margin-top: 0;
            padding-top: 80px;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .slide.active {
            opacity: 1;
            z-index: 1;
        }

        .slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
            background: rgba(0, 0, 0, 0.2); 
            z-index: 1;
        }

        /* 슬라이드 1 배경 */
        .slide-1 {
            background-image: url('/_img/main/main_bg1.jpg');
        }

        /* 슬라이드 2 배경 */
        .slide-2 {
            background-image: url('/_img/main/main_bg2.jpg');
        }

        /* 슬라이드 3 배경 */
        .slide-3 {
            background-image: url('/_img/main/main_bg3.jpg');
        }

        /* 슬라이드 콘텐츠 */
        .slide-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            z-index: 2;
            width: 100%;
            max-width: 1200px;
            padding: 30px;
            background: rgba(0, 0, 0, 0);
            border-radius: 20px;
           /* backdrop-filter: blur(5px);*/
        }

        .slide-content h2 {
            font-size: 4.5em;
            font-weight: 700;
            margin-bottom: 30px;
            text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
            line-height: 1.3;
            animation: fadeInUp 1s ease-out;
        }

        .slide-content p {
            font-size: 1.8em;
            font-weight: 400;
            line-height: 1;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
            margin-bottom: 10px;
            animation: fadeInUp 1s ease-out 0.3s backwards;
        }

        /* 슬라이드 네비게이션 도트 */
        .slider-dots {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
            z-index: 10;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .dot.active {
            background: white;
            width: 40px;
            border-radius: 6px;
        }

        /* 좌우 화살표 네비게이션 */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.3);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s;
            backdrop-filter: blur(5px);
            padding-top:7px;
        }


        .slider-arrow:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        .slider-arrow.prev {
            left: 30px;
        }

        .slider-arrow.next {
            right: 30px;
        }

        /* 애니메이션 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* 반응형 디자인 */
        @media (max-width: 768px) {
            .main-slider {
               /* margin-top: 70px;*/
            }

            .slide-content {
                padding: 30px 20px;
            }

            .slide-content h2 {
                font-size: 3em;
                margin-bottom: 20px;
            }

            .slide-content p {
                font-size: 1.5em;
                line-height: 1.6;
            }

            .nav {
                display: none;
            }

            .slider-arrow {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }

            .slider-arrow.prev {
                left: 15px;
            }

            .slider-arrow.next {
                right: 15px;
            }

            .slider-dots {
                bottom: 20px;
            }
        }

        @media (max-width: 480px) {
            .slide-content h2 {
                font-size: 2em;
            }

            .slide-content p {
                font-size:1.2em;
            }

            .logo {
                height: 40px;
            }
          }

#contest-guide {
    font-size: 18px;
    line-height: 1.2;
  background: #d8bf9d;
}

#contest-guide h2 {
    font-size: 48px;
    font-weight: 700;
}

#contest-guide h4 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 700;
}

#contest-guide p,
#contest-guide li {
    font-size: 18px;
}

#contest-guide .text-muted {
    font-size: 17px;
}

#contest-guide .well,
#contest-guide .alert {
    font-size: 17px;
}

/* 스케치형 박스 레이아웃 (Bootstrap 3) */
#contest-guide.sketch-box{
  text-align:left;
  font-size:18px;
  line-height:1.75;
}

#contest-guide .col-md-6{ margin-bottom:22px; }

/* 카드(박스) */
#contest-guide .sk-card{
  background:#EBD8BF;
  border:1px solid #F5EADD;
  border-radius:12px;
  overflow:hidden;
  min-height:160px;
}

/* 상단 타이틀 바 */
#contest-guide .sk-head{
  background:#d8bf9f;
  border-bottom:1px solid #F5EADD;
  padding:12px 14px;
  font-size:24px;
  font-weight:700;
}

/* 번호 */
#contest-guide .sk-no{
  display:inline-block;
  width:26px;
  height:26px;
  line-height:26px;
  text-align:center;
  border-radius:30px;
  background:#562200;
  color:#fff;
  font-size:14px;
  margin-right:8px;
  vertical-align:middle;
}

/* 내용 */
#contest-guide .sk-body{
  padding:14px 16px 16px;
}

#contest-guide .sk-strong{
  font-weight:700;
  margin:0 0 8px;
}

#contest-guide .sk-text{
  margin:0;
  color:#333;
  line-height: 24px!important;
}

#contest-guide .sk-muted{
  margin:0;
  color:#351804;
  font-size:16px;
}

#contest-guide .sk-list{
  padding-left:18px;
  margin:0;
}
#contest-guide .sk-list li{ margin:4px 0; }

/* 내부 구분선 */
#contest-guide .sk-hr{
  margin:12px 0;
  border:0;
  border-top:1px solid #eee;
}

/* 안내/주의 박스 */
#contest-guide .sk-note{
  margin-top:10px;
  background:#e9f6ff;
  border:1px solid #cfefff;
  color:#1c5b7a;
  border-radius:8px;
  padding:10px 12px;
  font-size:16px;
}

#contest-guide .sk-warn{
  margin-top:12px;
  background:#fff7e6;
  border:1px solid #ffe2a6;
  color:#7a5a12;
  border-radius:8px;
  padding:10px 12px;
  font-size:16px;
}

/* 접수 정보 박스 */
#contest-guide .sk-field{
  margin-top:10px;
  border:1px solid #bb996a;
  border-radius:8px;
  overflow:hidden;
}
#contest-guide .sk-field-title{
  background:#bb996a;
  padding:9px 12px;
  color:#fff;
  font-weight:700;
  font-size:16px;
  border-bottom:1px solid #bb996a;
}
#contest-guide .sk-field-body{
  padding:10px 12px;
  font-size:16px;
  color:#333;
}

/* 모바일 */
@media (max-width:767px){
  #contest-guide{ font-size:17px; }
  #contest-guide .sk-card{ min-height:auto; }
}
/* 시상내용 테이블 개선 */
#contest-guide .sk-table {
    border-collapse: collapse;
    background: #fff;
}

/* 테이블 전체 테두리 */
#contest-guide .sk-table,
#contest-guide .sk-table th,
#contest-guide .sk-table td {
    border: 1px solid #c9b79c;  /* 따뜻한 브라운톤 라인 */
}

/* 헤더 색상 */
#contest-guide .sk-table thead th {
    background: #8b6b3e;   /* 상단 바 색과 어울리는 진한 베이지 브라운 */
    color: #fff;
    text-align: center;
    font-weight: 600;
}

/* 줄무늬 효과 */
#contest-guide .sk-table tbody tr:nth-child(even) {
    background: #f9f6f1;
}

#contest-guide .sk-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

/* 셀 여백 */
#contest-guide .sk-table th,
#contest-guide .sk-table td {
    padding: 10px 8px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

/* 비고칸 강조 */
#contest-guide .sk-table td[rowspan] {
    background: #f4ede2;
    font-size: 15px;
    line-height: 1.6;
}
/* 테이블 셀 기본 줄바꿈/정렬 */
#contest-guide .sk-table td,
#contest-guide .sk-table th{
  white-space: normal;          /* 한 줄 고정 방지 */
  word-break: break-word;       /* 단어가 길면 줄바꿈 */
  overflow-wrap: break-word;    /* 최신 브라우저 줄바꿈 */
  vertical-align: middle;
}

/* 비고칸(rowspan) 텍스트는 왼쪽정렬 + 줄간격 */
#contest-guide .sk-table td[rowspan]{
  text-align: left;
  line-height: 1.5;
}

/* 모바일에서 슬라이드 화살표 숨김 */
@media (max-width: 767px){
  .slider-arrow,
  .slider-arrow.prev,
  .slider-arrow.next{
    display: none !important;
  }
}

.countdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.count-box {
  background: linear-gradient(145deg, #8b5e34, #5c3b1f);
  color: #fff;
  padding: 25px 35px;
  border-radius: 20px;
  min-width: 120px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  transition: 0.3s ease;
}

.count-box:hover {
  transform: translateY(-5px);
}

.count-number {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
}

.count-label {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
}

#deadline-message {
  font-size: 22px;
  font-weight: 600;
  color: #8b5e34;
}

.guide-card {
  background: #fff;
  padding: 45px 30px;
  border-radius: 22px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.guide-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.guide-icon {
  width: 90px;
  height: 90px;
  background: #FFA600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
}

.guide-icon i {
  font-size: 40px;
  line-height:40px;
  color: #fff;
}

.guide-card h5 {
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 20px;
}

.guide-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}
#works-grid{
margin:-10px;
}

.grid-item{
border-radius:15px!important;
padding:10px;
box-sizing:border-box;
overflow:hidden!important;
}

.grid-item img{
border-radius:15px!important;  
width:100%!important;
display:block!important;
}@media (max-width:768px){

.count-number{
    font-size:30px;
    text-align:center;
    width:100%;
    display:block;
}

}

/* 모바일 햄버거 버튼 */

.mobile-btn{
display:none;
position:absolute;
right:5px;
top:6px;
font-size:28px;
background:none;
border:0;
cursor:pointer;
color: #D1A481!important;
}

/* 모바일 메뉴 */

#mobile-menu{
position:fixed;
top:0;
left:-260px;
width:260px;
height:100%;
background:#111;
z-index:9999;
transition:0.3s;
padding-top:0;
}

#mobile-menu.open{
left:0;
}

/* 상단 영역 */

.mobile-top{
background:#000;
padding:15px;
}

.mobile-close{
position:absolute;
right:15px;
top:10px;
font-size:24px;
background:none;
border:0;
color:#fff;
cursor:pointer;
}

/* 상단 메뉴 */

.mobile-top-menu{
list-style:none;
padding:0;
margin-top:30px;
}

.mobile-top-menu li{
border-bottom:1px solid #333;
}

.mobile-top-menu a{
display:block;
padding:5px;
color:#D1A481;
text-decoration:none;
}

/* 메인 메뉴 */

.mobile-main-menu{
list-style:none;
padding:0;
margin-top:10px;
}

.mobile-main-menu li{
border-bottom:1px solid #333;
}

.mobile-main-menu a{
display:block;
padding:15px;
color:#D1A481;
text-decoration:none;
}
/* ===== 모바일 슬라이드 메뉴 ===== */

#mobile-menu{
position:fixed;
top:0;
left:-260px;
width:260px;
height:100%;
background:rgba(17,17,17,0.9);
z-index:9999;
transition:0.3s;
}

#mobile-menu.open{
left:0;
}

/* 닫기버튼 */

.mobile-close{
position:absolute;
top:5px;
right:10px;
font-size:26px;
background:none;
border:0;
color:#3F3228;
cursor:pointer;
}

/* 상단 가로 메뉴 */

.mobile-top-menu{
margin-top:45px;
padding:12px 10px;
background:#222;
display:flex;
justify-content:center;
align-items:center;
gap:8px;
font-size:13px;
}

.mobile-top-menu a{
color:#686868;
text-decoration:none;
white-space:nowrap;
}

.mobile-top-menu span{
color:#777;
}

/* 메인 메뉴 */

.mobile-main-menu{
list-style:none;
padding:0;
margin-top:10px;
}

.mobile-main-menu li{
border-bottom:1px solid #333;
}

.mobile-main-menu a{
display:block;
padding:15px;
color:#D1A481;
text-decoration:none;
}
@media (max-width:768px){

#main-gnb .navbar-collapse{
display:none;
}

.mobile-btn{
display:block;
}

}

/* 모바일 메뉴 hover 효과 */

.mobile-top-menu a:hover,
.mobile-top-menu a:active{
color:#fff;
}

.mobile-main-menu a:hover,
.mobile-main-menu a:active{
background:#222;
color:#fff;
border-left:3px solid #D1A481;
padding-left:12px;  
transition:0.2s;
}