/**************************************************************************************
    Font - NanumBarunGothicWeb - 300 / 400 / 700
**************************************************************************************/
@font-face{
    font-family:'NanumBarunGothic';
    font-style:normal;
    font-weight:400;
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot);
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
    	url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff) format('woff'),
    	url(cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf) format('truetype');
}
@font-face{
    font-family:'NanumBarunGothic';
    font-style:normal;
    font-weight:700;
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot);
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix) format('embedded-opentype'),
    	url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff) format('woff'),
    	url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf) format('truetype')
}
@font-face{
    font-family:'NanumBarunGothic';
    font-style:normal;
    font-weight:300;
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot);
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix) format('embedded-opentype'),
    	url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff) format('woff'),
    	url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf) format('truetype');
}

/**************************************************************************************
    Default Contents
**************************************************************************************/
/* layout */
html, body {
    font-family: 'NanumBarunGothic', 'Malgun Gothic', dotum, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 1.58;
}

/* heading */
h1 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}
h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
h3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
h4 {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
h5 {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

/* highlighting */
.highlight-blue {
    color: #1f67a6;
}
.highlight-red {
    color: #f33;
}
.highlight-green {
    color: #3c763d;
}

/* link style */
a {
    color: #333;
    text-decoration: none;

    -ms-transition: color 0.25s, border 0.25s, background-color 0.25s, opacity 0.25s;
    -moz-transition: color 0.25s, border 0.25s, background-color 0.25s, opacity 0.25s;
    -webkit-transition: color 0.25s, border 0.25s, background-color 0.25s, opacity 0.25s;
    -o-transition: color 0.25s, border 0.25s, background-color 0.25s, opacity 0.25s;
    transition: color 0.25s, border 0.25s, background-color 0.25s, opacity 0.25s;
}
a:hover {
    color: #1f67a6;
    text-decoration: none;
}

/* font-weight */
strong,
b,
f-thick {
    font-weight: 700;   
}
.f-medium {
    font-weight: 400;   
}
.f-thin {
    font-weight: 300;   
}

/* gradient style */
.gradient-w {
	background: #fefefe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}

/* table style */
.table.tb-sarek caption {
    margin: 0 0 5px;
    padding: 0;
    font-weight: bold;
    color: #1f67a6;
}
.table.tb-sarek th {
    vertical-align: middle;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    
    background: #fefefe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.table.tb-sarek td {
    vertical-align: middle;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.table.tb-sarek td.th-role {
    font-weight: 700;
    border-right: 1px solid #e0e0e0 !important;   
    background-color: #fafafa;
}

/* ÇØ´ç ¿¤¸®¸ÕÆ®¸¦ ÀÎ¶óÀÎ ¿ä¼Ò·Î ¹Ù²Þ */
.element-inline {
    display: inline-block !important;
    width: auto !important;
}

/**************************************************************************************
    Layout style
**************************************************************************************/
#wrap {
    
}

#header {
    
}

#container {
    min-height: 500px;
    background-color: #fff;
}
#container .innerWrap {
    background: url(/assets/img/bg/bg_snb.png) left top repeat-y;
}
#container.main-page .innerWrap {
    background: none;   
}

#snb {
    float: left;
    width: 160px;
}

#contents {
    float: left;
    width: 800px;
    min-height: 500px;
    padding: 0 40px 0 39px;
    border-right: 1px solid #e3e3e3;
    background-color: #fff;
}

#footer {
    
}

.innerWrap {
    position: relative;
    width: 960px;
    margin: 0 auto;  
}

/**************************************************************************************
    Include Contents - Main page + Sub page
**************************************************************************************/
/* mobile-header-wrap */
/* mobile header */
    .mobile-header-wrap,
    #mobile_header,
    .drawer-open .drawer-overlay-upper {
        display: none;
    }

/* utility area */
.utility-area,
.utility-area .innerWrap {
    height: 20px;
    z-index: 97;
    background-color: #fff;
}
    .kr-en {
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        list-style: none;
    }
        .kr-en li {
            float: left;
        }
            .kr-en li a {
                display: block;
                width: 70px;
                height: 20px;
                line-height: 22px;
                font-size: 12px;
                color: #767676;
                text-align: center;
                text-decoration: none;
                border-radius: 0 0 3px 3px;
                background-color: #fff;
                
                -ms-transition: all 0.25s;
                -moz-transition: all 0.25s;
                -webkit-transition: all 0.25s;
                transition: all 0.25s;
            }
            .kr-en li.active a {
                color: #fff;
                background-color: #0b3290;
            }
            .kr-en li a:hover {
                color: #0b3290;
            }
            .kr-en li.active a:hover {
                color: #fff;
            }

