@charset "utf-8";
/* 전체_기본_공통적용*/
#wrap {width:100%;text-align:center;}
#header {width:100%;}
.container{margin:0 auto!important;}
#com_menu {width:100%; position:absolute; top:0; left:0; z-index:9999;}/*상단메뉴로고부분*/


/*로케이션 메뉴*/
#sub_location{
	position:relative;
	border-bottom:1px solid #e1e1e1;
	z-index:29;
    height:60px;
}
#sub_location .sub_location_area{
	position:absolute;
    left:50%;
    transform: translateX(-50%);
	width:1230px;
	height:60px;
}
#sub_location .sub_location_area > ul,
#sub_location .sub_location_area > div{
    float:left;
    vertical-align: top;
}
#sub_location .sub_location_area > div{
    text-align: center;
    line-height: 60px;
    border-left:1px solid #e1e1e1;
}
#sub_location .sub_location_area > div a{
    width: 60px;
    display: inline-block;
	height:60px;
}
#sub_location .sub_location_area > ul{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;
    width:210px;
}
#sub_location .sub_location_area > ul:last-child{
    margin-left: -1px;
}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #e1e1e1;
	float:left;
	background:none !important;
}
#sub_location .sub_location_area > ul li.home a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	color:#333;
	line-height:60px;
	text-align:center;
}
#sub_location .sub_location_area > ul li.sub_dept{
	float:block;
	width:100%;
	text-align:left;
	box-sizing:border-box;
}

@media(max-width:1199px){
	#sub_location .sub_location_area {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 992px;
		height: 60px;
	}
}


#sub_location .sub_location_area > ul li.sub_dept ul{
	border:1px solid #e1e1e1;
	background:; 
	height:60px; 
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a{
	color:#000; 
	background:url(../images/2019/lnb-arrow.jpg) no-repeat 96% center;
	background-size:15px 8px;    
} 
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
    background:url(../images/2019/lnb-arrow2.jpg) no-repeat 96% center!important;
    z-index:10;
} 
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a{
	color:#000; 
	background:url(../images/2019/lnb-arrow.jpg) no-repeat 96% center;
	background-size:15px 8px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a{
	background:url(../images/2019/lnb-arrow2.jpg) no-repeat 96% center;
	background-size:15px 8px;

}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
	background:;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a{
	display:block;
	padding-left:8px;
	font-size:16px;
	font-weight:400;
	line-height:59px;
    border-bottom:1px solid #d9d9d9;
    color:#999!important;
    text-decoration: none;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:last-child a{
	line-height:58px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a:hover{ background:;}
#sub_location .sub_location_area > ul li.sub_1dept{top:0px; left:61px;}
#sub_location .sub_location_area > ul li.sub_2dept{top:0px; left:260px; width:270px;}

#pc-sub-menu{

}
#pc-sub-menu > #left-menu{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
#pc-sub-menu > #left-menu > ul {
	margin:0;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	padding-top:30px;
}
#pc-sub-menu > #left-menu > ul > li{
	float:left;
	position:relative;
	background:#acacac;
	margin:0px 5px;
	transition:all 0.3s ease !important;
	-moz-transition:all 0.3s ease !important;
	-webkit-transition:all 0.3s ease !important;
	-o-transition:all 0.3s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:after{
	content:"";
	background:#666;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transition:all 0.4s ease !important;
	-moz-transition:all 0.4s ease !important;
	-webkit-transition:all 0.4s ease !important;
	-o-transition:all 0.4s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:hover:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
#pc-sub-menu > #left-menu > ul > li:hover{

}
#pc-sub-menu > #left-menu > ul > li.on{
	background:#333333;
}
#pc-sub-menu > #left-menu > ul > li > a{
	position:relative;
	z-index:2;
	display:block;
	width:200px;
	padding:15px 0;
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

#sub-inner-wrap {
	padding:30px 0 80px 0;
	position:relative;
}
#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

#sub-inner-wrap #left-menu {
	position:absolute;
	left:0;
	top:50px;
	
}
#sub-inner-wrap #left-menu ul{
	border-top:1px solid #0098f3;
	border-bottom:1px solid #0098f3;
	padding:20px 0;
	top:120px;
}
#sub-inner-wrap #left-menu ul li {
	margin:14px 0px;
	padding:0 30px;
}
#sub-inner-wrap #left-menu ul li a{
	display:block;
	color:#888;

}
#sub-inner-wrap #left-menu ul li.on{
	border-left:10px solid #0098f3;
	padding-left:20px;
}
#sub-inner-wrap #left-menu ul li.on a{
	color:#0098f3
}

@media(max-width:991px){
	#sub_location .sub_location_area {
		width: 100%;
		position: static;
		display: block;
		transform: translate(0,0);
	}
	#sub_location .sub_location_area > ul {
		width: 100%;
	}
	#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a {
		background: url(../images/lnb-arrow.jpg) no-repeat 97% center!important;
		background-size: 15px 8px;
	}
	#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover {
		background: url(../images/lnb-arrow2.jpg) no-repeat 97% center!important;
		z-index: 10;
	}
	#sub_location .sub_location_area > ul:last-child {
		margin-left: 0;
	}
}


#com_menu .st_Nav {position:absolute;top:14px;right:0px;margin:0px; padding:0px;z-index:100;}
#com_menu .st_Nav li {float:left; padding:0 7px 0 7px; background:url(../images/com_top_line.png) no-repeat 0px 1px;}
#com_menu .st_Nav li.first {background:none;}
#com_menu .st_Nav img {vertical-align:top;}


/* 메인비주얼 */
#main_visual {width:100%;}
#main_visual .visual{width:100%;margin:0 auto; position:relative;}
#main_visual .visual > ul > li {width: 50%; float: left; position:relative;}
#main_visual .visual ul li .main-banner {display:block; height:700px; background-size: cover!important; background-repeat: no-repeat!important;}
#main_visual .visual ul li a div { position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); width: 100%; }



/* 탭메뉴 */
/* images */
.listTab li a .button1{ background-image:url(../images/main_tt_01.gif); width:95px; height:22px;background-position:0 -22px;}
.listTab li a .button2{ background-image:url(../images/main_tt_01.gif); width:95px; height:22px;background-position:-90px 1px;}
.listTab.m1 .m1 a .button1{ background-image:url(../images/main_tt_01.gif); width:95px; height:22px;background-position:0 1px;}
.listTab.m2 .m2 a .button2{ background-image:url(../images/main_tt_01.gif); width:95px; height:22px;background-position:-90px -22px;}

/* Lined Tab */
.listTab{width:100%;}
.listTab ul{ position:relative; font-size:12px; *zoom:1;}
.listTab ul:after{ content:""; display:block; clear:both;}
.listTab li{ float:left; -margin-bottom:-1px;text-align:left;}
.listTab li a span{ display:inline-block; cursor:pointer;}
.listTab li ul{ display:none; width:300px; position:absolute; top:40px; left:0; border:0; margin:0; padding:0; *zoom:1;}
.listTab li ul:after{ content:""; display:block; clear:both;}
.listTab li li{ float:none; position:relative; -margin:0 0 8px 0; color:#999;background:url(../images/main_news_dot.gif) no-repeat 6px 10px;padding-left:15px; line-height:24px;}
.listTab li li a{ float:none; padding:0; margin:0; border:0 !important; color:#666 !important; font-weight:normal; background:transparent; letter-spacing:normal;text-decoration:none;}
.listTab li li a:hover,
.listTab li li a:active,
.listTab li li a:focus{ color:#000 !important; text-decoration:none;}
.listTab li li date,
.listTab li li .date{ position:absolute; top:0; right:0;}
.listTab li li.more{ position:absolute; top:-35px; right:0; border:0 !important; background:transparent;}

.listTab.m1 .m1 ul,
.listTab.m2 .m2 ul{ display:block;}

/* jsOff */
.listTab.jsOff{ height:auto;}
.listTab.jsOff ul{ border:0;}
.listTab.jsOff li{ float:none; position:relative;}
.listTab.jsOff li a{ float:none; display:block; font-weight:bold; color:#333;}
.listTab.jsOff li ul{ position:static; display:block; left:0; top:0;}
.listTab.jsOff li li a{ display:inline; border:0 !important; background:none !important; font-weight:normal;}
.listTab.jsOff li li.more{ top:7px; right:15px;}

/* 메인 */

#main_contents {width:; margin:0 auto; text-align:left;}/*메인 컨텐츠 부분_섹션으로 css구분*/
#main_contents h2.main_tit{width:100px; background:#222; border-radius:15px; text-align:center; font-size:14px; font-weight:700; color:#fff; line-height:30px;}
#main_contents h2.main_tit a{font-size:14px; font-weight:700; color:#fff; line-height:30px;}


#main_contents .sec01{position:relative;}
#main_contents .sec01 ul.sec01_btn_list{position:absolute; top:-700px; right:0; width:598px; border-left:1px solid rgba(255,255,255,0.3); border-right:1px solid rgba(255,255,255,0.3); z-index:99;}
#main_contents .sec01 ul.sec01_btn_list:after{content:""; display:block; clear:both;}
#main_contents .sec01 ul.sec01_btn_list li{position:relative; float:left; overflow:hidden;}
#main_contents .sec01 ul.sec01_btn_list li .sec01_btn_bg{position:absolute; top:0; left:0; width:100%; height:100%; z-index:99; display:none;}

#main_contents .sec01 ul.sec01_btn_list li.sec01_btn01{width:100%; height:350px; border-bottom:1px solid rgba(255,255,255,0.3);}
#main_contents .sec01 ul.sec01_btn_list li.sec01_btn02{width:299px; height:349px; border-right:1px solid rgba(255,255,255,0.3);}
#main_contents .sec01 ul.sec01_btn_list li.sec01_btn03{width:298px; height:349px;}
#main_contents .sec01 ul.sec01_btn_list li.sec01_btn01 .sec01_btn_bg{background:url(../images/sec01_bg01.jpg) no-repeat center center;}
#main_contents .sec01 ul.sec01_btn_list li.sec01_btn02 .sec01_btn_bg{background:url(../images/sec01_bg02.jpg) no-repeat center center;}
#main_contents .sec01 ul.sec01_btn_list li.sec01_btn03 .sec01_btn_bg{background:url(../images/sec01_bg03.jpg) no-repeat center center;}

#main_contents .sec01 ul.sec01_btn_list li .sec01_con{position:absolute; bottom:-35px; left:30px; z-index:999;}
#main_contents .sec01 ul.sec01_btn_list li .sec01_con h2{font-size:20px; font-weight:700; color:#fff;}
#main_contents .sec01 ul.sec01_btn_list li .sec01_con p{font-size:14px; color:#ddd; line-height:20px; margin:15px 0 35px;}
#main_contents .sec01 ul.sec01_btn_list li .sec01_con a{display:block; width:28px; height:28px; border:1px solid #fff; text-align:center; font-size:15px; font-weight:700; color:#fff; line-height:28px;}



.banner01{
	background: #e9861b;
}
.banner02{
	background: #3aaa35;
}
.banner-wrap{
	padding:30px 0;
	width:64%;
}
.banner-wrap > li{
	display: inline-block;
	margin: 0 9px;
} 
.banner-wrap li > a{
	color: #fff;
	text-decoration: none;
	padding: 14px 0;
	border: 1px solid #fff;
	width:260px;
	display:inline-block;
}


#main_contents03 .sec03_area > div {
    max-width: fit-content;
}
#main_contents03 .sec03_area > div.left * {
	width:500px;
}
#main_contents03 .row{
	margin: 0 auto;
}
#main_contents03 .left h3 {
    display: block;
    padding: 13px 0;
    background: #3c5a99;
    color: #fff;
	font-size: 16px;
}
#main_contents03 .sec03_area .right > div > a {
    width:100%;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
#main_contents03 .sec03_area > .row > div.right > div {
    margin-bottom: 12px;
	max-width:100%!important;
}
#main_contents03 .sec03_area > .row > div.right > div:last-child {
    margin-bottom: 0;
}
#main_contents03 .sec03_area .sec02_notice {
    text-align: left;
    padding: 26px;
    border: 1px solid #e0e0e0;
}
#main_contents03 .sec03_area .sec02_notice h3 {
    position: relative;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#main_contents03 .sec03_area .sec02_notice h3 small {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}
#main_contents03 .sec03_area .sec02_notice h3 a {
    position: absolute;
    top: 0;
    right: 0;
    background: #00a4b7;
    padding: 2px 8px;
    color: #fff;
    font-size: 20px;
}
#main_contents03 .sec03_area .sec02_notice ul li {
    list-style: none;
    margin-bottom: 3px;
}
#main_contents03 .sec03_area .sec02_notice ul li:before {
    content: "";
    display: inline-block;
    background: #888;
    border-radius: 10px;
    width: 3px;
    height: 3px;
    margin-right: 10px;
    margin-bottom: 3px;
}
#main_contents03 .sec03_area .sec02_notice ul li a{
    color: #333333;
    text-decoration: none;
}

.pre{padding-top:20px;}
#main_contents03 h3 a:hover{
	text-decoration:none;
}
@media (max-width:991px){
	#main_contents02 .sec0201, #main_contents02 .sec0202 {
		padding: 20px 0;
	}
	#main_contents02 .sec0201 li a, #main_contents02 .sec0202 li a {
		padding: 10px 0;
		max-width: 100%;
		width:100%;
		font-weight:300;
	}
	#main_contents03 .sec03_area {
		width: 100%;
	}

}

#main_contents02 .col-md-3{
	position:relative;
}
#main_contents02 .col-md-3 .wh{
	position:absolute;
	top:0;
	left:15px;
	display:none;
	min-width:280px;
}


@media (max-width:485px){
	.pre{
		padding: 0 0 20px 10px!important;
	}
	.pre img{
		width:110px;
	}
	.subpage .table01 {
		padding-bottom: 10px!important;
	}
	.apply_btn {
		border: none;
		width: 130px!important;
		line-height: 30px!important;
		color: #fff;
		background: #3aaa35;
		font-size: 12px!important;
		display: inline-block;
		margin-left: 20px!important;
	}
	
}










