/************************************************
pc
************************************************/
@media all and (min-width:1024px){
    
    #main{padding-bottom:50px}
    .container{max-width:1290px}

    /*공통내용*****************************************/  
    
    .s_visual{position:relative;height:450px;overflow:hidden}
    .s_visual.on .bg{transform:scale(1)}
    .s_visual.on .h2G{top:50%;opacity:1}
    .s_visual .bg{height:100%;background:url('../images/sub/.jpg') no-repeat center /cover;transform:scale(1.15);transition:3s}
    .s_visual .h2G{position:absolute;left:50%;top:55%;opacity:0;transform:translate(-50%,-50%);text-align:center;transition:1s }
    .s_visual .h2G h2{font-size:65px;color:#fff;text-transform:uppercase;text-shadow:0 0 5px rgba(0,0,0,0.5);}
    .s_visual .h2G .add{font-size:20px;color:#fff;;text-shadow:0 0 5px rgba(0,0,0,0.2);}
    
    .s_visual.s1 .bg{background-image:url('../images/sub/s1_visual.jpg');}
    .s_visual.s1-2 .bg{background-image:url('../images/sub/s1-2_visual.jpg');}
    .s_visual.s2 .bg{background-image:url('../images/sub/s2_visual.jpg');}
		.s_visual.s2-2 .bg{background-image:url('../images/sub/s2-2_visual.jpg');}
    .s_visual.s3 .bg{background-image:url('../images/sub/s3_visual.jpg');}
    .s_visual.s4 .bg{background-image:url('../images/sub/s4_visual.jpg');}
    .s_visual.s5 .bg{background-image:url('../images/sub/s5_visual.jpg');}
    .s_visual.s6 .bg{background-image:url('../images/sub/s6_visual.jpg');}

    .s_menu {display:flex;justify-content:center;margin-top:30px;gap:10px}
    .s_menu dd{width:190px;height:60px;line-height:56px;border:1px solid #fff;background:rgba(0,0,0,0.5);}
    .s_menu dd a{display:block;font-size:18px;color:#fff;}
    .s_menu dd.on,
    .s_menu dd:hover{background:#0087cb;border:1px solid #0087cb}

    .h3G{text-align:center;height:150px;background:#f4f6f8;overflow:hidden}
    .h3G h3{font-size:40px;font-weight:500;margin-top:25px}
    .h3G .path{margin-top:5px}
    .h3G .path .home{padding:0;background:url('../images/sub/path_home.png') no-repeat 0 center;width:12px;text-indent:-9999px}
    .h3G .path span{display:inline-block;font-size:14px;color:#666;padding-left:20px;background:url('../images/sub/path_arrow.png') no-repeat 8px center}
    
    
    .h4G{text-align:center;margin:50px 0}
    .h4G h4{font-size:30px;color:#000}
    .h4G h4:before{display:block;content:'';width:60px;height:1px;background:#e4022e;margin:20px auto}
    .h4G .add{font-size:16px;margin:10px 0}


    .s_content{}


    /*본문섹션****************************************/
    .sec11_1{margin:100px 0;text-align:center}
    .sec11_1 .tit{font-size:30px}
    .sec11_1 .desc{margin:30px 0;font-size:22px;line-height:2}
    
    .sec11_2{margin:10px 0}
    .sec11_2 .list{display:flex;justify-content: space-around}
    .sec11_2 .list li{position:relative;width:244px;height:244px;border-radius:50%;overflow:hidden;box-shadow:5px 5px 5px rgba(0,0,0,0.4);border:1px solid #ccc }
    .sec11_2 .list li a{position:absolute;left:0;top:0;width:100%;height:100%;background:url('../images/sub/ico_link.png') no-repeat center 65% #eee;line-height:200px;font-size:26px;text-align:center;opacity:0;transition:0.3s}
    .sec11_2 .list li.on a,
    .sec11_2 .list li:hover a{opacity:1;background-position:center 60%}

    
    .sec12_2{margin:100px 0;text-align:center}
    .sec12_2 .mapG{}
    
    
    
    
    .sec41_1{margin:100px 0 50px;text-align:center;}
    .sec41_1 .add{font-size:30px;color:#494949}
    .sec41_1 .add p{font-size:24px;margin:5px 0}
    .sec41_1 .info{display:flex;justify-content: space-around;align-items:center; 
	margin:40px auto;;padding:30px 3%;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.1);
	font-size:16px}
    .sec41_1 .info.w80{width:100%}
    .sec41_1 .info li:nth-child(1){padding-left:25px;background:url('../images/sub/ico_pos.png') no-repeat 0 center}
    .sec41_1 .info li:nth-child(2){padding-left:25px;background:url('../images/sub/ico_tel.png') no-repeat 0 center}
    .sec41_1 .info li:nth-child(3){padding-left:25px;background:url('../images/sub/ico_letter.png') no-repeat 0 center}
    .sec41_1 .info li:nth-child(4) a{display:inline-block;font-size:16px;color:#fff;line-height:40px;
	padding:0 20px;border-radius:5px;;padding-right:35px;background:url('../images/sub/ico_more.png') no-repeat 90% center #e4022e}
    .sec41_1 .info li a:hover{box-shadow:0 0 10px rgba(0,0,0,0.2)}

    .sec41_2{margin:100px auto;max-width:1130px}
    .sec41_2 li{display:flex;gap:10px;position:relative;padding-bottom:26px}
    .sec41_2 li .tit{display:flex;align-items:center;width:260px;padding-left:40px;min-height:80px;background:#21409a;font-size:24px;color:#fff;border-radius:80px;}
    .sec41_2 li .tit i{margin-right:10px;font-size:16px;font-weight:300}
    .sec41_2 li .desc{flex:1;display:flex;align-items:center; min-height:80px;padding:0 40px;border-radius:80px;background:#eee}
    .sec41_2 li:nth-child(2n) .tit{background:#145293}
    .sec41_2 li:after{content:'';position:absolute;left:245px;bottom:0;width:40px;height:26px;background:url('../images/sub/ico_step.png') no-repeat center}
    .sec41_2 li:last-child:after{display:none}
	    
    .s_con6 .list > li{display:flex;gap:70px;margin:100px 0}
    .s_con6 .list > li > div{flex:1}        
    .s_con6 .list > li:nth-child(2n){flex-direction:row-reverse}
    .s_con6 .thumbG{max-width:710px}
    .s_con6 .infoG .tit{font-size:24px;padding:10px 0 20px;border-bottom:1px solid #333;margin-bottom:30px}
    .s_con6 .infoG .tit span{font-size:16px;margin-right:20px}
    .s_con6 .infoG .desc{font-size:16px;line-height:28px}

	.btn_box {text-align:center; margin:0 auto}
	.btn_box .btn_more{font-size:16px;margin:10px 0 20px}
	.btn_box .btn_more{margin-top:50px ; }
	.btn_box .btn_more a{display:inline-block;line-height:56px;border:1px solid #666;padding:0 30px;font-size:16px;color:#666;
	transition:0.3s}    
	.btn_box .btn_more a i{display:inline-block;vertical-align: middle; font-size:12px;margin-top:-2px;margin-left:10px}	
	.btn_box .btn_more a:hover{background:#448ba8;color:#fff}
	

	/*커뮤니티*/
.s01_list{ text-align:left;margin:10px 0 10px}
.s01_list > li{background:#f5f5f5;border-radius:10px;padding:35px 40px 45px;/*width:48%*/; margin-bottom:10px}
.s01_list > li em{font-size:17px;color:#cc0303}
.s01_list > li dt{font-size:24px;margin:15px 0 25px}
.s01_list > li dd{font-size:17px;color:#555;margin:10px 0;padding-left:10px;text-indent:-10px}
.s01_list > li dd:before{display:inline-block;content:'';width:5px;height:2px;background:#555;/*border-radius:50%;*/margin-right:10px;vertical-align:middle}

/*예약안내*/
	 .s_con2 {margin:40px 0 80px}
    .s_con2 .swiper-button-prev{background:url(../images/swiper_prev2.png) no-repeat center;width:100px;height:100px}
    .s_con2 .swiper-button-next{background:url(../images/swiper_next2.png) no-repeat center;width:100px;height:100px}
	.s_con2 .swiper-container {padding-bottom:30px}
    .s_con2 .infoG .tit{font-size:24px;margin:20px 0 20px;border-bottom:1px solid #ccc;padding:10px 0}
    .s_con2 .infoG .tit span{font-size:16px;margin-right:20px}
    .s_con2 .infoG .list{margin:30px 0}
    .s_con2 .infoG .list li{margin:10px 0;padding-left:20px;text-indent:-5px; font-size:16px;}
    .s_con2 .infoG .list2{margin:30px 0 100px}
    .s_con2 .infoG .list2 li{margin:10px 0;padding-left:20px;text-indent:-5px; font-size:16px; line-height:24px; }

    .s_con3 .infoG .tit{font-size:24px;margin:30px 0 20px;border-bottom:1px solid #ccc;padding:30px 0}
    .s_con3 .infoG .tit span{font-size:16px;margin-right:20px}
    .s_con3 .infoG .list{margin:30px 0}
    .s_con3 .infoG .list li{margin:10px 0;padding-left:20px;text-indent:-5px; font-size:16px;}
    .s_con3 .infoG .list2{margin:30px 0 100px}
    .s_con3 .infoG .list2 li{margin:10px 0;padding-left:20px;text-indent:-5px; font-size:16px; line-height:24px; }
	
    .table{width:100%;border-collapse:collapse;border-top:2px solid #9a6915;border-bottom:1px solid #9a6915 ;
	}
    .table tr:last-child td{border-bottom:0}
	.table th { background:#fde9ca}
    .table th,
    .table td{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:13px 0;font-size:14px;font-weight:400;text-align:center}
    .table tr.line td{position:relative;}
    .table tr.line td:before{content:'';position:absolute;left:0;top:50%;height:14px;transform:translateY(-50%);border-left:1px solid #ccc}
    .table tr.line td:first-child:before{display:none}
    
    .table th.line{position:relative;border:0}
    .table th.line:before{content:'';position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:#fff}
    .table th.line:after{content:'';position:absolute;left:5%;bottom:-1px;width:90%;height:1px;background:#ccc}
    .table tbody tr:hover{background:#f7e6dc}
    
    .table_add{font-size:16px;text-align:right;margin:20px 0}
    
    .table_tab{display:none}
    
    .dl{}
    .dl dt{font-size:24px;margin:50px 0 20px}
    .dl dt.em{color:#d47810}



}



/*************************************************
tablet
**************************************************/
@media all and (max-width:1480px){
}



/*************************************************
mobile
**************************************************/
@media all and (max-width:1023px){
	
	   
    #main{padding-bottom:30px}
    .container{padding:0 4%}
	.gnu_container{max-width:1290px;margin:25px 4%}
    
	
	
	
     /*공통내용*****************************************/
    .s_visual{position:relative;height:250px;overflow:hidden}
    .s_visual.on .bg{transform:scale(1);transition:3s}
    .s_visual.on .h2G{top:50%;opacity:1;transition:1s}
    .s_visual .bg{height:100%;background:url('../images/sub/s1_visual.jpg') no-repeat center /cover;transform:scale(1.15)}
    .s_visual .h2G{position:absolute;left:0;width:100%;;top:55%;opacity:0;transform:translate(0,-50%);text-align:center;}
    .s_visual .h2G h2{font-size:35px;color:#fff;text-transform:uppercase;text-shadow:0 0 5px #000;}
    .s_visual .h2G .add{font-size:13px;color:#fff;text-shadow:0 0 5px #000;}
    
    .s_visual.s1 .bg{background-image:url('../images/sub/s1_visual.jpg');}
    .s_visual.s1-2 .bg{background-image:url('../images/sub/s1-2_visual.jpg');}
    .s_visual.s2 .bg{background-image:url('../images/sub/s2_visual.jpg');}
	.s_visual.s2-2 .bg{background-image:url('../images/sub/s2-2_visual.jpg');}
    .s_visual.s3 .bg{background-image:url('../images/sub/s3_visual.jpg');}
    .s_visual.s4 .bg{background-image:url('../images/sub/s4_visual.jpg');}
    .s_visual.s5 .bg{background-image:url('../images/sub/s5_visual.jpg');}
    .s_visual.s6 .bg{background-image:url('../images/sub/s6_visual.jpg');}
	
	

    .s_menu {display:flex;flex-wrap:wrap;justify-content:center;margin-top:15px;gap:5px}
    .s_menu dd{width:100px;height:32px;line-height:30px;border:1px solid #fff;background:rgba(0,0,0,0.5);}
    .s_menu dd a{display:block;font-size:13px;color:#fff}
    .s_menu dd.on,
    .s_menu dd:hover{background:#0087cb;border:1px solid #c52c52}

    .s_menu {display:flex;justify-content:center;margin-top:15px;gap:5px}
    .s_menu dd{width:100px;height:32px;line-height:30px;border:1px solid #fff;background:rgba(0,0,0,0.5);}
    .s_menu dd a{display:block;font-size:13px;color:#fff}
    .s_menu dd.on,
    .s_menu dd:hover{background:#0087cb;border:1px solid #0087cb}

    .h3G{text-align:center;height:80px;background:#f4f6f8;overflow:hidden}
    .h3G h3{font-size:20px;font-weight:500;margin-top:10px}
    .h3G .path{margin-top:5px}
    .h3G .path .home{padding:0;background:url('../images/sub/path_home.png') no-repeat 0 center;width:12px;text-indent:-9999px}
    .h3G .path span{display:inline-block;font-size:12px;color:#666;padding-left:20px;background:url('../images/sub/path_arrow.png') no-repeat 8px center}


    .h4G{text-align:center;margin:30px 0}
    .h4G h4{font-size:20px;color:#000}
    .h4G h4:before{display:block;content:'';width:40px;height:1px;background:#e4022e;margin:10px auto}
    .h4G .add{font-size:13px;margin:5px 0}
    
    
    .s_content{}


    /*본문섹션****************************************/
    .sec11_1{margin:50px 0;text-align:center}
    .sec11_1 .tit{font-size:17px}
    .sec11_1 .desc{margin:15px 0;font-size:14px;line-height:1.6}
    
    .sec11_2{margin:50px 0}
    .sec11_2 .list{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}
    .sec11_2 .list li{position:relative;width:150px;height:150px;border-radius:50%;overflow:hidden;box-shadow:5px 5px 5px rgba(0,0,0,0.4);border:1px solid #ccc }
    .sec11_2 .list li a{position:absolute;left:0;top:0;width:100%;height:100%;background:url('../images/sub/ico_link.png') no-repeat center 65%  /30px #eee;line-height:100px;font-size:18px;text-align:center;opacity:0;transition:0.3s}
    .sec11_2 .list li.on a,
    .sec11_2 .list li:hover a{opacity:1;background-position:center 60%}
    
    .sec12_2{margin:0px 0 30px;text-align:center}
    .sec12_2 .mapG{}
    
    
    .sec41_1{margin:20px 0}
    .sec41_1 .add{font-size:18px;color:#494949;text-align:center}
    .sec41_1 .add p{font-size:14px;margin:5px 0}
    .sec41_1 .info{display:flex;flex-wrap: wrap; width:100%;margin:20px auto;;padding:15px 5%;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,0.1);font-size:12px}
    .sec41_1 .info li{width:100%;margin:5px 0}
    .sec41_1 .info li:nth-child(1){padding-left:25px;background:url('../images/sub/ico_pos.png') no-repeat 0 center}
    .sec41_1 .info li:nth-child(2){padding-left:25px;background:url('../images/sub/ico_tel.png') no-repeat 0 center}
    .sec41_1 .info li:nth-child(3){padding-left:25px;background:url('../images/sub/ico_letter.png') no-repeat 0 center}
    .sec41_1 .info li:nth-child(4){text-align:center}
    .sec41_1 .info li:nth-child(4) a{display:inline-block;font-size:13px;color:#fff;line-height:30px;padding:0 10px;border-radius:5px;;padding-right:25px;background:url('../images/sub/ico_more.png') no-repeat 90% center #e4022e}
    .sec41_1 .info li a:hover{box-shadow:0 0 10px rgba(0,0,0,0.2)}

    .sec41_2{margin:50px 0}
    .sec41_2 li{position:relative;padding-bottom:26px}
    .sec41_2 li .tit{display:flex;justify-content:center; align-items:center;width:130px;margin:10px auto;min-height:40px;background:#21409a;font-size:16px;color:#fff;border-radius:40px;}
    .sec41_2 li .tit i{margin-right:5px;font-size:13px;font-weight:300}
    .sec41_2 li .desc{flex:1;display:flex;align-items:center; min-height:40px;padding:15px 40px;border-radius:40px;background:#eee}
    .sec41_2 li:nth-child(2n) .tit{background:#145293}
    .sec41_2 li:after{content:'';position:absolute;left:50%;margin-left:-20px;bottom:0;width:40px;height:26px;background:url('../images/sub/ico_step.png') no-repeat center /20px}
    .sec41_2 li:last-child:after{display:none}
	
	.s_con6 .list > li{margin:30px 0 50px;text-align:center}  
    .s_con6 .infoG .tit{font-size:18px;padding:10px 0;border-bottom:1px solid #333;margin-bottom:20px}
    .s_con6 .infoG .tit span{font-size:12px;margin-right:15px}
    .s_con6 .infoG .desc{font-size:14px;line-height:22px}

	.btn_box {text-align:center; margin:0 auto}
	.btn_box .btn_more{margin:20px 0 20px}
	.btn_box .btn_more a{display:inline-block;line-height:30px;border:1px solid #643c35;
	padding:0 25px;font-size:14px;color:#643c35;background:#fff;transition:0.3s}    

/*커뮤니티*/
.s01_list{ text-align:left;margin:10px 0 10px}
.s01_list > li{background:#f5f5f5;border-radius:10px;padding:10px 20px 20px;margin:5px 0}
.s01_list > li em{font-size:12px;color:#cc0303}
.s01_list > li dt{font-size:18px;margin:10px 0 10px}
.s01_list > li dd{font-size:14px;color:#555;margin:5px 0;padding-left:10px;text-indent:-10px}
.s01_list > li dd:before{display:inline-block;content:'';width:5px;height:1px;background:#555;/*border-radius:50%;*/margin-right:5px;vertical-align:middle}	


/*예약안내*/
 .s_con2 {margin:40px 0 }
	.s_con2 .swiper-container {padding-bottom:30px}
	.s_con2 .boxG{background:#f5f5f5;padding:2px 10px;margin:0px 0}
    .s_con2 .boxG li{text-align:center;padding-top:50px;font-size:13px;line-height:1.6;margin:0px 0}
    .s_con2 .infoG .tit{font-size:16px;margin:2px 0 2px;border-bottom:1px solid #ccc;padding:1px 0}
    .s_con2 .infoG .tit span{font-size:12px;margin-right:15px}
    .s_con2 .infoG .list{margin:10px 0}
    .s_con2 .infoG .list li{margin:7px 0;padding-left:15px;text-indent:-10px}
	
    .s_con2 .swiper-button-prev{background:url(../images/swiper_prev2.png) no-repeat center;width:50px;height:50px}
    .s_con2 .swiper-button-next{background:url(../images/swiper_next2.png) no-repeat center;width:50px;height:50px}



    .s_con3 .boxG{background:#f5f5f5;padding:20px 10px;margin:40px 0}
    .s_con3 .boxG li{text-align:center;padding-top:50px;font-size:13px;line-height:1.6;margin:20px 0}
    .s_con3 .boxG li:nth-child(1){background:url(../images/sub/ico_tel.png) no-repeat center 0 /40px}
    .s_con3 .boxG li:nth-child(2){background:url(../images/sub/ico_bok.png) no-repeat center 0 /36px}
    .s_con3 .boxG li:nth-child(3){background:url(../images/sub/ico_pos.png) no-repeat center 0 /36px}
    
    .s_con3 .infoG .tit{font-size:16px;margin:20px 0 20px;border-bottom:1px solid #ccc;padding:15px 0}
    .s_con3 .infoG .tit span{font-size:12px;margin-right:15px}
    .s_con3 .infoG .list{margin:10px 0}
    .s_con3 .infoG .list li{margin:7px 0;padding-left:15px;text-indent:-10px}
	
    .s_con3 .infoG .list2{margin:10px 0 30px }
    .s_con3 .infoG .list2 li{margin:7px 0 ;padding-left:15px;text-indent:-10px; line-height:18px; }
	

	.table{width:100%;border-collapse:collapse;border-top:2px solid #9a6915;border-bottom:1px solid #9a6915}
    
	.table th { background:#fde9ca}
	.table th,
    .table td{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 3px;font-size:12px;font-weight:400;text-align:center}
    .table .line td{position:relative;}
    .table .line td:before{content:'';position:absolute;left:0;top:50%;height:14px;transform:translateY(-50%);border-left:1px solid #ddd}
    .table .line td:first-child:before{display:none}
    
    .table_overflow{overflow:scroll}
    .table_overflow .table{width:1000px}
    
    .table th.line{position:relative;border:0}
    .table th.line:before{content:'';position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:#fff}
    .table th.line:after{content:'';position:absolute;left:5%;bottom:-1px;width:90%;height:1px;background:#ccc}
    .table tbody tr:hover{background:#f7e6dc}
    
    .table_add{text-align:right;margin:20px 0}
    
    /*탭으로 테이블정보를 나눔*/
	
    .table_tab span{display:inline-block;font-size:14px;line-height:26px;padding:0 20px;border:1px solid #ddd;
	background:#fff;color:#9a6915;margin:5px 0}
    .table_tab span.on{border:1px solid #9a6915;background:#9a6915;color:#fff}
    .table th,
    .table td{min-width:40px}
    .table .tab2{display:none}
	
}