/* logo area */
.logo-area {
    width: 100%;
    height: 45px;
    z-index: 98;
    background-color: #fff;
}
    .logo-area h1 {
        margin: 0;
    }
        .logo-area h1 a {
            outline: none;   
        }

/* gnb area */
.gnb-area {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #0b3290;
    z-index: 110;
    
    -ms-transition: position 0.8s;
    -moz-transition: position 0.8s;
    -webkit-transition: position 0.8s;
    -o-transition: position 0.8s;
    transition: position 0.8s;
}
.gnb-area.gnb-scroll {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #0b3290;
}
    .gnb-bg {
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        height: 0;
        border-bottom: 1px solid #0b3290;
        background-color: #fff;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 0 3px 8px rgba(0,0,0,0.15);

        z-index: 10;
                        
        -ms-transition: height 0.25s;
        -moz-transition: height 0.25s;
        -webkit-transition: height 0.25s;
        -o-transition: height 0.25s;
        transition: height 0.25s;
    }
    .en .gnb-bg {
        display: none;   
    }

/* gnb */
.gnb {
    position: relative;
    z-index: 20;
}
	/* depth1 menu */
	.gnb .depth1 {
		padding: 0;
		list-style: none;
	}
		.gnb .depth1 > li {
            position: relative;
			float: left;
            width: auto;
			margin: 0;
			padding: 0;
		}
		/* ±¹¹® */
        .gnb .depth1 > li.gnbmain01 {
            width: 120px;
        }        
        .gnb .depth1 > li.gnbmain02 {
            width: 120px;
        }        
        .gnb .depth1 > li.gnbmain03 {
            width: 120px;
        }
        .gnb .depth1 > li.gnbmain04 {
            width: 120px;
        } 
        .gnb .depth1 > li.gnbmain05 {
            width: 120px;
        }        
        .gnb .depth1 > li.gnbmain06 {
            width: 120px;
        }
        .gnb .depth1 > li.gnbmain07 {
            width: 120px;
        }
        .gnb .depth1 > li.gnbmain08 {
            width: 120px;
        }
        /* ¿µ¹® */
        .en .gnb .depth1 > li.gnbmain01 {
            width: 160px;
        }        
        .en .gnb .depth1 > li.gnbmain02 {
            width: 160px;
        }        
        .en .gnb .depth1 > li.gnbmain03 {
            width: 160px;
        }
        .en .gnb .depth1 > li.gnbmain04 {
            width: 160px;
        } 
        .en .gnb .depth1 > li.gnbmain05 {
            width: 160px;
        }        
        .en .gnb .depth1 > li.gnbmain06 {
            width: 160px;
        }   
			.gnb .depth1 > li > a {
                position: relative;
				display: block;
				height: 40px;
                line-height: 42px;
				padding: 0;
				font-size: 16px;
				font-weight: 700;
				color: #dfdfdf;
                text-align: center;
				text-decoration: none;
                outline: none;
			}
			.gnb .depth1 > li a:hover,
			.gnb .depth1 > li.active > a {
				color: #fff;
			}
                .gnb .depth1 > li .gnb-bar {
                    position: absolute;
                    top: 40px;
                    left: 50%;
                    display: block;
                    width: 10px;
                    margin: 0 0 0 -5px;
                    padding: 0;
                    z-index: 50;
                }
                    .gnb .depth1 > li .gnb-bar .bar {
                        display: block;
                        width: 0;
                        height: 0;
                        border-left: 0 solid transparent;
                    	border-right: 0 solid transparent;
                    	border-top: 0 solid #0b3290;
                        background-color: #fff;
                        
                        -ms-transition: border-top 0.25s;
                        -moz-transition: border-top 0.25s;
                        -webkit-transition: border-top 0.25s;
                        -o-transition: border-top 0.25s;
                        transition: border-top 0.25s;
                    }
		
	/* depth2 menu */
	.gnb .depth1 > li .depth2 {
        position: absolute;
        left: 50%;
        top: 40px;
        height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
		list-style: none;
        border-right: 1px dashed #eee;
        background-color: #fff;
        z-index: 30;
                        
        -ms-transition: height 0.25s;
        -moz-transition: height 0.25s;
        -webkit-transition: height 0.25s;
        -o-transition: height 0.25s;
        transition: height 0.25s;
	}
	.en .gnb .depth1 > li .depth2 {
	    display: none;   
	}
	    /* ±¹¹® */
        .gnb .depth1 > li .depth2.sub01 {
            width: 120px;
            margin-left: -60px;
        }        
        .gnb .depth1 > li .depth2.sub02 {
            width: 120px;
            margin-left: -60px;
        }        
        .gnb .depth1 > li .depth2.sub03 {
            width: 120px;
            margin-left: -60px;
        }
        .gnb .depth1 > li .depth2.sub04 {
            width: 120px;
            margin-left: -60px;
        }
        .gnb .depth1 > li .depth2.sub05 {
            width: 120px;
            margin-left: -60px;
        }        
        .gnb .depth1 > li .depth2.sub06 {
            width: 120px;
            margin-left: -60px;
        }
        .gnb .depth1 > li .depth2.sub07 {
            width: 120px;
            margin-left: -60px;
        }
        .gnb .depth1 > li .depth2.sub08 {
            width: 120px;
            margin-left: -60px;
            border-right: 0;
        }
        
        /* ¿µ¹® */
        .en .gnb .depth1 > li .depth2.sub01 {
            width: 160px;
            margin-left: -80px;
        }        
        .en .gnb .depth1 > li .depth2.sub02 {
            width: 160px;
            margin-left: -80px;
        }        
        .en .gnb .depth1 > li .depth2.sub03 {
            width: 160px;
            margin-left: -80px;
        }
        .en .gnb .depth1 > li .depth2.sub04 {
            width: 160px;
            margin-left: -80px;
        }
        .en .gnb .depth1 > li .depth2.sub05 {
            width: 160px;
            margin-left: -80px;
        }        
        .en .gnb .depth1 > li .depth2.sub06 {
            width: 160px;
            margin-left: -80px;
            border-right: 0;
        }

		.gnb .depth1 li > .depth2 > li {
            float: none;
            width: 100%;
			margin: 0;
            padding: 0;
		}
		.gnb .depth1 > li .depth2 > li:first-child {
		    margin-top: 10px;   
		}
			.gnb .depth1 > li .depth2 > li a {
				display: block;
				width: 120px;
                margin: 0;
				padding: 3px 0;
				font-size: 13px;
                font-weight: normal;
				color: #333;
                text-align: center;
				text-decoration: none;
                outline: none;
			}
			.en .gnb .depth1 > li .depth2 > li a {
				width: 160px;
			}
			.gnb .depth1 > li .depth2 > li a:hover {
				color: #1f67a6;
				background-color: #f0f0f0;
			}