#main_contents03 .sec0401{display:inline-block;width:550px;height:120px;padding:30px 0 0 40px;margin-right:20px;background:url(../images/sec04_img01.jpg) no-repeat 0 0;}
#main_contents03 .sec0401 h2{color:#fff;font-size:20px; font-weight:bold;}
#main_contents03 .sec0401 p{color:#fff;font-size:15px; font-weight:normal;line-height:24px;}
#main_contents03 .sec0402{display:inline-block;width:550px;height:120px;padding:30px 0 0 40px;background:url(../images/sec04_img02.jpg) no-repeat 0 0;}
#main_contents03 .sec0402 h2{color:#fff;font-size:20px; font-weight:bold;}
#main_contents03 .sec0402 p{color:#fff;font-size:15px; font-weight:normal;line-height:24px;}

#main_contents03{margin:60px auto;}
#main_contents03:after{content:""; display:block; clear:both;}
#main_contents03 .sec03_area{margin:0 auto;}
#main_contents03 .sec03_area:after{content:""; display:block; clear:both;}
#main_contents03 .sec03_area h1{margin:0 auto; font-size:30px; color:#333; width:200px; margin-bottom:45px; font-weight:bold;}
#main_contents03 .sec03_area h1:before{width:2px; height:170px; background:#ffd801; content:""; display:block; margin:0 auto; margin-bottom:50px;}
#main_contents03 .sec03_area h1 span{color:#ffd801;}
#main_contents03 .sec03_area .sec0301_notice{float:left; width:580px; border-bottom:1px solid #cacaca;}
#main_contents03 .sec03_area .sec0302_news{float:right; width:580px; border-bottom:1px solid #cacaca;}

#main_contents03 > div:after{content:""; display:block; clear:both;}

#main_contents03 .sec0301_tit_area{float:left; text-align:left; width:108px; padding-left:10px;}
#main_contents03 .sec0301_tit_area h2{position:relative; font-size:20px; font-weight:700; color:#333;  margin:0 0 10px;}
#main_contents03 .sec0301_tit_area a{font-size:12px; font-weight:bold; color:#0d6fb8;  margin-left:30px;}
#main_contents03 .sec0301_notice{border-top:2px solid #333; width:580px; padding-top:40px;  }
#main_contents03 ul.sec0301_board{float:right; text-align:left; margin-top:-10px; margin-right:10px;}
#main_contents03 ul.sec0301_board li{line-height:40px; width:450px;}
#main_contents03 ul.sec0301_board li:last-child{margin-bottom:35px;}
#main_contents03 ul.sec0301_board li a{position:relative; display:block; padding-left:20px; font-size:14px;  }
#main_contents03 ul.sec0301_board li a:after{content:""; display:block; width:3px; height:3px; background:#d6d6d6; position:absolute; top:50%; left:0; margin-top:-1.5px;}
#main_contents03 ul.sec0301_board li a .date{ float:right; }


#main_contents03 .sec0302_tit_area{float:left; text-align:left; width:108px; padding-left:10px;}
#main_contents03 .sec0302_tit_area h2{position:relative; font-size:20px; font-weight:700; color:#333;  margin:0 0 10px;}
#main_contents03 .sec0302_tit_area a{font-size:12px; font-weight:bold; color:#0d6fb8;  margin-left:30px;}
#main_contents03 .sec0302_news{border-top:2px solid #333; width:580px; padding-top:40px;  }
#main_contents03 ul.sec0302_board{float:right; text-align:left; margin-top:-10px; margin-right:10px;}
#main_contents03 ul.sec0302_board li{line-height:40px; width:450px;}
#main_contents03 ul.sec0302_board li:last-child{margin-bottom:35px;}
#main_contents03 ul.sec0302_board li a{position:relative; display:block; padding-left:20px; font-size:14px;  }
#main_contents03 ul.sec0302_board li a:after{content:""; display:block; width:3px; height:3px; background:#d6d6d6; position:absolute; top:50%; left:0; margin-top:-1.5px;}
#main_contents03 ul.sec0302_board li a .date{ float:right; }
.insta_img{width:100%;}



#main_contents04 {width:100%; background:#f0f0f0; margin-bottom:60px;}/*메인 컨텐츠 부분_섹션으로 css구분*/
#main_contents04:after {content:""; clear:both; display:block;}
#main_contents04 .sec04_area {margin:0 auto; position:relative; }
#main_contents04 .sec04_area:after{content:""; display:block; position:absolute; left:-870px;  width:100%; height:436px; background:#f0f0f0; z-index:9;}

#main_contents04 .sec04_tit{width:166px; height:90px; margin-top:110px; position:relative; z-index:99; text-align:left; 
							color:#fff; background:url(../images/2019/logo.png) no-repeat center;}
#main_contents04 .sec04_tit h2{font-size:30px; font-weight:200; margin-bottom:30px;}
#main_contents04 .sec04_tit h2 span{font-weight:700;}
#main_contents04 .sec04_tit p{font-size:16px; line-height:26px; margin-bottom:40px;}
#main_contents04 .sec04_tit a{float:left; background:#46413b; border:4px solid #46413b; width:175px; height:50px; font-size:15px; font-weight:700; color:#fff; line-height:50px; text-align:center; -webkit-transition:all .4s;transition:all .4s; margin-top:0; border-radius:5px;}
#main_contents04 .sec04_tit a:hover{background:#7fc9ba; border:4px solid #fff; color:#fff;}

#main_contents04 .left {width:325px; margin-top:110px; float:left; position:relative; z-index:99;}
#main_contents04 .tt01 {font-size:13px; color:#b3a586; letter-spacing:5px; font-weight:bold; margin-bottom:20px;}
#main_contents04 .tt02 {font-size:40px; color:#7c7c7c; font-weight:bold; margin-bottom:40px;}
#main_contents04 .tt02 a {color:#444;}
#main_contents04 .stt {font-size:15px; line-height:24px; color:#b6b6b6; margin-bottom:30px;}

#main_contents04 ul {
    padding: 60px 0;
}
#main_contents04 li{
	text-align:left;
}
#main_contents04 li a{
	background:#fff;
	width:100%;
}
#main_contents04 li a:hover{
	text-decoration: none;
}
#main_contents04 li a div{
	padding: 26px;
}
#main_contents04 li a img{
	width: 100%;
}
#main_contents04 li a p{
	padding: 10px 0 16px;
}
#main_contents04 li h2{font-size:18px; font-weight:700;  color:#000; margin:30px 0 15px 20px;}
#main_contents04 li h5{margin-left:24px; padding:8px;}
#main_contents04 li p{font-size:15px; color:#555; line-height:1.5; margin-left:0;}

#main_contents04 .sec04_more{font-size:12px; color:#3aaa35; font-weight:bold;}
.txt-position{
    position: absolute;
    top: 240px;
    left: 30px;
    z-index: 10;
}



/* --------main_contents05 ------- */

#main_contents05 {margin:0 auto; text-align:left; padding:30px 15px 0;}
#main_contents05:after{content:""; display:block; clear:both;}
#main_contents05 h2{position:relative;color:#000;padding-bottom:14px;}
#main_contents05 h2:after{
	content: "";
    display: block;
    width: 34px;
    height: 3px;
    position: absolute;
    top: -20px;
    left: 0;
	background: rgba(207,48,96,1);
	background: -moz-linear-gradient(left, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207,48,96,1)), color-stop(100%, rgba(70,49,114,1)));
	background: -webkit-linear-gradient(left, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	background: -o-linear-gradient(left, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	background: linear-gradient(to right, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3060', endColorstr='#463172', GradientType=1 );
}
#main_contents05  ul li {float:left;}
#main_contents05 .sec0501{margin-bottom:50px;}
#main_contents05 .sec0502{margin-bottom:50px;}
#main_contents05 .sec0501 ul li{
	display: block; 
	width:142px; height:60px;
	display:block; background-size: contain!important; 
	background-repeat: no-repeat!important; 
	background-position: center center!important;
}
#main_contents05 .sec0502 ul li{
	display: block; 
	/* width:228px; */ height:40px;
	margin-right:30px;
	margin-bottom:15px;
	display:block; background-size: contain!important; 
	background-repeat: no-repeat!important; 
	background-position: center center!important;
	}
#main_contents05 .sec0501 ul li.sec0501_01 {background:url(../images/2019/host_1.jpg);width:129px;}
#main_contents05 .sec0502 ul li.sec0502_01 {background:url(../images/2019/host_2.jpg); width:250px;}
#main_contents05 .sec0502 ul li.sec0502_02 {background:url(../images/2019/host_3.jpg);width:194px;}
#main_contents05 .sec0502 ul li.sec0502_03 {background:url(../images/2019/host_4.jpg); width:196px;}
#main_contents05 .sec0502 ul li.sec0502_04 {background:url(../images/2019/host_5.jpg);width:232px;}
#main_contents05 .sec0502 ul li.sec0502_05 {background:url(../images/2019/host_6.jpg); width:155px;}
#main_contents05 .sec0502 ul li.sec0502_06 {background:url(../images/2019/host_7.jpg); width:133px;}
#main_contents05 .sec0502 ul li.sec0502_07 {background:url(../images/2019/logo_last.png); width:133px;}
/* #main_contents05 .sec0502 ul li.sec0502_02 {background:url(../images/2019/host_3.jpg)} */

#main_contents05 .notice{
	border-top:3px solid black;
	border-bottom:1px solid #cacaca;
	padding:40px 0;
	transform:translateY(-20px);
}
#main_contents05 .notice a > img{
	transform: translate(26px, 14px);
}
#main_contents05 .notice h3{
	width:20%;
	float:left;
}
#main_contents05 .notice ul{
	width:78%;
	float:left;
}
#main_contents05 .notice ul li{
	width:100%;
	position:relative;
	padding-left:16px;
}
#main_contents05 .notice ul li:before{
	position:absolute;
	top:10px;
	left:0;
	width:3px;
	height:3px;
	border-radius:50%;
	content:'';
	background:#ddd;
}
#main_contents05 .notice ul li a{
	display:block;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
	width: 320px;
	height: 40px;
}
#main_contents05 .notice ul li a:hover{
	color:#000;
}
.gradient{
	background: rgba(207,48,96,1);
	background: -moz-linear-gradient(left, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207,48,96,1)), color-stop(100%, rgba(70,49,114,1)));
	background: -webkit-linear-gradient(left, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	background: -o-linear-gradient(left, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	background: linear-gradient(to right, rgba(207,48,96,1) 0%, rgba(70,49,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3060', endColorstr='#463172', GradientType=1 );
}



#main_contents06 { margin:0 auto; padding:50px 0px;}
/* #main_contents06 .sec06_area {	border-bottom: 1px solid #ddd;} */
#main_contents06 #movie_list {
	/* max-width:800px; */margin:0 auto;
}

.movie {margin-bottom:30px;
}

.movie #movie_list{
}
.movie #movie_list .row > li {
	text-align: center;
}

/*영상추가시 삭제*/
.movie #movie_list .row > .pl {
	text-align: center;
	position: relative;
    left: 100px;
}
.movie #movie_list .row > .pr{
	text-align: center;
	position: relative;
    right: 100px;
}

.movie #movie_list .row > li a{
	text-decoration: none;
}
.movie #movie_list .row > li img,
/* .movie #movie_list .row > li iframe{
	max-width:100%;
} */
.movie #movie_list .row > li .subject{
	padding-bottom:10px;
/* 	width: 100%; */
}
.movie #movie_list .row > li .subject p{
	color:#111;
	padding-bottom:20px;
}
.movie #movie_list .row > li .subject p:nth-child(2){
	display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    width:100%;
    height:40px;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
}

body.modal-open {
    overflow: visible;
}

.modal,
.modal-open,
.modal-open .modal{
	padding-right: 0 !important;
}
.movie .modal{
	padding-top: 80px;
}
.movie .modal-dialog{
	z-index:99999;
	width:100%;
	max-width:1050px;
}
.movie .modal-dialog .modal-content{
	width:100%;
	padding-top: 56.25%;
	position: relative;
	border:none;
	border-radius:0;
	background:none;
	box-shadow:none;
}
.movie .modal-dialog .modal-content button{
	position: absolute;
	top:-50px;
	right:0;
	z-index:1;
    opacity: 1;
}
.movie .modal-dialog .modal-content button i{
    color: #cdcdcd;
    font-size: 40px;
    outline: none;
}
.movie .modal-dialog .modal-content iframe,
.movie .modal-dialog .modal-content video{
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
@media (max-width:992px){
	.movie .modal-dialog{
		margin:0 auto;
		max-width:95%;
	}
	.movie .modal-dialog .modal-content button i{
		font-size: 30px;
	}
}
#bo_v_con{
    text-align: -webkit-auto;
}

/*메인_가로형의 세로형*/
#main_wrap_vertical {width:1010px;margin:0 auto;--padding-bottom:40px;}/*메인 컨텐츠 부분_섹션으로 css구분-보더값 뺄것.*/
#main_wrap_vertical .visual {float:left;border:5px solid #6d80a8;}
#main_wrap_vertical .contents {float:right; width:320px;border:5px solid #dcb997; padding-left:10px;}
#main_wrap_vertical .contents .sec01 {float:left; width:100%; padding-top:20px;}
#main_wrap_vertical .contents .sec02 {float:left; width:100%;text-align:left;padding-top:20px;}
#main_wrap_vertical .contents .sec03 {float:left; width:100%;text-align:left;padding-top:20px;}
#main_wrap_vertical .contents .sec02 h2 {padding-bottom:17px;}
#main_wrap_vertical .contents .sec03 {float:left; width:100%;text-align:left;padding-top:20px;}
#main_wrap_vertical .contents .sec03 h2 {padding-bottom:17px;}




/* 공지사항 리스트 및 탭관련*/
.ltNotice {position:relative; height:150px; text-align:center;}
.ltNotice li {float:left;}
.ltNotice .tab {float:left;height:24px; overflow:hidden; text-indent:-9999em; background:url(../images/main_tt_01.gif) no-repeat;}
.ltNotice .t1 {width:88px; background-position:0 -24px;}
.ltNotice .t2 {width:98px; background-position:-88px 0;}
.ltNotice .t3 {width:100px; background-position:-198px 0;}
.ltNotice li.active .t1 {width:88px; background-position:0 0;}
.ltNotice li.active .t2 {width:98px; background-position:-88px -24px;}
.ltNotice li.active .t3 {width:100px; background-position:-198px -50px;}

