* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nanum Gothic", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body, html {
    height: 100%;
    line-height: 180%;
    font-family: "굴림", gulim, "돋움", Dotum, Helvetica, AppleGothic, Sans-serif;
    color: #000;
    font-size: 15px;
    /* margin:5px; */
}

#container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.top {
	font-family: "Noto Sans KR", sans-serif;
    background: #3860b7;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 11px;
    margin: 0;
    height: 42px;
    width: 100%;
    position: relative;
    z-index: 999;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #323232;
}
.top > div {
    flex: 1;
    height: 34px;
    position: relative;
}
.top .title-left #f-title {
    height: 34px;
    padding-left: 10px;
    line-height: 34px;
    font-size: 15px;
    font-weight: bold;
    color: white;
}
.top .title-left .top-main-link {
    display: inline-block;
    height: 42px;
}
.top .title-left .top-main-link a {
    display: block;
    padding: 0 15px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: white;
    font-size: 17px;
    text-decoration: none;
	font-family: "Noto Sans KR", sans-serif;
}

.top .title-left .top-main-link a.current, .top .title-left .top-main-link a:hover {
    background-color: #3583dd;
}

.top .title-right .schbox {
    width: 200px;
    height: 26px;
    position: absolute;
    top: 8px;
    right: 55px;
}
.top .title-right .schbox input {
    width: 100%;
    height: 26px;
    border: 0;
    border: 1px solid #408cc8;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 0 40px 0 20px;
    font-size: 12px;
}
.top .title-right .schbox img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
}
.top .title-right .closebtn{
    position: absolute;
    top: 9px;
    right: 13px;
    height: 26px;;
    font-size: 22px;
    color: white;
    text-decoration: none;
} 

.top .title-right #seldoc {
    position: absolute;
    width: 170px;
    height: 20px;
    top: 12px;
    right: 370px;
}

#pdflink {
    display: block;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 270px;
    line-height: 20px;
    padding: 0 15px;
    color: #ffffff;
    background-color: #f54337;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    border-radius: 2px;
}

#main {
    display: flex;
    height: calc(100% - 42px); /* 전체 높이에서 #top의 높이를 뺌 */
    width: 100%;
}

#leftDiv, #rightDiv {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

#leftDiv {
    background-color: f9f9f9;
    width: 20%;
}

#menu { width: 100%; margin:0; padding:10px; }
#menu a { display: block; color: #000; text-decoration: none; font-size: 13px; }
#menu a:hover { text-decoration: underline; }

#menu .law-title {
    padding: 5px 10px;
    border-bottom: 1px solid #888;
}
#menu .law-title a { white-space: nowrap; }
#menu .current { padding: 10px 0 10px 20px; border-bottom: 1px solid #888; }
#menu .selected {
    background-color: antiquewhite;
}

#menu .bm-jo {
    padding: 2px 0;
    margin: 0;
    font-weight: normal;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li { padding: 3px 0; white-space: nowrap; line-height: 110%; }
#menu ul.ml-2 {
    padding-left: 20px;
    display: none;
}
#menu ul.ml-3 {
    padding-left: 20px;
    display: none;
}

.icon {
    display: inline-block;
    margin: 1px 4px 0 0;
    width: 11px;
    height: 11px;
    font-size: 10px;
    border: 1px solid #333;
    /* background: url(../images/icon_plus.gif) no-repeat; */
    /* vertical-align: top; */
    line-height: 11px;
    text-align: center;
    text-shadow: none;
    color: black;
    /* background-size: 100% 100%; */
}

#rightDiv {
    background-color: white;
    width: 80%;
    padding: 30px 20px 20px 20px;
}

#rightDiv.header-table {
    margin: 0 auto;
}
#rightDiv .header-info {
    margin: 20px auto;
    line-height: 160%;
    margin-bottom: 50px;
}
#rightDiv .header-info span { font-size: 30px; }
#rightDiv .header-info span.oneline { font-size: 1.2em; font-weight:bold; }

#resizer {
    width: 2px;
    background-color: gray;
    cursor: col-resize;
    height: 100%;
    position: relative;
}

.jang { font-size: 17px; font-weight: bold; line-height: 30px; }
.jang-container { margin-top: 30px; }

.jeol { font-size: 15px; font-weight: bold; margin-top: 20px; }

.date { color: #52738c; }
.title { font-weight: bold; margin: 25px 0 0 0; }
.ex { margin-top: 10px; }
.d1 { padding-left: 17px; }
.d2 { padding-left: 33px; }
.d3 { padding-left: 47px; }
.highlight { background-color: yellow; color: red; }

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.em12 {font-size: 1.2em;}
.em15 {font-size: 1.5em;}
.batang { font-family: '바탕';}
.v-top { vertical-align: top;}
.w30 {min-width: 30px;}
.w50 {min-width: 50px;}
.f30 { font-size: 30px;}
.hidden { display: none;}
.img img { max-width: 100%; width: 210mm; border: 1px solid #888; }
.img img.img-auto { width:auto ; }
.no-bold { font-weight: normal; }
.line-height-100 { line-height: 100%; }

a.hwp-down {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/hwp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
}