/* quick menu */
#quick {
    position: absolute;
    top: 20px;
    right: -100px;
    width: 80px;
    z-index: 90;
}
    #quick ul {
        padding: 0;
        list-style: none;
    }
        #quick ul li {
            position: relative;
        }
        #quick ul li.go-home a {
            background-color: #1f67a6;
        }
        #quick ul li.go-sitemap a {
            background-color: #b4bf8e;
        }
        #quick ul li.go-contactus a {
            background-color: #3290a6;
        }
        #quick ul li.go-top a {
            background-color: #aaa;
        }
            #quick ul li a {
                display: block;
                width: 80px;
                padding: 15px 0;
                color: #fff;
                text-align: center;
                text-decoration: none;
                opacity: 0.85;
                outline: none;
            }
                #quick ul li a .icon-quick {
                    display: block;
                    width: 100%;
                    margin: 0 0 8px;
                    font-size: 24px;
                    line-height: 1;
                    text-align: center;
                }
                #quick ul li a .title-quick {
                    display: block;
                    width: 100%;
                    font-size: 12px;
                    line-height: 1;
                    text-align: center;
                }
            #quick ul li.go-top a {
                margin: 10px 0 0;
                padding: 2px 0;
                font-size: 11px;
            }
                #quick ul li.go-top a .icon-quick {
                    display: inline;
                    margin-right: 5px;
                    font-size: 20px;
                    line-height: 1;
                    vertical-align: middle;
                }
                #quick ul li.go-top a .title-quick {
                    display: inline;
                    font-size: 11px;
                    line-height: 1;
                    vertical-align: middle;
                }
            #quick ul li a:hover {
                opacity: 1;   
            }