.ltNotice ul {display:none; position:absolute; top:34px; left:0px; width:300px;}
.ltNotice ul li {float:left;text-align:left; padding-left:15px; line-height:24px; background:url(../images/main_news_dot.gif) no-repeat 6px 10px; width:295px;}
.ltNotice ul li span {padding-right:10px;float:right}
.ltNotice li.active ul {display:block;}
.ltNotice a {color:#989898;}
.ltNotice a:hover {color:#569ecc;font-size:12px;}
.ltNotice .more {position:absolute; top:-16px; right:0px; background:none;}


/*공통팝업 - 개인정보취급방침_이용약관_이메일무단수집거부*/
#no_spam {width:600px;border:10px solid #d8d8d8;}
#privacy {position:relative;}
#privacy div {font-size:14px;line-height:22px;}
#privacy h2 {margin:0px 0 10px 0px; font-size:14px; font-weight:bold; color:#555;}
#privacy h2 span {font-size:14px; color:#ee0000;}
#privacy h2 p {font-size:14px; color:#ee0000; font-weight:400; padding-top:5px;}
#privacy textarea {width:96%;height:400px;color:#666666; padding:3% 15px; line-height:22px;border:1px solid #ededed; background:#f9f9f9}
#privacy .btn_close {position:absolute; top:40px; right:20px;}

/*서브*/
.sub_tit_area{width:; margin:0 auto; padding:0 0 0;}
.sub_tit_area:after{content:""; display:block; clear:both;}
.sub_tit_area h2.sub_tit{position:relative; float:left; font-size:30px; font-weight:700; color:#fff; padding-right:0; line-height:189px;}
.sub_tit_area h2.sub_tit:after{content:""; display:block; width:60px; height:5px; --background:#fff; position:absolute; top:50%; right:0; margin-top:-2.5px;}

.sub_tit_area .sub_quick_inquiry{float:right; text-align:right; padding:30px 0 0;}
.sub_tit_area .sub_quick_inquiry h3{font-size:26px; line-height:34px; font-weight:500; color:#fff;  margin: 20px 0 10px 0;}
.sub_tit_area .sub_quick_inquiry strong{display:block; font-size:30px; font-weight:700; color:#fff; margin:20px 0 25px;}
.sub_tit_area .sub_quick_inquiry ul:after{content:""; display:block; clear:both;}
.sub_tit_area .sub_quick_inquiry ul li{float:left; margin-left:10px;}
.sub_tit_area .sub_quick_inquiry ul li:first-child{margin-left:0;}
.sub_tit_area .sub_quick_inquiry ul li a{display:block; width:120px; border:1px solid #fff; text-align:center; font-size:14px; font-weight:300; color:#fff; line-height:33px;}

.sub_tit_area .sub_quick_inquiry ul li a:hover{text-decoration:none;background:#3aaa35; border-color:#3aaa35; }



.lnb{width:100%; border-top:1px solid rgba(255,255,255,0.3);}
.lnb #left_menu{width:; margin:0 auto;}
.lnb #left_menu ul.leftMenu:after{content:""; display:block; clear:both;}
.lnb #left_menu ul.leftMenu li{position:relative; float:left; border-right:1px solid rgba(255,255,255,0.3);}
.lnb #left_menu ul.leftMenu li:first-child{border-left:1px solid rgba(255,255,255,0.3);}
.lnb #left_menu ul.leftMenu li a{text-decoration:none;position:relative; display:block; min-width:140px; padding:0 20px; text-align:center; font-size:16px; font-weight:300; color:#fff; line-height:60px;}
.lnb #left_menu ul.leftMenu li.on a{background:#3aaa35}
.lnb #left_menu ul.leftMenu li.on:after{content:""; display:block; width:100%; height:3px; background:#3aaa35; position:absolute; bottom:0; left:0;}
.lnb #left_menu ul.leftMenu li.on a:after{content:""; display:block; width:10px; height:5px; background:url(../images/2019/green-arrow.png) no-repeat center center; position:absolute; bottom:-5px; left:50%; margin-left:-5px;}



#sub_wrap {position:relative; margin:0 auto; width:; min-height:400px; content:"";}
#sub_wrap #sub_contents .con_detail:after{display:block; content:""; clear:both;}
/*서브와꾸*/
#sub_wrap #sub_contents {width:100%;} /*오른쪽컨텐츠 전체와꾸*/

#sub_wrap #sub_contents .sub_stit_area{position:relative; text-align:center; margin:55px 0 0; }
/* #sub_wrap #sub_contents .sub_stit_area:after{content:""; display:block; width:100px; height:1px; background:#222; position:absolute; bottom:0; left:50%; transform:translateX(-50%);} */
#sub_wrap #sub_contents .sub_stit_area h3.sub_stit{font-size:32px; color:#000;font-weight:500;letter-spacing:-0.015em;}
#sub_wrap #sub_contents .sub_stit_area ul.sub_location{font-size:0; text-align:center; margin:25px 0 0;}
#sub_wrap #sub_contents .sub_stit_area ul.sub_location li{display:inline-block; *zoom:1; *display:inline; font-size:14px; color:#999;}
#sub_wrap #sub_contents .sub_stit_area ul.sub_location li span{padding:0 14px;}

/* 2019 */
#sub_wrap .mb100{margin-bottom:100px;}
#sub_wrap .subpage{margin:50px 0; text-align:left;}
#sub_wrap .sub-title{margin:60px 0;}
#sub_wrap .sub_0101 .sub-title{margin:60px 0 0;}
#sub_wrap .sub-item{margin:20px 0 50px}
#sub_wrap .btn01{width:120px;background:#;border-radius:10px;color: #fff; display:inline-block;margin-right:20px;text-align:center;float:left;}

#sub_contents .booth{width:266px; border: 1px solid #c7c7c7; display:inline-block; margin-right:6px;}
#sub_contents .booth > li:nth-child(2){padding: 0 20px;}
#sub_contents .booth > li:nth-child(3){padding: 0 20px 60px 20px;}
#sub_contents .booth > li:last-child{font-size:24px;color:#fff;background:#3aaa35;text-align:center;padding:8px;}
#sub_contents .booth img{padding:20px 10px;}
.mb30{margin-bottom:30px!important;}





/*quick*/
#quick {background:#e9e9e9;border:4px solid #d3d3d3;position:absolute; right:-90px; top:0px; width:70px; z-index:2; padding-top:50px;padding-bottom:50px;}


/*테이블*/
.table_01 {width:100%; margin-bottom:10px;border-top:2px solid #bd956d;}
.table_01 th {font-size:11px;height:30px; text-align:center; background:#f8f8f8; border-bottom:1px solid #d4d4d4;color:#444444;font-weight:bold;}
.table_01 th.line_r {border-right:1px solid #d4d4d4;}
.table_01 td {font-size:11px;border-bottom:1px solid #d4d4d4;}
.table_01 td.cen{font-size:11px;height:30px;text-align:center;}
.table_01 td.left {line-height:130%;padding:20px 0px 20px 20px;font-size:11px;height:30px; border-bottom:1px solid #d4d4d4;}
.table_01 td.left_2 {padding:0px 0px 0px 10px;font-size:11px;height:30px; border-bottom:1px solid #d4d4d4;}
.table_01 td.line_r {border-right:1px solid #d4d4d4;;color:#6c6c6c;}
.table_01 td.font_b {font-weight:bold;color:#704924;}
.table_01 td.line_h {line-height:130%;}
/* 2019 테이블 */
.subpage .table01 {width:100%; border-top:1px solid #c7c7c7;}
.subpage .sub0201 .table01 {border-bottom:none;}
.subpage .table01 th{
	font-size:24px;font-weight:500;color:#3aaa35;letter-spacing:-0.05em;position:relative; 
	vertical-align:top; padding-left:50px; width: 30%;height:100px;line-height:100px;
	}
/* .subpage .table01 th::before{position:absolute;content:'';top:36px;left:30px;width:4px;height:24px; background:#3aaa35;} */
.subpage .table01 td{font-size:16px;font-weight:300;color:#333;letter-spacing:-0.05em;line-height:28px; vertical-align:top;
	position:relative; width: 70%;padding-left:30px;padding-top:32px;
	}
.subpage .table01 div{float:left;}
.subpage .no-border::after{content:none!important;}
.subpage .mg{margin-top:10px;}

.subpage .table02 {width:100%;font-size:16px!important;text-align:center;border:1px solid #ddd;border-top:1px solid #000;}
.subpage .table02 tbody{width:100%;}

/* .subpage .table02 th,
.subpage .table02 td{
	height:0; 
	padding:10px 0; 
	border-bottom:1px solid #ddd;
} */
.subpage .table02 td{
	text-align:left;
	padding-left:30px;
}
.subpage .table02 th {color:#000;font-weight:500;background:#efefef;font-size:16px!important;
text-align:center;padding-left:0;padding-top:0;border-right:1px solid #ddd;}
.subpage .table02 th::before{content:none;}
/* .subpage .table02 th::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #efefef;
} */



/*사이트맵*/
#sitemap {width:100%;}
.oneDepth {width:21%; float:left; margin-right:5%;margin-bottom:30px; min-height:250px;}
.oneDepth.last{margin-right:0;}
.oneDepth h5 {font-size:16px; font-weight:bold; text-align:center !important; color:#222; padding:6px 0 6px 0; border-bottom:2px solid #333;}

.twoDepth {font-size:14px; padding-top:5px;}
.twoDepth li {padding:10px 0 10px 0px; border-bottom:1px solid #dedede}
.twoDepth li p {font-size:13px;margin-top:5px;}


/*병원둘러보기*/
.gallery {background-color:#f3f3f3; width:780px; height:440px;}
.gallery ul li {width:105px; float:right; margin:10px 10px 0px 2px; }
.gallery ul li.over {width:105px; float:right; margin:10px 7px 0px 2px; border:3px solid #82aae0;}

/* 푸터 */
#footer {clear:both;width:100%;background-color:#19132a; margin-top:80px;color:#fff;}
#footer .fContent {clear:both;width:;margin:0px auto;text-align:left;height:170px;}
#footer .fContent li{float:left; line-height:20px;}
#footer .fContent .slogo {float:left; margin:63px 60px 0 0;}
#footer .fContent .info {float:left;text-align:left;margin-top:30px;font-size:14px; color:#464646;font-weight:normal;line-height:24px; }
#footer .fContent .info p a{font-size:13px; color:#999;}
#footer .fContent .info p a:hover{font-size:13px; color:#999;}
#footer .fNav li.first {padding-left:0; background:none;}
#footer .fNav a{color:#999;}
.sample {clear:both;}
.sample p {width:; margin:0 auto; background:#dcb997;color:#999;border:5px solid #dcb997;padding:15px 0 15px 0;}
.sample p strong{font-size:16px; font-weight:bold;}
.fNav{margin-bottom:10px;}
#footer p{color: #999;font-weight:300;}

#btn_submit {border:none; width:200px; height:40px; color:#fff; border-radius:5px; margin-top:30px;  font-size:14px; background: #19132a;}

#hd_pop {position:absolute; z-index:1000; top:0; }
#hd_pop > .hd_pops{position:absolute !important}
/* #hd_pops_4 {position:absolute;}
#hd_pops_6 {position:absolute;}
#hd_pops_7 {position:absolute;} */
#hd_pop img {width:100%;}
.hd_pops_footer {background:#fff; bottom:0; font-size:16px; padding:5px 0;}
.hd_pops_footer button {background:#ddd; color:#111; border:1px solid #fff; font-size:16px; cursor:pointer; padding:5px 10px; }


@media (max-width:1750px){
	.banner-wrap {
		width: 80%;
	}
}
@media (max-width:1400px) and (min-width:1200px){
	.banner-wrap li > a {
		width: 210px;
	}
}
@media (max-width:1199px){
	.banner-wrap {
		padding: 24px 0;
		width: 100%;
	}
	.visualItems .fr,.visualItems .fl{
		float: none!important;
	}
	#main_visual > .visual > .visualItems > li > div > ul{
		text-align: center!important;
	}
	#main_contents04 .sec04_tit {
		width: 156px;
		height: 80px;
		margin-top: 80px;
		background-size:contain;
	}
	#main_contents04 li a div {
		padding: 11px;
	}
	#main_contents05 .sec0501 {
		margin-bottom: 40px;
	}
	.banner-wrap li > a {
		padding: 12px 0;
		width: 200px;
	}
	#footer {
		margin-top: 60px;
	}
}
@media (max-width:991px){
	#main_visual .visual ul li {
		height: auto;
		width: 100%;
	}
	.banner-wrap{
		padding:20px 0;	
	}
	.banner-wrap li {
		width: 28%!important;
		margin: 0;
	}
	.banner-wrap li > a {
		padding: 12px 0;
	}
	#main_contents04 .sec04_tit {
		margin-top: 120px;
	}
	#main_contents05 .sec0501 {
		margin-bottom: 40px;
	}
	#footer {
		margin-top: 60px;
	}
	#footer .fContent .slogo {
		margin: 40px 40px 0 0;
	}
	#footer .fContent .info {
		margin-bottom:40px;
	}
}
@media (max-width:767px){
	.banner-wrap li {
		width: 47%!important;
	}
	#main_visual .visual ul li .main-banner {
		height: 600px;
	}
	.banner-wrap {
		padding: 16px 0;
	}
	#main_contents03 {
		margin: 40px auto;
	}
	#main_contents04 {
		margin-bottom: 40px;
	}
	#main_contents04 ul {
		padding: 40px 0;
	}
	#footer {
		margin-top: 30px;
	}
}
@media (max-width:600px){
	#main_contents04 .sec04_tit {
		width: 136px;
		height: 60px;
		margin-top: 80px;
		background-size: contain;
	}
	#main_contents03 .sec03_area .sec02_notice ul li:before {
		content: none;
	}
}
@media (max-width:485px){
	#main_visual .visual ul li .main-banner {
		height: 440px;
	}
	.banner-wrap {
		padding: 14px 0;
	}
	.banner-wrap li > a {
		padding: 8px 0;
		width: 150px;
	}
	#main_contents03 {
		margin: 30px auto;
	}
	#main_contents04 {
		margin-bottom: 30px;
	}
	#main_contents04 ul {
		padding: 30px 0;
	}
	#main_contents05 .sec0501 {
		margin-bottom: 10px;
	}
	#main_contents05 .sec0501 ul li a {
		width: 120px;
		height: 50px;
	}
	#main_contents05 ul li {
		margin: 0;
	}
	#main_contents05 .sec0502 ul li a {
		width: 230px;
	}
	#footer {
		margin-top: 20px;
	}
		#footer .fContent .slogo {
		margin: 20px 40px 0 0;
	}
	#footer img {
		width:100px;
	}
	#footer .fContent .info {
		margin-bottom:20px;
	}
	#main_contents04 .sec04_tit {
		margin: 0 auto;
	}
	#main_contents04 li:first-child {
		text-align: center;
	}
	#main_contents04 li h5 {
		margin-left: 0;
		padding: 8px 0 0;
	}
	#main_contents04 li {
		margin-bottom: 20px;
	}
	#main_contents05 h2 {
		padding-bottom: 6px;
	}
}







