.mainVisual{
    margin-bottom: 106px;
	overflow:hidden;
}
.mainVisual iframe{
    width: 100vw;
    height: 56.28vw;
	min-width: 1600px;
	min-height:900px;
}

.mainVisual .video{
    width: 100%;
    position: relative;    
}

.mainVisual video{
    width: 100%;
}

.mainVisual .sound_control{
    z-index: 2;
    position: absolute;
    right: 3%; 
    bottom: 27%;
    background-color: transparent;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(/images/main/sound_off.png);
    background-size: cover;
}

.mainVisual .sound_control.sound_on{
    background: url(/images/main/sound_on.png);
    background-size: cover;
}


.mainVisual .btm{
    margin-top: 4%;
}

.mainVisual .btm ul{
    display: flex;
    gap:60px;
    justify-content: center;
}


.main_con .title_area {
    margin-bottom: 38px;
    position: relative;
}
.main_con .title_area h3{
    color: #8d6c4d;
    font-size:30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
}
.main_con .title_area .view_more{
    position: absolute;
    right: -147px; 
    top: 12px;   
    color: #8d6c4d;
    font-size:23px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.025em;
}



.main_con.work{
    margin-bottom: 77px;
}
.main_con.work ul{
    display: flex;
    flex-wrap: wrap;
    gap:0 15px;
}
.main_con.work ul.mobile{
	display: none;
}
.main_con.work ul li{
    width: 49%;
}
.main_con.work ul li .img_area {
    overflow: hidden;
    cursor: pointer;
}
.main_con.work ul li .img_area img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.main_con.work ul li.cate_1 .img_area,
.main_con.work ul li.cate_4 .img_area,
.main_con.work ul li.cate_5 .img_area {
    height: 702px;
}
.main_con.work ul li.cate_2 .img_area{
    height: auto;
}
.main_con.work ul li.cate_2 .con:last-child .img_area{
  
}
.main_con.work ul li.cate_3 .img_area,
.main_con.work ul li.cate_6 .img_area {
    height: 330px;
}
.main_con.work ul li .con{
    position: relative;
}
.main_con.work ul li span{
    position: absolute;
    left: 12px;
    top: 20px;
    font-size:30px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 6px 10px rgba(0,0,0,1);
}
.main_con.work ul li p{
    font-size:18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 42px;
}



.main_con.youtube{
    margin-bottom: 92px;
}
.main_con.youtube .container{
    padding: 0 147px;
}
.main_con.youtube .video iframe{
    width: 100%;
    height: 730px;
}


