@charset "utf-8";


/******************** main_visual ********************/
/* main_visual */
#main_visual {
    position:relative;
}
#main_visual .swiper-container {
    height:600px;
}
#main_visual .swiper-slide img {
    width: 100%;
}
/** 가로 1920px **/
@media screen and (max-width:1920px) {
    #main_visual .swiper-slide img {
        width:auto;
        height:auto;
    }
} 
/* main_text */
.main_text {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -65%);
    z-index:100;
    width:100%;
    padding:0 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.main_text p {
    color:#fff;
    font-size:32px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.main_text p:first-child {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1.4;
}
.main_text p:first-child span {
    color:#fdd333;
}
/* control-area */
#main_visual .control-area  {
    position:absolute;
    bottom:60px;
    left:50%;
    z-index:200;
    overflow:hidden;
    text-align:center;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    gap:40px;
    height:40px;
    padding:0 24px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 30px;
    color:#fff;
}
#main_visual .swiper-pagination {
    display: flex;
    gap:10px;
}
#main_visual .control-btn {
    display: flex;
    gap:20px;
}
#main_visual .control-btn button {
    color:#fff;
}
#main_visual .swiper-pagination-current {
    color:#fdd333;
    font-weight: 700;
}

/******************** main_contents ********************/
/***** main_layout *****/

.main-sect {
    position:relative;
    padding:80px 0;
}
.main-sect.bg {
    background-color: #e9e5e0;
}
.secter1, .secter2, .secter3, .secter4 {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
}

/***** secter1 *****/
.secter1 h2 {
	position: relative;
    font-size: 40px;
    color: #ea7d16;
}
.secter1 h2 .point {
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    height: 8px;
    border-radius: 10px;
    background-color: #ea7d16;
}
.secter1 .s1b {
    font-size: 29px;
    font-weight: 600;
    color: #323b4a;
    padding: 15px 0;
}
.secter1 .s1g {
    font-size: 27px;
    font-weight: 400;
    color: #b8b8b8;
    padding: 15px 0;
}
.secter1 .s1m {
    font-size: 27px;
    font-weight: 400;
    color: #323b4a;
    padding: 15px 0;
}


/***** secter2 *****/
.secter2 {
    max-width: 1050px;
    padding: 50px 0 20px 0;
}
.secter2 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}
.secter2 ul li {
    width: 25%;
}
.secter2 ul li p.title {
    font-size: 36px;
    font-weight: 600;
    color: #494849;
}
.secter2 ul li p {
    font-size: 24px;
    color: #3c3c3c;
}
.secter2 ul li.interval {
    width: 12.5%;
    font-size: 30px;
    font-style: italic;
    color: #3c3c3c;
    line-height: 173px;
}
.secter2 > p.title {
    font-size: 36px;
    font-weight: 600;
    color: #0b986f;
    text-align: center;
    padding-top: 70px;
}
.secter2 > p {
    font-size: 26px;
    text-align: center;
    color: #454445;
}


/***** secter3 *****/
.secter3 {
    max-width: 1050px;
    padding: 20px 0;
}
.secter3 > p.title {
    font-size: 43px;
    font-weight: 600;
    color: #cfcac5;
    text-align: center;
    letter-spacing: 4px;
}
.secter3 > p {
    font-size: 22px;
    text-align: center;
    color: #cfcac5;
    letter-spacing: 4px;
}

.iconlink {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}
.iconlink a {
    width: 200px;
    text-align: center;
    padding-top: 170px;
    font-size: 23px;
    color: #013d54;
    font-weight: 500;
}
.iconlink a:hover {
	color: #ea7524;
}
.iconlink a.news {
    background: url('../image/main/m_icon4.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.news:hover {
    background: url('../image/main/m_icon4on.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.album {
    background: url('../image/main/m_icon5.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.album:hover {
    background: url('../image/main/m_icon5on.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.catalog {
    background: url('../image/main/m_icon6.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.catalog:hover {
    background: url('../image/main/m_icon6on.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.reser {
    background: url('../image/main/m_icon7.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.reser:hover {
    background: url('../image/main/m_icon7on.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.workshop {
    background: url('../image/main/m_icon8.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink a.workshop:hover {
    background: url('../image/main/m_icon8on.png');
	background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 36px;
    background-position-y: 10px;
}
.iconlink span.interval {
    font-size: 19px;
    color: #232323;
    line-height: 144px;
}

/***** secter4 *****/
.secter4 {
    max-width: 1300px;
	display: flex;
    justify-content: space-between;
}

.secter4 a {
    text-indent: -99999px;
    height: 34px;
}
.secter4 a.bnn1 {
    background: url('../image/main/banner01.png');
	background-repeat: no-repeat;
    background-size: contain;
	width: 213px;
}
.secter4 a.bnn2 {
    background: url('../image/main/banner02.png');
	background-repeat: no-repeat;
    background-size: contain;
	width: 213px;
}
.secter4 a.bnn3 {
    background: url('../image/main/banner03.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 166px;
}
.secter4 a.bnn4 {
    background: url('../image/main/banner04.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 202px;
}
.secter4 a.bnn5 {
    background: url('../image/main/banner05.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
}



/******************** 반응형 ********************/


/**
@media screen and (max-width:900px) {
    .main_text p:first-child {
        font-size: 48px;
    }

	.secter1 h2 {
		font-size: 35px;
	}
	.secter1 h2 .point {
		top: -10px;
		width: 45px;
		height: 6px;
	}
	.secter1 .s1b {
		font-size: 24px;
		padding: 10px 0;
	}
	.secter1 .s1g {
		font-size: 22px;
		padding: 10px 0;
	}
	.secter1 .s1m {
		font-size: 22px;
		padding: 10px 0;
	}
}   

@media screen and (max-width:700px) {
    #main_visual .swiper-container {
        height:500px;
    }
    #main_visual .swiper-slide img {
        height:100%;
    }
    .main_text {
        gap:32px;
    }
    .main_text p:first-child {
        font-size: 40px;
    }
    .main-sect {
        position:relative;
        padding:50px 0;
    }

	.secter1 h2 {
		font-size: 30px;
	}
	.secter1 h2 .point {
		top: -7px;
		width: 40px;
		height: 5px;
	}
	.secter1 .s1b {
		font-size: 19px;
		padding: 5px 0;
	}
	.secter1 .s1g {
		font-size: 17px;
		padding: 5px 0;
	}
	.secter1 .s1m {
		font-size: 17px;
		padding: 5px 0;
	}

}

@media screen and (max-width:550px) {
    #main_visual .swiper-container {
        height:400px;
    }
    .main_text {
        gap:24px;
    }
    .main_text p:first-child {
        font-size: 32px;
    }
    .main_text p {
        font-size: 17px;
    }
    #main_visual .control-area {
        bottom:40px;
    }

	.secter1 h2 {
		font-size: 27px;
	}
	.secter1 h2 .point {
		top: -7px;
		width: 37px;
		height: 4px;
	}
	.secter1 .s1b {
		font-size: 19px;
		padding: 5px 0;
	}
	.secter1 .s1g {
		font-size: 17px;
		padding: 5px 0;
	}
	.secter1 .s1m {
		font-size: 17px;
		padding: 5px 0;
	}
}

@media screen and (max-width:450px) {
    .main_text {
        padding:0 24px;
    }
    .main_text p:first-child {
        word-break: keep-all;
    }

}
**/