/* 0202 */
.input_cname{width:42%!important;}
.numeric2 {width:151px!important;}
.emailwidth{width:38%!important;}
#gray_board_write h4{padding-bottom:15px;}
#gray_board_write label{font-weight:400;}
#gray_board_write > h4 > span{margin-right:10px;}
.ex-item > div{float: left;margin-right: 20px;}
.m-name{display:none;}
.table_board_write02 th{width:260px;}
.btn_board_bottom{margin-bottom:60px;}
.total{width:94%!important;}
.piluscheck{float:right;}
.xscroll_icon{display:none;}
.re-padding{padding: 15px!important;}
.apply_btn02{
	border:none;
    width: 200px;
    height: 40px;
    color: #fff;
    background: #3aaa35;
    margin-top: 30px;
    font-size: 14px;
    cursor: pointer;
	padding: 8px 12px!important;
}
.apply_btn02:hover{
    color: #fff!important;
    background: #3aaa35!important;
	text-decoration:none;
}
#captcha_img{
	width:100px;
}
#gray_board_write h4{
	position:relative;
}
.scroll-info{
	display:none;
	position:absolute;
    top: 5px;
    right: 0;
}

@media (max-width:1199px){
	#gray_board_write colgroup{display:none;}
	.table_board_write02 th{width:145px;}
	#captcha_key{width:100%;}
}
@media (max-width:991px){
	#gray_board_write > h4 > span{font-size:18px;}
	.agreeform li{font-size:14px;}
	.numeric2 {width:36%!important;}
	.emailwidth{width:30%!important;}
	.input_cname{width:49.7%!important;}
	.input_basic {
		height: 35px;
		width: 97%;
	}
}
@media (max-width:767px){
	.x-scroll-wrap{
		width:100%;
		overflow-x:scroll;
	}
	.x-scroll{
		width:767px;
		white-space:nowrap;
	}
	#gray_board_write{
		margin-top:20px!important;
	}
	#gray_board_write h4{
		padding-bottom:10px;
	}
	.agreeform {
		margin: 10px!important;
	}
	.btn_board_bottom{
		margin-bottom:30px;
	}
	.xscroll_icon{
		display:inline-block;
	}
	#captcha_key{width:150px;}
	#captcha_img{width:14%;}
	.table_board_write02 th{
		width:150px;
	}
	.apply_btn02{
		margin-top:10!important;
	}
}
@media (max-width:485px){
	#gray_board_write .table_board_write td {
		font-size: 14px;
		padding: 4px 0 4px 0;
	}
	.btn_board_bottom{
		margin-bottom:20px;
	}
	.xscroll_icon{
		width:18px;
	}
	.apply_btn02{
		margin-top:0!important;
		border-color: #3aaa35!important;
	}
	.prod-img{
		width: 153px;
	}
	.agreeform {
		margin: 10px 0 30px!important;
	}
	.account{
		text-align:left!important;
	}
	#gray_board_write .table_board_write-no-scroll th, 
	#gray_board_write .table_board_write-no-scroll td {
		padding: 8px!important;
	}
	.scroll-info{
		display:inline-block;
		font-weight:400;
	}
}





/* 0301 */

.sub0301{
	padding: 30px 0;
}
.sub0301 .row > div {
	border: 1px solid #ccc;
	padding: 26px 50px;
	height: 250px;
}
.sub0301 .row > div:nth-child(1),
.sub0301 .row > div:nth-child(2){
	border-right: none;
}
@media (max-width:1199px){
	.sub0301 .row > div {
		padding: 20px;
	}
}
@media (max-width:991px){
	.sub0301 .row > div {
		padding: 10px;
		height:290px;
	}
	.sub0301 p{
		font-size:14px;
	}
}
@media (max-width:767px){
	.sub0301 .row > div:nth-child(1),
	.sub0301 .row > div:nth-child(2){
		border-right: 1px solid #ccc;
	}
	.sub0301 .row > div {
		padding: 25px;
		height: 260px;
		margin: 10px 0;
	}
	.input_cname {
		width: 49%!important;
	}
	#gray_board_write p{
		text-align:left;
	}
}
@media (max-width:485px){
	.sub0301 .row > div {
		height: 200px;
	}
	.sub0301 > div > div > div > img{
		width:70px;
	}
	.numeric2 {
		width: 33%!important;
	}
	#gray_board_write p{
		font-size:14px!important;
	}
	#captcha_img {
		width: 26%;
	}
	#btn_submit {
		margin-top: 20px;
	}
}


.dp-table{
	display:table;
}
.dp-cell{
	display:table-cell;
}
.sub0302 > .dp-table{
	margin-bottom:80px;
}
.sub0302 > .dp-table > .dp-cell{
	vertical-align:middle;
}
.sub0302 > .dp-table > .dp-cell:last-child{
	padding-left: 70px;
}


/* sub0101 */
.sub0101-m,
.sub0101-t{
	display:none;
}
@media (max-width:1199px){
	#sub_wrap .sub-title {
		margin: 40px 0!important;
	}
}
@media (max-width:991px){
	#sub_wrap .sub-title {
		margin: 30px 0!important;
	}
	#sub_wrap .sub-item {
		margin: 10px 0!important;
	}
	#sub_wrap .subpage {
		margin: 30px 0;
		text-align: left;
	}
	.fContent .slogo img{
		width:100px;
	}
	.sub0101-t{
		display:block;
	}
	.sub0101-pc02{
		display:none;
	}
	#sub_visual {
		padding-top:60px;
	}
}
@media (max-width:767px){
	#sub_visual {
		height: 190px;
	}
	#sub_wrap #sub_contents .sub_stit_area {
		margin: 30px 0 0;
		padding: 0;
	}
	#sub_wrap .subpage {
		margin: 20px 0;
	}
	#sub_wrap .sub-title {
		margin: 20px 0;
	}
	.lnb {
		display:none;
	}
	#sub_wrap #sub_contents .sub_stit_area ul.sub_location {
		margin: 15px 0 0;
	}
	#sub_wrap #sub_contents .sub_stit_area:after {
		width: 45px;
	}
	#footer .fContent .slogo {
		margin: 20px 40px 0 0;
	}
	#footer .fContent .info {
		margin-bottom: 20px;
	}
}
@media (max-width:485px){
	#sub_visual {
		height: 150px;
	}
	.sub_tit_area .sub_quick_inquiry ul li {
		margin-left: 6px;
	}
	.sub_tit_area .sub_quick_inquiry ul li a {
		width: 90px;
		line-height: 30px;
	}
	.sub_tit_area h2.sub_tit {
		line-height: 150px;
	}
	.sub_tit_area .sub_quick_inquiry {
		padding: 15px 0 0;
	}
	.sub0101-pc{
		display:none;
	}
	.sub0101-m{
		display:block;
	}
	#sub_wrap .sub-item {
		margin: 20px 0 20px;
	}
	#sub_wrap .sub-title {
		margin: 30px 0 0!important;
	}
	#footer p {
		font-size: 12px;
	}
	#footer .fContent .info {
		margin-top: 20px;
	}
}

/* sub0102 */
@media (max-width:1199px){
	.subpage .table01 th{font-size:22px;margin:18px 0; padding-left:20px;}
	.subpage .table01 th::before{left:0;}
	#sub_contents .booth > li:last-child {font-size: 20px;}
}
@media (max-width:991px){
	.subpage .table01 th{font-size:20px;}
	.subpage .table01 th::before{top:38px;}
	#sub_contents .booth > li:last-child {font-size: 18px;}
	#sub_contents .booth > li:nth-child(3){padding: 0 20px 40px 20px;}
}
@media (max-width:767px){
	.subpage .table01 th{font-size:18px; padding-left: 14px;}
	.subpage .table01 th::before{width:3px;height:18px;top:41px;}
	#sub_wrap .btn01 {width: 110px;float: left;}

	.subpage .table01 > tbody > tr > th,
	.subpage .table01 > tbody > tr,
	.subpage .table01 > tbody > tr > td{display:block; width:100%;}
}
@media (max-width:485px){
	#sub_wrap .subpage {margin: 20px 0 10px;}
	.subpage .table01 > tbody > tr > th{font-size:16px; padding-left: 10px;height:0; line-height: 1.5; padding-top: 10px; padding-bottom:10px;}
	.subpage .table01 th::before{width:2px;height:14px;top:16px;}
	.subpage .table01 td {font-size: 14px;}
	.subpage .table01 td {padding-left: 10px;}
	.subpage .table01 .pt20 img {width:100px;}
	#sub_wrap .btn01 {width: 100%;}
	.subpage .table01 td {padding: 0 0 30px 10px;}
	#sub_contents .booth > li:nth-child(3){padding: 0 20px 30px 20px;}
	#sub_contents .booth > li:last-child {font-size: 16px;}

	.subpage .table01 th::after{content:none;}
	#sub_contents .booth{width:100%;margin:10px 0;}
	.subpage .table02{margin:10px 0;}
	.subpage .table02 th{padding:0;} 
	.subpage .table02 td{padding:20px 0;} 
	.subpage .table01{border-bottom:none;}
}


/* sub0203 */
.con_detail .download {
	
}
.download{
	margin: 30px 0;
}


/* sub0302 */
@media (max-width:1199px){
	.sub0302 .dp-cell img{width:110px;}
	.sub0302 > .dp-table {
		margin-bottom: 50px;
	}
}
@media (max-width:767px){
	.sub0302 > .dp-table > .dp-cell:last-child {
		padding-left: 30px;
	}	
	.sub0302 .dp-cell img{width:80px;}
	.sub0302 > .dp-table {margin:20px 0;}
}
@media (max-width:485px){
	.dp-cell {display:block;width:100%;}
	.sub0302 > .dp-table > .dp-cell:last-child {padding-left: 0;}
	.sub0302 .dp-cell img{width:70px;}
}
/* 0601 */
@media (max-width:485px){
	.mg{padding: 10px 0 0 0!important;}
	.pb{padding-bottom:0!important;}
	#gray_board_write {
		margin-top: 10px!important;
	}
}

/* 0303 */
.sub0303 #gray_board_write th{
	width: 15%;
}
.sub0303 #gray_board_write .numeric2 {
    width: 25%!important;
}
.sub0303 #gray_board_write .emailwidth {
    width: 32%!important;
}
.sub0303 #gray_board_write .table_board_write td {
    text-align:left;
	padding-left:10px;
}
#captcha_key{
	width:200px;
}
#captcha_info{
	display:inline-block;
}
.agreeform {
    margin: 15px 0 30px;
	font-weight:400;
	text-align:center;
	font-size:16px;
	float:right;
}
.agreeform li {
    display:inline-block;
    margin: 0 10px;
}
.no-border{border:none!important;}

#gray_board_write tr > td > div{
    display: inline-block;
    margin-right: 18px;
    min-width: 60px;
    max-width: max-content;
	margin:4px 12px;
}
#gray_board_write tr > td > div:last-child{
	margin-right: 2px;
}
@media (max-width:1199px){
/* 	.sub0303 #gray_board_write th{
		width: 28%;
	} */
}
@media (max-width:767px){
	#gray_board_write .numeric2 {
		width: 30%!important;
	}
	.table_board_write select {
		width: 30%!important;
	}
	.sub0303 #gray_board_write .numeric2 {
		width: 30%!important;
	}
	.sub0303 .table_board_write select {
		width: 30%!important;
	}
}
@media(max-width:485px){
	#gray_board_write > h4 > span {
		margin-right: 0;
	}
	.con_detail{margin-top:10px!important;}
}


/* 0602 */
.ex-item02{
	width:49%!important;
}
/* 0603 */
.sub0603{
	margin-top:30px!important;
}
.sub0603-02{
	margin-top:30px!important;
}
.sub0603-02 > .text-center{
	margin:40px 0 20px;
}
.sub0603-02 > .text-center a:hover{
	text-decoration:none;
}
.apply_btn:hover{
	text-decoration:none;
}
@media (max-width:767px){
	.sub0603{
		margin-top:20px!important;
	}
	.sub0603-02{
		margin-top:20px!important;
	}
}
@media (max-width:485px){
	.sub0603{
		margin-top:15px!important;
	}
	.sub0603-02{
		margin-top:0;
	}
}







/* 갤러리 */
#bo_list_total {font-size:14px!important;}
.tbl_head01 td {font-size:14px!important;}
#bo_sch select {font-size:14px!important;}
#bo_sch .sch_input {font-size:14px!important;}
#bo_gall li.empty_list {font-size:14px!important;}

@media (max-width:991px){
	.gall_row .col-gn-4 {
		width: 50%!important;
		font-size:16px!important;
	}
	#bo_sch .sch_btn {
		float: right!important;
	}

}
@media (max-width:767px){
	.tbl_head01 > table > thead > tr {
		display:none;
	}
	.td_datetime,.td_name,.td_num{
		display:none;
	}
	#bo_sch select{
		background:#Fff;
	}
	#bo_list_total {
		background: #fff!important;
	}
	#bo_btn_top {
		margin: 0;
		font-size:12px;
	}
	#bo_list .td_num2 {
		width: 40px!important;
	}
}
@media (max-width:485px){
	#bo_sch .sch_input{
		width:40%;
		font-size:13px!important;
	}
	#bo_sch select{
		font-size:13px!important;	
	}
	.gall_row .col-gn-4 {
		width: 100%!important;
		font-size:14px!important;
	}
}

.facebookbox{
    border: 1px solid #e0e0e0;
}
#bo_gall{font-size:14px;}