/* banner organ */
.banner-organ {
    height: 80px;
    padding: 20px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #eee;
}
    .banner-organ .bx-wrapper{
        box-shadow: none;
        border: 0;
        background-color: transparent;
    }
        .banner-organ .bx-wrapper .bx-controls-direction a {
            position: absolute;
            top: 50%;
            width: auto;
            height: auto;
            margin-top: -16px;
            font-size: 24px;
            color: #ccc;
            text-indent: 0;
            text-decoration: none;
            background: none;
        }
            .banner-organ .bx-wrapper .bx-controls-direction a:hover {
                color: #1f67a6;
            }
        .banner-organ .bx-wrapper .bx-prev {
            left: -50px;
        }
        .banner-organ .bx-wrapper .bx-next {
            right: -50px;   
        }
        .banner-organ .bx-wrapper img {
            width: 145px;
            height: 40px;   
        }

/* footer */
#footer address {
    margin: 0;
}
    #footer address > ul {
        margin-bottom: 0;
        padding: 20px 0;
        list-style: none;
    }
        #footer address > ul > li {
            margin: 0 0 3px;
            font-size: 12px;
            color: #767676;   
        }
        #footer address > ul > li .divline {
            margin: 0 5px;
        }
        #footer address > ul > li a.privacy {
            color: #1f67a6;
            text-decoration: underline;
        }
        
#footer .sarek-logo-footer {
     position: absolute;
     right: 0;
     top: 20px;
     width: 230px;
     height: 42px;
     background: url(/assets/img/footer/sarek_logo_footer.jpg) left top no-repeat;
}

/**************************************************************************************
    Include Contents - Sub page
**************************************************************************************/
#subUtility {
    padding: 8px 0 4px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f7f7f7;
}
    #subUtility .breadcrumb-area {
        display: inline-block;
        width: auto;
        margin: 0 0 0 200px;
        padding: 0;
        list-style: none;
    }
        #subUtility .breadcrumb-area li {
            display: inline-block;
            vertical-align: middle;
            font-size: 13px;
            color: #999;
            line-height: 1;
        }
        #subUtility .breadcrumb-area li .home {
            font-size: 18px;
        }
        #subUtility .breadcrumb-area li.divline{
            margin: 0 5px;
        }
        #subUtility .breadcrumb-area li.current {
            color: #3290a6;
        }
    
/* snb */
#snb .snb-header {
    position: relative;
    width: 160px;
    height: 80px;
    background: #1f67a6 url(/assets/img/bg/bg_snb_header.png) right 16px no-repeat;
}
    #snb .snb-header h2 {
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -9px;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
    
#snb .snb {
    width: 160px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background-color: #fafafa;
}
    #snb .snb ul {
        width: 158px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
        #snb .snb ul li {
            width: 100%;
            position: relative;
        }
            #snb .snb ul li a {
                display: block;
                width: 100%;
                height: 40px;
                padding-left: 20px;
                line-height: 40px;
                font-size: 15px;
                text-decoration: none;
                border-bottom: 1px solid #e3e3e3;
                background-color: #fff;
                outline: none;
            }
            #snb .snb ul li a .bar {
                position: absolute;
                top: 50%;
                left: 0;
                width: 0;
                height: 10px;
                margin-top: -5px;
                background-color: #1f67a6;
                
                -ms-transition: width 0.25s;
                -moz-transition: width 0.25s;
                -webkit-transition: width 0.25s;
                -o-transition: width 0.25s;
                transition: width 0.25s;
            }
            #snb .snb ul li.active a {
                color: #1f67a6;
            }
                #snb .snb ul li.active a .bar {
                    width: 3px;
                }
            #snb .snb ul li a:hover {
                color: #1f67a6;
            }
                #snb .snb ul li a:hover .bar {
                    width: 3px;
                }

/* sub title */
.sub-title {
    width: 100%;
    border-bottom: 1px solid #eee;
}
    .sub-title h3 {
        height: 80px;
        line-height: 80px;
        margin: 0;
        padding: 0;
        font-size: 28px;
        font-weight: 700;
        color: #333;
    }

/**************************************************************************************
    Include Contents - Sub login area
**************************************************************************************/
.login-area {
    position: absolute;
    right: 0;
    top: 0;   
}

/* login - common */
.member-info {
    font-size: 12px;
    color: #999; 
}
    .member-info a {
        color: #999;
    }
    .member-info a:hover {
        color: #3290a6;
    }
    .member-info i {
        margin: 1px 3px 0 0;
        font-size: 14px;  
        vertical-align: middle; 
    }
    .member-info .divline {
        margin: 0 1px;   
    }
    .member-info span {
        margin: 0;
        line-height: 16px;
        vertical-align: middle;
    }

