
/*************************************/
/**************    MAIN   ************/
/*************************************/
.main_textbox{
    margin-top: 220px;
    text-align: center;
}
.main_textbox:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #ccc;
    margin-top: 70px;
}
.main_titbox{
    margin: 0 auto;
    padding: 80px 0 40px;
}
.main_tit{
    font-size: var(--h1);
    font-weight: 100;
    text-align: center;
    color: var(--gray-00);
    padding-bottom: 30px;
}
.main_tit span{
    font-weight: 900;
    color: var(--gray-00);
}
.main_titbox .main_tit span::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--pc-orange);
    border-radius: 50%;
    position: relative;
    top: -55px;
    right: -3px;
}
.main_subtit{
    font-size: var(--h3);
    font-weight: 100;
    text-align: center;
}
.main_subtxt{
    font-size: var(--font-body-1);
    font-weight: 400;
    text-align: center;
    color: var(--gray-66)
}
.scroll_down{
	position: fixed;
	z-index: 9;
	bottom: 100px;
	right: 40px;
	text-align: left;
	transform: rotate(-90deg);
	color: #fff;
	animation: motion 0.5s ease-in-out 0s infinite alternate;
}
.scroll_down::before{
	content: '';
	text-align: left;
	display: inline-block;
	width:50px;
	top: -3px;
	margin-right: 20px;
	left: 0;
	position: relative;
	height: 1px;
	background-color: #fff;
}
.scroll_down span{
	margin-left: 30px;
}
@keyframes motion {
	0% {bottom: 150px;}
	100% {bottom: 170px;}
}
@keyframes mmotion {
	0% {bottom: 140px;}
	100% {bottom: 160px;}
}
@media (max-width: 991px){
    .main_titbox .main_tit span::after {
        top: -40px;
    }
}
@media only screen and (max-width: 767px){
	.main_textbox{
		margin-top: 12vh;
	}
	.main_textbox:after{
	    height: 4vh;
	    margin-top: 6vh;
	}
	.main_titbox{
	    padding: 6vh 0 4vh;
	}
	.main_tit{
	    padding-bottom: 0;
	}
    .main_titbox .main_tit span::after {
        top: -30px;
    }
	.scroll_down{
		right: 8vw;
		animation: mmotion 0.5s ease-in-out 0s infinite alternate;
	}
	.scroll_down::before{
		display: none;
	}
	.scroll_down span{
		margin-left: 0;
	}

}
/*video*/
.inthef_video_slick{
    height: 100%;
}
.inthef_video_slick_con{
	height: 100%;
    background-color: #000000;
}
.inthef_video_slick .slick-dots{
    position: absolute;
    top: 50vh;
    left: 90px;
    width: 100px;
    height: 30px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.inthef_video_slick .slick-dots li{

    width: 2px;
    height: 30px;
}
.inthef_video_slick .slick-dots li button{
    width: 2px;
    height: 30px;
}
.inthef_video_slick .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 30px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    background-color:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inthef_video_slick .slick-dots li.slick-active button:before{
    opacity: 1;
}
.video .btn_video_sld{
    position: relative;
    bottom: calc( 50vh + 35px );
    text-align: left;
}
.video .btn_video_sld .ar_prev{
    left: 0;
    margin-right: 20px;
}
.video .btn_video_sld .ar_next{
    right: 0;
}
.btn_video_sld .ar_prev{
    position: relative;
    width:40px;
    height:40px;
    display: inline-block;
    background: url('../images/btn_video_off.png') no-repeat 50% 50%;
}
.btn_video_sld .ar_next{
    position: relative;
    width:40px;
    height:40px;
    display: inline-block;
    background: url('../images/btn_video_off.png') no-repeat 50% 50%;
    transform: rotate(180deg);
}
.btn_video_sld .ar_prev:hover,
.btn_video_sld .ar_next:hover{
    background: url('../images/btn_video_on.png') no-repeat 50% 50%;
}
.btn_video_sld::after{
    content: "";
    display: block;
    clear: both;
}
.video_paging{
    position: absolute;
    bottom: 100px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    transform: rotate(90deg);
}
video{
	position: relative;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	opacity: 0.5;
	margin-left: 50%;
	left: -50vw;
	object-fit: cover;
	vertical-align: middle;
}
.inthef_video_slick_con p{
    text-align: left;
    font-size: var(--h4);
    color: #fff;
    position: absolute;
    bottom: 70px;
    width: 500px;
    font-weight: 700;
    left: 50%;
    margin-left: -630px;
    line-height: 1.6;
}
@media (max-width: 991px){
    .inthef_video_slick_con p {
        font-size: 4vw;
        width: 60%;
        left: 50vw;
        margin-left: -30%;
    }
}
@media only screen and (max-width: 767px){
    .inthef_video_slick .slick-dots {
        left: 40px;
    }
    .video .btn_video_sld{
        display: none;
    }
    .video_paging{
        left: 12px;
        font-size: 2vh;
        bottom: 7vh;
    }
    .inthef_video_slick_con p {
        width: 80%;
        left: 50vw;
        font-size: 5.5vw;
        margin-left: -43%;
        top: calc( 50vh + 60px );
    }
}
/*BRAND*/
.wide.brand{
    padding-bottom: 100px;
}
.inthef_brand_slick{
    z-index: 1;
}
.inthef_brand_slick_con{
    height: 814px;
    width: 940px;
    margin: 30px;
    text-align: center;
    position: relative;
}
.inthef_brand_slick_con a{
    display: none;
    position: absolute;
    left: 60%;
    top: 40%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 120px;
    padding: 50px 0;
    background-color: var(--pc-blue);
    border-radius: 50%;
    text-align: center;
}
.inthef_brand_slick_con img{
}
.inthef_brand_slick_con img:nth-child(2){
    padding:50px 0 30px;
    margin: 0 auto;
}
.inthef_brand_slick_con img:last-child{
    display:none;
}
.inthef_brand_slick_con.slick-current img:last-child{
    display:block;
}
.inthef_brand_slick_con.slick-current img.hover:hover ~ a,
.inthef_brand_slick_con.slick-current a:hover{
	display:block;
}
.main_brand_txt{
    font-size: var(--h3);
    font-weight: 700;
    color: var(--gray-00);
    text-align: center;
    padding: 20px 0 10px;
}
.main_brand_txt2{
    font-size: var(--font-body-1);
    font-weight: 400;
    color: var(--gray-66);
    text-align: center;
    line-height: 30px;
    letter-spacing: -0.2;
}
.brand .btn_ctrl_sld{
    z-index: 2;
    top: -290px;
    position: relative;
    display: block;
}
.brand .btn_ctrl_sld .ar_prev{
    left: 95px;
}
.brand .btn_ctrl_sld .ar_next{
    right: 90px;
}
.btn_ctrl_sld .ar_prev{
    position: relative;
    width:52px;
    height:52px;
    display: block;
    float: left;
    background: url('../images/btn_arrow_black.png') no-repeat 50% 50%;
    border: 1px solid var(--gray-line);
    border-radius: 50%;
}
.btn_ctrl_sld .ar_next{
    position: relative;
    width:52px;
    height:52px;
    display: block;
    float: right;
    background: url('../images/btn_arrow_black.png') no-repeat 50% 50%;
    border: 1px solid var(--gray-line);
    border-radius: 50%;
    transform: rotate(180deg);
}
.btn_ctrl_sld .ar_prev:hover,
.btn_ctrl_sld .ar_next:hover{
    background: url('../images/btn_arrow_blue.png') no-repeat 50% 50%;
    border-color: var(--pc-blue);
}
.btn_ctrl_sld::after{
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 991px){
}
@media only screen and (max-width: 767px){
	.wide.brand {
	    padding-bottom: 0;
	}
	.inthef_brand_slick_con{
	    margin: 0;
	    width: auto;
	    height: auto;
	}
	.inthef_brand_slick_con img.hover{
	    width: 100vw;
	}
	.inthef_brand_slick_con img:nth-child(2) {
	    margin: 0 auto;
	    max-width: 50vw;
	    padding: 30px 0 10px;
	}
	.main_brand_txt2 {
	    font-size: 3.5vw;
	    line-height: 1.6;
	    width: 80vw;
	    margin: 0 auto;
	}
	.inthef_brand_slick_con a {
	    display: block;
	    position: relative;
	    width: 90%;
	    font-size: 4.5vw;
	    padding: 4vw 0;
	    border-radius:0;
	    left: 5%;
	    margin-top: 30px;
	    background-color: #fff;
	    border: 1px solid var(--gray-boxline);
	    color: #000;
	}
	.brand .btn_ctrl_sld {
	    top: -60vw;
	}
    .btn_ctrl_sld .ar_prev,
    .btn_ctrl_sld .ar_next{
        border: none;
    }
    .brand .btn_ctrl_sld .ar_prev{
        left: -20px;
    }
    .brand .btn_ctrl_sld .ar_next{
        right: -20px;
    }
}
/*SNS*/
.wide.sns{
    background-color: #f4efe8;
    position: relative;
    margin-top: 300px;
    height: 1050px;
}
.wide.sns .container{position: relative;top: -380px;}
.main_player{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.main_player iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 30px;
}
.yt_pic{
    position: relative;
}
.yt_pic img{
    width: 100%;
    position: relative;
    display: block;
    border-radius: 0 0 120px 0;
}
.yt_pic button{
    width: 160px;
    height: 160px;
    background: url('../images/main_sns_btn.png');
    position: absolute;
    display: block;
    top: 273px;
    left: 50%;
    margin-left: -80px;
    font-size: 0;
}
.yt_pic p{
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: var(--h5);
    font-weight: 700;
    color: #fff;
}
.main_playlist{
    position: relative;
    padding-top: 80px;
}
.main_playlist ul{
	margin-left: -1%;
	margin-right: -1%;
	width: 102%;
	padding: 0;
	display: flex;
	flex-direction: row;
}
.main_playlist li{
	display: block;
	width: 25%;
    height: 190px;
	padding: 0 1%;
}
.main_playlist .scroll{
	overflow: hidden;
}
.main_playlist li img{
	display: block;
	width: 100%;
}
.main_playlist p.txt{
    font-size: var(--h6);
    line-height: 36px;
    letter-spacing: -0.2;
    text-align: left;
    color: var(--gray-00);
    font-weight: 700;
    padding-bottom: 30px;
}
.main_playlist a.yt_link {
    position: absolute;
    top: 120px;
    right: 0;
    font-size: 18px;
    font-weight: 700;
}
.main_playlist a.yt_link::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../images/btn_arrow_black.png') no-repeat 0 -3px;
    transform: rotate(180deg);
    margin-left: 10px;
}
.main_playlist a.yt_link:hover::after {
    background: url('../images/btn_arrow_blue.png') no-repeat 0 -3px;
}
/* 레이어팝업*/
.main_playlist .main_playlist_img {
    height: 100%;
    background-size: cover;
    font-size: 0;
}
.layer_pop{
    display: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8)
}
/*팝업-유튜브플레이어 */
.sub_player{
    position: relative;
    top: calc(50% - 350px);
    width: 1260px;
    height: 695px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.sub_player .btn_close{
    position: absolute;
    display: block;
    right: -36px;
    width: 32px;
    height: 32px;
    background: url('../images/btn_close.png') no-repeat;
    font-size: 0;
}
@media (max-width: 991px){
    .sub_player {
        position: relative;
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
        top: calc(50vh - 28vw);
    }
    .sub_player iframe,
    .sub_player object,
    .sub_player embed {
        position:absolute;
        top: 0;
        left:0;
        width:100%;
        height:100%;
    }
    .sub_player .btn_close {
        position: absolute;
        right: 20px;
        top: -45px;
    }
}
@media only screen and (max-width: 767px){
	.wide.sns{
		margin-top: 0;
		height: auto;
		padding-bottom: 40px;
	}
	.wide.sns .container {
	    top: 0;
	}
	.main_player {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 0;
	    height: 0;
	    overflow: hidden;
	}
	.yt_pic button {
	    width: 20vw;
	    height: 20vw;
	    background: url(../images/main_sns_btn.png);
		background-size:cover;
	    position: absolute;
	    display: block;
	    top: 50%;
	    margin-top: -10vw;
	    left: 50%;
	    margin-left: -10vw;
	    font-size: 0;
	}
	.main_playlist {
	    padding-top: 20px;
	}
	.main_playlist p.txt {
	    font-size: var(--h6);
	    line-height: 1.6;
	    letter-spacing: -0.2;
	    text-align: left;
	    color: var(--gray-00);
	    font-weight: 700;
	    padding-bottom: 30px;
	}
	.main_playlist .scroll{
		overflow-x: auto;
	}
	
	.main_playlist ul {
		width: 200vw
	}
	.main_playlist li{
	    height: 100px;
	}
	.main_playlist a.yt_link {
	    display: block;
	    top: 10px;
	    right: 0;
	    font-weight: 700;
	    width: 100%;
	    position: relative;
	    border-radius: 0;
	    font-size: 4.5vw;
	    padding: 4vw 0;
	    background-color: #fff;
	    border: 1px solid var(--gray-boxline);
	    color: #000;
	}
	.main_playlist a.yt_link::after {
	    display: none;
	}
}
/*news*/
.wide.news{
    background-color: #f9f9f9;
    padding-top: 50px;
}
.inthef_news_slick{
    margin-top: 50px;
}
.inthef_news_slick_con{
    margin: 60px 30px;
    height: auto;
    background-color: #f9f9f9;
}
.main_news_img{
    height: 360px;
    background-size: cover;
    border-radius: 0 50px 0 0;
    font-size: 0;
}
.inthef_news_slick_con p{
    padding: 30px 30px 0 30px;
    text-align: left;
}
.inthef_news_slick_con p.main_news_cate{
    background-color: #fff;
    position: relative;
    width: 85%;
    font-size: var(--font-body-2);
    margin-left: -1px;
    margin-top: -43px;
}
.inthef_news_slick_con p.main_news_cate span::after{
    content: '';
    display: inline-block;
    width: 28px;
    height: 5px;
    margin-left: 20px;
    border-top: 1px solid #000;
}
.inthef_news_slick_con p.main_news_cate span.blue::after{
    border-top: 1px solid #006db9;
}
.inthef_news_slick_con p.main_news_tit{
    background-color: #fff;
    font-size: var(--h6);
    line-height: var(--line-height-b1);
    font-weight: 500;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inthef_news_slick_con p.main_news_date{
    background-color: #fff;
    color: var(--gray-99);
    font-size: var(--font-body-2);
    padding-bottom: 30px;
}
.news .btn_ctrl_sld{
    z-index: 2;
    top: -370px;
    position: relative;
    display: block;
}
.news .btn_ctrl_sld .ar_prev{
    left: -95px;
}
.news .btn_ctrl_sld .ar_next{
    right: -90px;
}
.news .btn_more{
	display: none;
}
@media (max-width: 1400px){
	.news .btn_ctrl_sld{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.news .main_subtxt {
		display: none;
	}
	.inthef_news_slick{
		margin-top: 0;
	}
	.inthef_news_slick_con {
	    margin: 0;
	    height: auto;
	    background-color: #f9f9f9;
	    margin-bottom: 5%;
	}
	.inthef_news_slick_con p {
	    padding: 6vw 6vw 0 6vw;
	    text-align: left;
	}
	.inthef_news_slick_con p.main_news_cate {
	    width: 85%;
	    font-size: 4vw;
	    margin-top: -10vw;
	}
	.inthef_news_slick_con p.main_news_tit {
	    background-color: #fff;
	    font-weight: 500;
	    height: 10vh;
	}
	.news .btn_more{
		display: block;
		padding-bottom: 30px;
	}
	.news .btn_more a{		
	    display: block;
	    margin: 10px 0;
	    width: 100%;
	    position: relative;
	    font-weight: 700;
	    font-size: 4.5vw;
	    padding: 4vw 0;
	    background-color: #fff;
	    border: 1px solid var(--gray-boxline);
	    color: #000;
	}
}
/*map*/
.map .container{
    position: relative;
}
.map .container::after{
    content: "";
    display: block;
    clear: both;
}
.map_wrap{
    position: relative;
    width: 100%;
    height: 600px;
}
.map_search{
    position: absolute;
    width: 380px;
    height: 215px;
    background-color: var(--pc-blue);
    border-radius: 0 50px 0 0;
    top: -410px;
    right: 0;
    padding: 40px;
    color: #fff;
    text-align: left;
}
.map_search p{
    font-size: var(--h6);
    line-height: var(--line-height-b1);
}
.map_search select{
    width: 100%;
    background: var(--pc-blue);
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #338ac7;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
}
.map_search input[type="text"]{
    width: 100%;
    height: auto;
    line-height: normal;
    color: #fff;
    padding: .8em .5em .8em 0;
    border:
    none;
    background: url('../images/main_map_input_bg.png') no-repeat 100%;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    margin-top:50px;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.map_search input.placeholder{
    color: #8db0d7;
}
button.btn_search {
    display: inline-block;
    font-size: 0;
    width: 60px;
    height: 45px;
    margin-left: -70px;
	background: url('../images/main_map_input_bg.png') no-repeat 100%;
    position: absolute;
    top: 23px;
}
@media (max-width: 991px){
}
@media only screen and (max-width: 767px){
	.map_search{
		width:95vw;
		right: 0;
		height: auto;
		top: auto;
		bottom: 5vh;
	}
	.map_search p{
		font-size: 4.5vw;
	}
	.map_search input[type="text"]{
		margin-top: 10px;
	}

}