/* 체크/라디오박스 */
.agreeform label{
	font-size:16px!important;
}
.input_chk {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.input_chk input {
    position: absolute;
    top: 0;
    left: 1px;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    outline: 0;
}
.input_chk label {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    cursor: pointer;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*:root .input_chk label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 1px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #f5f6f7 url(https://static.nid.naver.com/images/ui/myinfo/pc_chcek_off_s_20.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}*/
.terms_necessary01{
	color: red;
}
.terms_necessary {
    font-size: 6px;
    display: inline-block;
    color: red;
	transform: translateY(-5px);
}
input[type=checkbox], input[type=radio] {
    margin: 3px 0 0!important;
}
#company_img{
	color:#363636;
	font-size:14px;
}


@media (max-width:767px){
	.agreeform label{
		font-size:14px!important;
	}
}




/* 공지사항 */
#bo_list_total{
	display:none;
}
.comment-hidden{
	display:none;
}
#bo_gall .gall_info{
	display:none;
}
#bo_v_title .bo_v_tit {
	color:#222;
}
#bo_v{
	margin-top:35px;
}



/*스크롤 아닐 시 */
@media (max-width:767px){	
	#gray_board_write::after{
		display:block;
		clear:both;
		content:'';	
	}
	#gray_board_write .table_board_write-no-scroll table,
	#gray_board_write .table_board_write-no-scroll table thead,
	#gray_board_write .table_board_write-no-scroll table tbody,
	#gray_board_write .table_board_write-no-scroll table tr,
	#gray_board_write .table_board_write-no-scroll table th,
	#gray_board_write .table_board_write-no-scroll table td{
		display:block;
	}
	#gray_board_write .table_board_write-no-scroll{
		margin-bottom:20px;
	}
	#gray_board_write .table_board_write-no-scroll .th_bold,
	#gray_board_write .table_board_write-no-scrollth,
	#gray_board_write .table_board_write-no-scroll td {
		border: none!important;
	}
	#gray_board_write .table_board_write-no-scroll tr{
		border: 1px solid #ddd!important;
	}
	#gray_board_write .table_board_write-no-scroll th,
	#gray_board_write .table_board_write-no-scroll td{
		width:100%!important;
		display: block;
		text-align:left!important;
		margin: 0;
	}
	#gray_board_write .table_board_write-no-scroll th::after,
	#gray_board_write .table_board_write-no-scroll td::after{
		display:block;
		clear:both;
		content:'';
	}
	#gray_board_write .table_board_write-no-scroll .th_bold {
		padding-left:10px;
	}
	.table_board_write-no-scroll .pc-name{
		display:none!important;
	}
	.table_board_write-no-scroll .m-name{
		display:inline-block;
	}
	.table_board_write-no-scroll .td_right_line{
		padding-left:10px!important;
	}
	#gray_board_write .table_board_write-no-scroll p{
		text-align:left;
	}
	.input_basic{
		background:#fff!important;
	}
	#gray_board_write .table_board_write-no-scroll .th_bold,
	#gray_board_write .table_board_write-no-scroll td{
		border:1px solid #ddd!important;
	}
	#gray_board_write .table_board_write-no-scroll .th_bold{
		margin-bottom:0!important;
		border-bottom:none!important;
		border-top:none!important;
	}
	#gray_board_write .table_board_write-no-scroll td{
		margin-top: 0!important;
		padding: 14px 0important;
	}
	.sub0303 #gray_board_write .emailwidth {
		width: 30%!important;
	}

}


@media (min-width:486px){
	.m-appear{
		display:none;
	}
}

.add-info > td{
	text-align:left!important;
}
.add-info > td > input,
.add-info > td > p{
	display:inline-block;
	vertical-align:middle;
}
.add-info > td > p span{
	font-size: 10px;
}	
@media (max-width:592px){
	.add-info > td > p{
		padding: 10px 0 0 10px;
	}
}
@media (max-width:485px){
	.add-info > td > p{
		padding: 10px 0 0;
	}
	.add-info > td > input{
		margin-left:0!important;
	}
}



/*메인 비주얼*/
.mainVisualWrap {
	position:relative;
	margin-top:0;
	height:100%;
}
.mainVisualWrap #main-visual-slide {
	position:relative;
	left:0;
	top:0;
}
.mainVisualWrap .swiper-container {
  width: 100%;
  height: 100%;
}
.mainVisualWrap .item{
	height:650px;
}
.mainVisualWrap .swiper-slide {
  text-align: center;
  height:100%;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mainVisualWrap .visual-container {
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainVisualWrap .visual-container .category{
	background: rgba(255,255,255,0.2);
	width:30rem;
	height:6rem;
    border-radius: 50px;
    line-height: 6rem;
    margin: 6rem auto 0;
}
@media(max-width:991px){
	.mainVisualWrap .visual-container .category{
		margin-top: 0;
	}
}	

.mainVisualWrap .visual-text{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-80%);
}

.quick-menu{
	position:absolute;
	bottom:10%;
	left:50%;
	transform:translateX(-50%);
	z-index:6;
}
.quick-menu ul{
	width:1200px;
}
.quick-menu li{
	float:left;
	width:25%;
	border-right:1px solid #b7b8b7;
}
.quick-menu li:last-child{
	border-right:none;
}
.quick-menu a{
	width:100%;
	display:inline-block;
	background:rgba(255,255,255,0.8);
	padding:20px;
	font-size:18px;
	font-weight:500;
	color:#000;
	text-decoration:none;
}
.quick-menu a:hover{
	color:#000;
	text-decoration:none;
}
.quick-menu a img,
.quick-menu a p{
	display:inline-block;
}
.quick-menu a img{
	padding-right:10px;
}
.quick-menu a img.wh{
	display:none;
}
.quick-menu li a:hover{
	color:#fff;
background: rgb(207,50,98);
background: linear-gradient(90deg, rgba(207,50,98,1) 0%, rgba(129,91,163,1) 35%, rgba(70,49,114,1) 100%);
}
.quick-menu li a:hover .bk{
	display:none;
}
.quick-menu li a:hover .wh{
	display:inline-block;
}


/* sec02 */
#main_contents02{
	background:#f7f7f7;
	padding:60px 0 100px;
}
#main_contents02 .row > div > a{
	border:1px solid #ddd;
	display:inline-block;
	width:100%;
	text-decoration:none;
	text-align:center;
}
#main_contents02 .row .bk,
#main_contents02 .row .wh{
	height:346px;
}
#main_contents02 .row .bk{
	background:#fff;
	padding: 55.5px 10px;
	width:100%;
}
#main_contents02 .row .bk img{
	padding-top:20px;
}
#main_contents02 .row .wh{
	padding: 25px 17px;
	color:#fff;
	background: rgba(207,50,98,1);
	background: -moz-linear-gradient(-45deg, rgba(207,50,98,1) 0%, rgba(165,77,140,1) 27%, rgba(152,84,151,1) 53%, rgba(119,89,162,1) 80%, rgba(69,49,113,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(207,50,98,1)), color-stop(27%, rgba(165,77,140,1)), color-stop(53%, rgba(152,84,151,1)), color-stop(80%, rgba(119,89,162,1)), color-stop(100%, rgba(69,49,113,1)));
	background: -webkit-linear-gradient(-45deg, rgba(207,50,98,1) 0%, rgba(165,77,140,1) 27%, rgba(152,84,151,1) 53%, rgba(119,89,162,1) 80%, rgba(69,49,113,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(207,50,98,1) 0%, rgba(165,77,140,1) 27%, rgba(152,84,151,1) 53%, rgba(119,89,162,1) 80%, rgba(69,49,113,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(207,50,98,1) 0%, rgba(165,77,140,1) 27%, rgba(152,84,151,1) 53%, rgba(119,89,162,1) 80%, rgba(69,49,113,1) 100%);
	background: linear-gradient(135deg, rgba(207,50,98,1) 0%, rgba(165,77,140,1) 27%, rgba(152,84,151,1) 53%, rgba(119,89,162,1) 80%, rgba(69,49,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3262', endColorstr='#453171', GradientType=1 );
}
#main_contents02 .row .wh dl{
	padding-bottom:20px;
}
#main_contents02 .row .wh dt{
	font-size:18px;
	font-weight:500;
	padding-bottom:10px;
}
#main_contents02 .row .wh dd{
	font-size:14px;
	font-weight:300;
}
#main_contents02 .row .wh img{
	padding-bottom:20px;
}
#main_contents02 .row .wh{
	display:none;
}
#main_contents02 .row .bk{
	display:inline-block;
}


#main_contents02 .col-md-3{
	position:relative;
}
#main_contents02 .col-md-3 .wh{
	position:absolute;
	top:0;
	left:15px;
	display:none;
}
#main_contents02 .row > div:hover .bk{
	display:none;
}
#main_contents02 .row > div:hover .wh{
	display:inline-block;
	width: 100%;
}


#main_contents03{
	padding:40px 0;
}


.fcPink{
	color:#ce3363;
}
.imgTab{
	border:1px solid #ce3363;
	padding:35px 15px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}


.imgTab02{
	border: 1px dotted #ddd;
	padding:20px 10px;
}

.imgTab02:nth-child(5){
	border: 1px dotted #ddd;
	padding:40px 10px;
}

.bl-no {border-left:none;}
.bb-no {border-bottom:none;}



.imgTab h4,
.imgTab > span{
	display:inline-block;
	padding:0 10px;
	vertical-align:middle;
}
.imgTab h4{
	font-size:22px;
	font-weight:500;
	color:#000!important;
	text-transform:uppercase;
}
.sub-intro .gradient{
	margin: 40px auto 60px!important;
	width:40%;
	margin:0 auto;
	padding:5px;
	border-radius:20px;
}
.sub-intro div.clearfix{
	border:1px solid #f0c1d0;
	padding:30px 15px;
}
.sub-intro div.clearfix > div{
	display:inline-block;
	vertical-align:middle;
	width:33%;
	position:relative;
	height:56px;
}
.sub-intro div.clearfix > div:nth-child(2) p{
	line-height:56px;
}
.sub-intro div.clearfix > div:after{
	position:absolute;
	top:0;right:0;
	width:1px;
	height:50px;
	background:#e7e7e7;
	content:'';
}
.subTxt02{
	margin:40px 0 120px;
}


/*메인 폰트*/
h1{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.04em;
}
h2{
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -0.06em;
	position: relative;
}

h4{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	letter-spacing: -0.03em;	
	line-height: 1.5;
}
h5{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;	
	line-height: 1.5;
}
/* 2019 MAIN */
.fw500{font-weight:500;}

@media(max-width:1199px){
	h1{
		font-size: 42px;
	}
	h2{
		font-size: 24px;
		font-weight:normal;
	}
	h2::before{
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		width: 1px;
		height: 30px;
	}
}
@media(max-width:991px){
	h1{
		font-size: 36px;
		padding: 10px 0;
	}
	h5{
		font-size: 22px;		
	}
	#main_contents05 h2 {
		font-size: 20px;
	}
}
@media(max-width:767px){
	h1{
		font-size: 26px;
		padding: 8px 0;
	}
	h2{
		font-size: 14px;
	}
	h2::before {
		top: -35px;
		height: 20px;
	}
	h4{
		font-size: 16px;
	}
	h5{
		font-size: 18px;		
	}
	#main_contents05 h2 {
		font-size: 18px;
	}
	.quick-menu{
		bottom:5%;
	}
}

