@charset "utf-8";


/************************************************
*		LAYOUT									*
************************************************/

.wrap{
	width:100%;
	min-height:100%;
	margin:0 auto;
	background:#fff;position:relative;}
#header{width:100%;background:#fff;position:fixed;left:0;top:0;right:0;z-index:50;}
.hcontainer{
	width:100%;max-width:1280px;margin:0 auto;
	padding:205px 0 150px;position:relative;}
.mcontainer{margin:0 auto;padding:50px 0 0;background-color:#fff;position:relative;z-index:40}

.scontainer{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:70px 0 0;
	position:relative;
	z-index:40;
}

.ncontainer{width:100%;max-width:980px;margin:0 auto;padding:70px 0 0;position:relative;z-index:40}






/************************************************
*		MAIN BG									*
************************************************/

.tt_bg{
	width:100%;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:1;

}

  




/************************************************
*					HEADER						*
************************************************/

/********************* NAV *********************/
.navbar{width:100%;height:51px !important;position:fixed;left:0;top:0;z-index:100;}
.navbar{background-color:#fff !important;border-bottom:1px solid #e5e5e5 !important;}

.navbar-brand{padding:0 15px !important;}
.navbar-brand img {width:130px;margin:10px 5px 0 0;float:left;}
.navbar-header,
.navbar-brand{height:50px !important;line-height:50px !important;}
.navbar-header a.logo, .navbar-header a.logo:hover {font-size:22px;font-weight:500;color:#18a3a0;line-height:50px;}
.navbar-header a.logo .tlo{width:auto;height:25px;margin:15px 0 0;}

.navbar-toggle{padding:9px 6px !important;}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{color:#18a3a0 !important;}
.navbar-default .navbar-nav{margin:0 0 0 30px;float:left !important;}
.navbar-default .navbar-nav > li > a {
	height:50px !important;
	padding:0 15px !important;
	font-size:15px;
	font-weight:400;
	color:#333 !important;
	line-height:50px !important;
	letter-spacing:-1px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.on{color:#18a3a0 !important;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color:#18a3a0 !important;}

.navbar-collapse{background-color:#fff !important;border-bottom:1px solid #e5e5e5 !important;}

.navbar-nav img {margin-top:19px;}
.navbar .container {width:100%;max-width:1280px;height:100%;}






/*************************************************
*					CONTAINER					*
*************************************************/

/***************** 01 perview ***************/
.top_search{
	width: 600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
	margin-bottom:40px;
}
.top_search input {
	width: 85%;
	border-radius: 3px;
}
.top_search button {
	width: 80px;
	height: 48px;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}



.container_card{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-left:150px;
	flex-wrap: wrap;
	gap:1em;
	
}
.container_card > *{
    flex-grow: 0;
}

.card,.card2,.card3,.card4, .card5, .card6, .card7, .card8 {
	width: 300px;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: box-shadow 0.3s;
			transition: box-shadow 0.3s;
	border-radius: 15px;
	margin-bottom:20px;
	flex-grow: 1;
	flex-basis: 150px;
}
.card:hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.card a {
	color: inherit;
	text-decoration: none;
}
  
.card__date {
	background: #08c;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 13px;
	font-weight: bold;
	padding-top: 10px;
}
.card__date__day {
	display: block;
	font-size: 14px;
}
  .card__date__month {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
  }
  
.card__thumb {
	height: 235px;
	overflow: hidden;
	background-color: #000;
	-webkit-transition: height 0.3s;
			transition: height 0.3s;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.card__thumb img {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
}
  .card:hover .card__thumb img {
  opacity: 0.6; 
	-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
			transform: scale(1.2);
  }
  .card:hover .card__thumb {
	height: 90px;
  }
  
  .card__body {
	position: relative;
	padding: 20px;
	height: 185px;
	-webkit-transition: height 0.3s;
			transition: height 0.3s;
  }
  .card:hover .card__body {
	height: 330px;
  }
  
  .card__category {
	position: absolute;
	top: -40px;
	left: 0;
	height: 40px;
	padding: 0 15px;
	background: #000;
	width: 100%;
	opacity: 0.7;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
  }
.card__category a {
	color: #fff;
	text-decoration: none;
}
.card__category span i {
	margin-right:10px;
}

  
.card__title {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card__title span{
	border:2px solid orange;
	border-radius: 50%;
	display: block;
	width: 25px;
	height: 25px;
}
  .card:hover .card__title {
	-webkit-animation: titleBlur 0.3s;
			animation: titleBlur 0.3s;
  }
  
.card__subtitle {
	margin: 0;
	padding: 0 0 10px 0;
	color: #08c;
	font-size: 19px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.card__subtitle img{
	width: 20px;
	margin-right:10px;
}
  .card:hover .card__subtitle {
	-webkit-animation: subtitleBlur 0.3s;
			animation: subtitleBlur 0.3s;
  }
  
  .card__description {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 65px;
	margin: 0;
	padding: 0;
	color: #666c74;
	font-size: 14px;
	line-height: 27px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
	-webkit-transform: translateY(25px);
		-ms-transform: translateY(25px);
			transform: translateY(25px);
  }
  .card:hover .card__description {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
  }
  
  .card__footer {
	position: absolute;
	color: #a3a9ab;
	bottom: 20px;
	left: 20px;
	right: 20px;
	font-size: 14px;
  }
 


.btn-container{
	margin: auto;
	height:44px;
	width:166.23px;
}
.btn-container #toggle{
	position:absolute;
	user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  cursor:pointer;
  border:none;
  padding:8px;
  font-size:20px;
  background:#000;
  color:white;
  box-sizing:border-box;
}



/********************02 detail****************/
.detail_nav {
	font-size: 16px;
	font-weight: 500;
	margin-bottom:10px;
}
.detail_cont_info{

	width: 49%;
}
.detail_cont_info h3{
	font-size: 25px;
	margin-bottom:20px;
}
.detail_cont{
	display: flex;
	justify-content: space-between;
}
.detail_cont_img {
	width: 49%;
}

.detail_cont_info_icons{
	font-size: 14px;
}
.detail_cont_info_icons span{
	margin-right:10px;
}
.detail_cont_info_icons{
	margin-bottom:10px;
}
.infos{
	border:1px solid gray;
	padding:10px;
	margin-bottom:20px;
	border-radius: 5px;
}


.detail_cont_info_1_title{
	font-size: 14px;
	font-weight: 500;
	margin-bottom:5px;
	display: block;
}
.detail_cont_info_1 img {
	width: 25px;
}
.detail_cont_info_1_cont{
	display: flex;
	align-items: center;
}
.detail_cont_info_1_cont span{
	font-size: 20px;
	font-weight: 600;
	padding:0 5px;
}

.detail_cont_info_2 span, .detail_cont_info_3 span {
	font-size: 14px;
	font-weight: 500;
	
}
.detail_cont_info_2 span i{
	font-size: 14px;
	
}

.detail_cont_info_2 span, .detail_cont_info_3 span{
	display: block;
	margin:5px 0 10px;
}

.detail_cont_info_2 .bar,
.detail_cont_info_3 .bar{
	border-bottom:1px solid gray;
	width: 100%;
}


.detail_cont_info_3_cont{
	display: flex;
	justify-content: space-between;
}



/****************** 02 DATE *******************/
.grc_wrap{height:45px;margin:0 0 15px;padding:0;background-color:#f1f1f1;position:relative;}
.grclodn{width:35px;height:35px;margin:0;padding:0;position:absolute;right:10px;top:5px;}
.grclodn a{
	width:100%;
	height:35px;
	background:#fff url(../images/icon/h_sub_up.png) no-repeat center 50%;
	background-size:80%;
	border:1px solid #ccc;
	border-radius:4px;
	line-height:35px;
	display:block;
}
.grcloup{width:35px;height:35px;margin:0;padding:0;position:absolute;right:10px;top:5px;}
.grcloup a{
	width:100%;
	height:35px;
	background:#fff url(../images/icon/h_sub_down.png) no-repeat center 50%;
	background-size:80%;
	border:1px solid #ccc;
	border-radius:4px;
	line-height:35px;
	display:block;
}

.date_wrap{margin:0 0 30px;padding:0;position:relative;}
.date_mobile{display:none;}
.date_wrap .dw_case{width:980px;margin:0 auto;position:relative;}

.date_wrap .dw_left{width:50%;margin:0 auto;padding:0;border:1px solid #999;position:relative;}

ul.tabs,
ul.tabs02{
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 9px;
	list-style:none;
	position:relative;
	top:0px;
}
ul.tabs li,
ul.tabs02 li{
	width:50%;
	height:50px;
	margin:0;
	padding:0;
	background:#fff;
	border-bottom:1px solid #d6d6d6;
	border-left:none;
	text-align:center;
	line-height:31px;
	overflow:hidden;
	position:relative;
	float:left;
}
ul.tabs li a,
ul.tabs02 li a{
	width:100%;
	height:100%;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	outline:none;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	color:#999;
	line-height:50px;
	display:block;
}
ul.tabs li a:hover,
ul.tabs02 li a:hover{
	border-top:2px solid #333;
	color:#333 !important;
}
html ul.tabs li.active,
html ul.tabs li.active a:hover,
html ul.tabs li.active a,
html ul.tabs02 li.active,
html ul.tabs02 li.active a:hover,
html ul.tabs02 li.active a{
	border-top:2px solid #333;
	border-bottom:0 none;
	color:#333 !important;
}
.tab_container{
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	position:relative;
	float:left;
}
.tab_container .tc_tit,
.tab_container .tc_tit02{height:40px;margin:0;padding:0;border-bottom:1px solid #d6d6d6;position:relative;}
.tab_container .tc_tit li{
	width:24%;
	height:40px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:40px;
	position:relative;
	float:left;
}
.tab_container .tc_tit li:last-child{width:28%;}
.tab_container .tc_tit02 li{
	width:25%;
	height:40px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:40px;
	position:relative;
	float:left;
}

.tab_container .tc_txt{
	height:648px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
}
.tab_container .tc_txt02{
	height:180px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
}
.tab_container .tc_txt li,
.tab_container .tc_txt02 li{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
}
.tab_container .tc_txt li span,
.tab_container .tc_txt li p,
.tab_container .tc_txt02 li span,
.tab_container .tc_txt02 li p{font-size:12px;}
.tab_container .tc_txt li table,
.tab_container .tc_txt02 li table{margin:5px 0 0;}
.tab_container .tc_txt li table td{padding:5px 0 9px;border-bottom:1px solid #efefef;}
.tab_container .tc_txt02 li table td{padding:5px 0 9px;}

.date_wrap .dw_center{width:70%;margin:0 2% 0 0;position:relative;float:left;}
.date_wrap .dw_center .dc_main{margin:0 0 15px;padding:0;border:1px solid #999;position:relative;}
.date_wrap .dw_center .dc_main .dm_haed{margin:0;padding:15px 10px;position:relative;}
.date_wrap .dw_center .dc_main .dm_tit{font-size:22px;font-weight:400;}
.date_wrap .dw_center .dc_main .dm_txt{font-size:20px;font-weight:400;}
.date_wrap .dw_center .dc_main .dm_sxt{font-size:13px;font-weight:400;}
.date_wrap .dw_center .dc_main ul{margin:0;padding:0 10px 15px;border-bottom:1px solid #999;position:relative;}
.date_wrap .dw_center .dc_main li{width:25%;height:20px;font-size:14px;font-weight:400;line-height:20px;float:left;}
.date_wrap .dw_center .dc_main li span{font-size:12px;}
.date_wrap .dw_center .dc_main .dm_chart{
	height:292px;
	margin:0;
	padding:0;
	text-align:center;
	line-height:292px;
	position:relative;
	overflow:hidden;
}

.date_wrap .dw_center .dc_date{margin:0;padding:0;border:1px solid #999;position:relative;}

.date_wrap .dw_right{width:27%;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999;position:relative;float:right;}
.date_wrap .dw_right .dr_tit{width:100%;height:44px;margin:0;padding:0;border-top:1px solid #999;border-bottom:1px solid #999;position:relative;}
.date_wrap .dw_right .dr_tit li{width:50%;height:44px;text-align:center;font-size:16px;font-weight:500;color:#999;line-height:44px;float:left;display:block;}
.date_wrap .dw_right .dr_txt{width:100%;margin:0;padding:0;position:relative;}
.date_wrap .dw_right .dr_txt li{
	width:100%;
	height:645px;
	padding:0 2%;
	text-align:center;
	font-size:14px;
	font-weight:500;
	line-height:18px;
	float:left;
	display:block;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
}
.date_wrap .dw_right .dr_txt li table{margin:8px 0 10px;}
.date_wrap .dw_right .dr_txt li table td{padding:5px 0}






/*************** 03 APP DOWNLOAD ***************/
.app_wrap{margin:0;padding:0;position:relative;}
.app_wrap .aw_link{width:360px;height:60px;margin:0 auto;position:relative;}
.app_wrap .aw_link a{width:160px;height:60px;margin:0 10px;background-color:#008c8a;border-radius:10px;text-align:center;line-height:60px;display:block;float:left;}
.app_wrap .aw_link a img{width:100%;}

.dates_line_m {display:none;}
#timeline{
	width:1280px;
	height:590px;
	margin:30px auto;
	background:url(../images/mobileFrame.png) no-repeat center 50%;
	position:relative;
	overflow:hidden;
}
#dates{
	width:340px;
	height:590px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
#dates li{margin:0;padding:0;}
#dates li span{width:360px;margin:0;padding:0;display:block;}
#dates li b{margin:0 0 15px;font-size:22px;font-weight:500;color:#fff;line-height:30px;display:block;}
#dates li p{font-size:16px;font-weight:300;color:#fff;line-height:23px;letter-spacing:-1px;display:block;}
#dates .cycle1{
	width:580px;
	height:150px;
	text-align:right;
	background:url(../images/icon/ad_icon1_off.png) no-repeat right top;
	position:absolute;
	left:-350px;
	top:95px;
}
#dates .cycle2{
	width:580px;
	height:150px;
	text-align:left;
	background:url(../images/icon/ad_icon2_off.png) no-repeat left top;
	position:absolute;
	right:1390px;
	top:95px;
}
#dates .cycle3{
	width:580px;
	height:150px;
	text-align:left;
	background:url(../images/icon/ad_icon3_off.png) no-repeat left top;
	position:absolute;
	right:1390px;
	bottom:65px;
}
#dates .cycle4{
	width:580px;
	height:150px;
	text-align:right;
	background:url(../images/icon/ad_icon4_off.png) no-repeat right top;
	position:absolute;
	left:-350px;
	bottom:65px;
}

#dates .cycle1 .selected{
	width:100%;
	height:100%;
	background:url(../images/icon/ad_icon1_on.png) no-repeat right top;
	display:block;
	position:absolute;
}
#dates .cycle2 .selected{
	width:100%;
	height:100%;
	background:url(../images/icon/ad_icon2_on.png) no-repeat left top;
	display:block;
	position:absolute;
}
#dates .cycle3 .selected{
	width:100%;
	height:100%;
	background:url(../images/icon/ad_icon3_on.png) no-repeat left top;
	display:block;
	position:absolute;
}
#dates .cycle4 .selected{
	width:100%;
	height:100%;
	background:url(../images/icon/ad_icon4_on.png) no-repeat right top;
	display:block;
	position:absolute;
}

.issues_case{width:235px;height:489px;margin:0 auto;position:relative;overflow:hidden;}
#issues{margin:0 auto;padding:0;} 
#issues li{
	width:235px;
	height:489px;
	margin:0 auto;
	padding:77px 0 0 0;
	float:left;
}
#issues li img{width:235px;height:412px;}

#next,
#prev {
	width:22px;
	height:38px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:70px;
	position:absolute;
	top:170px;
	overflow:hidden;
}
#next:hover,
#prev:hover {background-position:0 -76px;}
#next {
	right:0;
	background-image:url('../images/icon/next.png');
}
#prev {
	left:0;
	background-image:url('../images/icon/prev.png');
}
#next.disabled,
#prev.disabled {opacity:0.2;}




/******************* 04 INFO *******************/
.info_wrap{margin:0;padding:40px 0 55px;position:relative;}
.info_wrap .iw_case:first-child{width:32%;}
.info_wrap .iw_case{width:31%;margin:0 1%; padding:0 2%;text-align:center;position:relative;float:left;}
.info_wrap .iw_case b{margin:10px 0 20px;text-align:center;font-size:20px;font-weight:500;color:#3e3e3e;line-height:30px;letter-spacing:-1px;display:block;}
.info_wrap .iw_case p{margin:0 0 10px;text-align:center;font-size:16px;font-weight:300;color:#3e3e3e;line-height:22px;letter-spacing:-1px;display:block;}




/***************** 05 SERVICE ******************/
.ser_wrap{margin:0;padding:0 20px 60px;position:relative;}
.ser_wrap ul{margin:0;padding:0;position:relative;}
.ser_wrap li{margin:0;padding:0; text-align:left;float:left;}
.ser_wrap li a{width:155px;height:55px;margin:20px 20px 0 0;border:1px solid #b4b4b4;border-radius:7px;float:left;}
.ser_wrap li a img{width:100%;}






/************************************************
*					SUB							*
************************************************/

/******************** GUIDE ********************/
.guide_wrap{width:100%;max-width:980px;margin:0 auto;position:relative;}
.guide_wrap img{width:100%;}






/************************************************
*					Paginate					*
************************************************/

.responsivePaginate
{
	margin:50px 0;
	text-align:center;
	font-size:1em;
	line-height:1em;
	white-space:nowrap;
}
.responsivePaginate img{margin:0 0 5px;vertical-align:middle;}

.responsivePaginate span, .responsivePaginate div{
	margin:0 .25em 0 .25em;
	padding:.20em .5em;
	background-color:#18a2a2;
	border:1px solid #18a2a2;
	color:#fff !important;
	line-height:1em;
	visibility:hidden;
}
.responsivePaginate span, .responsivePaginate div
{
	display:inline;
	color:#18a2a2;
}
.responsivePaginate a
{
	margin:0 .25em 0 .25em;
	padding:.20em .5em;
	color:#18a2a2;
	text-decoration:none;
	background-color:#efefef;
	border:1px solid #18a2a2;
}

.responsivePaginate a.next{background:url(../images/icon/btn_page_next.gif) no-repeat center 50%;}
.responsivePaginate a.prev{background:url(../images/icon/btn_page_prev.gif) no-repeat center 50%;}

.responsivePaginate a:hover
{
	background-color:#18a2a2;
	color:#fff !important;
}

.responsivePaginate a:hover.next{background:url(../images/icon/btn_page_next.gif) no-repeat center 50%;}
.responsivePaginate a:hover.prev{background:url(../images/icon/btn_page_prev.gif) no-repeat center 50%;}


 


 
/************************************************
*					FOOT						*
************************************************/

.footer{width:100%;margin:30px 0 0;background-color:#222;position:relative;left:0;bottom:0;}
.footer .copyright{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
	font-size:13px;
	font-weight:300;
	color:#bebebe;
	line-height:23px;
	letter-spacing:1px;
	position:relative;
}
.footer .copyright a{font-weight:500;color:#bebebe;}

.footer .copyright .s_sns{width:110px;position:absolute;right:120px;top:60px;}
.footer .copyright .s_sns a{margin:0 5px;display:block;float:left;}
.footer .copyright .s_sns a.facebook{width:40px;height:40px;background:url(../images/icon/facebook_off.png) no-repeat;background-size:40px;}
.footer .copyright .s_sns a.twitter{width:40px;height:40px;background:url(../images/icon/twitter_off.png) no-repeat;background-size:40px;}

.footer .copyright .s_sns a:hover.facebook{width:40px;height:40px;background:url(../images/icon/facebook_on.png) no-repeat;background-size:40px;}
.footer .copyright .s_sns a:hover.twitter{width:40px;height:40px;background:url(../images/icon/twitter_on.png) no-repeat;background-size:40px;}

.footer .copyright .fw_top{width:50px;height:50px;position:absolute;right:-50px;top:-80px;z-index:100;}
.footer .copyright .fw_top a{width:100%;height:50px;display:block;}
.footer .copyright .fw_top a img{width:100%;}

.footer .copyright .ft_group{margin:-15px 0 0;font-size:11px;line-height:16px;position:absolute;right:0;top:83px;}
.footer .copyright .ft_group .tgl_btn{width:114px;height:24px;padding:2px 5px;background:#fff;border:1px solid #ccc;font-size:12px;font-weight:600;color:#111;display:block;}
.footer .copyright .ft_group .g_menu_wrap{width:410px;background:#fff;border:1px solid #ccc;position:absolute;top:-128px;right:0;z-index:100;}
.footer .copyright .ft_group .g_menu_wrap .g_link_wrap{width:100px;height:84px;float:left;padding:10px 14px;;color:#000 !important;font-size:12px;line-height:18px;text-align:left;}
.footer .copyright .ft_group .g_menu_wrap .g_link_wrap dt{margin-bottom:5px;padding-bottom:5px;border-bottom:2px solid #aaa; font-size:13px;font-weight:bold;}
.footer .copyright .ft_group .g_menu_wrap .g_link_wrap dd{width:100px;margin:0;padding:0;}
.footer .copyright .ft_group .g_menu_wrap .g_link_wrap dd a{color:#000;}
.footer .copyright .ft_group .g_menu_wrap .g_link_wrap dd a:hover{text-decoration:underline;}
.footer .copyright .ft_group .g_menu_wrap .g_link_line{width:1px;height:105px;float:left;margin:10px 0;background:#000;}






/************************************************
*					POPUP						*
************************************************/

/*************** BOOTSTRAP POP ******************/
.modal{top:15px !important;z-index:1000;}
.modal.in .modal-dialog{max-width:320px;}

.modal-header{font-size:16px;color:#000;}
.modal-header .close{font-size:35px;font-weight:300;color:#000;float:right;}

.modal-content{border-radius:0 !important;}

.modal-body{padding:25px 10px !important;font-size:14px;color:#222;}
.modal-body b{margin:0 0 15px;font-size:16px;font-weight:600;color:#222;display:block;}

.modal-footer{padding:0 !important;}
.modal-footer .btn:first-child{border-left:0 none;}
.modal-footer .btn{
	height:50px;
	margin:0 !important;
	padding:0;
	background-color:#e6e6e6;
	border-left:1px solid #cecece;
	border-radius:0;
	font-size:15px;
	line-height:50px;
	float:left;
}
.modal-footer .btn-primary{background-color:#d12e31;border-color:#d12e31;}






/************************************************
*				동의 : Agreement				*
************************************************/

.agr_wrap{width:100%;margin:0 auto;padding:10px 10px 30px;position:relative;}
.pscroll{height:320px;overflow:hidden;overflow-x:hidden;overflow-y:scroll;}

.stb_xbti{margin:30px 0;text-align:center;font-size:24px !important;font-weight:700;color:#333;line-height:35px;display:block;}
.stb_xti{margin-bottom:10px;text-align:left;font-size:18px !important;font-weight:600;color:#666;line-height:25px;display:block;}
.stb_bti{margin-bottom:10px;text-align:left;font-size:16px !important;font-weight:500;color:#666;line-height:26px;display:block;}
.stb_ti{margin-bottom:15px;text-align:left;font-size:14px !important;font-weight:400;color:#999;line-height:20px;display:block;}
.stb_copy{margin-bottom:30px;text-align:left;font-size:13px !important;font-weight:300;color:#999;line-height:20px;display:block;}






/************************************************
*					ETC							*
************************************************/

.xbctit{margin:0;padding:25px 0 20px;text-align:center;font-size:32px;font-weight:700;color:#111;line-height:42px;position:relative;display:block;z-index:100;}
.xbctit span{height:45px;position:absolute;right:0;top:0;}

.cxbit{
	margin:0 0 10px;
	text-align:center;
	font-size:40px;
	font-weight:500;
	color:#111;
	line-height:50px;
	display:block;
	border-bottom:1px solid gray;
	padding-bottom:20px;
}

.cxit{margin:0 0 15px;text-align:center;font-size:32px;font-weight:300;color:#111;line-height:42px;display:block;}
.cxit b{font-weight:500;}
.cbxt{margin:0 0 15px;padding:0;text-align:center;font-size:26px;font-weight:300;color:#111;line-height:26px;display:block;}
.ctxt{margin:0 0 15px;padding:0;text-align:center;font-size:18px;font-weight:300;color:#3e3e3e;line-height:28px;display:block;}

.lc_btit{margin:20px 0;text-align:center;font-size:32px;font-weight:600;color:#111;display:block;}

.lbit{margin:0 0 10px;text-align:left;font-size:26px;font-weight:300;color:#111;line-height:36px;display:block;}

.lxit{margin:0 0 25px;text-align:left;font-size:26px;font-weight:500;color:#111;line-height:36px;display:block;}
.lbtit{margin:0 0 5px;padding:0;text-align:left;font-size:26px;font-weight:300;color:#3e3e3e;line-height:36px;display:block;}
.lbtit b{margin:0 5px 0 0;font-weight:500;}
.lbtit span{font-size:18px;}
.ltxt{margin:0 0 15px;padding:0;text-align:left;font-size:16px;font-weight:300;color:#3e3e3e;line-height:26px;display:block;}


.tal{text-align:left !important;}
.tac{text-align:center !important;}
.tar{text-align:right !important;}






/************************************************
*					TABLE						*
************************************************/

.table_type1{width:100%;margin:0 0 15px;border-top:2px solid #555;font-size:14px;}
.table_type1 caption{display:none}
.table_type1 thead th,
.table_type1 thead td{padding:10px;background-color:#fff;border-left:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;font-size:15px;font-weight:600;color:#333;line-height:20px;}
.table_type1 tbody th,
.table_type1 tbody td{padding:13px 10px;background-color:#fff;border-left:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;font-size:14px;font-weight:500;color:#777;line-height:20px;}
.table_type1 th:first-child,
.table_type1 td:first-child{border-left:0 none !important;}
.table_type1 img{vertical-align:middle;}
.table_type1 .it_case{margin:0;padding:0;position:relative;}
.table_type1 .it_case li.w3:first-child{width:34%;}
.table_type1 .it_case li.w3{width:33%;}
.table_type1 .it_case li{text-align:center;display:block;float:left;}
.table_type1 .it_btit{font-size:20px;font-weight:500;}
.table_type1 .it_tit{font-size:18px;font-weight:500;}
.table_type1 .it_btxt{font-size:16px;font-weight:500;color:#555;line-height:normal;}
.table_type1 .it_txt{font-size:16px;font-weight:400;color:#888;line-height:normal;}


.table_type2{width:100%;margin:0 0 20px;font-size:14px;}
.table_type2 caption{display:none}
.table_type2 thead th,
.table_type2 thead td,
.table_type2 tbody th,
.table_type2 tbody td{
	padding:13px 10px;
	border-bottom:1px solid #e4e4e4;
	line-height:24px;
}

.table_type2 thead th{
	background-color:#f9f9f9;
	border-top:2px solid #555;
	font-size:15px;
	font-weight:600;
	color:#333;
}
.table_type2 thead td{
	background-color:#f9f9f9;
	border-top:2px solid #555;
	font-size:14px;
	font-weight:600;
	color:#777;
}
.table_type2 tbody th{
	background-color:#f9f9f9;
	font-size:14px;
	font-weight:500;
	color:#333;
}
.table_type2 tbody td{
	background-color:#fff;
	font-size:14px;
	font-weight:500;
	color:#777;
}
.table_type2 .tt_text{height:450px;}
.table_type2 img{width:auto;height:20px;vertical-align:middle;}
.table_type2 .tw10p{width:10%;}
.table_type2 .tw15p{width:15%;}
.table_type2 .tw75p{width:75%;}






/************************************************
*				RESPONSIVE						*
************************************************/

@media(max-width:1280px){
}

@media(max-width:1279px){
	/*************** 02 APP DOWNLOAD ***************/
	.app_wrap .aw_link{width:320px;padding-left:5px;}
	.app_wrap .aw_link a{width:130px;margin:0 0 0 15px;}


	.hidden_m{display:none !important;}
	.dates_line_m{margin:0 5px;padding:0 0 20px;text-align:left;display:block;}

	.sc_case{width:100%;margin:10px 0 20px;background-color:#fff;position:relative; overflow:hidden;}
	.sc_case .sc_thum_1{text-align:center;}
	.sc_case .sc_thum_1 img{width:100%;max-width:900px;}

	.sc_case .sliderkit .sliderkit-panels{width:100%;height:400px !important;margin:0 auto;overflow:hidden;}
	.sc_case .sliderkit .sliderkit-panel{width:100%;height:450px;text-align:center;background-color:#05afac;position:absolute;overflow:hidden;}
	.sc_case .sliderkit .sliderkit-panel .v_txt_wrap{width:100%;height:100%;display:table;}
	.sc_case .sliderkit .sliderkit-panel .v_img{display:table-cell;vertical-align:top;}
	.sc_case .sliderkit .sliderkit-panel .v_img img{width:auto;height:400px;margin:0 auto;}
	.sc_case .sliderkit .sliderkit-panel .v_txt{margin:110px 0 0;text-align:left;color:#fff;}
	.sc_case .sliderkit .sliderkit-panel .v_txt b{margin:0 0 20px;font-size:24px;line-height:34px;}
	.sc_case .sliderkit .sliderkit-panel .v_txt p{font-size:18px;line-height:26px;letter-spacing:1px;}
	.sc_case .sliderkit .sliderkit-panel-active{z-index:5;}
	.sc_case .sliderkit .sliderkit-panel-old{z-index:4;}

	.sc_case .service_tab{width:100%;position:relative;z-index:10;}
	.sc_case .service_tab .sliderkit-nav{background-color:#05afac;z-index:50;}
	.sc_case .service_tab .sliderkit-nav-clip{width:100%;margin:0 auto;overflow:hidden;}
	.sc_case .service_tab .sliderkit-nav-clip ul{margin:0;padding:0;position:relative;}
	.sc_case .service_tab .sliderkit-nav-clip ul li{margin:10px 0;float:left;cursor:pointer !important;}

	.sc_case .service_tab .sliderkit-nav-clip ul li.sn0,
	.sc_case .service_tab .sliderkit-nav-clip ul li.sn1,
	.sc_case .service_tab .sliderkit-nav-clip ul li.sn2,
	.sc_case .service_tab .sliderkit-nav-clip ul li.sn3{width:16px;height:16px;margin:0 10px;border:2px solid #fff;border-radius:100%;display:block;}

	.sc_case .service_tab .sliderkit-nav-clip ul li.sn0.sliderkit-selected,
	.sc_case .service_tab .sliderkit-nav-clip ul li.sn1.sliderkit-selected,
	.sc_case .service_tab .sliderkit-nav-clip ul li.sn2.sliderkit-selected,
	.sc_case .service_tab .sliderkit-nav-clip ul li.sn3.sliderkit-selected{width:16px;height:16px;background-color:#fff;border-radius:100%;display:block;}


	/******************* FOOTER ********************/
	.footer .copyright{padding:20px 10px;}
	.footer .copyright .s_sns{top:80px;}
	.footer .copyright .fw_top{position:absolute;right:10px;top:13px;}
	.footer .copyright .ft_group{right:10px;top:102px;}
}

@media(max-width:1024px){
	body{overflow-x:hidden;}
	.hcontainer{padding:100px 10px 20px;}
	.scontainer{padding:20px 10px 0 !important;}
	.ncontainer{padding:20px 10px 0 !important;}
	
/***************** 01 perview ***************/
.top_search{
	width: 600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
	margin-bottom:40px;
}
.top_search input {
	width: 85%;
	border-radius: 3px;
}
.top_search button {
	width: 80px;
	height: 48px;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.container_card{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-left:150px;
	margin-top:180px;
}
.btn-container{
	display: flex;
	justify-content: center;
}
#text{
	margin-top:0px;
}

/********************02 detail****************/
.detail_nav {
	font-size: 16px;
	font-weight: 500;
	margin-bottom:10px;
}
.detail_cont_info{
	width: 42%;
}
.detail_cont_info h3{
	font-size: 25px;
	margin-bottom:20px;
}
.detail_cont{
	display: flex;
	justify-content: space-between;
}

.detail_cont_info_icons{
	font-size: 14px;
}
.detail_cont_info_icons span{
	margin-right:10px;
}
.detail_cont_info_icons{
	margin-bottom:10px;
}
.infos{
	border:1px solid gray;
	padding:10px;
	margin-bottom:20px;
	border-radius: 5px;
}


.detail_cont_info_1_title{
	font-size: 14px;
	font-weight: 500;
	margin-bottom:5px;
	display: block;
}
.detail_cont_info_1 img {
	width: 25px;
}
.detail_cont_info_1_cont{
	display: flex;
	align-items: center;
}
.detail_cont_info_1_cont span{
	font-size: 20px;
	font-weight: 600;
	padding:0 5px;
}

.detail_cont_info_2 span, .detail_cont_info_3 span {
	font-size: 14px;
	font-weight: 500;
	
}
.detail_cont_info_2 span i{
	font-size: 14px;
	
}

.detail_cont_info_2 span, .detail_cont_info_3 span{
	display: block;
	margin:5px 0 10px;
}

.detail_cont_info_2 .bar,
.detail_cont_info_3 .bar{
	border-bottom:1px solid gray;
	width: 100%;
}


.detail_cont_info_3_cont{
	display: flex;
	justify-content: space-between;
}
	.date_wrap{display:block;}
	.date_mobile{padding:20px 10px 5px;background-color:#efefef;display:none;}

	.date_wrap .dw_case{width:100%;margin:0 auto;position:relative;}

	.date_wrap .dw_left{width:96%;margin:0 auto;padding:0;border:1px solid #999;position:relative;}

	ul.tabs,
	ul.tabs02{
		width:100%;
		height:auto;
		margin:0;
		padding:0 0 9px;
		list-style:none;
		position:relative;
		top:0px;
	}
	ul.tabs li,
	ul.tabs02 li{
		width:50%;
		height:40px;
		margin:0;
		padding:0;
		background:#fff;
		border-bottom:1px solid #d6d6d6;
		border-left:none;
		text-align:center;
		line-height:31px;
		overflow:hidden;
		position:relative;
		float:left;
	}
	ul.tabs li a,
	ul.tabs02 li a{
		width:100%;
		height:100%;
		border-left:1px solid #efefef;
		border-right:1px solid #efefef;
		border-bottom:1px solid #efefef;
		outline:none;
		text-decoration:none;
		font-size:13px;
		font-weight:700;
		color:#999;
		line-height:40px;
		letter-spacing:-1px;
		display:block;
	}
	ul.tabs li a:hover,
	ul.tabs02 li a:hover{
		border-top:2px solid #333;
		color:#333 !important;
	}
	html ul.tabs li.active,
	html ul.tabs li.active a:hover,
	html ul.tabs li.active a{
		border-top:2px solid #333;
		border-bottom:0 none;
		color:#333 !important;
	}
	.tab_container{
		width:100%;
		margin:0;
		padding:0;
		background:#fff;
		border-left:1px solid #efefef;
		border-right:1px solid #efefef;
		border-bottom:1px solid #efefef;
		position:relative;
		float:left;
	}
	.tab_container .tc_tit,
	.tab_container .tc_tit02{height:40px;margin:0;padding:0;border-bottom:1px solid #d6d6d6;position:relative;}
	.tab_container .tc_tit li,
	.tab_container .tc_tit02 li{
		width:24%;
		height:40px;
		text-align:center;
		font-size:12px;
		font-weight:400;
		line-height:40px;
		letter-spacing:-1px;
		position:relative;
		float:left;
	}
	.tab_container .tc_tit li:last-child{width:28%;}
	
	.tab_container .tc_txt,
	.tab_container .tc_txt02{
		height:300px;
		margin:0;
		padding:0;
		position:relative;
		overflow:hidden;
		overflow-x:hidden;
		overflow-y:scroll;
	}
	.tab_container .tc_txt li,
	.tab_container .tc_txt02 li{
		width:100%;
		margin:0;
		padding:0;
		text-align:center;
		font-size:12px;
		font-weight:400;
		line-height:16px;
		letter-spacing:-1px;
		position:relative;
		float:left;
	}
	.tab_container .tc_txt li span,
	.tab_container .tc_txt li p,
	.tab_container .tc_txt02 li span,
	.tab_container .tc_txt02 li p{font-size:12px;}
	.tab_container .tc_txt li table{margin:5px 0 0;}
	.tab_container .tc_txt li table td{padding:5px 0 9px;border-bottom:1px solid #efefef;}

	.date_wrap .dw_center{width:96%;margin:0 auto 10px;position:relative;float:none;}
	.date_wrap .dw_center .dc_main{margin:0 0 15px;padding:0;border:1px solid #999;position:relative;}
	.date_wrap .dw_center .dc_main .dm_haed{margin:0;padding:15px 10px;position:relative;}
	.date_wrap .dw_center .dc_main .dm_tit{font-size:20px;font-weight:400;}
	.date_wrap .dw_center .dc_main .dm_txt{font-size:18px;font-weight:400;}
	.date_wrap .dw_center .dc_main .dm_sxt{font-size:12px;font-weight:400;}
	.date_wrap .dw_center .dc_main ul{margin:0;padding:0 10px 15px;border-bottom:1px solid #999;position:relative;}
	.date_wrap .dw_center .dc_main li{width:25%;height:20px;font-size:12px;font-weight:400;line-height:18px;letter-spacing:-1px;float:left;}
	.date_wrap .dw_center .dc_main li span{font-size:12px;}
	.date_wrap .dw_center .dc_main .dm_chart{
		height:292px;
		margin:0;
		padding:0;
		text-align:center;
		line-height:292px;
		position:relative;
		overflow:hidden;
	}
	
	.date_wrap .dw_center .dc_date{margin:0;padding:0;border:1px solid #999;position:relative;float:none;}

	.date_wrap .dw_right{width:96%;margin:0 auto;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999;position:relative;float:none;}
	.date_wrap .dw_right .dr_tit{width:100%;height:40px;margin:0;padding:0;border-top:1px solid #999;border-bottom:1px solid #999;position:relative;}
	.date_wrap .dw_right .dr_tit li{
		width:50%;
		height:40px;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#999;
		line-height:40px;
		letter-spacing:-1px;
		float:left;
		display:block;
	}
	.date_wrap .dw_right .dr_txt{width:100%;margin:0;padding:0;position:relative;}
	.date_wrap .dw_right .dr_txt li{
		width:100%;
		height:300px;
		padding:0 2%;
		text-align:center;
		font-size:12px;
		font-weight:500;
		line-height:16px;
		letter-spacing:-1px;
		float:left;
		display:block;
		overflow:hidden;
		overflow-x:hidden;
		overflow-y:scroll;
	}
	.date_wrap .dw_right .dr_txt li table{margin:8px 0 10px;}
	.date_wrap .dw_right .dr_txt li table td{padding:5px 0}
}

@media(max-width:980px){
	body{overflow-x:hidden;}
	.hcontainer{padding:100px 10px 20px;}
	.scontainer{padding:20px 10px 0 !important;}
	.ncontainer{padding:20px 10px 0 !important;}
/***************** 01 perview ***************/
.top_search{
	width: 600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
	margin-bottom:40px;
}
.top_search input {
	width: 85%;
	border-radius: 3px;
}
.top_search button {
	width: 80px;
	height: 48px;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}



.container_card{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	
}
	/********************02 detail****************/
.detail_nav {
	font-size: 16px;
	font-weight: 500;
	margin-bottom:10px;
}
.detail_cont_info{
	margin-top:20px;
	width: 100%;
}
.detail_cont_info h3{
	font-size: 25px;
	margin-bottom:20px;
}
.detail_cont{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.detail_cont_img {
	width: 100%;
}
.detail_cont_img img{
	width: 100%;
}

.detail_cont_info_icons{
	font-size: 14px;
}
.detail_cont_info_icons span{
	margin-right:10px;
}
.detail_cont_info_icons{
	margin-bottom:10px;
}
.infos{
	border:1px solid gray;
	padding:10px;
	margin-bottom:20px;
	border-radius: 5px;
}


.detail_cont_info_1_title{
	font-size: 14px;
	font-weight: 500;
	margin-bottom:5px;
	display: block;
}
.detail_cont_info_1 img {
	width: 25px;
}
.detail_cont_info_1_cont{
	display: flex;
	align-items: center;
}
.detail_cont_info_1_cont span{
	font-size: 20px;
	font-weight: 600;
	padding:0 5px;
}

.detail_cont_info_2 span, .detail_cont_info_3 span {
	font-size: 14px;
	font-weight: 500;
	
}
.detail_cont_info_2 span i{
	font-size: 14px;
	
}

.detail_cont_info_2 span, .detail_cont_info_3 span{
	display: block;
	margin:5px 0 10px;
}

.detail_cont_info_2 .bar,
.detail_cont_info_3 .bar{
	border-bottom:1px solid gray;
	width: 100%;
}


.detail_cont_info_3_cont{
	display: flex;
	justify-content: space-between;
}

}

@media(max-width:768px){
	body{overflow-x:hidden;}
	.hcontainer{padding:100px 10px 20px;}
	.scontainer{padding:20px 10px 0 !important;}
	.ncontainer{padding:20px 10px 0 !important;}
	
/***************** 01 perview ***************/
.top_search{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
	margin-bottom:40px;
}
.top_search input {
	width: 100%;
	border-radius: 3px;
}
.top_search button {
	width: 80px;
	height: 48px;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}

.container_card{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	
	margin-top:175px;
}

	
/********************02 detail****************/
.detail_nav {
	font-size: 16px;
	font-weight: 500;
	margin-bottom:10px;
}
.detail_cont_info{
	margin-top:20px;
	width: 100%;
}
.detail_cont_info h3{
	font-size: 25px;
	margin-bottom:20px;
}
.detail_cont{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.detail_cont_img {
	width: 100%;
}
.detail_cont_img img{
	width: 100%;
}

.detail_cont_info_icons{
	font-size: 14px;
}
.detail_cont_info_icons span{
	margin-right:10px;
}
.detail_cont_info_icons{
	margin-bottom:10px;
}
.infos{
	border:1px solid gray;
	padding:10px;
	margin-bottom:20px;
	border-radius: 5px;
}


.detail_cont_info_1_title{
	font-size: 14px;
	font-weight: 500;
	margin-bottom:5px;
	display: block;
}
.detail_cont_info_1 img {
	width: 25px;
}
.detail_cont_info_1_cont{
	display: flex;
	align-items: center;
}
.detail_cont_info_1_cont span{
	font-size: 20px;
	font-weight: 600;
	padding:0 5px;
}

.detail_cont_info_2 span, .detail_cont_info_3 span {
	font-size: 14px;
	font-weight: 500;
	
}
.detail_cont_info_2 span i{
	font-size: 14px;
	
}

.detail_cont_info_2 span, .detail_cont_info_3 span{
	display: block;
	margin:5px 0 10px;
}

.detail_cont_info_2 .bar,
.detail_cont_info_3 .bar{
	border-bottom:1px solid gray;
	width: 100%;
}


.detail_cont_info_3_cont{
	display: flex;
	justify-content: space-between;
}






	/******************* 03 INFO *******************/
	.info_wrap{padding:20px 0;}
	.info_wrap .iw_case:first-child{width:100%;}
	.info_wrap .iw_case{width:100%;margin:0;padding:0;}
	.info_wrap .iw_case b{margin:0 0 15px;}
	.info_wrap .iw_case p{margin:0 0 40px;}


	/***************** 04 SERVICE ******************/
	.ser_wrap{padding:0}
	.ser_wrap li{width:90% !important;margin:0 5% 35px;position:relative;}
	.ser_wrap li a{width:139px;margin:10px 5px 0 0;float:left;}
}

@media(max-width:767px){
	
}

@media(max-width:480px){
	.hcontainer{padding:100px 10px 35px;}
	.scontainer{padding:20px 0 !important;}
	
	/***************** 01 perview ***************/
	.top_search{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin:0 auto;
		margin-bottom:120px;
	}
	.top_search input {
		width: 100%;
		border-radius: 3px;
	}
	.top_search button {
		width: 80px;
		height: 48px;
		border-radius: 3px;
		background-color: #000;
		color: #fff;
		font-size: 14px;
	}



	.container_card{
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin-top:170px;
	}
	#text{
		margin-top:0px;
	}
	.cxbit{
		margin-top:-100px;
		font-size:36px;
		line-height:46px;
	}
	.btn-container{
		display: flex;
		justify-content: center;
	}

/********************02 detail****************/
.detail_nav {
	font-size: 16px;
	font-weight: 500;
	margin-bottom:10px;
}
.detail_cont_info{
	margin-top:20px;
	width: 100%;
}
.detail_cont_info h3{
	font-size: 25px;
	margin-bottom:20px;
}
.detail_cont{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.detail_cont_img {
	width: 100%;
}
.detail_cont_img img{
	width: 100%;
}

.detail_cont_info_icons{
	font-size: 14px;
}
.detail_cont_info_icons span{
	margin-right:10px;
}
.detail_cont_info_icons{
	margin-bottom:10px;
}
.infos{
	border:1px solid gray;
	padding:10px;
	margin-bottom:20px;
	border-radius: 5px;
}


.detail_cont_info_1_title{
	font-size: 14px;
	font-weight: 500;
	margin-bottom:5px;
	display: block;
}
.detail_cont_info_1 img {
	width: 25px;
}
.detail_cont_info_1_cont{
	display: flex;
	align-items: center;
}
.detail_cont_info_1_cont span{
	font-size: 20px;
	font-weight: 600;
	padding:0 5px;
}

.detail_cont_info_2 span, .detail_cont_info_3 span {
	font-size: 14px;
	font-weight: 500;
	
}
.detail_cont_info_2 span i{
	font-size: 14px;
	
}

.detail_cont_info_2 span, .detail_cont_info_3 span{
	display: block;
	margin:5px 0 10px;
}

.detail_cont_info_2 .bar,
.detail_cont_info_3 .bar{
	border-bottom:1px solid gray;
	width: 100%;
}


.detail_cont_info_3_cont{
	display: flex;
	justify-content: space-between;
}



	/***************** 04 SERVICE ******************/
	.ser_wrap li {width: 100% !important;margin:0 0 35px;}


	/******************* 03 INFO *******************/
	.info_wrap .iw_case b em{display:block;}

	.lbtit{margin:0;line-height:24px;}
	.lbtit span{font-size:16px;}
	.ltxt{margin:0;}


	/******************* FOOTER ********************/
	.footer{padding-bottom:50px;}
	.footer .copyright{font-size:12px;line-height:18px;}
	.footer .copyright .s_sns{width:100;margin:20px auto 0;position:relative;left:0;top:0;}
	.footer .copyright .ft_group{display:none;}

	.table_type2 thead th,
	.table_type2 thead td,
	.table_type2 tbody th,
	.table_type2 tbody td{
		padding:10px 5px;
		line-height:20px;
	}
	.table_type2 tbody td em{font-size:12px;}
	.table_type2 .tt_text{height:0;}
	.table_type2 .tw10p{width:15%;}
	.table_type2 .tw15p{width:30%;}
	.table_type2 .tw75p{width:55%;}










}

@media(max-width:419px){
	
}