/* login - before */
.member-info .login-id input[type="text"],
.member-info .login-pw input[type="password"] {
    width: 80px;
    height: 20px;
    line-height: 16px;
    padding: 2px 5px;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #fff;
    
}
.member-info .login-btn a {
    width: 50px;
    line-height: 16px;
    margin: 0 5px 0 0;
    padding: 3px 5px 2px;
    font-size: 11px;
    color: #eee;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #aaa;
    border-radius: 2px;
    background-color: #aaa;
}
    .member-info .login-btn a:hover {
        color: #fff;
        border: 1px solid #3290a6;
        background-color: #3290a6;
    }
    
.member-info .login-join,
.member-info .login-find {
    
}

/* login - after */
.member-info .logout-name {
    
}
    .member-info a {
        outline: none;
        text-decoration: none;  
    }
    .member-info .logout-name b {
        margin: 0 3px 0 0;
        color: #3290a6;
    }
.member-info .logout-editor {
    
}
.member-info .logout-btn a {
    font-size: 11px;
    text-decoration: underline;
}
    .member-info .logout-btn a:hover {
        
    }
.member-info .logout-edit {
    margin: 0 0 0 7px;
}
.member-info .logout-duelist {
    
}
.member-info .logout-admin {
   
}
.member-info .logout-paper {
    
}
.member-info .logout-reviewer {
   margin: 0 0 0 7px;
}
    .member-info .pb-link {
        
    }
        .member-info .pb-link b {
            color: #3290a6;
        }


/**************************************************************************************
    Width
**************************************************************************************/
.wauto{ width: auto !important; }
.w5 { width: 5% !important; }
.w10 { width: 10% !important; }
.w15 { width: 15% !important; }
.w20 { width: 20% !important; }
.w25 { width: 25% !important; }
.w30 { width: 30% !important; }
.w35 { width: 35% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w70 { width: 70% !important; }
.w75 { width: 75% !important; }
.w80 { width: 80% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }

/**************************************************************************************
    display
**************************************************************************************/
.dp-ib { display: inline-block !important; }
.dp-i { display: inline !important; }
.dp-b { display: block !important; }
.dp-n { display: none !important; }

/**************************************************************************************
    text-align
**************************************************************************************/
.ta-left { text-align: left !important; }
.ta-center { text-align: center !important; }
.ta-right { text-align: right !important; }

/**************************************************************************************
    font-size
**************************************************************************************/
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }

/**************************************************************************************
    vertical-align
**************************************************************************************/
.va-top { vertical-align: top !important; }
.va-middle { vertical-align: middle !important; }
.va-bottom { vertical-align: bottom !important; }
.va-baseline { vertical-align: baseline !important; }

/**************************************************************************************
    position
**************************************************************************************/
.pos-static { position: static !important; }
.pos-relative { position: relative !important; }
.pos-absolute { position: absolute !important; }
.pos-fixed { position: fixed !important; }

/**************************************************************************************
    ime-mode
**************************************************************************************/
.ime-disabled { ime-mode:disabled !important; }

/**************************************************************************************
    outline
**************************************************************************************/
.outline-n { outline: none !important; }

/**************************************************************************************
    text-decoration
**************************************************************************************/
.text-deco-n { text-decoration: none !important; }