/* subpage */
.greenbold{font-weight:bold;color:#3aaa35;}
.green{color:#3aaa35;}
.subpage p{font-size:16px;font-weight:300;color:#666;letter-spacing:-0.05em;line-height:28px;}
.subpage h1{font-size:35px;font-weight:300;color:#222;letter-spacing:-0.05em;line-height:28px; margin:24px 0;}
.subpage h2{font-size:24px;font-weight:500;color:#000;letter-spacing:-0.05em;position:relative;text-transform:uppercase;padding-top:28px;}


@media (max-width:1199px){
.subpage h1{font-size:33px;line-height:1.5;}
.subpage h2{font-size:22px;margin:0 0 18px; padding-left:20px;}
}
@media (max-width:991px){
.subpage h1{font-size:28px;margin:14px 0;}
.subpage h2{font-size:20px;}
.subpage h3{font-size:16px;}
.subpage h4{font-size:20px;}
.sub_tit_area h2.sub_tit {font-size: 28px;}
.sub_tit_area .sub_quick_inquiry h3{font-size: 24px;}
#sub_wrap #sub_contents .sub_stit_area h3.sub_stit {font-size: 28px;}
}
@media (max-width:767px){
.subpage p{font-size:14px;line-height:1.5;}
.subpage h1{font-size:20px;margin:14px 0;}
.subpage h2{font-size:18px; padding-left: 14px;}
.subpage h2::before{width:3px;height:18px;top:2px;}
.subpage h3{font-size:14px;}
#gray_board_write h4{font-size:18px!important;}
.sub_tit_area h2.sub_tit {font-size: 20px;}
.sub_tit_area .sub_quick_inquiry h3{font-size: 18px;}
#sub_wrap #sub_contents .sub_stit_area h3.sub_stit {font-size: 22px;}
#gray_board_write > h4 > span {font-size: 16px;}
}
@media (max-width:485px){
	.subpage h1{font-size:18px;margin:14px 0 4px;}
	.subpage h2{font-size:16px; padding-left: 10px;margin: 14px 0 10px;}
	.subpage h2::before{width:2px;height:14px;}
	.subpage h3{font-size:14px;}
	.subpage h4{font-size:18px;}
	#gray_board_write h4 {font-size:16px!important;}
	.sub_tit_area h2.sub_tit {font-size: 18px;}
	.sub_tit_area .sub_quick_inquiry h3{font-size: 15px;margin:30px 0 0;}
	#sub_wrap #sub_contents .sub_stit_area h3.sub_stit {font-size: 18px;}	
	#gray_board_write > h4 > span {font-size: 12px;}
	.x-scroll p,
	.btn_board_bottom p{font-size:13px!important;}
	#gray_board_write h4 { padding-bottom: 10px;}
}


/* 반응형 */
@media(max-width:1199px){

}
@media(max-width:991px){

}
@media(max-width:767px){

}


.subpage section{
    margin-bottom: 50px;
}
.subpage h1{
    font-size: 18px!important;
    color:#333!important;
    font-weight: 300!important;
    letter-spacing: -0.06em!important;
    line-height: 1.7!important;
}


/* history_left */
.subpage .history_left{
    text-align: left;
    width:30%;
    position: relative;
    float:left;
}
.subpage hr{
    width:270px;
    height: 2px;
	visibility:inherit;
	margin:0;
}
.subpage h2{
    color:#333;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 26px;
    padding-bottom: 20px!important;
}
.subpage h5{
    color:#555;
    font-weight: 400;
    font-size: 16px;
	line-height: 22px;
}

/* history_right */
.subpage .history_right{
    width: 70%;
    float: right;
    position: relative;
}
.subpage .history_right > .clearfix{
	padding-left:40px;
}
.subpage .history_right > div > div{
    vertical-align: top;
    float:left;
}
.subpage .history_right .year{
    width: 120px;
}
.subpage .history_right .history_chart{
    padding-left: 20px;
    line-height: 1.8;
}
.subpage .history_right .history_chart table{
    position: relative;
    margin-bottom: 40px;
}
.subpage .history_right .first-table{
    position: relative;
}
.subpage .history_right .first-table::before{
    position: absolute;
    top:10px;
    left:15px;
    width:10px;
    height: 10px;
    border:2px solid #d54f78;
    border-radius: 50%;
    content:'';
    z-index: 1;
	background:#fff;
}
.subpage .history_right .first-table::after{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
    content: '';
}
.subpage .history_right .first-table td{
    padding-left: 30px;
}
.subpage .history_right .history_chart table th,
.subpage .history_right .history_chart table td{
    vertical-align: top;
    padding-left: 20px;
}
.subpage .history_right .history_chart table td{
    padding-left: 40px;
}
.subpage .history_right .history_chart table th{
    position: relative;
}
.subpage .history_right .history_chart table th::after{
    position: absolute!important;
    top: 28px;
    left: 1px;
    width: 1px;
    height: 68%;
    background: #dbdbdb;
    content: '';
}
.subpage .history_right .history_chart table tr:last-child th::after{
    content:none;
}
.subpage .history_right .history_chart table th::before{
    position: absolute;
    top:10px;
    left:-4px;
    width:10px;
    height: 10px;
    border:2px solid #e61e25;
    border-radius: 50%;
    content:'';
    z-index: 1;
}
.subpage .history_right .history_chart th{
    font-size: 16px;
    color:#000;
    letter-spacing: -0.03em;
    font-weight: 500;   
}
.subpage .history_right .history_chart td{
    font-size: 16px;
    color:#000;
    letter-spacing: -0.03em;
    font-weight: 300;   
}
.gray-line{
    width:100%!important;
    background:#eee!important;
    height: .1px!important;
}
.mo-img{
    display:none;
}





#business .first-section li{ 
	font-size: 14px;
	color:#333;	
	letter-spacing:-0.025em;
	line-height: 1.8;
	font-weight:300;
	padding-left: 20px;
    position: relative;
    text-align: left;
}
#business .first-section ul > li::before{
    position: absolute;
    content:'';
    background-image: url(../images/main/main_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    left:0px;
}
#business h6{ 
	padding: 30px 0 10px 40px!important;
	font-size: 18px;
	color:#333;	
	letter-spacing:-0.025em;
	line-height: 1.5;
	font-weight:bold;
	text-align:left;
}
#business .row{
    padding-top: 40px;
}
#business .history_right ul > li{ 
	font-size: 16px;
	color:#666;	
	letter-spacing:-0.05em;
	line-height: 1.8;
	font-weight:300;
    position: relative;
    text-align: left;
    padding: 5px 0 5px 20px;
}
#business .history_right ul > li::before{
    position: absolute;
    content:'';
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    left:0px;
    background:#d61f26;
    border-radius: 50%;
}
#business .business-item{
    width:50%;
    float:left;
    padding:20px 0;
}
.subpage h4{
    font-weight:500;
    font-size: 20px;
    color:#333;
    letter-spacing: -0.03em;
    position: relative;
    padding-left: 24px!important;
}
/* .subpage h4::before{
    position: absolute;
    content:'';
    top:50%;
    transform: translateY(-50%);
    left: 0;
    border:3px solid #d61f26;
    width:10px;
    height: 10px;
} */
@media(max-width:1199px){
    #business .history_right ul > li {
        font-size: 15px;
        padding-left: 10px;
    }
    #business .history_right ul > li::before {
        top: 15px;
        transform: translateY(0);
    }
}

@media(max-width:991px){
	#business .first-section ul{
		margin-bottom: 20px;
	}
	#business .first-section h5 {
		padding: 14px 0 0;
    }
    #business h6 {
        padding: 30px 0 10px 90px!important;
    }
    #business .first-section ul {
        padding-left: 85px;
    }
    .subpage h4 {
        font-size: 18px;
        padding-left: 18px!important;
    }
    .subpage h4::before {
        border: 2px solid #d61f26;
        width: 7px;
        height: 7px;
    }
    .cook{
        width: 200px;
    }
}
@media(max-width:767px){
	#business .first-section h5 {
		font-size:16px;
	}
	#business .first-section li::before {
		width: 12px;
		height: 11px;
    }
    #business h6 {
        padding: 30px 0 10px 40px!important;
    }
    #business .first-section ul {
        padding-left: 30px;
    }
    #business .business-item {
        width: 100%;
        padding: 10px 0;
    }
    #business .business-item .mt20 {
        margin-top: 10px !important;
    }
    #business .history_right ul > li {
        font-size: 14px;
        padding: 3px 0 3px 20px;
    }
    .subpage h2 {
        font-size: 16px;
    }
    .subpage h5 {
        font-size: 14px;
    }
    .subpage h2 {
        padding-bottom: 10px!important;
    }
    .subpage h4 {
        font-size: 16px;
        margin-bottom: 6px!important;
    }
    #business .history_right ul > li {
        line-height: 1.6;
    }
}
@media(max-width:485px){
	#business .first-section ul{
		padding-left: 0;
	}
	#business .first-section h5 {
		font-size:15px;
		padding: 10px 0 0;
	}
	#business .first-section > li {
		line-height: 1.6;
	}
	#business .first-section > li::before {
		width: 10px;
		height: 9px;
		top: 8px;
		transform: translateY(0);
		left: 4px;
    }
    #business h6 {
        padding: 30px 0 10px 0!important;
    }
    #business .first-section li {
        padding-left: 16px;
    }
    #business .first-section ul > li::before {
        width: 9px;
        height: 8px;
        top: 13px;
    }
    #business .history_right ul > li {
        padding: 0 0 0 10px;
    }
    #business .history_right ul > li::before {
        top: 12px;
        width:3px;
        height: 3px;
    }
}

@media(max-width:1199px){
	#business .row >div > img{
		width: 130px;
	}
}
@media(max-width:991px){
	#main-visual{
		height: auto!important;
		margin-top: 75px;
	}
	.fp-tableCell {
		display: block;
	}
	.fp-section.fp-table, .fp-slide.fp-table {
		display: block;
	}
	.mainVisualWrap #main-visual-slide {
		height: auto;
	}
	.scroll_down{
		display: none;
	}
	#business ul{
		margin-bottom: 20px;
	}
	#business h6 {
		padding: 14px 0 0;
	}
}
@media(max-width:767px){
	#business h1 {
		padding-bottom: 10px;
	}
	#business .row {
		padding-top: 30px;
	}
	#business .row >div > img{
		width: 120px;
	}
	#business h6 {
		font-size:16px;
	}
	#business ul > li::before {
		width: 12px;
		height: 11px;
	}
}
@media(max-width:485px){
	#business .row >div > img{
		width: 90px;
	}
	#business ul{
		padding-left: 0;
	}
	#business h6 {
		font-size:15px;
		padding: 10px 0 0;
	}
	#business ul > li {
		line-height: 1.6;
	}
	#business ul > li::before {
		width: 10px;
		height: 9px;
		top: 8px;
		transform: translateY(0);
		left: 4px;
	}
	#business .row {
		padding-top: 20px;
	}
}

.sub_0101 h3{
	font-size:18px;
	font-weight:500px;
	color:#000;
	padding-left:15px;
	padding-top:10px;
}
.sub_0101 {border-bottom:1px solid #eee;}
.no-b-border{border-bottom:none!important;}

/* 2019 테이블 */
.subpage .table01 {width:100%; border-top:1px solid #eee;}
.subpage .sub0201 .table01 {border-bottom:none;}
.subpage .table01 th{
	font-size:20px;font-weight:500;color:#000;letter-spacing:-0.05em;position:relative; 
	vertical-align:top; padding-left:50px; width: 20%;height:100px;line-height:100px;border-bottom:1px solid #eee;
	}

.subpage .table01 td{font-size:16px;font-weight:300;color:#555;letter-spacing:-0.05em;line-height:28px; vertical-align:top;
	position:relative; width: 80%;padding-left:30px;padding-top:35px;padding-bottom:35px;border-bottom:1px solid #eee;
	}
.subpage .table01 div{float:left;}

/* .subpage .table01 th::after{position:absolute;content:'';bottom:0;left:0;width:90%;height:1px; background:#eee;}
.subpage .table01 td::after{position:absolute;content:'';bottom:0;left:0;width:100%;height:1px; background:#eee;} */
.subpage .no-border::after{content:none!important;}
.subpage .mg{margin-top:10px;}
.sub_0101 .table01 td {
	padding-bottom:0;
}

.gradiTxt01{transform: translate(5px, -4px);}
.border-top{border-top:1px solid #eee!important;}
.rightTxt{padding-left:55px;}
.rightTxt span {padding-left:18px;}

.has-span span {padding-left:65px;}
.table01 ul li{
	position:relative;
	padding-left:30px;
}
.table01 ul li:before{
	position:absolute;
	top:12px;
	left:0;
	width:5px;
	height:5px;
	background:#cf3262;
	border-radius:50%;
	content:'';
}
.last-table::after{
	height:40%!important;
}
.cta a{
	display:inline-block;
	width:320px;
	height:60px;
	background:url(../images/2019/cta-img.jpg) no-repeat;
	line-height:60px;
	padding-right:40px;
	text-decoration:none!important;
}

.sub-intro div.clearfix > div:last-child:after{
	content:none;
}

.sub0102 .table01 .clearfix > div {
    float: left;
	width:100%;
}
.sub0102 .table01 .clearfix > div .fl{
	width:16%;
}
.sub0102 .table01 .clearfix > div .fr{
	width:84%;
}
.sub0102 .table01 .clearfix > div .fr .left-padding{
	padding-left: 102px;
}
h1,h2,h3,h4,h5,h6,div,li,dd,dt,a,p{
	word-break:keep-all;
}

.sub_0107 .history_right{
	border-top: 1px solid #eee;
    padding-top: 40px;
}

@media(max-width:1199px){
	.sub-intro > img{
		width:240px;
	}
	.sub-intro .gradient {
		margin: 20px auto 40px!important;
		width: 50%;
	}
	.sub-intro div.clearfix > div p{
		line-height:1.6!important;
	}
	.sub-intro div.clearfix {
		border: 1px solid #f0c1d0;
		padding: 25px 15px 40px;
	}
	.sub-intro div.clearfix > div:after {
		top: 15px;
	}
	.subpage h2 {
		font-size: 22px;
		margin:0;
		padding-left:0;
	}
	.rightTxt span {
		padding-left:0;
	}
	.infoTable .btn01 {
		margin-bottom:10px;
	}
	.subpage .history_left {
		width: 20%;
	}
	.subpage .history_right {
		width: 75%;
	}
	.sub0102 .table01 .clearfix > div .fr{
		width:80%;
	}
	.sub0102 .table01 .clearfix > div .fr .left-padding {
		padding-left: 0;
	}
}
 
@media(max-width:991px){
	.sub-intro > img{
		width:150px;
	}
	.subpage p {
		font-size: 14px;
	}
	.sub-intro .gradient {
		margin: 20px auto 40px!important;
		width: 50%;
	}
	.sub-intro .gradient {
		margin: 20px auto 30px!important;
		width: 70%;
	}
	.subTxt img{
		width:70px;
	}
	.has-span span{
		padding-left:57px;
	}
	.subTxt02 {
		margin: 40px 0 60px;
	}
	.subpage .history_right > .clearfix {
		padding-left: 0;
	}
	.sub_0101 h3 {
		padding-left: 0;
	}
	.sub_0101 h3 {
		font-size: 14px;
	}
	.sub0102 .table01 .clearfix > div .fl,
	.sub0102 .table01 .clearfix > div .fr{
		width:100%;
		display:block;
	}
}
.pink-title{
	background:#ce3363;
	color:#fff!important;
	padding:4px 8px;
	font-weight:500;
	font-size:16px!important;
	text-align:center;
	display:block;
	max-width:120px;
	margin-bottom:10px;
}





@media (max-width:1199px){
    .subpage hr {
        width: 180px;
    }
}
@media (max-width:991px){
    p {
        font-size: 14px;
    }
    .subpage hr {
        height: 1px;
    }
    .subpage h1 {
        font-size: 16px!important;
    }
    .subpage h2 {
        font-size: 16px;
        padding-bottom: 10px!important;
    }
    .subpage .history_left, 
    .subpage .history_right{
        width: 100%!important;
        float: none;
        position: relative;
        display: block;
    }
    .history_right > p{
        margin:10px 0 20px!important;
    }
    .history_right > div::after{
        content:'';
        display:block;
        clear:both;
    }
    .subpage .history_right .year {
        width: 100px;
    }
    .subpage .history_right .history_chart td{
        font-size: 14px;
    }
    .subpage .history_right .first-table::before {
        top: 10px;
        left: 17px;
        width: 8px;
        height: 8px;
        left: -2px;
    }
    .subpage .history_right .history_chart table th::before {
        width: 8px;
        height: 8px;   
    }
    .subpage .history_right .history_chart th{
        font-size: 14px;
    }
    #sub_wrap h1 {
        margin: 20px 0!important;
    }
    .subpage .history_right .first-table::before {
        left: 17px;
    }
	.sub_0101 .history_left, .sub_0101 .history_right {
		border:none;
	}
	.subpage .history_right .year {
		width: auto;
	}
	.subpage .history_right .history_chart table td {
		padding-left: 20px;
	}
	.sub_0101 h3 {
		transform: translateY(-4px);
	}
	.rightTxt {
		padding-left: 0;
		margin:0;
	}
	.subpage section {
		margin-bottom: 40px;
	}
	.subpage .table01 td {
		font-size: 14px;
		line-height: 1.5;
		width: 100%;
		padding-left: 0;
	}
	.subpage .table01 {
		border-top:none;
	}
	#sub_wrap .btn01 {
		width: 100%;
		margin-right: 0;
		text-align: center;
		float: none;
		display: block;
		padding: 2px 0;
	}
	.subpage .table02 th, .subpage .table02 td {
		font-size:12px!important;
	}
	.pink-title{
		padding:4px!important;
		font-size:14px!important;
		margin-bottom:0;
	}
}

@media (max-width:767px){
    .subpage h1 {
        padding: 0 15px!important;
        font-size: 14px!important;
    }
    .subpage section:first-child {
        padding: 60px 0 40px;
    }
    .subpage section {
        margin-bottom: 30px;
    }
    .subpage .history_right .history_chart table th{
        width: 60px;
    }
    .subpage .history_right .history_chart table th::before {
        left:-0;
    }

    .subpage .history_chart{
        margin-top:10px;
    }
    .subpage .history_right .first-table::after {
        left: 19px;
    }
    .subpage .history_right .history_chart table th::after {
        top: 26px;
        left: 3px;
        height: 60%;
    }
    .subpage .history_right .history_chart table td {
        padding-left: 10px!important;
    }

    .subpage .history_right .history_chart {
        padding-left: 0px;
    }
    .subpage .history_right .first-table td {
        padding-left: 80px!important;
    }
    .subpage .history_right .first-table::before {
        left: 0;
    }
    .subpage .history_right .first-table::after {
        left: 3px;
    }
    .subpage .history_right .history_chart table {
        margin-bottom: 40px;
    }
    .pc-img{
        display:none;
    }
    .mo-img{
        display:block;
    }
    #gray_gallery_list > ul > li > .gallery_1_thum_wrap .subject .nyroModal {
        font-size: 16px;
        font-weight: 500;
    }
	.sub-intro > img {
		width: 100px;
	}
	.sub-intro .gradient {
		width: 100%;
		font-size: 12px;
		margin:20px 0;
	}
	.imgTab {
		padding:15px;
	}
	.imgTab h4,.imgTab > span{
		display:block;
		padding:4px 0!important;
	}
	.sub-intro div.clearfix > div {
		display: block;
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.sub-intro div.clearfix > div:after {
		top: 0;
		left: 50%;
		width: 40px;
		height: 1px;
		transform: translateX(-50%);
		bottom: 20px;
	}
	.sub-intro div.clearfix > div:last-child:after {
		content: '';
	}
	.sub-intro div.clearfix > div:first-child:after {
		content: none;
	}
	.sub0102 .clearfix img{
		width:60px;
	}
}
@media (max-width:485px){
    .subpage section {
        margin-bottom: 20px;
    }
    .subpage section:first-child {
        padding: 20px 0;
    }
    .subpage section:first-child img {
        width: 30px;
    }
    #gray_gallery_list > ul > li > .gallery_1_thum_wrap .subject .nyroModal {
        font-size: 14px;
    }
}


