/*style*/
.fontsize_120b,
.fontsize_120{font-size:120px;}
.content_wrap_layout{padding-bottom:30px;}

/*main view*/
main #main_view_box{width:100%; height:80vh; max-height:1080px; background:#dcd09c; position:relative;  box-shadow:0px 5px 15px 0 rgba(0,0,0,0.2);}
main #main_view_box #mv_view{width:inherit; height:100%; background:url(../resources/images/main/mv_bg.png) no-repeat center; background-size:auto 100%; background-position: top right;}
main #main_view_box #mv_view #mv_title{display:flex; justify-content: flex-start; align-items: flex-start; width:calc(100% - 200px); height:calc(100% - 200px - 80px); padding:180px 100px 100px; }
main #main_view_box #mv_view #mv_title span{font-family:'GmarketSans'; height:auto; letter-spacing: -8px; line-height:1.2em; text-shadow:0 0 20px rgba(220,208,156,0.8);}

/*main contents*/
#mc_info_box{background:#fff; padding:0;}

#mc_info_box .Area{display:flex; align-items: center; justify-content:center; width:100%; margin-bottom:30px;}

#mc_info_box .content_cont{display:flex; flex-direction: column;  justify-content: center; align-items: center;}
#mc_info_box .content_cont .mc_info{display:flex; align-items: center; margin-bottom:5px; flex-direction:row;}
#mc_info_box .content_cont .mc_info img{margin-right:10px; width:20px; height:20px;}
#mc_info_box .content_cont .mc_info .text{display:flex; flex-direction: row; justify-content: center; align-items: center; margin-bottom:10px;}
#mc_info_box .content_cont .mc_info .text *{width:auto; padding:0; margin:0 2px;}

#mc_info_box .mapimg{width:100%; height:400px; margin:0 auto; text-align:center; overflow:hidden; display:flex; justify-content: center;}
#mc_info_box .mapimg .main_address_link{height:100%; width:100%; min-width:100%; min-height:100%; background-repeat:no-repeat;  background-size:auto 100%; background-position:center; transition: .5s;}
#mc_info_box .mapimg .main_address_link.map1{background-image:url("../resources/images/main/map_address_1study.jpg");}
#mc_info_box .mapimg .main_address_link.map2{background-image:url("../resources/images/main/map_address_2hyper.jpg");}
#mc_info_box .mapimg:hover .main_address_link{background-size:auto 110%; transition: .5s;}



/*반응형*/
/*--------*/
@media(max-height:1050px){
    main #main_view_box{height:90vh;}
	.fontsize_120b,
    .fontsize_120{font-size:90px;}
}

@media(max-height:550px){
    main #main_view_box{height:100vh;}
	.fontsize_120b,
    .fontsize_120{font-size:70px;}
}

/*--------*/
@media(max-width:1300px){
	.fontsize_120b,
    .fontsize_120{font-size:110px;}

}

@media(max-width:1050px){
main #main_view_box #mv_view #mv_title{justify-content: center; align-items: center; background-position: center; width:calc(100% - 100px); height:calc(100% - 100px - 130px); padding:180px 50px 50px; }
main #main_view_box #mv_view #mv_title span{text-shadow:0 0 20px rgba(220,208,156,1);}

}

@media(min-width:851px) and (max-width:1049px){
	.fontsize_120b,
    .fontsize_120{font-size:100px;}
}


@media(max-width:850px){
    #mc_info_box .mapimg .main_address_link{ background-size:cover;}
    #mc_info_box .mapimg:hover .main_address_link{background-size:cover;}
    #mc_info_box .mapimg:hover .main_address_link:after{content:''; display:block; width:100%; height:100%; background:rgba(255,255,255,0.5);}
}

@media(min-width:481px) and (max-width:850px){
	.fontsize_120b,
    .fontsize_120{font-size:90px;}}

@media(max-width:480px){
    .fontsize_120b,
    .fontsize_120{font-size:70px;}
    .content_wrap_layout{padding-bottom:20px;}
    #mc_info_box .content_cont .mc_info{flex-direction: column; }
    #mc_info_box .content_cont .mc_info img{margin:0 0 5px;}
    #mc_info_box .content_cont .mc_info .text{flex-direction: column; }
}

@media(max-width:250px){
    .fontsize_120b,
    .fontsize_120{font-size:60px;}
}