
@charset "utf-8";

@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');


/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button,select {margin:0;padding:0}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
body {background:#fff}
body,th,td,input,select,textarea,button {font-family:'NanumSquareR', sans-serif; font-weight:400;font-size:16px;line-height:1.6em;color:#666666;-webkit-text-size-adjust:none;}
section,nav,article,aside,hgroup,header,footer {display:block}
input,textarea,select,button,table {font-size:inherit;font-family:inherit}
legend,caption {overflow:hidden; line-height:0;color:transparent !important;}
img {vertical-align:top}
em,address {font-style:normal}
a {color:#666666;text-decoration:none}
a:link {color:#666666;}
a:visited {color:#666666;}
a:hover {color:#666666;}
a:active {color:#666666;}
a[href^=tel] {font-weight:bold;font-size:14px;font-size:0.875rem;}
strong {font-weight:bold}
iframe {border:0 none}
html, body {width:100%;min-width:320px;}
html {font-size:18px;letter-spacing:-0.5px}
body {height:100%;/*-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;*/-webkit-touch-callout:none; font-family: 'NanumSquareRound', sans-serif;
scrollbar-face-color: #ffffff; scrollbar-shadow-color: #F7F7F7; 
scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #F7F7F7; 
scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #ffffff;}

.normal   { font-weight: 400 }
.bold     { font-weight: 700 }
.bolder   { font-weight: 800 }
.light    { font-weight: 300 }



/* Common */

.show {display:block !important}
.hide {display:none !important}
.hdn, legend,table caption{font-size:0; height:0; overflow:hidden; position:absolute;visibility:hidden; width:0; line-height:0;}
table caption{position:relative}
*{box-sizing: border-box; border-collapse: collapse;}
.alR {text-align:right;}
.alC {text-align:center;}
.alL {text-align:left;}
.on {background-color:#95c11e!important;}
.on a {color:#ffffff!important;}
.table-responsive {display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;  -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {border: 0; }



/**/

body {overflow-x: hidden;}

h2 {
	font-size:24px;
	font-weight:400;
	height:35px;
	display:inline-block;
	color:#333333;
}

h3 {
	font-size:16px;
	font-weight:700;
	height:50px;
	padding-bottom:25px;
	display:inline-block;
	color:#333333;
}



#wrap {
	width:100%;
	margin:0 auto;
}

#header {
	background-color:#fff;
	width:100%;
	height:480px;
	margin:0 auto;
}

/* Slider */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none; 
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{ 
	position: relative; 
	display: block;
	overflow: hidden; 
	margin: 0;padding: 0;
}

.slick-list:focus { 
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0); 
	-moz-transform: translate3d(0, 0, 0); 
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative; 
	top: 0; 
	left: 0; 
	display: block;
}

.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}

.slick-track:after{
	clear: both;
}

.slick-loading .slick-track{ 
	visibility: hidden;
}

.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide{
	float: right;
}

.slick-slide img{ 
	display:inline-block;
}

.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}



/* Dots */
.slick-dots{
	position: absolute;
	bottom:5%;
	right:43%;
	left:43%;
	display: block;
	padding: 0;
	list-style: none;
	text-align:center;
}

.slick-dots li{ 
	position: relative; 
	display: inline-block; 
	width:13px;
	height:13px; 
	margin: 0 5px 0 5px ;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block; 
	width: 13px;
	height:13px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background:#e5e5e5;
	border-radius:100%;
}

.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li.slick-active button{background:#95c11e;}


.header {
	max-width:1200px;
	height:90px;
	margin:0 auto;
}

.header h1 {
	text-align:center;
	padding-top:1%;
}

#nav {
	max-width:100%;
	height:35px;
	margin:0 auto;
}

.menubar{
	border:none;
	border:0px;
	margin:0 auto;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	width:800px;
}

.menubar ul{
	height:50px;
	list-style:none;
	margin:0;
	padding:0;
}

.menubar li{
	float:left;
	padding:0px;
	width:200px;
}

.menubar li a{
	color:#666666;
	display:block;
	font-weight:normal;
	line-height:50px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
}

.menubar li a:hover, .menubar ul li:hover a{
	color:#95c11e;
	text-decoration:none;
}

.menubar .mo_none {
	background-color:#95c11e;
	height:40px;
	margin-top:5px;
	border-radius:10px;
}

.menubar .mo_none a{
	color:#fff;
	height:40px;
	margin-top:-5px;
}

.menubar .mo_none img {
	width:13%;
	vertical-align:middle;
	margin-right:3px;
}

.menubar .mo_none a:hover {
	color:#fff;
}

.menubar li ul{
	background:#f5f5f5;
	display:none; 
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
}

.menubar li:hover ul{
	display:block;
	border-top:3px solid #95c11e;
}

.menubar li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;	
}

.menubar li li:nth-child(even) {
  background-color:#e5e5e5; 
}

.menubar li:hover li a{
	background:none;
	color:#666666;
}

.menubar li ul a{
	display:block;
	height:50px;
	font-size:16px;
	margin:0px;
	padding:0px 10px;
	text-align:center;
}

.menubar li ul a:hover, .menubar li ul li:hover a{
	background:#666666;
	border:0px;
	color:#ffffff;
	text-decoration:none;
}

.menubar p{
	clear:left;
}


.main_b {
	width:100%;
	margin:0 auto;
	height:350px;
	border-top:3px solid #95c11e;
	clear:both;
}

.main_b .main_visual .item1,
.main_b .main_visual .item2,
.main_b .main_visual .item3 {text-align:center}


.cont_title .tb {
	font-weight:bold;
}

.plus {
	float:right;
}


.container {
	width:100%;
	padding:1%;
	margin:50px auto 0;
	
}

.cont_1 {
	max-width:1100px;
	margin:0 auto 50px;
	min-height:220px;
}

.cont_1 .news_1, .cont_1 .news_2, .cont_1 .news_3 {
	float:left;
	width:32.5%;
	height:220px;
	background-color:#fff;
}	


.cont_1 .news_1 img {
	background-color:#00f;
	width:100%;
	height:150px;
}

.cont_1 .news_1 a {
	height:auto;
	display:block;
}

.cont_1 .news_1 a img {
	width:100%;
	height:auto;
}

.cont_1 .news_1 a:hover img {
	background-color:#333333;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cont_1 .news_2{
	margin:35px 1.25% 0;
	text-align:center;
	height:185px;
	border:1px solid #e5e5e5;
}

.cont_1 .news_2 p {
	font-size:25px;
	line-height:35px;
	padding-top:12%;
}

.cont_1 .news_2 p .point {
	color:#95c11e;
}

.cont_1 .news_3{
	margin-bottom:30px;
}	

.cont_1 .news_3 li {
	display:block;
	padding:2.5% 0;
	font-size:15px;
	line-height:38px;
	width:390px;
}


.cont_1 .news_3 li .vt_date {
	float:left;
	width:70px;
	margin-right:1%;
}

.cont_1 .news_3 li .item {
	float:left;
}

.cont_1 .news_3 li img {
	width:73px;
	vertical-align:middle;
}

.cont_1 .news_3 li .vt_name {
	float:left;
	width:45px;
	text-align:center;
}

.cont_1 .news_3 li .address {
	float:left;
	width:120px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	text-align:left;
	overflow:hidden;
}

.cont_1 .news_3 li .status{
	text-align:left;
}





.cont_2 {
	max-width:1100px;
	min-height:970px;
	margin:0 auto 100px;
	clear:both;
}

.cont_2 .title{
	max-width:1100px;
}

.cont_2 .gallery_list {
	float:left;
	width:32.5%;
	height:300px;
	margin-bottom:1%;
	background-color:#fff;
}

.cont_2 .list_m {
	margin:0 1.25%;
}


.cont_2 .gallery_list .gallery_title {
	height:35px;
	padding-top:1%;
	display:block;
}

.cont_2 .gallery_list img {
	width:100%;
	height:230px;
	margin-bottom:1%;
}

.cont_2 .gallery_list .gall_add {
	height:35px;
	font-size:14px;
	padding-left:1.5%;
}

.cont_2 .gallery_list .gall_extent {
	float:right;
	height:35px;
	font-size:14px;
	padding-right:1.5%;
}

.scale {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.scale:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.cont_2 .img {
	width:100%; 
	height:230px; 
	overflow:hidden 
}

.cont_4 .img, 
.cont_5 .img,
.cont_6 .img {
	width:100%; height:180px; overflow:hidden
} 




/*인기태그*/
.cont_3 {
	width:100%;
	margin:0 auto 100px;
	padding:2%;
	background:linear-gradient(135deg, #f5f5f5f5 21px, #ffffff 22px, #ffffff 24px, transparent 24px, transparent 67px, #ffffff 67px, #ffffff 69px, transparent 69px), linear-gradient(225deg, #f5f5f5 21px, #ffffff 22px, #ffffff 24px, transparent 24px, transparent 67px, #ffffff 67px, #ffffff 69px, transparent 69px)0 64px;
	background-color:#f5f5f5;
	background-size: 64px 128px;

}

.cont_3 .cont_title {
	display:block;
	text-align:center;
	height:50px;
}

.cont_3 .categories {
	width:1000px;
	height:120px;
	display:table;
	margin:0 auto;
}


.cont_3 .categories .pull-center li{
	width:120px!important;
	height:50px;
	text-align:center;
	border:1px solid #fff;
	border-radius:5px;
	background-color:#fff;
	float:left;
	margin:0 0.5% 1% 0!important;
	padding-top:1.3%;
}

.cont_3 .categories .pull-center li:hover {
	background-color:rgba(147, 192, 61, 1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cont_3 .categories .pull-center li:hover a {
	color:#ffffff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cont_3 .categories .pull-center li:active a {
	color:#ffffff;
	-webkit-transition: all .3s;
	transition: all .3s;
}





.cont_4 {
	max-width:1100px;
	height:560px;
	margin:0 auto 80px;
	clear:both;
}

.cont_4 .title {
	max-width:1100px;
}

.cont_4 .gallery_list {
	float:left;
	width:24%;
	height:250px;
	margin-bottom:0.8%;
	background-color:#fff;
}

.cont_4 .list_m {
	margin-right:1.3%;
}

.cont_4 .gallery_list .gallery_title {
	height:35px;
	padding-top:3%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.cont_4 .gallery_list img {
	width:100%;
	height:180px;
	margin-bottom:3%;
}

.cont_4 .gallery_list .gall_add {
	height:35px;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.cont_4 .gallery_list .gall_extent {
	float:right;
	height:35px;
	font-size:14px;
}


.cont_5 {
	max-width:1100px;
	height:300px;
	margin:0 auto 80px;
	clear:both;
}

.cont_5 .title {
	max-width:1100px;
}

.cont_5 .gallery_list {
	float:left;
	width:24%;
	height:250px;
	margin-bottom:0.8%;
	background-color:#fff;
}

.cont_5 .list_m {
	margin-right:1.3%;
}

.cont_5 .gallery_list .gallery_title {
	height:35px;
	padding-top:3%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.cont_5 .gallery_list img {
	width:100%;
	height:180px;
	margin-bottom:3%;
}

.cont_5 .gallery_list .gall_add {
	height:35px;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.cont_5 .gallery_list .gall_extent {
	float:right;
	height:35px;
	font-size:14px;
}



.cont_6 {
	max-width:1100px;
	height:300px;
	margin:0 auto 80px;
	clear:both;
}

.cont_6 .title {
	max-width:1100px;
}

.cont_6 .gallery_list {
	float:left;
	width:24%;
	height:250px;
	margin-bottom:0.8%;
	background-color:#fff;
}

.cont_6 .list_m {
	margin-right:1.3%;
}

.cont_6 .gallery_list .gallery_title {
	height:35px;
	padding-top:3%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.cont_6 .gallery_list img {
	width:100%;
	height:180px;
	margin-bottom:3%;
}

.cont_6 .gallery_list .gall_add {
	height:35px;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.cont_6 .gallery_list .gall_extent {
	float:right;
	height:35px;
	font-size:14px;
}




.cont_7 {
	max-width:1100px;
	min-height:450px;
	margin:0 auto 80px;
	clear:both;
}

.cont_7 .mo_event {display:none;}

.cont_7 .title {
	max-width:1100px;
}


.cont_7 .interview {
	max-width:1100px;
	margin:0 auto;
}

.cont_7 .interview .view_1,
.cont_7 .interview .view_2,
.cont_7 .interview .view_3 {
	float:left;
	width:32.5%;
	height:200px;
	margin-bottom:0.8%;
	padding-top:55px;
}

.cont_7 .interview .view_1 {
	background-image:url(../images/view_1.jpg);
	background-position:center center;
	background-size:cover;
}

.cont_7 .interview .view_2 {
	background-image:url(../images/view_1.jpg);
	background-position:center center;
	background-size:cover;
	margin:0 1.25%;
}

.cont_7 .interview .view_3 {
	background-image:url(../images/view_1.jpg);
	background-position:center center;
	background-size:cover;
}

.cont_7 .interview .view_txt {
	position:relative;
	top:-55px;
	width:100%;
	height:200px;
	background-color: rgba(0, 0, 0, 0.5);
	padding:20% 2% 5%;
	text-align:center;
	margin:0 auto;
}

.cont_7 .interview .view_txt p {
	display:inline-block;
	font-size:14px;
	color:#ffffff;
	padding:5px 20px 3px;
	margin-bottom:10px;
	background:rgba(255, 152, 0, 0.8);
	border-radius:50px;
}

.cont_7 .interview .view_txt .title {
	display:inline-block;
	width:100%;
	color:#ffffff;
	text-align:center;
	line-height:1.3em;	
}


.cont_7 .dal_story {
	clear:both;
	max-width:1100px;
	margin:0 auto;
}

.cont_7 .dal_story .story_1,
.cont_7 .dal_story .story_2,
.cont_7 .dal_story .story_3 {
	float:left;
	width:32.5%;
	height:200px;
	margin-bottom:0.8%;
	padding-top:55px;
}

.cont_7 .dal_story .story_1 {
	background-image:url(../images/story_1.jpg);
	background-position:center center;
	background-size:cover;
}

.cont_7 .dal_story .story_2 {
	background-image:url(../images/story_2.jpg);
	background-position:center center;
	background-size:cover;
	margin:0 1.25%;
}

.cont_7 .dal_story .story_3 {
	background-image:url(../images/story_3.jpg);
	background-position:center center;
	background-size:cover;
}

.cont_7 .dal_story .view_txt {
	position:relative;
	top:-55px;
	width:100%;
	height:200px;
	background-color: rgba(0, 0, 0, 0.5);
	padding:20% 2% 5%;
	text-align:center;
	margin:0 auto;
}

.cont_7 .dal_story .view_txt p {
	display:inline-block;
	font-size:14px;
	color:#ffffff;
	padding:5px 20px 3px;
	margin-bottom:10px;	
	background:rgba(0, 188, 212, 0.8);
	border-radius:50px;
}

.cont_7 .dal_story .view_txt .title {
	display:inline-block;
	width:100%;
	color:#ffffff;
	text-align:center;
	line-height:1.3em;	
}




/*퀵메뉴 */
.fix_quick_wrap{
	width:100%;
	position:fixed;
	bottom:0px;
	height:0;
	z-index:999;
}

.fix_left_box{
	min-width:1000px;
	max-width:2000px;
	margin:0 auto;
	height:0px;
}

.fix_quick{
	position:fixed;
	width:136px;
	bottom:140px;
	right:15px;
	padding:0.5% 0;
	border:1px solid #e5e5e5;
	background-color:#ffffff;
}

.fix_quick_wrap .fix_quick .tit_quick li,
.fix_quick_wrap .fix_quick_2 .tit_quick li{
	text-align:center;
	font-size:15px;
}


.fix_quick_2{
	position:fixed;
	width:136px;
	bottom:10px;
	right:15px;
	padding:0.5%;
	border:1px solid #e5e5e5;
	background-color:#ffffff;
}

.fix_quick_wrap .fix_quick_2 .tit_quick .n_talk {
	background-color:#00c63b;
	padding:3% 10% 2%;
	margin-top:5px;
}

.fix_quick_wrap .fix_quick_2 .tit_quick .n_talk a {
	color:#ffffff;
}

.fix_quick_wrap .fix_quick_2 .tit_quick .form_btn {
	background-color:#95c11e;
	padding:3% 10% 2%;
} 

.fix_quick_wrap .fix_quick_2 .tit_quick .form_btn:hover {
	background-color:#666666;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fix_quick_wrap .fix_quick_2 .tit_quick .form_btn a {
	color:#ffffff;
}


.fix_quick_wrap .fix_quick_2 .tit_quick .form_btn img {
	width:15%;
	margin-top:4px;
}

.fix_quick_wrap .fix_quick_2 .tit_quick a{
	display:inline;	
}

.fix_quick_wrap .fix_quick_2 .tit_quick .fix_top {
	margin:10% 0 0;
	text-align:center;
}

.fix_quick_wrap .fix_quick_2 .tit_quick .fix_top img {
	width:10%;
	vertical-align:middle;
}



.fixed {display:none;}
#footer {
	width:100%;
	display:block;
	margin:0 auto;
}

.ft_banner {
	width:1100px;
	height:200px;
	margin:0 auto;
	clear:both;	
	background-image:url(../images/ft_banner.jpg);
	background-position:center top;
	background-size:contain;
	background-repeat:no-repeat;
	background-color:#fff;
}

.ft_banner img {width:100%;}

.c_sns {
	width:100%;
	display:block;
	margin-top:5%;
	padding:3% 1% 0;
	background-color:#f5f5f5;
}

.c_sns .wrapper_sns{
	max-width:1100px;
	margin:0 auto;
	height:55px;
	padding:0 2%;
}

.wrapper_sns li {
	float:left;
	width:40px;
	height:40px;
	margin:1% 2% 1% 0;
}

.wrapper_sns .blog {
	background-image:url(../images/sns_icon.png);
	background-position:-80px 0;
	background-size:cover;
	background-repeat:no-repeat;
}

.wrapper_sns .insta {
	background-image:url(../images/sns_icon.png);
	background-position:-40px 0;
	background-size:cover;
	background-repeat:no-repeat;
}

.wrapper_sns .tock {
	background-image:url(../images/sns_icon.png);
	background-position:0 0;
	background-size:cover;
	background-repeat:no-repeat;
}

.c_info .tock a,
.c_info .insta a,
.c_info .blog a {
	display:block;
	position:relative;
	bottom:40px;
	padding:20px;
}

.c_info {
	float:none;
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
}

.c_info .wrapper {
	max-width:1100px;
	text-align:left;
	margin:0 auto;
	padding:1%;
}

.c_info_btn {
  font-size:19px;
  font-weight:600;
  vertical-align:middle;
  cursor:pointer;
  margin:0 1%;
}

.add_info {
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	height:100px;
}

.add_info .wrapper {
	max-width:1100px;
	margin:0 auto;
	padding:1%;
}

.add_info_1 {
	display:inline-block;
	width:65%;
	float:left;
}

.add_info_1 li {
	float:left;
	margin:0 1%;
}

.add_info_2 {
	display:inline-block;
	width:35%;
	float:left;
	position:relative;
	top:-55px;
	right:0;
	text-align:right;
}

.add_info_2 li:nth-child(1n) {
	font-size:30px;
}

.add_info_2 li:nth-child(2n) {
	font-size:20px;
	margin-top:2%;
}


.copyright {
	clear:both;
	width:100%;	
	margin:0 auto;
	padding:1.5%;
	background-color:#333333;
}

.copyright p {
	text-align:center;
}



/*popup*/

.item-list{
	color : #3d3d3d;
	position: relative;
	cursor: pointer;
	display: block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	transition: .3s ease-out;

}

.modal-window{
  position: fixed;
  background-color: rgba(1, 1, 1, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target{
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 1000px;
  height: 650px;
  position: relative;
  margin: 5% auto;
  padding: 2rem;
  background: #f3f3f3;
  color: #444;
  overflow-y:scroll;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  font-size: 18px;
  text-align: right;
  text-decoration: none;
  float:right;
  padding:0.5% 1% 0.3%;
}

.modal-close:hover {
  color: #95c11e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window h1 {
  font-size: 20px;
  float:left;
  margin: 0 0 20px;
}

.modal-window .fn {float:none; display:block;}

.modal-window .modal_tit {
	display:block;
	font-weight:bold;
	margin-bottom:1%;
}

.modal-window .modal_txt {
	text-align:justify;
	margin-bottom:5%;
}


.modal-window .form_table {
	width:100%;
	padding:5% 1%;
	border:1px solid #ddd;
}

.modal-window .form_table table {
	width:95%;
	margin:0 auto;
}

.modal-window .form_table table th {
	line-height:4em;
	text-align:right;
	padding-right:3%;
}

.modal-window .form_table table td {
	line-height:4em;
}


.modal-window .form_table input[type="radio"] + label:before {
	top:35%;
}

.modal-window .form_table input[type="radio"]:checked + label:after {
	top:43%;
}

.modal-window .form_table  input[type="radio"] + label {
	margin-right:3%;
}

.modal-window .form_table .biz {
	width:20%;
	text-align:center;
	height:48px;
	border:1px solid #ddd;
	border-radius:3px;
	margin:0 1%;
}

.modal-window .form_table .biz:first-child {
	margin:0 1% 0 0;
}

.modal-window .form_table .mail {
	width:60%;
	text-align:center;
	height:48px;
	border:1px solid #ddd;
	border-radius:3px;
	margin-right:1%;
}

.modal-window .form_table .mail2 {
	padding-left:25%;
}

.modal-window .form_table .reload_cnt {
	text-align:center;
	height:48px;
	border:1px solid #ddd;
	border-radius:3px;
	margin-right:1%;
}

.modal-window .form_table select {
	width:8%;
	height:48px;
	border:1px solid #ddd;
	border-radius:3px;
	padding-left:1%;
}

.modal-window .form_table .form_btn {
	text-align:center;
	padding:1% 5% 1.5%;
	border:1px solid #ddd;
	border-radius:3px;
	background-color:#95c11e;
	color:#fff;
}


.modal-window .form_table .form_btn:hover {
	background-color:#666;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}






/*sub1 주거/상업인테리어*/


.scont_3 {margin-bottom:50px;}

.js-load {
    display: none;
}

.js-load.active {
    display: block;
}

.is_comp.js-load:after {
    display: none;
}

.js-load.active .gallery_list {
	margin:0 0.4% 1%;
}

.btn-wrap, .lists, .main {
    display: block;
}

.main {
    max-width:1100px;
    margin: 0 auto;
}

.lists {
    margin-bottom: 4rem;
}


.btn-wrap {
    text-align: center;
}

.button {
	display: inline-block;
	width: 150px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 47px;
	outline: none;
	position: relative;
	z-index: 2;
	border: 1px solid #dddddd;
	border-radius:5px;
	background-color: #ffffff;	
	color: #666666!important;
	margin: 4rem;
	
}

.button:hover {
	background-color: #ffffff;
	border-radius:5px;
	border-color: #95c11e;
	color: #95c11e !important;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';top: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
	border-radius:5px;
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button::before {
	right: 0;
}

.button::after {
	left: 0;
}

.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #95c11e;
}





/*sub2 공달스토리*/

.sub_cont_7 {
	min-height:auto;
	margin-bottom:0;
}

.sub_cont_7 .interview,
.sub_cont_7 .dal_story {
	position:relative;
	bottom:60px;
}

.cont_7 .event {
	max-width:1100px;
	margin:0 auto;
	position:relative;
	bottom:60px;
}

.cont_7 .event .event_1,
.cont_7 .event .event_2,
.cont_7 .event .event_3{
	float:left;
	width:32.5%;
	margin-bottom:0.8%;
	padding-top:135px;
}

.cont_7 .event .event_1 {
	background-image:url(../images/event_1.jpg);
	background-position:left top;
	background-size:contain;
	background-repeat:no-repeat;
}

.cont_7 .event .event_2 {
	background-image:url(../images/event_2.jpg);
	background-position:left top;
	background-size:contain;
	background-repeat:no-repeat;
	margin:0 1.25%;
}

.cont_7 .event .event_3 {
	background-image:url(../images/event_3.jpg);
	background-position:left top;
	background-size:contain;
	background-repeat:no-repeat;
}

.cont_7 .event .view_txt {
	max-width:390px;
	background-color: #b9cfda;
	text-align:center;
	margin:0 auto;
	height:50px;
	padding-top:3.5%
}

.cont_7 .event:hover .view_txt {
	background-color:#ddd;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cont_7 .event .view_txt p {
	display:inline-block;
	font-size:16px;
	line-height:20px;
	color:#333333;
	padding:13px 0 6px;
}

.cont_7 .event .view_txt p .duration{
	color:#666666;
	font-size:14px;
}

.lists__item .view_1{margin:0.4%;}
.lists__item .story_1{margin:0.4%;}
.lists__item .event_1{margin:0.4%;}





/*sub3 견적신청*/

.cont_8 {
	width:80%;
	margin:0 auto 3%;
}

.cont_box {
	max-width:1100px;
	margin:0 auto;
	}


.form {
	width:80%;
	margin:0 auto;
	padding:5% 8%;
	border:1px solid #ddd;
}

.form .list {
	min-height:45px;
	margin-bottom:3.5%;
}

.form .list dt,
.form .list dd {
	font-size:20px;
	float:left;
}

.ast {
	text-align:bold;
	color:#c11e95;
}

.form .list dt {
	width:20%;
	padding:1.4% 0;
	margin-right:5%;
}

.form .list dd{
	width:30%;
	text-align:center;
}

.form .category_code dd {
	padding:1.4% 0;
	border:1px solid #ddd;
	border-radius:5px;
}

.form .category_code dd:last-child{
	margin-left:2.5%;
}

.form .writer,
.form .phnumber,
.form .address,
.form .size,
.form .date,
.form .textarea {
	clear:both;
}

.checkbox_wrap {
	width:100%;
	clear:both;
}

.form .writer dd,
.form .phnumber dd {
	width:75%;
}

select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none; 
}

select::-ms-expand { display:none; }
input[type=text]::-ms-clear {display:none;}

.form .address #region1,
.form .address #region2 {
	width:100%;
	height:48px;
	padding-left:10%;
	border:1px solid #ddd;
	border-radius:5px;
}

.form .address dd:nth-child(3) {
	margin-left:2.5%;
}

.form .address dd:last-child {
	width:75%;
	margin:3.5% 0 3.5% 25%;
}

.form select {
	font-size: 18px;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/dropdown_arrow.png) 95% no-repeat transparent;
    -webkit-background-size: 11px 7px;
    background-size: 11px 7px;
    vertical-align: top;
	cursor:pointer;
}

.user_info_wrap select::-ms-expand{
    display: none;
}

input::placeholder {
	color:#bbb;
}

.form .size dt,
.form .date dt,
.form .textarea dt {
	width:20%;
	padding:1.4% 0;
	margin-right:5%;
}

.form .size dd,
.form .date dd {
	width:25%;
	text-align:center;
}

.form .size .span {
	float:right;
	position:relative;
	bottom:35px;
	right:15px;
}

.form .textarea {
	min-height:207px;
}

.form .textarea dd {
	width:75%;
	text-align:center;
}

._input_txt{
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    padding-left:24px;
    border:1px solid #dddddd;
	border-radius:5px;
    font-size: 16px;
	color:#555555;
	outline-color:#95c11e;
}

._text_area{
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding:19px 24px;
    border:1px solid #dddddd;
    resize: none;
    font-size: 16px;
    line-height: 24px;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
	outline-color:#95c11e;
}

input[type="radio"] {
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
} 

input[type="radio"] + label {
	display: inline-block; 
	position: relative; 
	padding-left: 30px; 
	cursor: pointer; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
} 

input[type="radio"] + label:before {
	content: ''; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 21px; 
	height: 21px; 
	text-align: center; 
	background: #ffffff; 
	border: 1px solid #dddddd; 
	border-radius: 100%;
} 

input[type="radio"]:checked + label:before { 
	background: #ffffff; 
	border-color: #dddddd; 
} 

input[type="radio"]:checked + label:after { 
	content: ''; 
	position: absolute; 
	top: 5px; 
	left: 5px; 
	width: 13px; 
	height: 13px; 
	background: #95c11e; 
	border-radius: 100%; 
}


.checkbox_wrap {
	width:100%;
	clear:both;
	margin:10% 0 5%;
	font-size:18px;
	line-height:40px;
}

.checkbox_wrap .chk_all_wrap {
	border-bottom:1px solid #ddd;
	padding-bottom:1%;
	margin-bottom:1%;
}

.checkbox_wrap .chk_all_wrap .checks {
	position:relative;
}


input[type="checkbox"] {
	/*position: absolute;*/
	width: 15px;
	height: 15px;
	padding: 1px;
	margin-right:1%;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 11px solid #e5e5e5;
	vertical-align:inherit;
}

input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type="checkbox"] + label:before {
	content: ' ';
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 3px;
}


input[type="checkbox"]:checked + label:before {
	content: '\2713';
	color: #314ca2;
	text-shadow: 1px 1px white;
	background: #ffffff;
	border-color: #dddddd;
}


.bts {
	width:80%;
	background-color:#95c11e;
	padding:2%;
	text-align:center;
	font-size:22px;
	margin:0 auto 150px;
}

.bts a {
	color:#fff;
	max-width:1100px;
	padding:2% 35%;
}

.bts a img {
	width:3%;
}

._modis {
	color:#333333;
	font-weight:bold;
}

._view_more {
	color:#333333!important;
	font-weight:bold;
	border-bottom:1px solid #333333;
}

._view_more:hover {
	color:#4a1dc1;
	cursor:pointer;
}



/*sub4 실시간 견적현황*/
.cont_9 {width:100%; margin:0 auto 200px;}
.cont_9 .cont_box {width:1000px; margin:0 auto 20px;}
.cont_9 table {width:1000px; margin:0 auto;}
.cont_9 table th, .cont_9 table td {text-align:center; line-height:40px;}
.cont_9 table th {border-top:2px solid #ddd; border-bottom:1px solid #ddd; background-color:#95c11e; color:#ffffff;}
.cont_9 table td {border-bottom:1px solid #ddd;}
.cont_9 .page {width:500px; margin:30px auto; text-align:center;}
.cont_9 .page li {float:left; padding:0 2.4%; }


/*견적신청 완료 팝업페이지*/
.cont_thanks {
	width:40%; 
	margin:0 auto; 
	border-top:2px solid #95c11e; 
	border-bottom:2px solid #95c11e; 
	padding:30px;
}






/*sub1-1 인테리어 상세화면*/

.info_wrap {
	width:100%;
	/*min-height:1500px;*/
}

.info_wrap .gallery_info {
	max-width:1100px;
	height:600px;
	margin:0 auto 50px;
	border-bottom:1px solid #ddd;
}

.info_wrap .gallery_info .title {
	display:block;
}
 
.info_wrap .gallery_info .title h3{
	font-size:20px;
	color:#ffffff;
	padding:5% 5% 15%;
 }


.info_wrap .gallery_info .gallery_info_img {
	display:block;
	max-width:1000px;
	height:auto;
	margin:0 auto;
}

.info_wrap .gallery_info .gallery_info_img img {
	width:1000px;
	height:500px;
	object-fit:cover;
}

.info_wrap .gallery_info .gallery_info_txt {
	display:inline-block;
	position:relative;
	top:-220px;
	left:60%;
	width:350px;
	height:250px;
	background-color:rgba(0,0,0,0.8);
	
}

.info_wrap .gallery_info .gallery_info_txt ul {
	color:#ffffff;
	padding-left:5%;
	margin-bottom:5%;
	
}

.info_wrap .gallery_info .gallery_info_txt .bts {
	display:inline-block;
	width:100%;
	float:right;
	padding:6.5%;
	margin-bottom:50px;
}

.info_wrap .gallery_info .gallery_info_txt .bts:hover {
	background-color:#555555;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.info_wrap .gallery_info .gallery_info_txt .bts a {
	padding:0;
	margin:0;
	width:auto;
	font-size:20px;
}

.info_wrap .gallery_info .gallery_info_txt .bts img {
	width:7%;
}


.info_wrap .info_wrap_txt {
	max-width:1000px;
	margin:0 auto;
	padding:0 0 10%;
}

.info_wrap .info_wrap_txt .cont_title {
	margin-bottom:2%;
}

.info_wrap .info_wrap_txt  p {
	text-align:center;
	line-height:30px;
	margin-bottom:2%;
	font-size:16px;
}

.info_wrap .btn-wrap {
	max-width:1000px;
	margin:3% auto 10%;
}

.info_wrap .btn-wrap a {
	display:block!important;	
	position:relative;
	margin:0 auto;
}







/*sub2-1 공달스토리 상세화면*/


/*.sub_wrap {
	position:relative;
	top:-350px;
	padding:50px;
}*/

.info_wrap .sub_story {
	max-width:1100px;
	margin:0 auto;
	text-align:center;
	border-bottom:2px solid #95c11e;
}

.info_wrap .sub_story p {
	float:none;
	display:inline-block;
	font-size:16px;
	border:1px solid #95c11e;
	border-radius:50px;
	padding:0.3% 3%;	
}

.info_wrap .sub_story .cont_title {
	float:none;
	display:block;
	margin:2% auto;
}

.info_wrap .sub_story_notice {
	max-width:1100px;
	margin:0 auto;
	padding:3% 0;
}

.info_wrap .sub_story_notice p {
	text-align:center;
	line-height:30px;
	margin-bottom:2%;
}

.info_wrap .sub_story_notice .tit {
	font-size:24px;
	line-height:28px;
	color:#4a1dc1;
}


#divpop_pop_1 {position:absolute; top:20%; left:20%; z-index:200;visibility:hidden;}
#divpop_pop_1 table{width:80%; padding:0.5%; border:1px solid #ddd;}





@media ( max-width: 720px ) {
	
	h2 {font-size:20px;}

	#header {height:auto;}
	.header {height:auto; margin-bottom:3%;}
	.header img {width:80px;}
	
	.menubar {width:100%;}
	.menubar li {width:33.3%;}
	.menubar .mo_none {display:none;}
		
	.slick-dots {right:auto; left:auto; padding-left:5%;}
	
	.main_b {width:100%; margin:0 auto; height:250px; border-top:3px solid #95c11e; clear:both;}
	.slick-list, .slick-track {height:250px;}
	.main_b .main_visual .item1 img,
	.main_b .main_visual .item2 img,
	.main_b .main_visual .item3 img	{display:none;}
	.main_b .main_visual .item1 {background-image:url(/images/mbanner_1.png);background-position:left top; background-size:cover; background-repeat:no-repeat;}
	.main_b .main_visual .item2 {background-image:url(/images/mbanner_2.png);background-position:left top; background-size:cover; background-repeat:no-repeat;}
	.main_b .main_visual .item3 {background-image:url(/images/mbanner_3.png);background-position:left top; background-size:cover; background-repeat:no-repeat;}
	
	.box_modal {width:90%; left:0; right:0;}
	
	
	.cont_1 .news_3 li {padding:0; line-height:2em; overflow:hidden;}
	
	.fix_quick_wrap {display:none;}		
	.container {min-width:320px; margin:0 auto; padding:10% 3%; position:relative;}	
	.cont_1 {height:auto;}
	.cont_1 .news_1 {display:none;}
	.cont_1 .news_1,.cont_1 .news_2,.cont_1 .news_3 {float:none; width:100%;	height:100%;}
	.cont_1 .news_2 {margin:5% 0;}
	.cont_1 .news_2 p {padding:5%;}
	.cont_1 .news_3 .cont_title,.cont_1 .news_3 .plus {display:none;}
	.cont_1 .news_3 li {width:720px;}
	.cont_1 .news_3 li .address {width:135px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	.cont_1 .news_3 li:nth-child(4),.cont_1 .news_3 li:nth-child(5) {display:none;}
	.cont_1 .news_3 li .status {display:inline-block; position:absolute; right:50px;}
	
	.cont_2 {max-width:720px; height:4300px; margin-bottom:50px;}
	.cont_2 .gallery_list {	width:100%; height:auto; margin-bottom:1%; }
	.cont_2 .img {width:100%; height:auto;}
	.cont_2 .gallery_list img {height:390px; object-fit:cover;}
	.cont_2 .list_m {margin:0 auto;}
	.cont_2 .mo_none {display:none;}
	
	
	.cont_3 {}
	.cont_3 .cont_title {width:100%; margin:0 auto; text-align:center; padding-top:3%;}
	.cont_3 .x_scroll {height:150px; overflow-x:scroll; padding:0 5%; margin-top:3%;}
	.cont_3 .categories {overflow:hidden; padding:5%;}	
	.cont_4 .img, .cont_5 .img, .cont_6 .img {height:auto;}
	
	.cont_4 {height:630px; margin-bottom:10%;}
	.cont_4 .mo_none {display:none;}
	.cont_4 .list_m {margin:0 auto;}
	.cont_4 .gallery_list {width:50%; height:auto; padding:0 1%;}
	.cont_4 .gallery_list:nth-child(n+6) {display:none;}
	.cont_4 .gallery_list img {height:auto;}
	.cont_4 .gallery_list .gall_add {display:none;}
	.cont_4 .gallery_list .gall_extent {float:left; font-size:14px; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	
	.cont_5 {height:630px; margin-bottom:10%;}
	.cont_5 .list_m {margin:0 auto;}
	.cont_5 .gallery_list {width:50%; height:auto; padding:0 1%;}
	/*.cont_5 .gallery_list img {height:auto;}*/
	.cont_5 .gallery_list .gall_add {display:none;}
	.cont_5 .gallery_list .gall_extent {float:left; font-size:14px; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	
	.cont_6 {height:630px; margin-bottom:10%;}
	.cont_6 .list_m {margin:0 auto;}
	.cont_6 .gallery_list {width:50%; height:auto; padding:0 1%;}
	/*.cont_6 .gallery_list img {height:auto;}*/
	.cont_6 .gallery_list .gall_add {display:none;}
	.cont_6 .gallery_list .gall_extent {float:left; font-size:14px; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	
	
	.cont_7 {margin-bottom:15%;}
	.cont_7 .mo_none {display:none;}
	.cont_7 .interview .view_1 {float:none; width:100%; height:200px; margin-bottom:5%;}
	.cont_7 .dal_story .story_1 {float:none; width:100%; height:200px; margin-bottom:5%;}
	
	.cont_7 .mo_event {display:block;}
	.cont_7 .mo_event .event_1 {width:100%; margin-bottom:0.8%; padding-top:38%;}
	.cont_7 .mo_event .event_1 {background-image:url(../images/event_1.jpg); background-position:left top; background-size:contain; background-repeat:no-repeat;}
	.cont_7 .mo_event .view_txt {width:100%;background-color: #b9cfda; text-align:center;margin:0 auto; height:50px; padding-top:3.5%;}
	.cont_7 .mo_event:hover .view_txt {background-color:#ddd; -webkit-transition: all .3s; transition: all .3s;}
	.cont_7 .mo_event .view_txt p {display:inline-block;
	font-size:16px; line-height:20px; color:#333333; padding:13px 0 6px;}
	.cont_7 .mo_event .view_txt p .duration{ color:#666666; font-size:14px;}
	
	.fixed {display:block; height:60px; width: 100%; position: fixed; left: 0; bottom: 0; z-index:10;}
	.fixed .bts {width:100%; background-color:#ffffff; font-size:20px; padding:0;}
	.fixed .bts .PL {background-color :#dddddd; float:left; width:50%; height:60px;}
	.fixed .bts .PL a {font-size:20px; position:relative; top:20px; color:#333333; padding:0;}
	.fixed .bts .PR {background-color :#95c11e; float:right; width:50%; height:60px;}
	.fixed .bts .PR a {font-size:20px; position:relative; top:20px; padding:0;}
	.fixed .bts p img {width:10%; vertical-align:middle;}
	

	#footer {width:100%; display:block; padding-bottom:60px; margin-top:10%;}
	#footer  .ft_banner {width:95%; background-image:url(../images/ft_banner2.jpg); background-position:center center; background-size:cover; background-position:left top;}
		
	#footer .c_sns {margin-top:10%; padding:5% 1% 0;}
	#footer .c_sns .wrapper_sns {max-width:160px; margin:0 auto;}
	#footer .c_sns li {float:left;	padding-top:3%;	margin-right:3%;}
	#footer .c_sns .sns {float:left;width:35px;height:35px;margin:3%;}
	#footer .c_sns .tock {background-image:url(../images/sns_icon.png);background-position:0 0;background-size:cover;background-repeat:no-repeat;}
	#footer .c_sns .insta {background-image:url(../images/sns_icon.png);background-position:-35px 0;background-size:cover;background-repeat:no-repeat;}
	#footer .c_sns .blog {background-image:url(../images/sns_icon.png);background-position:-70px 0;background-size:cover;background-repeat:no-repeat;}
	#footer .c_sns .wrapper_sns .tock a,
	#footer .c_sns .wrapper_sns .insta a,
	#footer .c_sns .wrapper_sns a {display:block;position:relative;bottom:20px;padding:20px;}
	
	#footer .c_info {margin:0 auto;}
	#footer .c_info .wrapper {text-align:center; padding:3% 7%;}
	#footer .c_info .wrapper a {margin:0 1%; letter-spacing:-1px;}
	.modal-window>div {width:95%; top:50px; height:75%;}
	.modal-close {right:3%; top:50px;}
	
	#footer .add_info {height:260px;}
	#footer .add_info_1 {display:block; width:100%; clear:both; padding:5% 10%;}
	#footer .add_info_1 li {width:100%; display:block; text-align:center;}
	#footer .add_info_1 li:nth-child(n+3) {clear:both; width:100%;}
	#footer .add_info_1 .line {display:none;}
	
	#footer .add_info_2 {width:100%; text-align:center; top:0; right:0; margin-top:5%;}
	#footer .add_info_2 li:nth-child(1n) {font-size:21px;}
	#footer .add_info_2 li:nth-child(2n) {font-size:18px; margin-top:1%;}
	
	#footer .add_info p {text-align:justify; padding:1% 5% 5%;}
	#footer .copyright {height:200px; padding:1.5% 0 10%; color:#999999; background-color:#333333; margin:0 auto;}
	#footer .copyright p {text-align:justify; height:200px; padding:5%;}
	#footer .copyright p .alC {display:block; margin-top:3%;}
	
	.modal-window .form_table table th,
	.modal-window .form_table table td {font-size:14px;}
	.modal-window .form_table select {width:15%;}
	.modal-window .form_table .form_btn {font-size:16px;}
	.modal-window .form_table input[type="radio"]:checked + label:after {top:24px;}
	
	.cont_thanks {width:100%;}
	.ft_banner .item1 a img {display:none;}
	
	
	#divpop_pop_1 {position: fixed; top:0; left:0; right:0; bottom:0; z-index:200; background-color:rgba(0,0,0,0.8);}
	#divpop_pop_1 table {width:80%; margin: 25% auto 0; border:1px solid #ddd;	}
	
	
	
	/*sub*/
	.scont_2 {height:auto;}
	.scont_3 {position:relative; top:30px; margin:10% 0 0;}
	.scont_3 .categories {top:0;}
	
	.info_wrap {position:relative; /*top:80px; min-height:2000px;*/}
	.info_wrap .gallery_info {height:730px;}
	.gallery_info_img img {width:100%!important; height:auto!important;}
	.info_wrap .gallery_info .gallery_info_txt {top:0; left:0; width:100%; display:block; height:40%;}
	.info_wrap_txt img {width:100%!important; height:auto!important;}
	.info_wrap .gallery_info .title h3 {padding:5% 5% 8%;}
	.info_wrap .gallery_info .gallery_info_txt .bts {padding:3%; background-color:#95c11e;}
	.info_wrap .gallery_info .gallery_info_txt .bts img {width:6%; vertical-align:middle;}
	/*.info_wrap .info_wrap_txt p {text-align:justify!important;}*/
	.info_wrap .info_wrap_txt p img {width:100%!important; height:auto;}
	.info_wrap .info_wrap_txt p .txc-emo {width:5%!important;}
	
	/*.sub_cont_7 {position:relative; top:50px;}*/
	.sub_cont_7 .btn-wrap .button {margin:0;}
	.sub_cont_7 .interview, .sub_cont_7 .dal_story,{top:0;}
	.sub_cont_7 .interview .view_2,
	.sub_cont_7 .interview .view_3{float:none; width:100%; height:230px; margin-bottom:5%;}
	.sub_cont_7 .dal_story .story_2,
	.sub_cont_7 .dal_story .story_3	{float:none; width:100%; height:230px; margin-bottom:5%;}
	.sub_cont_7 .interview, .sub_cont_7 .dal_story {position:relative; bottom:0;}

	.sub_cont_7 .event .event_1, 
	.sub_cont_7 .event .event_2, 
	.sub_cont_7 .event .event_3 {width:100%; margin-bottom:5%; padding-top:39%;}
	.sub_cont_7 .event .view_txt {max-width:100%;}
	
	.info_wrap .sub_story p {padding:1% 5%; text-align:center;}
	.info_wrap .sub_story_notice {padding:10% 0;}
	/*.info_wrap .sub_story_notice p {text-align:justify;}*/
	.info_wrap .sub_story_notice img { width:100%; margin:0 auto;}
	.info_wrap .sub_story_notice .tit {font-size:22px; letter-spacing:-1px; text-align:left;}
	.sub_wrap {top:0;}
	
	.cont_7 .interview .view_2,
	.cont_7 .dal_story .story_2,
	.cont_7 .event .event_2 {margin:0 auto 5%;}
	.cont_7 .event .btn-wrap a {margin-top:8%;}
	
	.cont_7 .lists__item:nth-child(2n) .view_1{margin:0 auto 5%;}
	.cont_7 .lists__item:nth-child(2n) .story_1{margin:0 auto 5%;}
	.cont_7 .lists__item:nth-child(2n) .event_1{margin:0 auto 5%;}
	
	
	
	
	.sub_cont_8 {width:100%; position:relative; top:0; margin-top:5%;}
	.form {width:100%; padding:5%;}
	.form .alC {text-align:left;}
	.form .list {margin-bottom:10%;}
	.form .list dd {max-width:70%; min-width:30%; margin-right:2%;}
	.form .list dt, .form .list dd {font-size:14px; text-align:left;}
	.form .category_code dd {padding-left:2%;}
	._input_txt {font-size:14px; padding-left:5%;}
		
	.form select {font-size:14px; background:url(../images/dropdown_arrow.png) 90% no-repeat transparent;}
	.form .address {height:170px;}
	.form .address dd {width:70%; margin-right:2%; margin-bottom:3%;}
	.form .address dd:nth-child(3), .form .address dd:nth-child(4) {margin-top:0;  margin-right:0; margin-bottom:3%; margin-left:25%;}
	.form .size {height:125px;}
	.form .size dd {height:48px; margin-bottom:5%;}
	.form .size dd, .form .date dd{width:70%;}
		
	.form .date {height:125px;}
	.form .date dd {margin-bottom:5%;}
	
	.form .checkbox_wrap {font-size:14px;}
	
	.bts {width:100%; margin:0 auto;}
	.bts a img {width:4%;}


}


@media ( max-width: 640px ) {
	.cont_1 .news_3 li {width:640px;}
	.cont_2 {height:4300px;}
	.cont_3 {margin:0 auto 10%;}
	.cont_4, .cont_5, .cont_6 {height:580px;}
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:193px;}
	.scont_2 {height:auto;}
	.info_wrap .gallery_info {height:660px;}
	.modal-window .form_table .reload_cnt {width:20%;}
}


@media ( max-width: 600px ) {
	.cont_1 .news_3 li {width:600px;}
	.cont_2 {height:4250px;}
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:181px;}	
	.scont_2 {height:auto;}
	.info_wrap .gallery_info {height:640px;}
	.modal-window .form_table .reload_cnt {width:15%;}
}


@media ( max-width: 512px ) {
	.cont_1 .news_3 li {width:512px;}
	.cont_2 {height:3650px;}
	.cont_2 .gallery_list img {height:320px; object-fit:cover;}
	.cont_4, .cont_5, .cont_6 {height:500px;}
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:154px;}
	.scont_2 {height:auto;}
	.info_wrap .gallery_info {height:590px;}
	.bts {padding:5%;}
	.bts a {padding:2% 5%;}
	.bts a img {width:5%;}
	.modal-close {top: 60px;}
	.modal-window .form_table table th {min-width:85px;}
	.modal-window .form_table table th,
	.modal-window .form_table table td {font-size:12px; line-height:5em;}
	.modal-window .form_table ._input_txt {font-size:12px;}
	.modal-window .form_table input[type="radio"] + label:before {top:20px;}
	.modal-window .form_table .mail {width:100%;}
}


@media ( max-width: 480px ) {
	.cont_1 .news_3 li{width:480px;}
	.menubar li a {padding:0 1%; font-size:16px;}
	.menubar li ul {width:33.3%;}
	.menubar li ul li {width:100%;}
	.menubar li ul a {padding:0 1%; font-size:15px;}
	
	.cont_2 {height:2800px;}	
	.cont_2 .gallery_list img {height:230px; object-fit:cover;}
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:144px;}
	.scont_2 {height:auto;}
	.info_wrap .gallery_info {height:570px;}
}


@media ( max-width: 414px ) {
	.cont_1 .news_3 li {width:414px;}
	.cont_1 .news_3 li .status {right:25px;}
	.cont_3 {margin:0 auto 50px;}
	.cont_4, .cont_5, .cont_6 {height:450px;}
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:125px;}
	.scont_2 {height:auto;}
	.info_wrap .gallery_info {height:540px;}
	.bts {font-size:18px;}
	.bts a img {width:6%;}
	.modal-window>div {padding:5%;}
	.modal-close {top: 50px;}
}


@media ( max-width: 400px ) {
	.cont_1 .news_3 li {width:400px;}
	.cont_3 {margin:0 auto 50px;}	
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:120px;}
	.scont_2 {height:auto;}
	.info_wrap .gallery_info {height:530px;}	
	.modal-window .form_table .mail2 {padding-left:27%;}	
	.form .list dt, .form .list dd {float:none;}
	.form .list dt {width:100%;}
	.form .category_code dd:last-child {margin:0;}
	.form .list dd {width:100%; max-width:100%; margin:0 auto 3%;}
	.form .address dd:nth-child(3) {margin-left:0;}
	.form .address dd:last-child {margin:0; width:100%; left:0;}	
	.form .size {height:170px;}
	.form .date {height:170px;}
	.form ._text_area {padding:3%; font-size:14px;}
}


@media ( max-width: 380px ) {
	.cont_1 .news_3 li {width:380px;}
	.cont_3 {margin:0 auto 50px;}
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:114px;}
	.cont_4, .cont_5, .cont_6 {margin-bottom:5%;}	
	.scont_2 {height:auto;}
}


@media ( max-width: 375px ) {
	.cont_1 .news_3 li {width:375px;}
	
}


@media ( max-width: 360px ) {
	.cont_1 .news_3 li {width:360px;}
	.cont_3 {margin:0 auto 50px;}
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:108x;}
	.fixed .bts .PL {width:40%;}
	.fixed .bts .PL a, .fixed .bts .PR a {font-size:20px;}
	.fixed .bts .PR {width:60%;}	
	.scont_2 {height:auto;}
	.info_wrap .gallery_info {height:510px;}
	.modal-window .form_table ._input_txt,
	.modal-window .form_table ._text_area,
	.modal-window .form_table .mail {width:75%;}
	
}


@media ( max-width: 320px ) {
	h2 {font-size:18px;}
	#nav .menu li {font-size:16px;}
	.cont_1 .news_2 p {font-size:20px;}	
	.cont_1 .news_3 li {width:320px;}
	.cont_2 {height:2500px;}
	.cont_2 .gallery_list img {height:200px; object-fit:cover;}
	.cont_4, .cont_5, .cont_6 {height:380px; margin-bottom:10%;}
	.cont_4 .gallery_list img,
	.cont_5 .gallery_list img, 
	.cont_6 .gallery_list img {height:96px;}
	#mo_footer .c_info p {padding:0 3%;}	
	.scont_2 {height:auto;}
	.info_wrap .gallery_info {height:500px;}		
	.bts a img {width:8%;}
	.modal-close {top: 40px;}
	.modal-window .form_table ._input_txt,
	.modal-window .form_table ._text_area,
	.modal-window .form_table .mail {width:70%;}
	.modal-window .form_table input[type="radio"] + label {padding-left:25px;}
	
}




/*2024.05.10 팝업 임시 수정*/

#divpop_pop_5 {z-index: 1000;position: absolute;top: 10%;left: 32%;}














