@charset "utf-8";

/* Common */ 
html{padding:0; min-height:100%;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;}
body,input,textarea,select,button,table{font-family:'맑은 고딕','malgun','Malgun Ghothic',Dotum,돋움,Arial,sans-serif,AppleGothic !important;}
img,fieldset{border:0;}
ul,ol{list-style:none;}
em,address{font-style:normal;}
a{text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:none;}
img{-webkit-perspective:1}

/* AS NETWORK */

#scrollTabs {width:800px;height:100%;float:left; margin:0px;padding:0;margin-top:1px;}
#scrollTabs a.as {color: #fff;font:  12pt '맑은 고딕';text-decoration: none;padding:10px 12.5px;display:inline-block;background: #084298;border: solid 1px #dcdcdc;cursor:pointer;
                        float:left;margin-right:1px;width:105px;height:30px;text-align:center;}
#scrollTabs a.cert {color: #fff;font:  20px '맑은 고딕';text-decoration: none;padding:10px 15px;display:inline-block;background: #084298;border: solid 1px #dcdcdc;cursor:pointer;
                        float:left;margin-right:1px;width:200px;height:30px;text-align:center;}
#scrollTabs a:not(.active):hover {color: yellow;border-color: #999;border-bottom-color:gainsboro;}
#scrollTabs a:not(.active):active {color: #333;}


#scrollTabs #scrollTabs_tab_container{float:left; position:relative; width:100%; margin-bottom: -1px; z-index:100;}
#scrollTabs #scrollTabs_tab_container a.active{color: #084298; font-weight:700;border-bottom-color: white; background:white; border-top:3px solid #03519c;border-left:1px solid  #03519c; border-right:1px solid  #03519c; margin-top:-1px;padding-top: 11px;}

#scrollTabs #scrollTabs_content_container{position:relative;padding-top:20px;overflow:hidden;border-top:1px solid #D4D4D4;background-color:white;z-index:50;} 
#scrollTabs #scrollTabs_content_container #scrollTabs_content_inner{position:relative; height:100%;} 
#scrollTabs #scrollTabs_content_container #scrollTabs_content_inner .scrollTabs_content{position:absolute; width:100%;}
#scrollTabs #scrollTabs_content_container #scrollTabs_content_inner .scrollTabs_content span.row{float:left; clear:both;}


p.list_title{padding:20px 0 10px 0 ; font-size:1.3em; font-weight:800; }

#box-table-a
{

	font-size: 12px;
	width: 800px;
	text-align: center;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 15px 8px;
	background: #01509c;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight:bold;
}
#box-table-a td
{
	padding: 15px 8px;
	background: #eeeeee; 
	border-bottom: 1px solid #fff;
	color: #474747;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#sub_contents{width:800px;margin-top:30px;margin-bottom:30px;}
p.basic{font-size:1.2em;line-height:18pt;}
p.layout_left{width:390px;font-size:1.1em;line-height:18pt;float:left;color:#777777;}
p.layout_right{width:390px;padding-left:20px;font-size:1.1em;line-height:18pt;float:left;color:#777777;}
p.layout_center{width:800px;font-size:1.1em;line-height:18pt;float:left;color:#777777;}
span.pointtext{font-size:1em; color:#2c56a4;font-weight:bold;padding-top:20px;height:20px;}
span.pointtext_2{font-size:1.4em; color:#444;font-weight:bold;padding-top:20px;height:20px;font-family:'dotum','돋움';letter-spacing:-0.5pt;}


.sub_total_cont{width:100%; margin-left:30px; }


/* 02. Desktop Device */
@media all and (max-width:1200px) {
}

/* 03. Tablet Device */
@media all and (max-width:910px) {
}

/* 04. Mobile Device */
@media all and (max-width:750px) {
}

/* 05. Old Mobile Device */
@media all and (max-width:320px) {
}