/**************************************************************************************
    background-color
**************************************************************************************/
.bg-color-f0f0f0 { background-color: #f0f0f0 !important; }
.bg-color-f4f4f4 { background-color: #f4f4f4 !important; }
.bg-color-f7f7f7 { background-color: #f7f7f7 !important; }
.bg-color-fafafa { background-color: #fafafa !important; }

/**************************************************************************************
    margin
**************************************************************************************/
.mg-auto { margin-left: auto; margin-right: auto; }
.mg-a0 { margin: 0 !important; }
.mg-t0 { margin-top: 0px !important; }
.mg-t5 { margin-top: 5px !important; }
.mg-t10 { margin-top: 10px !important; }
.mg-t15 { margin-top: 15px !important; }
.mg-t20 { margin-top: 20px !important; }
.mg-t25 { margin-top: 25px !important; }
.mg-t30 { margin-top: 30px !important; }
.mg-t35 { margin-top: 35px !important; }
.mg-t40 { margin-top: 40px !important; }
.mg-t45 { margin-top: 45px !important; }
.mg-t50 { margin-top: 50px !important; }
.mg-r0 { margin-right: 0px !important; }
.mg-r5 { margin-right: 5px !important; }
.mg-r10 { margin-right: 10px !important; }
.mg-r15 { margin-right: 15px !important; }
.mg-r20 { margin-right: 20px !important; }
.mg-r25 { margin-right: 25px !important; }
.mg-r30 { margin-right: 30px !important; }
.mg-r35 { margin-right: 35px !important; }
.mg-r40 { margin-right: 40px !important; }
.mg-r45 { margin-right: 45px !important; }
.mg-r50 { margin-right: 50px !important; }
.mg-b0 { margin-bottom: 0px !important; }
.mg-b5 { margin-bottom: 5px !important; }
.mg-b10 { margin-bottom: 10px !important; }
.mg-b15 { margin-bottom: 15px !important; }
.mg-b20 { margin-bottom: 20px !important; }
.mg-b25 { margin-bottom: 25px !important; }
.mg-b30 { margin-bottom: 30px !important; }
.mg-b35 { margin-bottom: 35px !important; }
.mg-b40 { margin-bottom: 40px !important; }
.mg-b45 { margin-bottom: 45px !important; }
.mg-b50 { margin-bottom: 50px !important; }
.mg-l0 { margin-left: 0px !important; }
.mg-l5 { margin-left: 5px !important; }
.mg-l10 { margin-left: 10px !important; }
.mg-l15 { margin-left: 15px !important; }
.mg-l20 { margin-left: 20px !important; }
.mg-l25 { margin-left: 25px !important; }
.mg-l30 { margin-left: 30px !important; }
.mg-l35 { margin-left: 35px !important; }
.mg-l40 { margin-left: 40px !important; }
.mg-l45 { margin-left: 45px !important; }
.mg-l50 { margin-left: 50px !important; }

/**************************************************************************************
    padding
**************************************************************************************/
.pd-a0 { padding: 0 !important; }
.pd-t0 { padding-top: 0px !important; }
.pd-t5 { padding-top: 5px !important; }
.pd-t10 { padding-top: 10px !important; }
.pd-t15 { padding-top: 15px !important; }
.pd-t20 { padding-top: 20px !important; }
.pd-t25 { padding-top: 25px !important; }
.pd-t30 { padding-top: 30px !important; }
.pd-t35 { padding-top: 35px !important; }
.pd-t40 { padding-top: 40px !important; }
.pd-t45 { padding-top: 45px !important; }
.pd-t50 { padding-top: 50px !important; }
.pd-r0 { padding-right: 0px !important; }
.pd-r5 { padding-right: 5px !important; }
.pd-r10 { padding-right: 10px !important; }
.pd-r15 { padding-right: 15px !important; }
.pd-r20 { padding-right: 20px !important; }
.pd-r25 { padding-right: 25px !important; }
.pd-r30 { padding-right: 30px !important; }
.pd-r35 { padding-right: 35px !important; }
.pd-r40 { padding-right: 40px !important; }
.pd-r45 { padding-right: 45px !important; }
.pd-r50 { padding-right: 50px !important; }
.pd-b0 { padding-bottom: 0px !important; }
.pd-b5 { padding-bottom: 5px !important; }
.pd-b10 { padding-bottom: 10px !important; }
.pd-b15 { padding-bottom: 15px !important; }
.pd-b20 { padding-bottom: 20px !important; }
.pd-b25 { padding-bottom: 25px !important; }
.pd-b30 { padding-bottom: 30px !important; }
.pd-b35 { padding-bottom: 35px !important; }
.pd-b40 { padding-bottom: 40px !important; }
.pd-b45 { padding-bottom: 45px !important; }
.pd-b50 { padding-bottom: 50px !important; }
.pd-l0 { padding-left: 0px !important; }
.pd-l5 { padding-left: 5px !important; }
.pd-l10 { padding-left: 10px !important; }
.pd-l15 { padding-left: 15px !important; }
.pd-l20 { padding-left: 20px !important; }
.pd-l25 { padding-left: 25px !important; }
.pd-l30 { padding-left: 30px !important; }
.pd-l35 { padding-left: 35px !important; }
.pd-l40 { padding-left: 40px !important; }
.pd-l45 { padding-left: 45px !important; }
.pd-l50 { padding-left: 50px !important; }