.apply .cta a {
    display: inline-block;
    width: 230px;
    height: 60px;
    background: url(../images/2019/cta-img.jpg) no-repeat 90% center;
    line-height: 60px;
    /* padding-right: 30px; */
    text-decoration: none!important;
}
.apply .cta input {
    display: inline-block;
    width: 230px!important;
    height: 60px!important;
    background: url(../images/2019/cta-img.jpg) no-repeat 90% center;
    line-height: 60px;
    /* padding-right: 30px; */
    text-decoration: none!important;
	margin-top:0!important;
}
@media(max-width:767px){
	.sub_0101 .history_right table td {
		width: 80%!important;
		float:left;
	}
	.sub_0101 .history_right .history_chart {
		width: 80%!important;
	}
	.subpage .history_right .year {
        width: 20%;
    }
	.sub_0101 .history_right .history_chart table,
	.sub_0101 .history_right .history_chart table tr{
		width:100%;
	}
	.sub_0101 .history_right .history_chart table td {
        padding-left: 20px!important;
		width: 100%!important;
    }
	.sub_0101 .history_chart {
		margin-top: 0;
	}
	.sub_0101 .history_right .history_chart table {
		margin-bottom: 20px;
	}
	.sub_0101 .infoTable table td {
		width: 100%!important;
		/* padding-bottom:0; */
	}
	.sub_0101 .ex-items .history_right table th,
	.sub_0101 .ex-items .history_right table td {
		width: 100%!important;
		float: none;
		display:block;
		height: auto;
		padding: 10px!important;
	}
	.sub_0107 .history_right {
		padding-top: 20px;
	}
	.sub_0107 .infoTable table td {
		padding-bottom:auto;
	}
}
@media(max-width:1199px){
	.subpage .table01 th {
		width: 20%;
	}
	.subpage .table01 td {
		width: 80%;
	}
	.subpage .table01 div {
		width:100%;
	}
	.table01 .clearfix div > .fl{
		width:80px;
	}
	.table01 .clearfix div > .fr{
		width:80%;
	}
	.apply .cta input {
		width: 200px!important;
		height: 50px!important;
		line-height:50px!important;
	}
}
@media(max-width:991px){
	.table01 ul li {
		font-size:14px;
	}
	.subpage .table01 th {
		font-size: 18px;
	}
	.fl,.fr{
		float:none!important;
		display:block!important;
	}
	.table01 .clearfix div > .fr {
		width: 100%;
		margin-top:20px;
	}
	.cta a {
		display: inline-block;
		width: 250px;
		height: 40px;
		background: url(../images/2019/cta-img.jpg) 90% center no-repeat;
		line-height: 40px;
		padding-right: 40px;
		text-decoration: none!important;
	}
	.sub0102 .table01 th {
		padding-left: 30px;
		height: auto;
		line-height: auto;
	}
	.sub_0107 section:first-child img{
        width:100%;
    }
	.apply .cta input {
		width: 180px!important;
		height: 40px!important;
		line-height:40px!important;
		margin-top:20px!important;
	}
}
@media(max-width:767px){
	#sub_wrap {
		padding-bottom: 20px;
	}
	.subpage .table01 td {
		padding: 0;
	}
	.table01 ul li {
		padding-left: 15px;
		margin-top:10px;
	}
	.table01 ul li:first-child {
		margin-top:0;
	}
	.subpage .table01 td {
		padding-left: 0;
		padding-top: 0;
		padding-bottom:30px;
	}
	.subpage .table01 th {
		border-bottom:none;
	}
	.table01 ul li:before {
		top: 9px;
		width: 3px;
		height: 3px;
	}
	.table01 .clearfix div > .fl {
		width: 70px;
		padding-top:10px;
	}
	.table01 .clearfix div > .fr {
		margin-top: 10px;
	}
	.sub0102 .table01 th {
		border-bottom: none;
		width:100%;
		margin:0;
		padding:0;
		padding-top:30px;
		height:auto;
		line-height:1.5;
		margin-bottom:10px;
	}
	.sub0102 .table01 td {
		width: 100%;
	}
	.sub0102 .table01 > tbody > tr > th {
		height: auto;
		line-height: 1.5;
		padding-bottom: auto;
		padding:30px 0 0;
	}
	.border-top{
		border-top:none!important;
	}
	.sub_02 .row > div:nth-child(1), .sub_02 .row > div:nth-child(2) {
		padding-bottom: 40px!important;
	}
}


.sub_02 .row > div{
	position:relative;
}
.sub_02 .row > div img{
	margin:15px 0;
}

.sub_02 .row > div:nth-child(odd):after{
	position:absolute;
	content:'';
	background:#eee;
	width:1px;
	height:100%;
	top:0;
	right:0;
}
.sub_02 .row > div:nth-child(1),
.sub_02 .row > div:nth-child(2){
	padding-bottom:60px;
}
.sub_02 .row > div:nth-child(1):before,
.sub_02 .row > div:nth-child(2):before{
	position:absolute;
	content:'';
	background:#eee;
	width:100%;
	height:1px;
	bottom:30px;
	left:0;
}


.btn-apply a{
	height: 80px;
    line-height: 80px;
}

@media(max-width:767px){
	.sub_02 .row > div{
		padding-bottom:40px;
	}	
	.sub_02 .row > div:nth-child(odd):after{
		content:none;
	}
	.sub_02 .row > div:nth-child(1):before,
	.sub_02 .row > div:nth-child(2):before,
	.sub_02 .row > div:before{
		position:absolute;
		content:'';
		background:#eee;
		width:50%;
		height:1px;
		bottom:15px;
		left:50%;
		transform:translateX(-50%);
	}
	.sub_02 .row > div:nth-child(4):before{
		content:none;
	}
	.sub_02 .row > div img {
		margin: 10px 0;
		width: 62px;
	}
	.sub0301 .table01, 
	.sub0301 .table01 thead, 
	.sub0301 .table01 tbody, 
	.sub0301 .table01 tr, 
	.sub0301 .table01 th, 
	.sub0301 .table01 td {
		display: auto!important;
	}
	.flow .child a img,
	.flow .child h5{
		display:inline-block;
		margin-right:10px;
		vertical-align:middle;
	}
	.btn-apply a{
		height: 60px;
		line-height: 60px;
	}
}

.sub_0202 .table02 td{
	border-right:1px solid #eee;
	text-align:center;
	padding:10px;
	font-weight:300;
	color:#555;
}
.sub_0202 h6{
	position:relative;
}
.sub_0202 h6 p{
	position:absolute;
	top:0;
	right:0;
}

.sub_0202 h7 p{
	position:absolute;
	top:0;
	right:0;
}

.sub_0202 .table02 .gray-bg{
	background:#fafafa;
}
.sub_0202 .history_right{
	border:none;
}
.history_left h2{
	text-transform:uppercase;
	font-family:'roboto';
	letter-spacing:0;
	line-height: 32px;
}

@media (max-width:767px){
	.sub_0202 .history_right table td {
		width: auto;
		float: none;
	}
	.sub_0202 .price .fcGray5{
		width:5%!important;
	}
	/* .sub_0202 .price img{
		width:100px!important;
	} */
	.sub_0202 .history_right table td,
	.sub_0107 .history_right table td{
		width:auto!important;
		float: none;
	}	
	.sub_0202 .table02 td {
		padding: 4px;
	}
	.sub_0202 .table02 {
		max-width: 100%;
	}
}

.sub0301 .table03 th,
.sub0301 .table03 td{
	width:auto!important;
	height:auto!important;
	line-height:1.5!important;
	padding:10px!important;
	text-align:center;
}
.sub0301 .table03 td{
	border-right:1px solid #eee;
}
.sub0301 .table01 th {
    width: 25%;
}
.sub0301 .table01 td {
    width: 75%;
}

.flow{
	/* margin-top:20px; */
}
.flow > div.parent{
	background:#efefef;
	width:185px;
	padding:20px;
	border:1px solid #ddd;
	height:80px;
	text-align:center;
	border-radius:5px;
	position:relative;
	margin-right:25px;
}
/*.parent_step 시작*/
.flow > div.parent_step{
	background:#efefef;
	width:265px;
	padding:20px;
	border:1px solid #ddd;
	height:80px;
	text-align:center;
	border-radius:5px;
	position:relative;
	margin-right:25px;
}
.flow > div.parent_step:after{
	position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/2019/icon_next.jpg);
    background-repeat: no-repeat;
    content: '';
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
.flow > div.parent_step:last-child:after{
	content:none;
}
@media(max-width:1199px){
	.sub_0202 .flow > div.parent_step{
		margin-bottom:50px;
	}
	.sub_0202 .flow > div.parent_step:nth-child(3),
	.sub_0202 .flow > div.parent_step:nth-child(4){
		margin-bottom:0;
	}
	.sub_0202 .clearfix > .parent_step > p {
		top: -30px!important;
	}
}
@media(max-width:767px){
	.sub_0202 .flow > div.parent_step{
		margin-bottom:60px;
	}
	.sub_0202 .flow > div.parent_step:nth-child(3){
		margin-bottom:60px;
	}
	.sub_0202 .flow > div.parent_step:nth-child(4){
		margin-bottom:0;
	}
	.flow > div.parent_step:after {
		width: 15px;
		height: 15px;
		top: auto;
		bottom:-30px;
		right: 50%;
		transform: translateX(-50%);
		transform:rotate(90deg);
	}
	.flow > div.parent_step {
		width: 100%;
		margin-right: 0;
		height:60px;
	}
	.flow > div.parent_step:after {
		bottom: -26px;
	}
}
/*.parent_step 끝*/

.flow > div.pink_box{
	background:#ce3363!important;
}

.flow > div.parent:after{
	position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/2019/icon_next.jpg);
    background-repeat: no-repeat;
    content: '';
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
.flow > div.parent:last-child:after{
	content:none;
}
.flow .child{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
.flow .child h5{
	line-height:1.5;
	font-size:16px;
	font-weight:500;
	color:#000;
}
.flow > div a{
	width:100%;
	height:100%;
}
.input_basic{
	background:#fff!important;
	border-radius:5px;
}
#gray_board_write .table_board_write .th_bold {
    background: #f9f9f9;
}


@media(max-width:1199px){
	.flow > div.parent_step{
		/* width:45%; */
		margin-right:25px;
		margin-bottom:25px;
	}
	.sub_0202 .flow > div.parent{
		margin-bottom:50px;
	}
	.sub_0202 .flow > div.parent:nth-child(3),
	.sub_0202 .flow > div.parent:nth-child(4){
		margin-bottom:0;
	}
	.sub_0202 .clearfix > .parent > p {
		top: -30px!important;
	}
}
@media(max-width:991px){
	.sub_0202 .pt60{
		padding-top:40px!important;
	}
	.apply #gray_board_write .table_board_write-no-scroll .th_bold {
		border-top: 1px solid #ddd!important;
	}
	.apply{
		padding-top:20px!important;
	}
}
@media(max-width:767px){
	.sub_0202 .pt60 {
		padding-top: 20px!important;
	}
	.flow .child h5 {
		font-size: 14px;
	}
	.sub_0202 .flow > div.parent{
		margin-bottom:60px;
	}
	.sub_0202 .flow > div.parent:nth-child(3){
		margin-bottom:60px;
	}
	.sub_0202 .flow > div.parent:nth-child(4){
		margin-bottom:0;
	}
	.sub_0202 .history_right > h6{
		padding-bottom:10px!important;
	}
	.flow > div.parent:after {
		width: 15px;
		height: 15px;
		top: auto;
		bottom:-30px;
		right: 50%;
		transform: translateX(-50%);
		transform:rotate(90deg);
	}
	.flow > div.parent {
		width: 100%;
		margin-right: 0;
		height:60px;
	}
	.flow > div.parent:after {
		bottom: -26px;
	}
	.subpage .table02 th, .subpage .table02 td {
		padding: 10px 0!important;
	}
	.no-b-top {
		border-top:none!important;
	}
	.sub0301 {
		padding: 30px 0 0;
	}
}