.main_con.gallery {
    margin-bottom: 64px;
}
.main_con.gallery .container{
    padding: 0 147px;
}
.main_con.gallery .title_area .search_area{
    position: absolute;
    right: 0;
    top: 8px;
    width: 224px;
    height: 35px;
}
.main_con.gallery .title_area .search_area input{
    width: 100%;
    height: 100%;
    border:1px solid #ebebeb;
    outline: none;
    line-height: 33px;
    border-radius: 0;
    padding-right: 33px;
    padding-left: 16px;
    font-size:14px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.main_con.gallery .title_area .search_area input:focus {
	border-color:#000;
}
.main_con.gallery .title_area .search_area input::placeholder {
	font-size:14px;
	color:#ddd;
	line-height:33px;
}
.main_con.gallery .title_area .search_area button{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent;
    outline: none;
    border:none;
    cursor: pointer;
    width: 33px;
    height: 33px;
    background: url(../images/common/search_icon.png) no-repeat 50% 50%;;
}
.main_con.gallery .cont {
    border:2px solid #070707;
}
.main_con.gallery .cont .top{
    padding: 25px 28px;
    border-top: 2px solid #070707;
    border-bottom: 2px solid #070707;
}
.main_con.gallery .cont .top li{
    display: flex;
    font-size:16px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 120px;
    position: relative;
    line-height: 1;
    padding: 10px 120px 10px 0;
}
.main_con.gallery .cont .top li .del{
    display: block;
    width: 20px;
    height: 20px;
}
.main_con.gallery .cont .top li .cate{
    display: block;
    color: #ff0000;
    margin-right: 12px;
	margin-left:12px;
	line-height:20px;
}
.main_con.gallery .cont .top .title {
	width:80%;
}
.main_con.gallery .cont .top .title a {
	display:block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:20px;
}
.main_con.gallery .cont .top li .date{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #ddd;
}
.main_con.gallery .cont .btm.pc{
    border-top: 2px solid #070707;
    display: flex;
    padding: 50px;
    gap:38px;
}
.main_con.gallery .cont .btm li{
    width: 268px;
    cursor: pointer;
}
.main_con.gallery .cont .btm li .img{
    width: 268px;
    height: 268px;
    position: relative;
    overflow: hidden;   
}
.main_con.gallery .cont .btm li .img img {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.main_con.gallery .cont .btm li .txt{
    border-top: 2px solid #070707;
    width: 100%;
    padding-top: 16px;
}
.main_con.gallery .cont .btm li .txt .title{
    font-size:18px;
    line-height: 28px;
    font-weight: 700;
	/*height:84px;*/
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}
.main_con.gallery .cont .btm li .txt .desc{
    margin-top: 13px;
    font-size:16px;
    line-height: 26px;
    color: #777;
	/*height:156px;*/
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 6; 
	-webkit-box-orient: vertical;
}
.main_con.gallery .cont .btm li .txt .dateRe{
    margin-top: 10px;
    font-size:16px;
    line-height: 20px;
    color: #777;
}
.main_con.gallery .cont .btm li .txt .dateRe .reply{
    padding-left: 25px;
    background: url(../images/common/icon_reply.png) no-repeat left 0 top 50%;
	margin-left:10px;
}

.main_con.story{
    margin-bottom: 54px;
}
.main_con.story .container{
    padding: 0 147px;
}
.main_con.story .cont{
    display: flex;
    justify-content: space-between;

}
.main_con.story .cont li{
    width: 24.8%;
    height: 275px;
}
.main_con.story .cont li a{
    position: relative;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 700;
    width: 100%;
    padding-top: 117px;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	transition:all .3s;
}
.main_con.story .cont li:nth-of-type(1) a{background-image: url(../images/main/main_4_1.jpg);}
.main_con.story .cont li:nth-of-type(1) a:hover {background-image:url(../images/main/main_4_1_n.jpg);}
.main_con.story .cont li:nth-of-type(2) a{background-image: url(../images/main/main_4_2.jpg);}
.main_con.story .cont li:nth-of-type(2) a:hover {background-image:url(../images/main/main_4_2_n.jpg);}
.main_con.story .cont li:nth-of-type(3) a{background-image: url(../images/main/main_4_3.jpg);}
.main_con.story .cont li:nth-of-type(3) a:hover {background-image:url(../images/main/main_4_3_n.jpg);}
.main_con.story .cont li:nth-of-type(4) a{background-image: url(../images/main/main_4_4.jpg);}
.main_con.story .cont li:nth-of-type(4) a:hover {background-image:url(../images/main/main_4_4_n.jpg);}
.main_con.story .cont li a span{
    display: block;
    font-size:18px;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.main_con.story .cont li a p{
    font-size:42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #fff;
	text-shadow:0px 6px 10px rgba(0,0,0,1);
}

.main_con.story .cont li a:hover p {display:none;}
.main_con.story .cont li a:hover span {display:none;}

/* 개인정보, 이용약관 */
.info_popup{
	display: none;
}
.info_popup.on{
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	z-index:99999;
}
.info_popup .info_txt_inner{
	border-radius:10px;
	padding: 30px 0;
	background-color: #fff;
	overflow: hidden;
	height: auto;
	max-height: calc(80vh - 74px);
}

.info_popup .info_txt{
	margin: 0;
    width: 700px;
    height: 700px;
    padding: 0 30px;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    color: #333;
    overflow-y: auto;
    box-sizing: border-box;
    word-break: keep-all;
    font-weight: 400;
	background-color: #fff;
}
.info_popup.on:after{
	content: '';
	position: fixed;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	z-index:-1;
}
.info_popup .btn_close{
    width: 19px;
    height: 19px;
    z-index: 500;
    vertical-align: middle;
    background-image: url('../images/common/close.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: contain;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;

	position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

/******************************************************* MOBILE // *******************************************************************************/
@media screen and (max-width:640px){
    .mainVisual{
        margin-bottom: 3.4vw;
    }
    .mainVisual iframe{
		height: 54vw;
		/* height: 56.5vw; */
        width: 100%;
		min-width: 0;
		min-height:0;
    }
    .mainVisual .btm p{
        font-size:2.4vw;
        margin: 1.25vw 0 3.1vw;
    }
    .mainVisual .btm p img{
        height: 5.1vw;
    }
    .mainVisual .btm ul{
        gap: 10.6vw;
    }
    .mainVisual .btm ul img{
        height: 10.1vw;
    }

    .main_con .title_area{
        margin-bottom: 3.1vw;
    }
    .main_con .title_area h3{
        font-size:3.9vw;
    }
    .main_con .title_area .view_more{
        font-size:2.8vw;
        right: 4vw;
        top: 1.25vw;
    }

    .main_con.work{
        margin-bottom: 2.5vw;
    }
    .main_con.work .container{
        padding: 0;
    }
    .main_con.work ul{
        flex-wrap: wrap;
    }
	.main_con.work ul.pc{
		display: none;
	}
	.main_con.work ul.mobile{
		display: flex;
	}
    .main_con.work ul li{
        width: 100%;
    }

    .main_con.work ul li .img_area{
        height: 40vw !important;
    }
    .main_con.work ul li p{
        font-size:2.6vw;
        line-height: 5.9vw;
        text-align: center;
    }
    .main_con.work ul li .img_area span{
        left: 50%;
        transform: translate(-50%, 0);  
        color: #fff;
        font-size: 3.9vw;
		text-shadow:1px 3px 5px rgba(0,0,0,1);
    }
	.main_con.work ul li.cate_5 {
		padding:0 0 6vw;
	}


    
    .main_con.youtube{
        margin-bottom: 2.6vw;
    }
    .main_con.youtube .container{
        padding: 0;
    }
    .main_con.youtube .title_area{
        margin-bottom: 2.3vw;
    }
    .main_con.youtube .title_area h3 {
        height: 4.3vw;
    }
    .main_con.youtube .title_area h3 img{
        height: 4.3vw;
    }
    .main_con.youtube .video iframe{
        height: 56.5vw;
    }

    .main_con.gallery {
        margin-bottom: 1.8vw;
    }
    .main_con.gallery .container{
        padding: 0;
    }
    .main_con.gallery .title_area .search_area{
        position: relative;
        right: auto;
        top:auto;
        width: 45.6vw;
        height: 7vw;
        margin: 2.8vw auto 2.1vw;
    }
    .main_con.gallery .title_area .search_area input{
        font-size:2.8vw;
        line-height: 7vw;
        height: 7vw;
        padding-right: 6.25vw;
        padding-left: 2.5vw;
    }
	.main_con.gallery .title_area .search_area input::placeholder {
		font-size:2.8vw;
	}
    .main_con.gallery .title_area .search_area button{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-color: transparent;
        outline: none;
        border:none;
        cursor: pointer;
        width: 7vw;
        height: 7vw;
        background-size: 3.4vw;
    }
    .main_con.gallery .cont {
        border-right:none;
        border-left:none;
    }
    .main_con.gallery .cont .top{
        padding: 2.8vw 2vw;
    }
    .main_con.gallery .cont .top li{
        font-size:2.1vw;
        padding: 0.9vw 0;
    }
    .main_con.gallery .cont .top li .del{
        width: 1.8vw;
        height: 1.8vw;
        margin-right: 1.2vw;
    }
    .main_con.gallery .cont .top li .cate{
        margin-right: 1.2vw;
		line-height:1;
		margin-left:1vw;
    }
	.main_con.gallery .cont .top .title a {
		line-height:1;
	}
    .main_con.gallery .cont .top li .date{
        display: none;
    }
    .main_con.gallery .cont .btm{
        padding: 5.3vw 4.3vw;
        gap:4.6vw;
    }
    .main_con.gallery .cont .btm.pc{display: none;}
    .main_con.gallery .cont .btm .btm_inner{
        overflow: hidden;
    }
    .main_con.gallery .cont .btm.mobile{
        display: block;
        overflow: hidden;
        position: relative;
    }
    .main_con.gallery .cont .btm li{
        /* width: 28.1vw !important; */
        padding: 0 1.8vw;
 }
    .main_con.gallery .cont .btm li .img{
        width: 100%;
        /* width: 28.1vw; */
        height: 28.1vw;
    }
    .main_con.gallery .cont .btm li .txt{
        padding-top: 1.5vw;
    }
    .main_con.gallery .cont .btm li .txt .title{
        font-size:1.8vw;
        line-height: 3.1vw;
		height:14vw;
    }
    .main_con.gallery .cont .btm li .txt .desc{
        margin-top: 0.7vw;
        font-size:1.8vw;
        line-height: 2.8vw;
	}
    .main_con.gallery .cont .btm li .txt .dateRe{
        margin-top: 0.7vw;
        font-size:1.8vw;
		line-height: 1;
    }
    .main_con.gallery .cont .btm li .txt .date{
		margin-right: 1.4vw;
    }
	.main_con.gallery .cont .btm li .txt .dateRe .reply{
		padding-left: 2.6vw;
		-webkit-background-size: auto 2.1vw;
		background-size: auto 2.1vw;
		background-position: left 0 top 50%;
	}
    .main_con.gallery .cont .btm .swiper-button-prev,
    .main_con.gallery .cont .btm .swiper-button-next{
        bottom: 22.6vw !important;
    }



    .main_con.story .container{
        padding: 3vw 8.1vw 0 8.1vw;
    }
    .main_con.story .cont{
        flex-wrap:wrap;
        gap:1vw 1vw;
    }
    .main_con.story .cont li{
        width: 49.3%;
        height: 35.4vw;
    }
    .main_con.story .cont li a{
        padding-top: 12.5vw;
    }
    .main_con.story .cont li a span{
        font-size:2.6vw;
        margin-bottom: 1vw;
    }
    .main_con.story .cont li a p{
        font-size:6.2vw;
    }


	/* 개인정보, 이용약관 */
	.info_popup .info_txt{
		margin: 0;
		width: 80vw;
		height: 70vh;
		padding: 0 6vw;
		font-size: 3.4vw;
		line-height: 4.4vw;
		min-height: 70vh;
		max-height:70vh;
	}
	.info_popup .info_txt_inner{
		padding: 7vw 0; 
	}
	.info_popup.non_benefit_info_area  .info_txt{
		min-height:0;
		height: auto;
	}
}