@charset "utf-8";

/*
================================================================================
COMMON
================================================================================
*/
i.fa { margin: 0 5px 0 0}
/* Ie-Upgrade */
.ie-upgrade{box-sizing: border-box;z-index:9999;position:fixed;width:100%;width: 400px;height: 200px;left: 50%;top: 50%;margin: -100px 0 0 -200px;}
.ie-upgrade div{position: relative;background: #2a2a2a; border-bottom: 1px solid #333; margin: 0px auto;padding: 20px;}
.ie-upgrade p{color: #fff;font-size: 0.94em;margin: 0 auto;text-align: center;}
.ie-upgrade p.txt strong,
.ie-upgrade p.txt em{ color:#ffbd18;}
.ie-upgrade p.txt:before{content:"";display: block;width: 70px;height: 70px;margin: 0 auto 15px auto;background: url('../images/common/Internet-Explorer-icon.png') no-repeat;}
.ie-upgrade a.btnGo { display: inline-block; margin-left: 5px; color:rgba(70,140,224,1.00); border: 1px solid #000; padding: 0px 15px; font-size: 0.73em; border-radius: 3px; background-color:rgba(0,0,0,.30)}
.ie-upgrade p.close{display: block;text-align: right;color: #e2e2e2;width: 100%;background: #111; padding:5px; line-height:1em;}
.ie-upgrade p.close button{ color:#fff; padding-right:5px; font-size: 13px;}
.ie-upgrade p.close button img{ vertical-align:top; display:block; float:right; margin-left:5px;}

@media only screen and (max-width:1024px){
    .ie-upgrade { top:70px; margin-top:0;}
}
@media only screen and (max-width:400px){
    .ie-upgrade { top:60px; width:310px; margin:0px 0 0 -155px;}
}


/****** owl-theme  ******/
.owl-theme .item a{display:block;position:relative;width: 100%;height: 100%;}
.owl-theme .item a:focus:before{ opacity:1;}
.owl-theme .dataCtrl .dataDots, .owl-theme .dataCtrl .ctrl-nav{float: left;}
.owl-theme .dataCtrl .ctrl-nav .owl-prev,
.owl-theme .dataCtrl .ctrl-nav .owl-next{position: absolute;top: 50%;;width: 25px;height: 25px;cursor:pointer;overflow: hidden;margin-top: -17.5px;background-color: rgba(0,0,0,0.3);z-index: 3; opacity:0.7; }
.owl-theme .dataCtrl .ctrl-nav .owl-prev{left: 0;background: url('../images/main/btn_prev.png') no-repeat 50% 50%;}
.owl-theme .dataCtrl .ctrl-nav .owl-next{right: 0;background: url('../images/main/btn_next.png') no-repeat 50% 50%;}
.owl-theme .dataCtrl .ctrl-nav .owl-prev span,
.owl-theme .dataCtrl .ctrl-nav .owl-next span{font-size: 0;background: transparent;}
.owl-theme .dataCtrl .ctrl-nav .owl-prev:focus,
.owl-theme .dataCtrl .ctrl-nav .owl-next:focus,
.owl-theme .dataCtrl .ctrl-nav .owl-prev:hover,
.owl-theme .dataCtrl .ctrl-nav .owl-next:hover{ opacity:1; }
.owl-theme .dataCtrl .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .dataCtrl{ position:absolute; font-size:0;z-index: 9; }
.owl-theme .dataCtrl .dataDots{ float:left; font-size:0;}
.owl-theme .dataCtrl .dataDots button{float:left;margin: 0 3px;display: block;width: 12px;height: 12px;background: rgba(0, 0, 0, 0.3);border-radius: 8px;text-indent: -9999px;}
.owl-theme .dataCtrl .dataDots button:hover { background: rgba(0, 0, 0, 1);}
.owl-theme .dataCtrl .dataDots button.active{background:#000;}
.owl-theme .dataCtrl .dataAuto{ float:left; position: relative;}
.owl-theme .dataCtrl .dataAuto .btn.play,
.owl-theme .dataCtrl .dataAuto .btn.stop{position:absolute;left: 0;top: 0;width: 12px;height: 12px;text-align: center;opacity: 0.7;}
.owl-theme .dataCtrl .dataAuto .btn.play{display:none; background: url('../images/main/btn_play.png') no-repeat 50% 50%;}
.owl-theme .dataCtrl .dataAuto .btn.stop{background: url('../images/main/btn_stop.png') no-repeat 50% 50%;}
.owl-theme .dataCtrl .dataAuto .btn.play:focus,
.owl-theme .dataCtrl .dataAuto .btn.stop:focus,
.owl-theme .dataCtrl .dataAuto .btn.play:hover,
.owl-theme .dataCtrl .dataAuto .btn.stop:hover{ opacity: 1;}


/*** a ***/
a.mail{ letter-spacing: 0 ; color:#df2519; text-decoration: underline}
a.mail:after{content:'';display:inline-block;margin: 0 0px 0 5px;background:url('../images/common/ic_blank.gif') no-repeat 0 0;width:14px;height:14px;vertical-align: middle; }
a.link[target="_blank"] {color: #202f82 !important; font-weight: 600; padding: 0 5px;}
a.link[target="_blank"]:hover {text-decoration: underline;}
a.link[target="_blank"]:after{content:'';display:inline-block;margin: 0 0px 0 5px;background:url('../images/common/ic_blank.png') no-repeat 0 0;width:14px;height:14px;vertical-align: middle; }
.button.blue.link[target="_blank"],
.button.red.link[target="_blank"]{color:#fff !important;font-weight: 500;padding: 0 1em;}
.button.blue.link:after,
.button.red.link[target="_blank"]:after{ background-image:url('../images/common/ic_blank_w.gif');}

/* warning */
.warning_pageIng {text-align: center }
.warning_pageIng img { max-width: 100%;}
.warning_txt{text-align:center;background: #fdfdfd;border: 1px solid #ccc;border-bottom: 1px solid #1d2089;padding: 78px 15px;}
.warning_txt:before{content: '';display:inline-block;width: 194px;height: 194px;border-radius: 50%;background: #f2f3f4 url('../images/common/warning_ico.png') no-repeat 55% 50%;}
.warning_txt .tit{font-size: 1.25em;color: #333;margin:20px 0 15px 0;line-height: 1.2em;}
.warning_txt .tit strong{color:#1d2089;font-weight: 700;}
.warning_txt .txt{color: #666;font-size: 1em;}

@media only screen and (max-width:720px){		
	.warning_txt{ padding:50px 15px;}
	.warning_txt:before{ width:150px; height:150px; background-size: 80px;}
	.warning_txt .tit{ margin: 15px 0;}
}
@media only screen and (max-width:480px){		
	.warning_txt{ padding:40px 15px;}
	.warning_txt:before{ width:130px; height:130px; background-size: 65px;}
}


/*** Tab ***/
.tabSec {position:relative;margin-bottom:55px;border-bottom:0;border-right:0;overflow:hidden;}
.tabSec:after,
.tabSec ul:after {content:"";display:block;position:absolute;background:#ddd;}
.tabSec:after {bottom:0;left:0;width:100%;height:1px}
.tabSec ul {position:relative;display:block;overflow:hidden; text-align:center; font-size:0;}
.tabSec ul li {width: 14.28%;display:inline-block;vertical-align: top;font-size:16px;}
.tabSec ul li a {position:relative;display:block;background: #f6f6f6;border: 1px solid #ddd;border-width: 1px 0;padding: 0 5px;line-height: 50px;height: 50px;color:#333;font-size:1.063em;font-weight:400;text-align:center;letter-spacing:-0.05em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.tabSec ul li a:after {content:"";position:absolute;top:0;bottom:0;right: 0px;display:block;background-color:#ccc;width:1px;height:15px;margin:auto;z-index:1;}
.tabSec ul li a:before{content:'';display:block;width:100%;height: 2px;position:absolute;bottom: 0px;left:0;background: #fff;z-index: 2; opacity: 0; }
.tabSec ul li:first-child a{ border-left:1px solid #ddd;}
.tabSec ul li:last-child a{ border-right:1px solid #ddd;}
.tabSec ul li:last-child a:after{ display:none;}
.tabSec ul li.on a:after {display:none;}
.tabSec ul li a:hover,
.tabSec ul li a:focus{ color: #1d2089;}
.tabSec ul li.on a {color: #1d2089;border:1px solid #1d2089;background-color: #fff;border-width: 1px 1px 0 1px;z-index: 2;text-decoration:none;font-weight: 500;}
.tabSec ul li.on a:before{opacity: 1;}

.tabSec.table_tab { }
.tabSec.table_tab ul{ display: table; width:100%;}
.tabSec.table_tab ul li{ display: table-cell; width:auto;}
.tabSec.cols2 ul li{width:50%;}
.tabSec.cols3 ul li{width:33.333333%;}
.tabSec.cols4 ul li{width:25%;}
.tabSec.cols5 ul li{width:20%;}

.tabSec.border_tab .tabs{ width:85%; margin-bottom: 0;}
.tabSec.border_tab ul li{float:left;display:block;margin: 0;}
.tabSec.border_tab .state_bn{ position: absolute; right:0; top:5px; /*width:15%;*/ vertical-align: bottom;}
.tabSec.border_tab .state_bn a{  height:40px; padding: 0 12px; text-decoration: none; font-size:0.95em;}
.tabSec.border_tab .state_bn a{ display: inline-block;}
.tabSec.border_tab .state_bn a:after{ content: ''; display: block; width:100%; height: 3px;  margin: 18px 0 0 0;     background: transparent;} 
.tabSec.border_tab .state_bn a:focus,
.tabSec.border_tab .state_bn a:active,
.tabSec.border_tab .state_bn a:hover,
.tabSec.border_tab .state_bn a.on{ color:#2b2e8f;}
.tabSec.border_tab .state_bn a:focus:after,
.tabSec.border_tab .state_bn a:active:after,
.tabSec.border_tab .state_bn a:hover:after,
.tabSec.border_tab .state_bn a.on:after{background:#2b2e8f;}	
	

/* cate_list */
.tabSec.cate_list {position:relative; border: 1px solid #d9d9d9;  padding: 10px 30px 25px; background-color: #fbfbfa; margin-bottom:30px; overflow: hidden}
.tabSec.cate_list:after { display: none; }
.tabSec.cate_list li {float: left;width: 25%;margin-top: 9px;cursor: pointer;text-align: left;margin-left: 0;position: relative;}
.tabSec.cate_list li a,
.tabSec.cate_list ul li:first-child a,
.tabSec.cate_list ul li:last-child a{padding: 3px 0 3px 28px !important;background: none;display: block;font-size: .95em; text-align: left;height: inherit !important;min-height: 21px;line-height:inherit;font-weight:normal;color:#333;margin: 0 !important;border-radius: 0; border: 1px solid #fbfbfa;}
.tabSec.cate_list li a:before{content:'';display:block;position:absolute;left: 5px;top: 5px;height: 19px;width: 18px;background: url(../images/common/ico_faq_cate.png) no-repeat 0 -22px;opacity: 1;}
.tabSec.cate_list ul li a:after{ display:none;}
.cate_list.cols2 ul li{width:50%;}
.cate_list.cols3 ul li{width:33.333333%;}
.cate_list.cols4 ul li{width:25%;}
.cate_list.cols5 ul li{width:20%;}
.tabSec.cate_list li.on a,
.tabSec.cate_list ul li.on:first-child a, 
.tabSec.cate_list ul li.on:last-child a{border:1px solid #2b2e8f;color: #101010;font-weight: bold; background-color: transparent;}
.tabSec.cate_list li.on a:before{background-position: 0 0px;}

.tabSec.cate_list li.on a span:after,
.tabSec.cate_list li.on:after,
.tabSec.cate_list.cols3:after, .tabSec.cate_list.cols5:after{ display:none !important;}

.tab_content { display: none; background-color: #fff;}
.tabcontent.on {display: block;}
.tab_box{ width:100%; min-height:400px; position: relative}

@media only screen and (max-width:1024px){	
	.tabSec{  width:100%; max-width: inherit; margin-bottom: 35px;}
	.tabSec ul li {font-size:15px;}
	.tabSec > ul > li > a { height: 50px; line-height: 50px;}
	.tabSec.cols4 > ul > li,
	.tabSec.cols5 > ul > li	{width:50% !important;}
	.tabSec.cols6 > ul > li:nth-child(6n+6),
	.tabSec.cols6 > ul > li { width:25% !important;}
	
	.tabSec.cate_list {padding: 10px 0px 15px 20px; }
	.cate_list.cols2 ul li,
	.cate_list.cols3 ul li,
	.cate_list.cols4 ul li,
	.cate_list.cols5 ul li,
	.tabSec.cate_list ul li {width: 33.333%;margin-top: 5px;}
}

@media only screen and (max-width:720px){
	.tabSec{ margin-bottom: 10px; background: #e4e4e4;}
	.tabSec ul li,
	.tabSec.table_tab ul li,
	.tabSec.table_tab.cols2 ul li,
	.tabSec.table_tab.cols3 ul li,
	.tabSec.table_tab.cols4 ul li,
	.tabSec.table_tab.cols5 ul li{width:50%;font-size:14px;float: left;}
	.tabSec > ul > li > a {height: 40px;line-height: 40px;font-size: 13px;margin-top: -1px;}
	.tabSec > ul > li:nth-child(1) > a,
	.tabSec > ul > li:nth-child(2) > a,
	.tabSec.border_tab > ul > li > a { margin-top: 0;}
	
	.tabSec.cate_list {padding: 10px 15px 15px; }
	.cate_list.cols2 ul li,
	.cate_list.cols3 ul li,
	.cate_list.cols4 ul li,
	.cate_list.cols5 ul li,
	.tabSec.cate_list ul li {width: 50%;margin-top: 5px}

	.tabSec + .tabSec.cate_list{margin-top: -11px;padding: 10px 15px 15px;}
	.tabSec + .tabSec.cate_list li{margin-top:5px; width:50% ;}
	.tabSec + .tabSec.cate_list li a{font-size: 1em;}	
	
	.tabSec.border_tab .tabs{width:100%;}
	.tabSec.border_tab ul li{ width:25%;}
	.tabSec.border_tab .state_bn{ position:relative; right:inherit; top:inherit; display:none;}
	.tabSec.border_tab .state_bn a{ padding:0 5px; height:30px; }

}
@media only screen and (max-width:480px){	
    /*.tabSec.cols4 > ul > li,*/
	.tabSec.cate_list li {width: 100% !important;float: none;}
	.tabSec.cate_list li a{white-space: inherit;}

	.tabSec + .tabSec.cate_list{margin-top: -11px;padding: 5px 15px 10px;}
	.tabSec + .tabSec.cate_list li{margin-top:5px;}
}


/* tabSet */
.tabSet {width:100%;box-sizing:border-box; position:relative;margin-bottom:55px;border-bottom:0;border-right:0;}
.tabSet .tabs_wrap {position:relative;height:100%;}
.tabSet:after,
.tabSet .tabs_wrap:after {content:"";display:block;position:absolute;background:#ddd;}
.tabSet:after {top:49px;left:0;width:100%;height:1px;}
.tabSet .tabs_wrap > dl {text-align:center;display: block;clear: both;}
.tabSet .tabs_wrap > dl > dt {width: 14.28%;display: inline-block;vertical-align: top;font-size: 16px;float:left;z-index: 2;position: absolute;left: 0;top: 0;}
.tabSet .tabs_wrap > dl > dt a {position:relative;display:block;background: #f6f6f6;border: 1px solid #ddd;border-width: 1px 0;padding: 0 5px;line-height: 50px;height: 50px;color:#333;font-size:1.063em;font-weight:400;text-align:center;letter-spacing:-0.05em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.tabSet .tabs_wrap > dl > dt a:after {content:"";position:absolute;top:0;bottom:0;right: 0px;display:block;background-color:#ccc;width:1px;height:15px;margin:auto;z-index:1;}
.tabSet .tabs_wrap > dl > dt a:before{content:'';display:block;width:100%;height: 2px;position:absolute;bottom: 0px;left:0;background: #fff;z-index: 2; opacity: 0; }
.tabSet .tabs_wrap > dl:first-child > dt a{border-left:1px solid #ddd;}
.tabSet .tabs_wrap > dl:last-child > dt a{border-right:1px solid #ddd;}
.tabSet .tabs_wrap > dl.on{padding-top: 50px;min-height: 50px;}
.tabSet .tabs_wrap > dl.on > dt a:after,
.tabSet .tabs_wrap > dl:last-child > dt a:after {display:none;}
.tabSet .tabs_wrap > dl > dt:hover,
.tabSet .tabs_wrap > dl > dt:focus{ color: #1d2089;}
.tabSet .tabs_wrap > dl.on > dt a {color: #1d2089;border:1px solid #1d2089;background-color: #fff;border-width: 1px 1px 0 1px;z-index: 2; text-decoration:none;}
.tabSet .tabs_wrap > dl.on > dt a:before{opacity: 1;}

.tabSet .tabs_wrap > dl:nth-child(2) > dt{ left: 14.28%;}
.tabSet .tabs_wrap > dl:nth-child(3) > dt{ left: 28.56%;}
.tabSet .tabs_wrap > dl:nth-child(4) > dt{ left: 42.84%;}
.tabSet .tabs_wrap > dl:nth-child(5) > dt{ left: 57.12%;}
.tabSet .tabs_wrap > dl:nth-child(6) > dt{ left: 71.4%;}
.tabSet .tabs_wrap > dl:nth-child(7) > dt{ left: 85.68%;}
.tabSet .cols2 > dl > dt{width:50%;}
.tabSet .cols2 > dl:nth-child(even) > dt{ left:50%;}
.tabSet .cols3 > dl > dt{width:33.333333%;}
.tabSet .cols3 > dl:nth-child(3n+2) > dt{ left:33.3333333%;}
.tabSet .cols3 > dl:nth-child(3n+3) > dt{ left:66.6666666%;}
.tabSet .cols4 > dl > dt{width:25%;}
.tabSet .cols4 > dl:nth-child(4n+2) > dt{ left:25%;}
.tabSet .cols4 > dl:nth-child(4n+3) > dt{ left:50%;}
.tabSet .cols4 > dl:nth-child(4n+4) > dt{ left:75%;}
.tabSet .cols5 > dl > dt{width:20%;}
.tabSet .cols5 > dl:nth-child(5n+2) > dt{ left:20%;}
.tabSet .cols5 > dl:nth-child(5n+3) > dt{ left:40%;}
.tabSet .cols5 > dl:nth-child(5n+4) > dt{ left:60%;}
.tabSet .cols5 > dl:nth-child(5n+5) > dt{ left:80%;}
.tabSet .cols6 > dl > dt{width:16.66666%;}
.tabSet .cols6 > dl:nth-child(6n+2) > dt{ left:16.66666%;}
.tabSet .cols6 > dl:nth-child(6n+3) > dt{ left:33.33332%;}
.tabSet .cols6 > dl:nth-child(6n+4) > dt{ left:49.99998%;}
.tabSet .cols6 > dl:nth-child(6n+5) > dt{ left:66.66664%;}
.tabSet .cols6 > dl:nth-child(6n+6) > dt{ left:83.33333%;}	

.tabSet .datalist{display:none;width:100%;height:100%;text-align:left;}
.tabSet .tabs_wrap dl.on .datalist{display:block;padding-top: 55px;}

@media only screen and (max-width:1024px){	
	.tabSet{  width:100%; max-width: inherit; }	
	.tabSet .tabs_wrap:after{content:'';width:100%;height: 50px;background: #e4e4e4;z-index: -1;top: 0;}		
    .tabSet .tabs_wrap.rows3:after{height: 150px;}
	.tabSet .tabs_wrap.cols6:after{height: 100px;}
	
	.tabSet .cols3.rows2 > dl.on{ padding-top: 50px;}
	.tabSet .rows2 > dl.on,
	.tabSet .cols4 > dl.on{padding-top: 100px;}
	.tabSet .rows3 > dl.on,
	.tabSet .cols5 > dl.on,
	.tabSet .cols6 > dl.on{padding-top: 150px;}
	
	.tabSet .tabs_wrap > dl > dt {font-size:15px;}
	.tabSet .tabs_wrap > dl > dt a { height: 50px; line-height: 50px;}
	.tabSet .cols4 > dl > dt,
	.tabSet .cols5 > dl > dt {width:50% !important;}
	.tabSet .cols4 > dl:nth-child(even) > dt,
	.tabSet .cols5 > dl:nth-child(even) > dt{ left:50% !important;}
	.tabSet .cols2 > dl:nth-child(even) > dt,
	.tabSet .cols4 > dl:nth-child(even) > dt,
	.tabSet .cols5 > dl:nth-child(even) > dt{ left:50% !important;}
	.tabSet .cols2 > dl:nth-child(2n+3) > dt,
	.tabSet .cols4 > dl:nth-child(4n+3) > dt,
	.tabSet .cols5 > dl:nth-child(5n+3) > dt{left:0; top:50px;}
	.tabSet .cols2 > dl:nth-child(2n+4) > dt,
	.tabSet .cols4 > dl:nth-child(4n+4) > dt,
	.tabSet .cols5 > dl:nth-child(5n+4) > dt{ top:50px;}
	.tabSet .cols5 > dl:nth-child(5n+5) > dt{left:0; top:100px;}
	.tabSet .cols6 > dl > dt:nth-child(6n+6),
	.tabSet .cols6 > dl > dt { width:25% !important;}
	.tabSet .cols6 > dl:nth-child(6n+2) > dt{ left:25%;}
	.tabSet .cols6 > dl:nth-child(6n+3) > dt{ left:50%;}
	.tabSet .cols6 > dl:nth-child(6n+4) > dt{ left:75%;}
	.tabSet .cols6 > dl:nth-child(6n+5) > dt{ left:0%; top:50px;}
	.tabSet .cols6 > dl:nth-child(6n+6) > dt{ left:25%; top:50px;}
	.tabSet .cols6 > dl:nth-child(6n+7) > dt{ left:50%; top:50px;}
	.tabSet .cols6 > dl:nth-child(6n+8) > dt{ left:75%; top:50px;}

	.tabSet dl.on .datalist{padding-top: 35px;}
}

@media only screen and (max-width:720px){
	.tabSet:after{ top:39px;}
	.tabSet .cols6 > dl > dt{width:50% !important;}
	
    .tabSet .tabs_wrap:after{height: 40px;}
    .tabSet .tabs_wrap.rows2:after{height: 80px;}
    .tabSet .tabs_wrap.rows3:after,
	.tabSet .tabs_wrap.cols6:after{height: 120px;}
	.tabSet .tabs_wrap.rows4:after{height: 160px;}    
	
	.tabSet .rows2 > dl.on,
	.tabSet .cols3.rows2 > dl.on{ padding-top: 80px;}
	.tabSet .rows3 > dl.on,
	.tabSet .cols6 > dl.on{padding-top: 120px;}
	.tabSet .rows4 > dl.on{padding-top: 160px;}
	
	.tabSet .tabs_wrap > dl:nth-child(2) > dt{ left: 50%;}
	.tabSet .tabs_wrap > dl:nth-child(3) > dt{ left: 0; top:40px;}
	.tabSet .tabs_wrap > dl:nth-child(4) > dt{ left: 50%; top:40px;}
	.tabSet .tabs_wrap > dl:nth-child(5) > dt{left: 0;top: 80px;}
	.tabSet .tabs_wrap > dl:nth-child(6) > dt{left: 50%;top: 80px;}
	.tabSet .tabs_wrap > dl:nth-child(7) > dt{left: 0;top: 120px;}	
	.tabSet .tabs_wrap > dl:nth-child(8) > dt{ left: 50%; top:120px;}
	
	.tabSet .tabs_wrap > dl > dt,
	.tabSet .cols2 > dl > dt,
	.tabSet .cols3 > dl > dt,
	.tabSet .cols4 > dl > dt,
	.tabSet .cols5 > dl > dt{width:50% !important; left:0;}
	.tabSet .tabs_wrap > dl:nth-child(even) > dt,
	.tabSet .cols2 > dl:nth-child(even) > dt,
	.tabSet .cols3 > dl:nth-child(even) > dt,
	.tabSet .cols4 > dl:nth-child(even) > dt,
	.tabSet .cols5 > dl:nth-child(even) > dt,
	.tabSet .cols6 > dl:nth-child(even) > dt,
	.tabSet .cols6 > dl:nth-child(even) > dt{ left:50% !important;}
	.tabSet .cols3 > dl:nth-child(3n+3) > dt,
	.tabSet .cols4 > dl:nth-child(4n+3) > dt,
	.tabSet .cols5 > dl:nth-child(5n+3) > dt,
	.tabSet .cols6 > dl:nth-child(6n+3) > dt{left:0 !important; top:40px;}
	.tabSet .cols3 > dl:nth-child(3n+4) > dt,
	.tabSet .cols4 > dl:nth-child(6n+4) > dt,
	.tabSet .cols5 > dl:nth-child(5n+4) > dt,
	.tabSet .cols6 > dl:nth-child(6n+4) > dt{ top:40px;}
	.tabSet .cols5 > dl:nth-child(5n+5) > dt,
	.tabSet .cols5 > dl:nth-child(6n+5) > dt,
	.tabSet .cols6 > dl:nth-child(6n+5) > dt{ left:0; top:80px;}
	.tabSet .cols6 > dl:nth-child(6n+6) > dt{ top:80px;}
	.tabSet .cols6 > dl:nth-child(6n+7) > dt{ left:0; top:120px;}
    .tabSet .cols6 > dl:nth-child(6n+8) > dt{ top:120px;}
		
    .tabSet .tabs_wrap > dl.on .datalist{padding-top: 10px;}	
    .tabSet .cols3 .datalist,
    .tabSet .cols4 .datalist{padding-top: 40px;}
    .tabSet .cols5 .datalist,
    .tabSet .cols6 .datalist{padding-top: 80px;}

	.tabSet .tabs_wrap > dl > dt a {height: 40px;line-height: 40px;font-size: 13px;}
	.tabSet .tabs_wrap > dl:nth-child(1) > dt a,
	.tabSet .tabs_wrap > dl:nth-child(2) > dt a{ margin-top: 0;}		

}



ul.col2{overflow: hidden;}
ul.col2 li{ width:49%; display: block; float:left; margin: 0 0 20px 0;}
ul.col2 li:nth-child(even){ float:right;}
ul.col3 li{width:33.3333%;display: block;float:left;margin: 0 0 20px 0;}
ul.col2.txt li{ margin-bottom: 10px;}

@media only screen and (max-width:720px){
	ul.col2 li,
	ul.col3 li{ width:100%; float:none !important;}
}


/* list style */
.list01>li,
.list02>li,
.list03>li,
.list_p {position:relative;padding-left: 0.8em;margin-bottom:10px;text-align: left !important;line-height: 1.4em;}
.list03>li{ padding-left:15px}
.list_p {margin-bottom:0px;}
.list01>li:last-child,
.list02>li:last-child { margin-bottom:0 !important;}
.list01>li:before,
.list02>li:before,
.list03>li:before,
.list_p:before{content:'';display:block;position:absolute;left:2px;top: 9px;} 
.list01>li ul,
.list02>li ul,
.list03>li ul{padding: 7px 0;/* font-size:0.95em; */}
.list01>li ul.col2,
.list02>li ul.col2{ font-size:1em !important;}
.list01>li ul.col2 li,
.list02>li ul.col2 li{ padding-left:0;}
.list01>li em,
.list02>li em,
.list03>li em{ display:block;}

.list01> li strong{font-weight: 500; color: #333;}
.txt_box .list01> li {font-weight: 400; margin-bottom: 7px;}
.list01>li:before,
.list_p:before{background: #2c2d91;width: 0.2em;height: 0.2em;} 
.list02>li:before{border: solid #90c31f;border-width: 0 2px 2px 0;display: inline-block;padding: 2px;transform: rotate(-45deg);top: 8px;background:none !important;} 
.list02.blue>li:before{ border-color:#2c2d91;}
.list02>li {margin-bottom:5px;}
.list03>li {margin-bottom:3px; font-size: .95em; color: #666}
.list03>li:before{background:#8c8c8c;width:4px;height:1px;left:4px;top: 9px;} 
.list01>li > ul > li,
.list02>li > ul > li{position:relative;padding-left:12px;margin-bottom:4px;color:#666;text-align: left;line-height: 1.3;font-weight: 400;}
.list01>li > ul > li:before,
.list02>li > ul > li:before{ content:''; display:block; position:absolute; left:0; top:8px; background:#8a8a8a; width:5px; height:1px;} 
.list01>li > ul > li li { position:relative;  padding-left:12px;  margin-bottom:3px; color:#767676;}
.list01>li > ul > li li:before{content:''; display:block; position:absolute; left:0; top:8px; background:#fff; width:4px; height:4px; border-top:1px solid #8a8a8a; border-right:1px solid #8a8a8a; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.list01>li > ul.list02 > li:before{ top:7px;}
.list01>li > ul.list02 > li li:before{ -webkit-transform: rotate(0); transform: rotate(0deg); border-right:0; height: 1px;} 
.list01>li > ul.list02 > li strong{font-weight: 500;}
.list01 li:last-child{margin-bottom: 0 !important;}


.list_img {clear: both; overflow: hidden; margin:5px 0 30px 0; padding:0 !important;}
.list_img:after {clear:both; content: ""; display: block}
.list_img * { box-sizing: border-box}
.list_img > li {float: left;padding-bottom: 0;text-align:  center;position: relative; padding-left:0 !important;}
.list_img > li:before{display: none !important;}
.list_img > li a { display: block; }
.list_img > li span {display: block; overflow: hidden;border-radius: 0px; background:#f6f6f6 url(' ../images/board/noImg_logo.png') center center no-repeat;}
.list_img > li img { width: 100%; display: block;}
.list_img > li i {display: block;padding: 7px 15px;background: rgba(0,0,0,0.65);clear: both;color: #fff;font-size: 0.85em;position: absolute;bottom: 0px;}

.list_img.col1 > li {width: 100% !important;}
.list_img.col2 > li {width: 49.9% !important;margin-right: 0;}
.list_img.col2 > li:nth-child(even) { float:right;}
.list_img.col2 > li:last-child, .list_img.col2 > li:nth-last-child(2){padding-bottom: 0 !important;}
.list_img.col2 > li:last-child i, .list_img.col2 > li:nth-last-child(2) i {bottom: 0 !important;}
.list_img.col3 > li {width: 33.2%;margin-right: 0.2%;}
.list_img.col3 > li:nth-child(3n+3) {margin-right: 0;}
.list_img.col3 > li.col2{width: 66.6%; margin-right: 0;}
.list_img.col4 > li  {width: 24.7%;margin-right: 0.3333%;}
.list_img.col4 > li:nth-child(4n+4) {margin-right: 0;}
.list_img.col5 > li  {width: 32%;margin-left: 2%;}
.list_img.col5 > li:nth-child(1){margin-left: 0%; width: 66%}
.list_img.col5 > li:nth-child(2){margin-left: 2%;}
.list_img.col5 > li:nth-child(3){ clear: both;margin-left: 0%;}

.list_img + .info_ex01,


.list_img + .info_ex02,
.list_img + .info_ex03{ padding-top:0}

.checkList{ overflow:hidden; }
.checkList li{ position:relative; padding-left:35px; margin-bottom:7px; color:#555;}
.checkList li:before{ content:''; display:block; width:22px; height:22px; background:url('../images/common/check_pic.png') no-repeat 0 0; position:absolute; left:0; top:0;}


ol.hangul li{list-style: hangul; margin:0 0 10px 25px;}

ol.numList { list-style: decimal; padding-left:20px;}
ol.numList > li{ padding-left:0; margin-bottom: 10px}
ol.numList > li:before{ display:none;}

ol.list_num { margin-bottom:10px; overflow:hidden;}
ol.list_num > li {position: relative;margin-bottom: 8px;color:#696969;text-align: left !important;min-height: 24px;padding: 0px 0 0 1.35em;}
ol.list_num li ul,
ol.list_num li ol{ padding:5px 0;}
ol.list_num li li{font-size:0.95em;margin-bottom:5px;color: #7b7b7b;}
ol.list_num li li:last-child{ margin-bottom: 0 !important;}
ol.list_num.h4 > li {padding: 0px;}

ol.list_num > li h4{ padding: 0px 0 0 25px; color: #333 }
ol.list_num > li:last-child  { margin-bottom: 0 !important}
ol.list_num > li:before {content: "1";color: #fff;font-weight:400;text-align: center;width: 1.25em;height: 1.25em;line-height: 1.25em;position: absolute;left: 0;top: 0.4em;background: #2c2d91;font-size: .8em;}
ol.list_num.round li:before{ border-radius: 50%; background:#2c2d91;}
ol.list_num > li:first-child:before{content: "1";}
ol.list_num > li:nth-child(2):before {content: "2";}
ol.list_num > li:nth-child(3):before {content: "3";}
ol.list_num > li:nth-child(4):before {content: "4";}
ol.list_num > li:nth-child(5):before {content: "5";}
ol.list_num > li:nth-child(6):before {content: "6";}
ol.list_num > li:nth-child(7):before {content: "7";}
ol.list_num > li:nth-child(8):before {content: "8";}
ol.list_num > li:nth-child(9):before {content: "9";}
ol.list_num > li:nth-child(10):before {content: "10";}
ol.list_num > li:nth-child(11):before {content: "11";}
ol.list_num > li:nth-child(12):before {content: "12";}
ol.list_num > li:nth-child(13):before {content: "13";}
ol.list_num > li:nth-child(14):before {content: "14";}
ol.list_num > li > ul { padding: 5px 0 10px 10px}
ol.list_num > li > ul > li { padding-left: 15px}
ol.list_num > li > ul.list02 > li:before { left: -3px}

ol.list_num.tb_num { margin-bottom: 0}
ol.list_num.tb_num > li {margin-bottom: 3px;padding: 0px 0 0 20px; min-height: 17px;}
ol.list_num.tb_num > li:before {background: #fff; border: 1px solid #767676; color: #767676; width: 14px;height: 14px;line-height: 13px; }
ol.list_num.cols2 li{ width:50%; float:left; padding-right:60px;}
dd ol.list_num, dd ol.numList {margin-bottom:0px; }
dd ol.list_num > li, dd ol.numList > li {margin-bottom: 0px ; padding-bottom: 3px}
.txt_box ol.list_num { margin-bottom:0px; }
@media only screen and (max-width:1024px){
	ol.list_num.cols2 li{ width:auto; float:none; padding-right:0;}
	ol.hangul li{ margin:0 0 10px 25px;}
	.list_img{margin: 5px 0 20px 0;}
}
@media only screen and (max-width:720px){
	ol.list_num > li{min-height: 18px;margin-bottom: 3px;}
	.list01>li { padding-left: 10px}
	ol.hangul li{ margin:0 0 10px 25px;}
	.checkList li{padding-left:26px; margin-bottom:5px;}
	.checkList li:before{ width:17px; height:17px;background-size: 17px; top:2px;} 
	
	.list_img{margin:5px 0 15px 0;}
	.list_img > li {width: 33.3% !important;margin-right: 0% !important;/* padding-bottom: 5px; */}
	.list_img > li:nth-child(2n+2) {margin-right: 0 !important;}
	.list_img.col4 > li{ width:50% !important;}
	.list_img > li i{/* bottom:5px; */}
	
	.list_img.col1 > li {width: 100% !important;}
	.list_img.col3 > li {width: 100% !important;margin-bottom: 10px;}
	.list_img.col5 > li  {width: 48.6% !important;margin-left:0 !important; margin-right:0 !important;padding-bottom: 5px !important;}
	.list_img.col5 > li:nth-child(1),
	.list_img.col5 > li:nth-child(5){width: 100% !important}
	.list_img.col5 > li:nth-child(2){ float: left;width: 51.4% !important; }
	.list_img.col5 > li:nth-child(3),
	.list_img.col5 > li:nth-child(4){ clear: none;float: left; padding-bottom: 0px !important;}
}	
@media only screen and (max-width:480px){
	.list01>li em,
	.list02>li em,
	.list03>li em{ display: inline;}
	.list_img{margin: 5px 0 10px 0;}
	.list_img > li,
	.list_img.col2 > li:last-child, .list_img.col2 > li:nth-last-child(2){/* padding-bottom:1px !important; */}
	.list_img > li i,
	.list_img.col2 > li:last-child i, .list_img.col2 > li:nth-last-child(2) i{/* bottom:1px !important; */}
}
@media only screen and (max-width:360px){
	.list_img > li ,
	.list_img.col2 > li,
	.list_img.col4 > li{ width: 100% !important;margin-right: 0% !important; margin-left: 0!important}
	.list_img > li span{font-size: 0.95em;}
}


/* notice */
.notice{ position:relative; padding:0 0 0 40px; margin-bottom:30px;}
.notice:after { content:"!"; display:block; width:30px; height:30px; padding:3px; box-sizing:border-box; color:#f73a3a; font-weight:700; border-radius:50%; border: 2px solid #fbc7c7; background:#fff; text-align:center; vertical-align:middle; position:absolute; left:0; top:0;}
tr.notice{padding: 0; margin: 0;}
tr.notice:after{display: none;}
.noticeTxt{ color:#555; padding:0 0 0 20px; position:relative;}
.noticeTxt:after { content:"i"; display:block; width:16px; height:16px; padding:0; box-sizing:border-box; color:#555; font-weight:400; border-radius:50%;  background:#fff; text-align:center; vertical-align:middle; position:absolute; left:0; top:3px; font-size: 0.73em; border:1px solid #adadad; }
.noticeTxt.Blue{ color:#3e75be;}
.noticeTxt.Blue:after { color:#3e75be; border-color:#3e75be;}
.noticeTxt.Red{ color:#f73a3a;}
.noticeTxt.Red:after { background:#f73a3a; border:0; color:#fff; }

/* 안내문 */
.info_box02 {background: #fff url('../images/common/ico_ex06.png') no-repeat 20px 20px;padding: 20px 20px 20px 68px;border: 1px solid #ddd;margin-bottom: 20px;}
.info_box02 .tit{ font-weight: 500; margin-bottom: 5px;}
.info_box02 .tit .txt_sm{font-weight: 400;}
.info_box02 ul li {margin-bottom:3px; position: relative; padding-left: 10px; font-size: .95em}
.info_box02 ul li:last-child  {margin-bottom:0px; }
.info_box02 ul li:before{ background-color:#8c8c8c; width:4px; height:1px;content:""; display:block; position:absolute; left:0px; top:9px;} 
.info_box02 p:last-child{margin-bottom: 0 !important;}
.info_box02.st02 {background-color: #fffbfb;border: 2px solid #df2519;border-width: 2px 1px 1px 1px;}

@media only screen and (max-width:720px){
	.info_box02{ padding:15px 15px 15px 55px; background-position: 15px 15px; background-size:30px;}
}

/* info_ex */
.info_ex {color: #f86200 !important;font-size: .95em;font-weight: 400;}
.info_ex01, .info_ex02, .info_ex03, .info_ex04{ display: block; font-size:.95em;margin:3px 0 5px; line-height: 1.4; font-weight: 400; color:#666;}
.info_ex01 b, .info_ex02 b, .info_ex03 b, .info_ex04 b{ display: inline-block; position: relative;}
.info_ex01 b:after, .info_ex02 b:after, .info_ex03 b:after, .info_ex04 b:after{ content:''; display: block; width:100%; height: 2px; background:#c5c5c5; margin: 2px 0 0 0; position: absolute; bottom:0; left:0;}
.info_ex01.col_red b:after{ background-color:#f0898c;}
.info_ex02.col_blue b:after{background-color: #8387c3;}
.info_ex04.col_orange b:after{background-color: #f7b394;}

.info_ex01:before, .info_ex02:before, .info_ex03:before, .info_ex04:before{ content:''; display:inline-block;vertical-align: middle; width:16px; height: 16px; background-position: 0 0; background-repeat: no-repeat;margin:-2px 4px 0 0;}
.info_ex01:before{background-image:url('../images/common/ico_ex01.png'); }
.info_ex02:before{background-image:url('../images/common/ico_ex02.png');}
.info_ex03:before{background-image:url('../images/common/ico_ex03.png');}
.info_ex04:before{background-image:url('../images/common/ico_ex04.png');}

.ex_box {display:block; overflow:hidden; border:1px dotted #999; padding:15px 15px 15px 65px; color: #666 ;font-size: .95em; background: url(../images/common/ico_ex05.png) no-repeat 15px 20px; min-height: 70px; margin-bottom: 10px}
.ex_box >.list02 { margin-left: -10px; position: relative; padding: 0}
@media only screen and (max-width:720px){
	.ex_box { background: none; padding: 15px}
}

/* guide_box */
.guide_box{overflow: hidden;position: relative;line-height: 1.6;display: table;width: 100%;}
.guide_box .inner{min-height: 140px;padding: 2em 2em 2em 9em;border:1px solid #ccc;background: #fdfdfd;border-bottom:1px solid #1d2089;overflow: hidden;margin-bottom: 40px;}
.guide_box .txtBox:before{content:'';display:block;position:absolute;top: 1.5em;left: 2em;width: 5em;height: 5em;background-image: url('../images/common/ico_sprite.png');background-repeat:no-repeat;background-size: cover;border-radius: 5em;background-color: #ddd;}
.guide_box.ico02 .txtBox:before{background-position: 0 -6.2em;}
.guide_box.ico03 .txtBox:before{ background-position:0 -12.4em;}
.guide_box.ico04 .txtBox:before{ background-position:0 -18.8em;}
.guide_box.ico05 .txtBox:before{ background-position:0 -25em;}
.guide_box.ico06 .txtBox:before{ background-position:0 -31.2em;}
.guide_box.ico07 .txtBox:before{ background-position:0 -37.5em;}
.guide_box.ico08 .txtBox:before{ background-position:0 -43.7em;}
.guide_box.ico09 .txtBox:before{ background-position:0 -50em;}
.guide_box.ico10 .txtBox:before{ background-position:0 -56.3em;}

.guide_box .tit{color: #333;font-size: 1.335em;line-height: 1.2em;margin-bottom: 8px;font-weight: 500;}
.guide_box .tit strong{ color:#1d2089; font-weight: 600}
.guide_box .txt { color:#666; margin-bottom: 0 !important;}
.guide_box .txt strong{ color:#1d2089;}
.guide_box li {margin-bottom: 2px; font-size: .95em; color: #666; padding-left: 8px; position: relative}
.guide_box li:before {display: block; position: absolute; left: 0; top:11px;  content: ""; width: 5px; height: 1px; background-color: #666 }
.guide_box .button{ position: absolute; right: 25px; top:35px}

.guide_box + .ttl01,
.guide_box + .info_box02{margin-top: 0;}


/* guideInfo_box */
.guideInfo_box{position: relative;/* min-height: 135px; */padding: 20px;border:1px solid #e8e9ee;overflow: hidden;display: flex;align-items: center;}
.guideInfo_box:before{content:'';display:block;/* position:absolute; *//* top:20px; *//* left:40px; */width: 120px;height: 65px;min-width: 120px;/* margin-right: auto; */background-image:url('../images/common/guideInfo_ico.png');background-position: 50% 50%;background-repeat:no-repeat;background-size: contain;}
.guideInfo_box .inner{width:100%;padding-left: 20px;}
.guideInfo_box li{float:left;width:50%;color: #222;font-size:0.95em;margin: 5px 0;position: relative;padding-left: 6em;font-weight: 500;}
.guideInfo_box li + li{}
.guideInfo_box li span{padding: 0 0.5em 0 1.5em;color: #717171;min-width: 6em;display:inline-block;position: absolute;left: 0;top: 0;font-weight: 400;}
.guideInfo_box li span:before{content:'';display: block;width: 15px;height: 15px;background: url('../images/common/guideInfo_list_ico.png') no-repeat;position: absolute;left: 0;top: 3px;background-size: cover;}
.guideInfo_box .ico_part span:before{ background-position: 0 0;}
.guideInfo_box .ico_manager span:before{background-position: -80px 0;}
.guideInfo_box .ico_tel span:before{background-position: -160px 0;}
.guideInfo_box .ico_fax span:before{background-position: -240px 0;}
.guideInfo_box .ico_email span:before{ background-position: -320px 0;}
.guideInfo_box .ico_place span:before{background-position: -400px 1px;}
.guideInfo_box li a{ color:#1d2089;}
.guideInfo_box .list.col2{width: 48%;overflow: hidden;float: left;border-right: 1px dotted #ddd;}

.guideInfo_box .list.col2:nth-child(even){ float: right; border-right: 0; }
.guideInfo_box .list.col2 li{ width:100%}
@media only screen and (max-width:1024px){
	.guide_box .inner {padding: 1.5em 1.5em 1.5em 8em; min-height: 150px;}
	.guide_box .txtBox:before{left: 1.5em;}
	.guide_box .txtBox:after{bottom: -5px;right: -5px;}
	.guideInfo_box{padding: 1.35em;min-height:inherit;}
	.guideInfo_box:before{width:90px;min-width:90px;background-position: 0 0;}
	.guideInfo_box .inner{padding-left:20px;}
	.guideInfo_box li{/* padding-left:80px; */}
	.guideInfo_box li span{/* padding:0 10px 0 20px; *//* min-width: 80px; */}
}
@media only screen and (max-width:720px){
	.guide_box .inner{padding: 1.35em 1.35em 1.35em 6.3em;min-height: 95px;}	
	.guide_box .txtBox:before{left: 1.2em;top: 1.2em;width: 4em;height: 4em;}
	.guideInfo_box li span{padding:0 10px 0 20px;min-width: 70px;}
	.guide_box.ico02 .txtBox:before{background-position: 0 -5em;}
	.guide_box.ico03 .txtBox:before{ background-position:0 -10em;}
	.guide_box.ico04 .txtBox:before{ background-position:0 -15em;}
	.guide_box.ico05 .txtBox:before{ background-position:0 -20em;}
	.guide_box.ico06 .txtBox:before{ background-position:0 -25em;}
	.guide_box.ico07 .txtBox:before{ background-position:0 -30em;}
	.guide_box.ico08 .txtBox:before{ background-position:0 -35em;}
	.guide_box.ico09 .txtBox:before{ background-position:0 -40em;}
	.guide_box.ico10 .txtBox:before{ background-position:0 -45em;}

	.guide_box .tit {font-size: 1.1em;line-height: 1.3;}	
	.guide_box .button{position: relative;right: inherit; top:inherit;}

	.guideInfo_box{padding: 1.15em;}
	.guideInfo_box:before{width: 4em;height: 4em;min-width: 4em;}
	.guideInfo_box .inner{padding-left:15px;}
	.guideInfo_box li {width:100%;float:none;margin: 0 0 5px 0;padding-left:80px;}
	.guideInfo_box li span{padding:0 5px 0 20px; min-width: 65px;}
	.guideInfo_box .list.col2{ width:100%; float:none; margin-bottom:10px; padding-bottom:10px; border-bottom:1px dotted #ddd; border-right: 0;}
	.guideInfo_box .list.col2:last-child{border:0; margin-bottom:0px; padding-bottom:0px;} 
}
@media only screen and (max-width:480px){
	.guide_box {line-height: 1.3;}
	.guide_box .inner{padding: 1em 1em 1em 4.8em;}
	.guide_box .txtBox:before{ top:0.9em; left: 0.9em; width: 3em; height: 3em;}
	.guide_box.ico02 .txtBox:before{background-position: 0 -3.8em;}
	.guide_box.ico03 .txtBox:before{ background-position:0 -7.5em;}
	.guide_box.ico04 .txtBox:before{ background-position:0 -11.3em;}
	.guide_box.ico05 .txtBox:before{ background-position:0 -15em;}
	.guide_box.ico06 .txtBox:before{ background-position:0 -18.8em;}
	.guide_box.ico07 .txtBox:before{ background-position:0 -22.5em;}
	.guide_box.ico08 .txtBox:before{ background-position:0 -26.3em;}
	.guide_box.ico09 .txtBox:before{ background-position:0 -30em;}
	.guide_box.ico10 .txtBox:before{ background-position:0 -33.8em;}

	.guideInfo_box{padding: 0.95em 1em;}
	.guideInfo_box:before{width: 3em;height: 3em;min-width: 3em;}
}

/* down_box */
.down_box{ background:#fdfdfd; border: 1px solid #ccc;overflow:hidden;padding:30px;color: #111;}
.down_box a{ display:block; margin-bottom: 5px; position: relative; padding-left:30px; text-align: left;}
.down_box2{padding:20px; border:0;}
.down_box .button{display:inline-block}
.down_box .button:before{ display: none;}
.down_box a:last-child{ margin-bottom: 0;}
.down_box a:before{ content:''; width:20px; height: 21px;  background:url('../images/board/icons_file.png') no-repeat 0 0; position: absolute; left: 0; top:0}
.down_box a.pdf:before{ background-position: 0 0; }
.down_box a.han:before{ background-position: -100px 0; }
.down_box a.excel:before{ background-position: -200px 0; }
.down_box a.img:before{ background-position: -300px 0; }
.down_box a.zip:before{ background-position: -400px 0; }
.down_box a.power:before{ background-position: -500px 0; }
.down_box a.word:before{ background-position: -600px 0; }
.down_box + .guideInfo_box{ margin-top: 60px;}
@media only screen and (max-width:720px){
	.down_box{ padding:20px;}
	.down_box p,
	.down_box .button{float: none !important;}
	.down_box .button{ margin-top: 5px;}
	.down_box + .guideInfo_box{ margin-top: 40px;}
}

/* dl_box */
.dl_box{display:block;overflow:hidden;border: 1px dotted #6f76b3;color: #666;margin: 5px 0;font-size: .95em;}
.dl_box dt{background: #f4f6fd;font-weight:700;padding:10px 15px;line-height:1.2em;color: #2a367d;font-size: 1.06em;}
.dl_box dd{ padding:15px;}
.dl_box dd ul {padding: 0;}
.dl_box dd ul ul { margin-bottom: 5px}
.dl_box dd ul li { text-align: left !important; padding-left: 10px !important; font-size: 1em; position: relative}
.dl_box dd ul li:before{ position: absolute; content: ""; left:0px; top:8px; background:none; width:3px; height:3px; border: 1px solid #ababab; border-radius: 50%}
.dl_box dd ul li li:before{ position: absolute; content: ""; left:0px; top:12px; background:none; width:5px; height:0px; border:none; border-top: 1px solid #ababab; border-radius: 0%}
.dl_box dd ul li:last-child{ margin-bottom:0 !important;}
li >.dl_box { margin: 5px 0 8px; }
@media only screen and (max-width:1024px){
	.dl_box dt{ padding:13px 0 13px 25px;}
	.dl_box dd{padding:13px;}
	.dl_box dd > ul {margin: 0 0 0 10px;}	
}
@media only screen and (max-width:720px){
	.dl_box dt{padding:10px;}
	.dl_box dd{padding:10px;}
}
.txt_box {clear:both;position:relative;padding:25px;border-top: 2px solid #1d2089;overflow:hidden;margin:0 0 30px 0;box-sizing:border-box;background: #f9f9f9;}
.txt_box .btxt{ font-size:1.25em; color:#222; letter-spacing:-0.03em; font-weight:600; margin-bottom: 0}
.txt_box p{color:#444;}
.txt_box p:last-child, .img_box p:last-child, .icon_box p:last-child{ margin-bottom:0 !important;}
.img_box{  clear:both;text-align:center; margin:5px 0 15px 0;border: 1px solid #ddd; padding: 20px 0px 0}
.img_box p.ttl { text-align: center; background-color: #f7f8fd; color: #515a86;padding: 10px; font-weight:bold; font-size: 0.95em}
.img_box img { max-width: 100%; margin: 15px 0}

.bd_box{border:1px solid #dedede; padding:25px; overflow: hidden; background-color: #FFF;}
.bd_box ul > li { position: relative;margin-bottom: 5px; padding-left: 15px; }
.bd_box ul > li i{ margin-left: 20px}
.bd_box ul > li:last-child{margin-bottom: 0;}
.bd_box ul > li:before { display: block; position: absolute; left: 0; top:8px;  content: ""; width: 4px; height: 4px; border: 2px solid #666; border-radius: 50%;}

.div_box{ overflow: hidden; clear: both;}
.line_box{border:1px solid #ddd; padding:20px; overflow: hidden;}
.line_box li{ margin-bottom: 5px !important;}

@media only screen and (max-width:1024px){	
	.txt_box {padding: 20px;}
	.bd_box {padding:15px; }
}
@media only screen and (max-width:720px){	
	.div_box .fL,
	.div_box .fR{ float: none !important;}
}
@media only screen and (max-width:450px){
	.txt_box {padding: 15px 10px;}
}

/* step */
.step_wrap{overflow:hidden;background:#f7f7f7;padding: 15px;}
.step_wrap .step01,
.list01>li > .step01,
.list02>li > .step01{padding:5px 0; font-size: 0.95em;}
.step_wrap .step01 > li{ padding-left:0; margin-bottom: 0; }
.list01>li > .step01 > li,
.list02>li > .step01 > li{ padding-left:0;}
.step_wrap .step01 > li:before,
.list01>li > .step01 > li:before,
.list02>li > .step01 > li:before{display:none;}
.step01{overflow:hidden;position:relative;text-align:center;}
.step01 > dl, .step01 > li{padding-right: 40px;float:left;position:relative;margin-bottom: 20px;}
.list01 .step01 > dl, .list01 .step01 > li{margin-bottom: 10px;}
.step_wrap .step01 > li > div{ min-height: 67px;}
.step01 > li > div{border:1px solid #1d2089;background:#fff;display: table;width: 100%;padding:10px 5px;text-align: center; min-height: 61px;}
.step01 > li > div p{display:table-cell;vertical-align:middle;color: #1d2089;font-weight: 500; line-height: 1.2em;}
.step01 > li > div p:before{display:inline-block;margin-right:7px;vertical-align:middle;background: #1d2089;border-radius: 50%;width: 23px;height: 23px;font-size: 0.8em;line-height: 23px;color: #fff;font-family: 'Jost';text-align: center;}
.step01 > li:nth-child(1) > div p:before{content:'01'; }
.step01 > li:nth-child(2) > div p:before{content:'02'; }
.step01 > li:nth-child(3) > div p:before{content:'03'; }
.step01 > li:nth-child(4) > div p:before{content:'04'; }
.step01 > li:nth-child(5) > div p:before{content:'05'; }
.step01 > li:nth-child(6) > div p:before{content:'06'; }
.step01.style02 > li > div{ border:1px solid rgba(0,0,0,0.1); background:#fbf8f8;}
.step01.style02 > li > div > p{ color:#222;}
.step01.style02 > li > div > p:before { display:none;}
.step01 > dl:after,
.step01 > li:after{content:'';display:block;position:absolute;width: 12px;height: 19px;background:url('../images/common/arrow_step.png') no-repeat;right: 15px;top:50%;margin-top: -10px;}
.step01 > dl:last-child:after,
.step01 > li:last-child:after{ display:none;}
.step01 > dl:last-child,
.step01 > li:last-child{/* padding-right:0; */}
.step01 > dl dt,
.step01 > li > dl dt{background-color: #fbf8f8;padding:10px 0;color: #222;font-weight: 500;overflow: hidden;border: 1px solid rgba(0,0,0,0.1);border-bottom: 1px dotted #ddd;display: table;width: 100%;}
.step01 > dl dt .txt_sm{ color:#fff; display: inline-block;}
.step01 > dl dd,
.step01 > li dl dd{border: 1px solid rgba(0,0,0,0.1);border-top: 0;padding:10px 0px;/*font-size: 0.95em;*/display: table;width: 100%;}
.step01 > dl > dd > .s_tit{ margin-bottom:5px; padding-bottom:5px;border-bottom:1px dotted #b7b7b7; font-weight:500; letter-spacing:-0.08em;}


.step01 > dl dd > ul {padding:0 5px;}
.step01 > dl dd > ul > li{text-align: left; letter-spacing: -0.05em;}
.step01.rows02 > dl dd,
.step01.rows02 > li dl dd{height: 65px;display: table-cell;vertical-align: middle;width: 10%;}
.step01.rows03 > dl dd,

.step01.rows03 > li dl dd{height: 95px;display: table-cell;vertical-align: middle;width: 10%;}
.step01.rows05 > dl dd,
.step01.rows05 > li dl dd{height: 143px;}
.step01 > li dl dd ul.list03 { margin: 0 10px}
.step01 > dl dd span { font-size: .9em; color: #767676;}

.step01.cols02 > dl, .step01.cols02 > li{width: 50%;}
.step01.cols03 > dl, .step01.cols03 > li{width: 33.3333%;}
.step01.cols04 > dl, .step01.cols04 > li{width: 25%;}
.step01.cols05 > dl, .step01.cols05 > li{width: 20%;}
.step01.cols06 > dl, .step01.cols06 > li{width: 16.6666666%;}
.step01.cols07 > dl, .step01.cols07 > li{width: 14.2222222%;}


@media only screen and (max-width:720px){	
	.step01 > dl,
	.step01 > li{ width:50% !important; margin-bottom: 20px !important; padding-right:30px;}
	.step01 > dl:after, .step01 > li:after{right:10px;}
	.step01 > dl:last-child, .step01 > li:last-child{padding-right: 30px; margin-bottom: 0 !important;}
	.step01 > dl dd > ul{font-size:1em;}	
	.step01.rows03 > dl > dd{min-height:115px;}	
	.step01.rows05 > dl dd,
    .step01.rows05 > li dl dd{height: 133px;}
	
}
@media only screen and (max-width:480px){
	.step01{padding-left: 0px;}
	.step01 > dl,
	.step01 > li{ width:100% !important; padding: 0 0 25px 0; margin-bottom: 0 !important;}
	.step_wrap .step01 > li > div{min-height: 50px;}
	.step01 > li > div p:before{width:18px; height: 18px; line-height: 18px;}
	.step01 br { display: none}
	.step01 > dl dt, .step01 > dl dd { padding:5px !important}
	.step01 > dl dd ,
	.step01 > li dl dd {min-height: inherit !important; height: auto !important;}
	.step01 > li > div{min-height: 45px;}
	.step01 > dl,
	.step01 > li{ padding-right:0px !important;}
	.step01 > dl:after,
	.step01 > li:after{width: 100%;background: url(../images/common/arrow_step_m.png) no-repeat center 0;right:0;top: inherit !important;bottom: 0px;margin-top:0;}
	.step01 > dl:last-child,
	.step01 > li:last-child{ padding-bottom:0px !important;}
}

/* list_box */
.list_box{border:1px solid #d9d9d9;border-color: #1d2089;border-width:2px 1px 1px 1px;overflow:hidden;padding:30px 45px;margin-bottom:20px;}
.list_box p:last-child { margin-bottom: 0}
.list_box .btxt{ text-align:center; border-bottom:3px double #ddd; font-size:1.4em; color:#3a3a3a; font-weight:700; line-height:1em; padding-bottom:15px; margin-bottom: 15px;} 
.list_box li:last-child{ margin-bottom:0;}

/* dl_box */
.dlBox{ display:block; overflow:hidden; margin-bottom: 30px;padding-top: 15px;}
.dlBox dl { position: relative; clear: both; margin-top: 15px; padding-left: 170px; min-height: 135px;}
.dlBox dl:first-child {margin-top: 0px}
.dlBox dt{font-size: 1.2em; color: #293541; margin-bottom: 0.2em  }
.dlBox dd{ padding:0px;}
.dlBox dd.pic { position: absolute; left: 20px; top:0; width: 120px; height: 120px; border-radius: 0 50% 50% 50%; overflow: hidden;background-color: #ddd}
.dlBox dd ul {padding: 0;}
.dlBox dd ul ul { margin-bottom: 5px}
.dlBox dd ul li { text-align: left !important; padding-left: 15px !important; font-size: 1em; position: relative}
.dlBox dd ul li:before{ position: absolute; content: ""; left:0px; top:10px; background:none; width:3px; height:3px; border: 1px solid #ababab; border-radius: 50%}
.dlBox dd ul li li:before{ position: absolute; content: ""; left:0px; top:12px; background:none; width:5px; height:0px; border:none; border-top: 1px solid #ababab; border-radius: 0%}
.dlBox dd ul li:last-child{ margin-bottom:0 !important;}
@media only screen and (max-width:1024px){
	.dlBox dl {margin-top: 20px;padding-left: 140px;}
	.dlBox dd.pic {left: 0px;}
}
@media only screen and (max-width:720px){
	.dlBox dl {padding-left: 100px;min-height: 90px;}
	.dlBox dd.pic {width: 90px; height:auto; }
	.dlBox dd br { display: none}
}


/* col_box */
.col_box{border: 1px solid #f1e7e1;overflow:hidden;padding:20px 10px;background: #fffcfa;color: #f86200;text-align:center;}
.col_box p{ margin-bottom:0;}
.notice_box {border: 1px solid #f1e7e1;overflow:hidden;padding:15px 15px;background: #fffcfa;color: #f86200; margin: 10px 0}

.sm { font-size: .95em}
.lg { font-size: 0.15em}

@media only screen and (max-width:1024px){
	.list_box{ padding:20px 35px;}	
	.dl_box dt{ padding:13px 0 13px 25px;}
	.dl_box dd{padding:13px;}
	.dl_box dd > ul {margin: 0 0 0 5px}	
}

@media only screen and (max-width:720px){
	.icon_box .inner {padding:0; min-height: 70px}
	.icon_box.no_ico .inner {padding:15px; min-height: inherit}
	.icon_box .inner:before {width:57px;height:57px;left:12px;background-size:57px;top:12px;margin-top:0;background-position:0 0px;}
	.icon_box .inner.ico01:before {background-position:0 0px;}
	.icon_box .inner.ico02:before {background-position: 0px -71px;}
	.icon_box .inner.ico03:before {background-position:0 -142px;}
	.icon_box .inner.ico04:before {background-position:0 -214px;}
	.icon_box .inner.ico05:before {background-position:0 -285px;}
	.icon_box .inner.ico06:before {background-position:0 -356px;}
	.icon_box .inner.ico07:before {background-position:0 -427px;}
	.icon_box .inner.ico08:before {background-position:0 -498px;}
	.icon_box .inner.ico09:before {background-position:0 -569px;}
	.icon_box .inner.ico10:before {background-position:0 -641px;}
	
	.list_box{ padding:15px 25px;}
	.list_box .btxt{ text-align:left;}
	
	.dl_box dt{padding:10px;}
	.dl_box dd{padding:10px;}
}

.txtD em{ display: inline;}

/* line :bar */
.bar{ width:100%;height:3px; background:url('../images/common/barBg.gif') repeat-x; margin:80px auto 95px; overflow: hidden}


/*** Table ***/
table {width:100%; }
table tbody th, tfoot th, .tbl  tfoot td { font-weight: 500; word-break: break-all;}
table td li { text-align: left; position:relative; box-sizing:border-box; padding-left:8px;margin-bottom:5px !important;line-height: 1.3}
table td li:before {content:'';display:block;position:absolute;left:0px;top:7px;background: #fff;width: 5px;height: 5px; border:1px solid #8f8f8f; border-radius: 5px;} 
table td li strong { font-weight: 500}
table td li ul{ padding:3px 0;}
table td li li,
table ul.sList li{ margin-bottom:1px; font-size: 0.92em; line-height: 15px; color: #666}
table td li li:before,
table ul.sList li:before{ content:''; display:block; position:absolute; left:0; top:6px; background:#8a8a8a; width:5px; height:1px; } 
table ul li:last-child {margin-bottom:0 !important;}

/* tbl */
.tbl {margin: 10px 0;border-top: 2px solid  #666;}
.tbl thead th {color:#222;padding: 1.1em 0.5em;border-right: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;background: #f7f7f7;font-weight:bold;line-height: 1.3;}
.tbl tbody th,
.tbl tfoot th,
.tbl td {padding: 1em;font-size:0.975em;border-right: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;text-align:center;background:#fff;}
.tbl tr td:last-child {border-right: none;}
.tbl tbody th{color:#222;background: #f7f7f7; }
.tbl tfoot th, .tbl  tfoot td {background-color: #626776;color: #fff;border-bottom: 1px solid #626776;border-right: 1px solid #525764;}
.tbl tfoot td {background-color: #787c89}
.tbl thead th:last-child,
.tbl tfoot th:last-child,
.tbl tbody th:last-child{border-right:none;}
.tbl tbody.tL td,
.tbl td ul {text-align:left;}
.tbl th.line,
.tbl td.line{border-right:1px solid #e1e1e1 !important;}
.tbl.tbl_sm {border: 1px solid  #e1e1e1; border-bottom: none; font-size: .95em}
.tbl.tbl_sm th{padding: .7em;}
.tbl.tbl_sm td{padding: .4em}
.tbl thead th .txt_sm{ color:#222; font-weight: 400;}

/* tbl_white */
.tbl_white thead th,
.tbl_white tbody th {background:#fff;}

/* tbl_blue */
.tbl_blue {border-top: 2px solid  #2c2f90;border-bottom: 1px solid #2c2f90;}
.tbl_blue thead th{background: #f7f7f7;}

/* tbl_left */
.tbl_left {border-top:2px solid #2b405b;border-bottom:1px solid #bbb;width:100%;border-collapse:collapse;clear:both;table-layout:fixed;}
.tbl_left thead th { padding: 1.1em 1em; font-size: 1em;}
.tbl_left th {background:#f7f7f7;padding:1em;font-size:0.95em;border-right:1px solid #e1e1e1;border-top:1px solid #e1e1e1;color:#333;text-align:left; }
.tbl_left th:last-child{border-right: 0;}
.tbl_left td {border-top:1px solid #e1e1e1;padding:1em;font-size:0.95em;}
.tbl_left th.line {border-right:1px solid #e1e1e1;}
.tbl_left td{border-right: 1px solid #e1e1e1;}
.tbl_left td:last-child{border-right:0;}


/* content */
.content{ margin-bottom:45px; overflow:hidden;}
.content p:last-child{ margin-bottom:0;}
.content div:last-child{ margin-bottom:0;}
.text_indent { padding-left: 15px}
.ttl03 + .text_indent,
.ttl03 + .text_indent + .text_indent {padding-left: 15px;}
.ttl04 + .text_indent,
.ttl04 + .text_indent + .text_indent{ padding:5px;}

@media only screen and (max-width:768px) {
	.ttl03 + .text_indent { padding-left:15px;}
	.tbl_white{ margin-bottom: 15px;}	
	.tbl thead th, .tbl th, .tbl td,
	.tbl_white thead th, .tbl_white th, .tbl_white td,
	.tbl_left thead th, .tbl_left th, .tbl_left td{ padding:0.65em 0.5em;}
}


/*** Button ***/
/* Button Reset */
.button{position:relative;overflow: visible;display:-moz-inline-stack;display:inline-block;margin-bottom:5px;padding:0;vertical-align: top;white-space: nowrap;text-decoration:none;color:#fff;background-color: #1d2088;border: 0px solid  #1d2088;border-width:0 1px 1px 0;box-sizing:border-box;cursor:pointer;}
a.button { margin:0 2px 2px;color:#fff;} 
p.button { cursor: no-drop; }
.color{background-color: #1d2088;}
.button:disabled, .button[disabled]{border: none;background-color: #ccc !important;color: #666 !important;cursor: auto;}


/* Button Size */
.button.mini {height: 2em;padding:0 0.8em;line-height: 2em;font-size: 0.725em;font-weight: 400;}
.button.small { height: 2.3em; padding:0 1em; line-height: 2.3em; font-size: 0.825em;font-weight:400; }
.button.medium {height: 2.97em;padding: 0 1.35em;line-height:2.97em;font-size:1.05em;font-weight:400;} 
.button.large {height: 3.15em;padding:0 2em;line-height: 3.15em;font-size:1.2em;/* font-weight:700; */}

/* Button Color */
.button.black {border:1px solid #142752; border-width:0 1px 1px 0; color:#fff; background-color:#1f3566;  box-sizing:border-box;}
.button.gray {border:1px solid #555; border-width:0 1px 1px 0; color:#fff; background-color:#555;  box-sizing:border-box;}
.button.gray03{border:1px solid #383a49; border-width:0 1px 1px 0; color:#fff; background-color:#383a49;  box-sizing:border-box;}
.button.gray02 {border:1px solid #777; border-width:0 1px 1px 0; color:#fff; background-color:#777;  box-sizing:border-box;}
.button.white {border:1px solid #ddd; border-width:1px 1px 1px 1px; box-sizing:border-box; color:#333; background-color:#fafafa;}
.button.orange {border:1px solid #f86200; border-width:0 1px 1px 0; color:#fff; background-color:#f86200;  box-sizing:border-box;}
.button.green {border:1px solid #5ba203; border-width:0 1px 1px 0; color:#fff; background-color:#5ba203;  box-sizing:border-box;}
.button.blue {border:1px solid #1d2088; border-width:0 1px 1px 0; color:#fff; background-color:#1d2088;  box-sizing:border-box;}


/* Button Hover */
.button:hover, .button:active, .button:focus {border-width:0 1px 1px 0;color: #fff;box-sizing:border-box;text-decoration:none;background-color: #141579;} 
.button.black:hover, .button.black:active, .button.black:focus { border:1px solid #142752; border-width:0 1px 1px 0; color: #fff;background-color:#142752;} 
.button.gray:hover, .button.gray:active, .button.gray:focus { border:1px solid #3c3c3c; border-width:0 1px 1px 0; color: #fff;background-color:#3c3c3c;} 
.button.gray02:hover, .button.gray02:active, .button.gray02:focus { border:1px solid #555; border-width:0 1px 1px 0; color: #fff; background-color:#555;} 
.button.gray03:hover, .button.gray03:active, .button.gray03:focus { border:1px solid #26283a; border-width:0 1px 1px 0; color: #fff; background-color:#26283a;} 
.button.white:hover, .button.white:active, .button.white:focus { border:1px solid #ddd;  color:#555; background-color:#ededed; } 
.button.down.white:hover, .button.down.white:active, .button.down.white:focus {border: 0px solid  #0b0e7e;border-width:1px 1px 1px 1px;color: #fff;background-color: #0b0e7e;} 
.button.orange:hover, .button.orange:active, .button.orange:focus {border-width:0 1px 1px 0; color: #fff; background-color:#f85400; border-color:#f85400;}
.button.green:hover, .button.green:active, .button.green:focus {border:1px solid #529400; border-width:0 1px 1px 0; color:#fff; background-color:#529400; }
.button.blue:hover, .button.blue:active, .button.blue:focus {border:1px solid #141579; border-width:0 1px 1px 0; color:#fff; background-color:#141579; }


/* Button Link */
.button.down{ padding:0 0 0 20px !important;}
.button.down:after{content:'';display: inline-block;width: 15px;height: 15px;background: url(../images/common/ico_down_on.png) no-repeat 50% 50%;margin-left:15px;vertical-align: middle;margin: 0 10px;}
.button.down.white:after{background: url(../images/common/ico_down.png) no-repeat 50% 50%;}
.button.down.white:hover:after,
.button.down.white:focus:after,
.button.down.white:active:after{background-image: url('../images/common/ico_down_on.png')  }
.button.down.gray:after{background: url('../images/common/ico_down_on.png') no-repeat 50% 50%;}
.button.down.gray:hover:after,
.button.down.gray:focus:after,
.button.down.gray:active:after{background-image: url('../images/common/ico_down_on.png')  }
.button.btn_view {background: #797d80 url('../images/common/ico_btn_blank_w.png') center left 7px no-repeat;border-radius: 3px;padding: 0 10px 0 25px;height: 26px;line-height: 24px;font-size: 0.88em;margin:0 0 0 10px;border:1px solid #797d80;vertical-align: middle;}
.button.btn_view:hover,
.button.btn_view:focus,
.button.btn_view:active{ border-color:#df2d32; background-image:url('../images/common/ico_btn_blank.png'); background-color:#fff; color:#df2d32;}

.button.bnMap:after{ content:''; display: inline-block; width:15px; height:26px; background: url('../images/common/bul/icon_button_w.png') no-repeat; background-position: center -287px; margin-left:7px; vertical-align:middle;}
.button.link:after{ content:''; display: inline-block; width:15px; height:24px; background: url('../images/common/bul/icon_button_w.png') no-repeat; background-position: center 5px; margin-left:7px; vertical-align:middle; position: relative; margin-right: -5px}
.button.white.link:after{ background-image: url('../images/common/bul/icon_button_b.png');}
.button.apply:before{ content:''; display: inline-block; width:20px; height:20px; background: url('../images/common/ico_moniter.png') no-repeat; margin-right:10px; vertical-align:middle;}

.button.link[target="_blank"]{font-weight: 400;padding: 0 12px;}
.button.link[target="_blank"]:after{width: 15px;height: 24px; background-image: url('../images/common/ic_blank_w.png');background-position: center 5px; margin: 0 -5px 0 5px;}
.button.white.link[target="_blank"]{color:#666!important;}
.button.white.link[target="_blank"]:after{background-image: url(../images/common/ic_blank.png); color:#666;font-weight: 400;}
.button.white.link[target="_blank"]:hover, .button.white.link[target="_blank"]:hover, .button.white.link[target="_blank"]:hover{ background-color:#1d2089; color:#fff !important; border-color:#1d2089; text-decoration: none;}
.button.white.link[target="_blank"]:hover:after, .button.white.link[target="_blank"]:hover:after, .button.white.link[target="_blank"]:hover:after{background-image: url('../images/common/ic_blank_w.png')}

.button.link[target="_blank"]{ color:#fff !important;}

.btn_area {  text-align: center;  padding: 40px 0 0; position: relative}
.btn_area.col4 > a {min-width: 40%}

@media only screen and (max-width:1024px){
	.BoxTxt,.boxImg,.lineBox{ padding:10px; }
	.btn_area {  padding: 30px 0 0;}
}
@media only screen and (max-width:720px){	
	.button[target="_blank"]{margin-left: 0;}
   	.button.large {height: 40px !important;line-height: 40px !important; font-size: 1em !important;}
	.button.medium{  height:35px !important; line-height: 35px !important;}
	.button.small {height: 26px !important;line-height: 24px !important;}
	.btn_area {  padding: 20px 0 0;}
	.btn_area > .button { min-width: 48%; padding: 0 !important}
	.btn_area.col4 > a {min-width: 95%;display: block; margin: 2px auto;}
	
	/* srcoll-table */
	.srcoll-table			{ position: relative; width: 100%; margin-top:20px; border-top:none;}
	.srcoll-table:before	{ content: "Scroll >"; display: block; position: absolute; top: -20px; right: 0px; font-size:0.9em;  }
	.srcoll-table:after		{ content: ""; display: block; position: absolute; top: 0px; bottom: 0;right: 0; width: 20px; background-size: 100% 100%; opacity: 0.5; }
	.srcoll-table > div		{ position: relative; width: 100%; overflow-x: auto; }
	.srcoll-table table		{ margin: 0; width:750px !important; }
	
}
@media only screen and (max-width:480px){	
	.btn_down {height: 35px; padding: 0 40px 0 10px; line-height: 33px !important; font-size: 13px; background-position:right 10px top 9px }
}


/* 들여쓰기 */
.indent {margin-left:23px;}
ul.indent {margin-left:16px;}
.li-indent {margin-left:10px;}

/* 정렬 */
.fL {float:left ;}
.fR {float:right ;}
.tR {text-align:right !important ;}
.tL {text-align:left !important;}
.tC {text-align:center !important;}
.cboth {display:block; content:""; clear:both;}
.ovh { overflow:hidden !important}
.underline { text-decoration: underline}
.inblk {display:inline-block;}
.vaT {vertical-align: top !important}
.fw_500 { font-weight: 500 !important;}
.fw_700 { font-weight: 700 !important;}
.bold{ font-weight:700;}
.txt_sm {font-size: .95em;color: #767676;}
.txt_large { font-size: 1.25em}
.txt_xlarge { font-size: 1.5em; color:#333; line-height:1.4em; font-weight:bold;}
.bigTxt{ font-size:22px; font-weight:700;}

/* display */
.dis_b { display: block}
.dis_inB { display: inline-block}
.dis_none { display: none}
.pos_r { position: relative}
@media only screen and (max-width:768px) {
.mi_none {display:none}
}

/* color */
.col_blue {color: #1d2088 !important;}
.col_red {color:#df2519 !important;}
.col_orange {color:#f86200 !important;}
.col_green {color:#5ba203 !important;}
.col_b {color:#000 !important;}
.col_w {color:#fff !important;}
.col_g {color:#999 !important;}
.col_g2 {color:#5c5c5c!important;}

/* border */
.border_0{ border:0 !important;}
.bL_0{ border-left:0 !important;}
.bR_0{ border-right:0 !important;}
.bT_0{ border-top:0 !important;}
.bB_0{ border-bottom:0 !important;}

/* Padding */
.pd_0{ padding:0 !important}
.pd_20 { padding: 20px !important}
.pt_0 { padding-top:0px !important; }
.pt_5 { padding-top:5px !important; }
.pt_10 { padding-top:10px !important; }
.pt_15 { padding-top:15px !important; }
.pt_20 { padding-top:20px !important; }
.pt_25 { padding-top:25px !important; }
.pt_30 { padding-top:30px !important; }
.pt_35 { padding-top:35px !important; }
.pt_40 { padding-top:40px !important; }

.pr_5 { padding-right:5px !important; }
.pr_10 { padding-right:10px !important; }
.pr_15 { padding-right:15px !important; }
.pr_20 { padding-right:20px !important; }
.pr_25 { padding-right:25px !important; }
.pr_30 { padding-right:30px !important; }
.pr_35 { padding-right:35px !important; }
.pr_40 { padding-right:40px !important; }

.pb_0 { padding-bottom:0px !important; }
.pb_10 { padding-bottom:10px !important; }
.pb_15 { padding-bottom:15px !important; }
.pb_20 { padding-bottom:20px !important; }
.pb_25 { padding-bottom:25px !important; }
.pb_30 { padding-bottom:30px !important; }
.pb_35 { padding-bottom:35px !important; }
.pb_40 { padding-bottom:40px !important; }

.pl_0 { padding-left:0px !important; }
.pl_3 { padding-left:3px !important; }
.pl_5 { padding-left:5px !important; }
.pl_10 { padding-left:10px !important; }
.pl_15 { padding-left:15px !important; }

.pl_20 { padding-left:20px !important; }
.pl_25 { padding-left:25px !important; }
.pl_30 { padding-left:30px !important; }
.pl_35 { padding-left:35px !important; }
.pl_40 { padding-left:40px !important; }

/* Margin */
.mg_0{ margin:0 !important}
.mt_0 { margin-top:0px !important }
.mt_5 { margin-top:5px !important }
.mt_10 { margin-top:10px !important }
.mt_15 { margin-top:15px !important }
.mt_20 { margin-top:20px !important }
.mt_25 { margin-top:25px !important }
.mt_30 { margin-top:30px !important }
.mt_35 { margin-top:35px !important }
.mt_40 { margin-top:40px !important }
.mt_50 { margin-top: 50px !important}

.ml_0 { margin-left:0px !important }
.ml_5 { margin-left:5px !important }
.ml_10 { margin-left:10px !important }
.ml_15 { margin-left:15px !important }
.ml_20 { margin-left:20px !important }
.ml_25 { margin-left:25px !important }
.mr_0 { margin-right:0px !important }
.mr_5 { margin-right:5px !important }
.mr_10 { margin-right:10px !important }
.mr_15 { margin-right:15px !important }
.mr_20 { margin-right:20px !important }
.mr_25 { margin-right:25px !important }
.mr_30 { margin-right:30px !important }
.mb_0 { margin-bottom:0px !important }
.mb_5 { margin-bottom:5px !important }
.mb_10 { margin-bottom:10px !important }
.mb_15 { margin-bottom:15px !important }
.mb_20 { margin-bottom:20px !important }
.mb_25 { margin-bottom:25px !important }
.mb_30 { margin-bottom:30px !important }
.mb_40 { margin-bottom:40px !important }
.mb_50 { margin-bottom:50px !important }


/* tit-wrap */
.tit-wrap {position:relative;overflow:hidden; padding-top: 30px}
.tit-wrap .ttl01 {float:left; margin: 20px 0}
.tit-wrap .comm {float:right;margin-top:30px;font-size:0.938em;font-weight: 300}
@media only screen and (max-width:599px){
	.tit-wrap .ttl01 {float:none;}
	.tit-wrap .comm {float:none;margin-top:0;margin-bottom:10px;}
}

.nec {background:url(../images/common/ico_nec.png) no-repeat 0 3px;padding:0 0 0 15px; }

/* 폰트속성 */
.nb {font-weight:normal;}
.b {font-weight:bold;}

.fs {font-size:90%}
.fb {font-size:120%;}

.f9 {font-size:9px;}
.f10 {font-size:10px;}
.f11 {font-size:11px;}
.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f15 {font-size:15px;}
.f16 {font-size:16px;}
.f17 {font-size:17px;}
.f18 {font-size:18px;}
.f19 {font-size:19px;}
.f20 {font-size:20px;}

/*줄간격*/
.tlh190 {line-height:190%;}
.tlh180 {line-height:180%;}
.tlh170 {line-height:170%;}
.tlh160 {line-height:160%;}
.tlh150 {line-height:150%;}
.tlh140 {line-height:140%;}
.tlh130 {line-height:130%;}
.tlh120 {line-height:120%;}
.tlh110 {line-height:110%;}

/*가로 크기*/
.w100 {width:100px;}
.w90 {width:90px;}
.w80 {width:80px;}
.w70 {width:70px;}
.w60 {width:60px;}
.w50 {width:50px;}
.w40 {width:40px;}
.w30 {width:30px;}
.w20 {width:20px;}

.w100p {width:100% !important;}
.w98p {width:98% !important;}
.w95p {width:95% !important;}
.w90p {width:90% !important;}
.w80p {width:80% !important;}
.w70p {width:70% !important;}
.w60p {width:60% !important;}
.w50p {width:49% !important;}
.w45p {width:44% !important;}
.w40p {width:40% !important;}
.w33p {width:33.3333% !important;}
.w30p {width:30% !important;}
.w25p {width:25% !important;}
.w20p {width:20% !important;}
.w15p {width:15% !important;}
.w10p {width:10% !important;}

/* 폰트색상 */
.c0 {color:#000 !important;}
.c2 {color:#222 !important;}
.c3 {color:#333 !important;}
.c5 {color:#555 !important;}
.c6 {color:#666 !important;}
.c8 {color:#767676 !important;}
.c9 {color:#999 !important;}
.cf {color:#fff !important;}

/*회색조*/
.cg1 {color:#69696a !important;}
.cg2 {color:#ababab !important;}
.cg3 {color:#848484 !important;}
.cg4 {color:#727272 !important;}
.cg5 {color:#565656 !important;}

.cred {color:#df2519 !important;}
.cblue {color:#2176C6 !important;}
.cpink {color:#f9587d !important}
.cgold {color:#b8883c !important;}
.cgreen {color:#758d0a !important;}
.cbrown {color:#9f2C00 !important;}
.corg {color:#ff5612 !important;}


/*공백 */
.gap10 {height:10px;clear:both;overflow:hidden;display:block;}
.gap20 {height:20px;clear:both;overflow:hidden;display:block;}
.gap30 {height:30px;clear:both;overflow:hidden;display:block;}

.gap {height:50px;clear:both;display:block;}
.sgap {height:40px;clear:both;display:block;}
.ssgap {height:30px;clear:both;display:block;}
.sssgap {height:20px;clear:both;display:block;}

@media only screen and (max-width:768px) {
	.gap {height:30px;clear:both;display:block;}
	.sgap {height:20px;clear:both;display:block;}
	.ssgap {height:10px;clear:both;display:block;}
	.sssgap {height:5px;clear:both;display:block;}
}