/* main 반응*/
@media(max-width:1199px){
	#top_menu li{
		width:25%;
	}
	#top_menu li a{
		width:100%;
	}
	.quick-menu {
		margin:0 auto;
	}
	.quick-menu ul{
		width:920px;
	}
	.quick-menu li {
		width: 25%;
	}
	#main_contents05 .notice {
		border-top: 2px solid black;
		margin-top: 80px;
	}
}
@media(max-width:991px){
	.quick-menu ul {
		width: 750px;
	}
	.quick-menu a {
		padding: 12px;
	}
	.quick-menu a img {
		padding-right: 0;
		margin-right:2px;
		width:20px;
	}
	.quick-menu a p{
		transform:translateY(-2px);
	}
	#main_contents02 .col-md-3 {
		margin-bottom:10px;
	}
	#main_contents03 .col-md-4 {
		margin-bottom:10px;
	}
	#main_contents05 .sec0501 ul li a {
		width: 115px;
	}
}
@media(max-width:767px){
	.quick-menu ul {
		width: 300px;
	}
	.quick-menu ul li {
		width:50%;
	}
	.quick-menu li {
		border-bottom: 1px solid #b7b8b7;
	}
	#main_contents02 {
		padding: 20px 0;
	}
	#main_contents02 .row .bk img {
		padding-top: 10px;
		width: 60px;
	}
	#main_contents02 .row .bk {
		padding: 30px 5px;
	}
	#main_contents02 .row .bk, #main_contents02 .row .wh {
		height: 180px;
	}
	#main_contents02 .row > div:hover .bk{
		display:inline-block;
	}
	#main_contents02 .row > div:hover .wh{
		display:none;
	}
	#main_contents02 .row > div{
		padding:0;
	}
	#main_contents02 .row > div:nth-child(odd){
		padding-left:15px;
		padding-right:5px
		padding-bottom:5px;
	}
	#main_contents02 .row > div:nth-child(even){
		padding-right:15px;
		padding-left:5px;
		padding-bottom:5px;
	}
	#main_contents05 {
		padding: 50px 15px 0;
	}
	#main_contents05 .notice {
		padding: 10px 0;
		transform: translateY();
		margin-top: 50px;
	}
	#main_contents05 .notice h3,
	#main_contents05 .notice ul{
		width: 100%;
		float: none;
		display:block;	
		margin:15px 0;
	}
	#main_contents05 .notice a > img {
		transform: translate(0);
	}
	#main_contents05 .notice h3{
		position:relative;
	}
	#main_contents05 .notice h3 a {
		position: absolute;
		top: 5px;
		right: 0;
	}
	#main_contents05 .notice ul li a {
		width: 230px;
		height: 20px;
	}
	#main_contents05 .notice ul li {
		padding: 5px 0 5px 8px;
	}
	/* .mainVisualWrap .item {
		height: 600px;
	} */
	.mainVisualWrap .visual-text {
		width: 80%;
	}
	.no-b-top{
		border-top:none!important;
	}
	.sec02_area div img{
		/* width:150px; */
	}
	.no-trans{
		width:auto!important;
		float: none!important;
	}	
	.wp100-xs{
		width:100%!important;
	}
	.sub0303 #gray_board_write .table_board_write td {
		padding-left:0;
		padding-right:0;
	}
}

.pl0{padding-left:0!important;}
.sub_0101 .table02 th{
	border-bottom:1px solid #ddd;
}

.subpage .table02 td{
	border-top:1px solid #eee;
}
.subpage .table02 th, 
.subpage .table02 td {
	padding:10px;
}
.subpage .table02 th:last-child,
.subpage .table02 td:last-child{
	border-right: none;
}

table th,
table td{
	box-sizing:border-box;
}

@media(max-width:485px){
	.sub_0107 .table02 th, 
	.sub_0107 .table02 td {
		padding: 8px 2px;
	}
}

.sub_0202 .clearfix > .parent{
	position:relative;
}
.sub_0202 .clearfix > .parent > p{
	position:absolute;
	top:-40px;
	left:50%;
	transform:translateX(-50%);
	width:100%;
}

#sub_visual .sub-img{
    width: 100%;
    height: 230px;
    background-image: url(../images/2019/subtop-img.jpg);
    background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
}
#sub_visual .sub-img h2{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

	.mm_visual{
	display:none;
	}

@media(max-width:991px){
	#sub_visual .sub-img{
		width: 100%;
		height: 150px;
	}

	.mm_visual{
	display:block;
	}
}


.top_banner {
	position:relative;
	display:none;
}
.top_banner .btn_close{
	position:absolute;
	top:15px;
	right:20px;
	cursor:pointer;
}

#fboardlist{
	padding:20px 0;
	margin:40px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

.mainVisualWrap .swiper-slide{
	width: 100%;
	height: 710px;
	background-repeat: no-repeat;
	background-size:cover;
	content: '';
}

.mainVisualWrap .item01{
	background-image:  url(../images/2019/main_bg.jpg);
}

.swiper-button-prev{
	background-image: url(../images/2019/main_prev.png);
    background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	width:50px;
	height:50px;	
	left:70px!important;
	color: transparent!important;
}
.swiper-button-next{
	background-image: url(../images/2019/main_next.png);
    background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	width:50px;
	height:50px;
	right:70px!important;
	color: transparent!important;
	border:none;
}
.swiper-button-prev:active,
.swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:focus{
	outline:none;
}

.swiper-button-next:after{
	display:none;
}

@media(max-width:991px){
	#fboardlist{
		margin:20px 0;
	}
	.top_banner .btn_close{
		top:5px;
		right:10px;
		width:25px;
	}
	.mainVisualWrap .swiper-slide{
		width: 100%;
		height: auto;
		background-repeat: no-repeat;
		background-size:cover;
		content: '';
		margin-top: 60px;
	}
	.mainVisualWrap .swiper-slide .visual-container{
		z-index:1;
	}

	.mainVisualWrap .item01{
		background-image: url(../images/2019/main_bg_mm.jpg);
	}

	/* .mainVisualWrap .item01{
		background-image: none;
	}
	.mainVisualWrap .item02{
		background-image: url(../images/2019/main_01_m.jpg);
	}
	.mainVisualWrap .item03{
		background-image: url(../images/2019/main_02_m.jpg);
	} */
	.swiper-button-prev{
		left:20px!important;
	}
	.swiper-button-next{
		right:20px!important;
	}
	.mainVisualWrap .visual-container{
		width:100%;
	}
	.mainVisualWrap .visual-container {
		top: 50%;
	}
}


.sub_0106 .subpage .table02{
	text-align: center;
	line-height:1.6;
	vertical-align: top;
	border-bottom:none;
}
.sub_0106 .subpage .table02 th{
	border-bottom: 1px solid #ddd;
}
.sub_0106 .subpage .table02 td{
	text-align: center;
	border-top:none;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.sub_0106 .subpage .table02 td:last-child{
	border-right: none;
}
.vertical-middle{
	vertical-align: middle !important;
}

.sub_0106 .subpage .table02 .br-line {
	border-right:1px solid #ddd;
}

/* 20200819 */
.top_popup{
	position: fixed;
	top:8%;
	left:30px;
	z-index:9999;
}
.top_popup .popup{
	position: relative;
}
.top_popup .popup .btn_close2{
	position: absolute;
	top:0;
	right:0;
	cursor:pointer;
}


/* 지연 */
.top_popup3{
	position: fixed;
	top:8%;
	left:10%;
	z-index:9999;
}
.top_popup3 .popup{
	position: relative;
}
.top_popup3 .popup .btn_close3{
	position: absolute;
	top:0;
	right:0;
	cursor:pointer;
}

/* 사전등록 신청, 확인 */

.tab-item-01 .tab li{
    width: 50%;
    float: left;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 20px 0 20px;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
}
.tab-item-01 .tab li a:hover {
	text-decoration: none;
	color: #ce3363;
	}

.tab-item-01 .tab li .active a{
	position: relative;
    color: #ce3363;
	font-weight:500;
	width:100%;
	text-decoration: none;
}

.tab-item-01 .tab li .active a:after {
    position: absolute;
    content: '';
    bottom: -20px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #ce3363;
}


.test_01 div{
	/* width:24.5% ! important;
	margin-right:5px;
	margin-bottom: 5px; */
	min-height: 180px;
}

/* .test_01 div:last-child{
	width:33% ! important;
	margin-right:0px;
} */

/* 참가업체 상단 */
.company_view .info{
	overflow:visible !important;
}
.company_view .info > div{
	width:530px;
	height:530px;
}
.company_view .info > div.fl{
	padding:0;
}
.company_view .info > div.fl .imgbox{
	width:100%;
	height:100%;
	overflow:hidden;
	background: #fff;
	position: relative;
}
.company_view .info > div.fl .imgbox img{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:100%;
	max-height: 100%;
}
.company_view .info > div.fr{
	width:50%;
}
.company_view .info > div.fr .txtbox{
	padding:66px 0 0 70px;
}
.company_view .info > div.fr .txtbox > p{
	color:#111;
	font-weight: bold;
}
.company_view .info > div.fr .txtbox > div{
	margin-top: 20px;
}
.company_view .info > div.fr .txtbox dl{
	width:100%;
	margin:0;
	padding:10px 0;
	border-top:1px solid #ddd;
}
.company_view .info > div.fr .txtbox dl:last-child{
	border-bottom: 1px solid #ddd;
}
.company_view .info > div.fr .txtbox dl dt,
.company_view .info > div.fr .txtbox dl dd{
	font-size:16px;
	display:inline-block;
	/* vertical-align: top;	 */
	line-height:30px;
}
.company_view .info > div.fr .txtbox dl dt{
	color:#999;
	font-weight: 500;
	width:26%;
}
.company_view .info > div.fr .txtbox dl dd{
	color:#111;
	font-weight: 400;
	width:73%;
}
.company_view .info > div.fr .txtbox dl dd p{
	line-height:30px !important;
}
.company_view .info > div.fr .txtbox dl dd p::before{
	content:'·';
}
.company_view .info > div.fr .txtbox dl dd > a{
	display:inline-block;
	border:1px solid #000;
	width:190px;
	height:50px;
	line-height: 50px;
	/* padding-left: 20px; */
	font-size:14px;
	color:#000;
	margin-bottom:4px;
	position: relative;
}
.company_view .info > div.fr .txtbox dl dd > a > i{
	color:#888;
	position: absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}

@media(max-width:1200px){
	.company_view .info > div {
		width:48%;
		height:460px;
	}
	.company_view .info > div.fl .imgbox img{
		position: relative;
		top:0;
		left:0;
		transform:translate(0);
		width:100%;
	}
	.company_view .info > div.fr .txtbox {
		padding: 20px 0 0 40px;
	}
	.company_view .info > div.fr .txtbox dl dt {
		width: 20%;
	}
	.company_view .info > div.fr .txtbox dl dd {
		width: 79%;
	}
	.company_view .info > div.fr .txtbox dl dd > a {
		width: 49%;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		font-size: 13px;
	}
	.company_view .info > div.fr .txtbox dl dd > a i {
		right:10px;
	}
}
@media(max-width:992px){
	.company_view .info > div.fl,
	.company_view .info > div.fr{
		width:100%;
		float:none;
		display:block;
		height:auto;
	}
	.company_view .info > div.fl{
		height:auto;
	}
	.company_view .info > div.fr .txtbox {
		padding: 40px 0 0;
	}
}
@media(max-width:767px){
	.company_view .info > div.fr .txtbox dl dt {
		width: 22%;
	}
	.company_view .info > div.fr .txtbox dl dd {
		width: 77%;
	}
	.company_view .info > div.fr .txtbox dl dd > a {
		width: 100%;
	}
	#sub_contents .text-box li {width:100%;}
}


.company_view section{
	margin-bottom: 70px;	
}
.company_view section .fs24{
	color:#111;
	border-bottom: 1px solid #000;
	display:block;
	padding-bottom: 10px;
}
.company_view section .box{
	padding:40px;
	border-bottom: 1px solid #ddd;
}
.company_view section .box.brand_desc{
	/* height:300px;
	overflow-y:scroll; */
}
.company_view section .box.brand_img{
	text-align: center;
	padding:40px 100px;
}
.company_view section .box.brand_img img{
	width:100%;
	max-width:100%;
	margin-bottom: 2%;
}
@media(max-width:992px){
	.company_view section{
		margin-bottom: 40px;	
	}
	.company_view section .box{
		padding:20px;
	}
	.company_view section .box.brand_desc{
		_height:120px;
	}
	.company_view section .box.brand_img{
		padding:20px;
	}
}

.btn-gray{
	width:170px;
	height:56px;
	line-height: 56px;
	color:#fff;
	font-weight: 500;
	background: #333;
	text-align: center;
}
.btn-gray:hover{
	color:#fff;
	text-decoration:none;
}
@media(max-width:992px){
	.btn-gray{
		width:140px;
		height:46px;
		line-height: 46px;
	}
}

#btn_download{
	border: none;
    width: 200px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 14px;
    background: #19132a;
	padding: 15px;
}

.no-border-r{border-right: none;}
.no-border-b{border-bottom: none;}

.item{
padding:50px 0;
}
.item .inner{
max-width:1400px;
margin:0 auto;
padding: 0px 20px;
}
.item .inner img{
width:100%;
}
.item .inner .links{
display:flex;
margin-top: 20px;
}
.item .inner .links > a{
margin:15px;
}