@charset "utf-8";

.wrap{
    position: relative;
    width:100%;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size:12px;
    color:#666;
    /* word-break:keep-all; */
}

.container{
    padding:20px 20px;
    box-sizing: border-box;
}
h1{
    font-weight: 700;
    font-size:20px;
    color:#5860cb;
}
h1 .txt-sub{
    display: block;
    padding-top:5px;
    font-family: 'NotoSansKR-Medium';
    font-size:14px;
}

a {
    color: #666;
    text-decoration: none;
}

em {
    font-weight: 700;
    color:#222;
}

em .txt {
    /* text-decoration: underline; */
}

.txt-icon {
    display: inline-block;
    margin-right: 2px;
    transform: scale(0.5);
}

.contents{
    padding-top:20px;
}

.contents h2{
    font-weight: 700;
    font-size:15px;
    color: #222;
}

.contents h2.top-tit{
    color:#00021c;
}

.contents h3{
    font-family: 'NotoSansKR-Bold';
    font-size:16px;
    color:#5860cb;
}

.contents p{
    padding-top:10px;
    line-height: 1.6;
}
.contents p.notice{
    padding-top:14px;
}
.contents p.notice .icon{
    display: inline-block;
    position: absolute;
}
.contents p.notice .txt{
    display: inline-block;
    padding-left:10px;
}

.contents ol {
    padding-left: 8px;
}

.contents ul {
    padding-left: 8px;
}

.contents ol li,
.contents ul li{
    line-height:1.6;
}

.contents ol li .icon{
    position: absolute;
}
.contents ol li .txt{
    display: block;
    padding-left: 18px;
}
.contents ol li .txt.md-point{
    display: block;
    padding-left: 15px;
}
.contents ol li .txt.dbl{
    display: block;
    padding-left: 25px;
}

.contents ol li:first-child{
    padding-top:0;
}

.contents ol.default-list-con{
    padding-top:20px;
}

.contents ol.default-list-con li{
    padding-top:0;
}

.contents dl {
    display:flex; 
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;     
    padding-top:10px;
    line-height:1.6;
}
.contents dl.w-400 {
    max-width:400px;
    box-sizing:border-box;
}
.contents dl.w-600 {
    max-width:600px;
    box-sizing:border-box;
}
.contents dl.w-1000 {
    max-width:1000px;
    box-sizing:border-box;
}
.contents dl.w-1000 dt {max-width:200px;}
.contents dl dt,
.contents dl dd {}
.contents dl dt {width:40%;}
.contents dl dd {width:60%;}

.contents .link {
    color:#0000ff;
    text-decoration:underline;
}

.table-wrap{
    padding-top: 35px;
}
.table-wrap table{
    width:100%;
    border: 1px solid #b4b5c4;
    color:#41435e;
}
.table-wrap table thead th{
    color:#e3e3ec;
    border: 1px solid #b4b5c4;
    padding:6px 6px;
    text-align: center;
    vertical-align:middle;
    background-color: #656fae;
    line-height:1.6;
}
.table-wrap table tbody td{
    border: 1px solid #b4b5c4; 
    padding:10px 10px;
    text-align: center;
    vertical-align:middle;
    line-height:1.6;
}
.table-wrap table tbody td.align-left{
    text-align: left;
}

.ml-13{
    margin-left:-13px!important;
}
.non-pt{
    padding-top:0!important;
}
.non-pl{
    padding-left:0!important;
}

/* padding-left */
.pl-18{
    padding-left: 18px!important;
}

/* padding-top */
.pt-5{
    padding-top:5px!important;
}
.pt-10{
    padding-top:10px!important;
}
.pt-22{
    padding-top:22px!important;
}
.pt-30{
    padding-top:30px!important;
}
.pt-35{
    padding-top:35px!important;
}

.ver-integrated .contents >ol ol[class^="hierarchy-"],
.ver-integrated .contents >ol ol[class^="hierarchy-"] {
    padding:0;
}

.ver-integrated .contents .hierarchy-1 li {
    padding-top: 25px;
}

.ver-integrated .contents .hierarchy-2 li {
    padding-top: 10px;
}

.ver-integrated .contents .hierarchy-3 li {
    padding-top: 5px;
}



/* 셀렉트 박스 */
.history-select-con {
    position: relative;
    width: 272px;
    height: 40px;
    margin-top: 22px;
}
.history-select-con .btn-select-history {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 0;
    line-height: 1;
    color: #666;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    box-sizing: border-box;
    text-align: left;
}
.history-select-con .btn-select-history .txt {
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    line-height: 1;
}
.history-select-con .btn-select-history option {
    color: #363638;
}
.history-select-con::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
	height: 0;
    top:50%;
    right:10px;
    margin-top: -4px;
	border-top: 9px solid #666;/* 화살표 */
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
    pointer-events: none;
}
.history-select-con .option-list-wrap {
    display: none;
    position: absolute;
    width: 100%;
    top: 39px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
}
.history-select-con .option-list-wrap ul {
    max-height: 120px;
    overflow-y: auto;
}
.history-select-con .option-list-wrap ul::-webkit-scrollbar {
    
}
.history-select-con .option-list-wrap .option-list {
    display: block;
    width: 100%;
    height: 40px;
}

.history-select-con .option-list-wrap .option-list:first-child {
    
}
.history-select-con .option-list-wrap .option-list .btn-option {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    line-height: 1;
    color: #363638;
    border: 0;
    padding-left: 10px;
    background: none;
    text-align: left;
    transition: color 0.2s;
}
.history-select-con .option-list-wrap .option-list .btn-option .txt {
    display: block;
}
.history-select-con .option-list-wrap .option-list:first-child {
    /*margin-top: 5px;*/
}
.history-select-con .option-list-wrap .option-list:last-child .btn-option .txt{
    /* margin-top:-7px; */
}
.history-select-con.is-option .btn-select-history {
    
}
.history-select-con.is-option .option-list-wrap {
    display: block;
}
.history-select-con.is-option::after {
    top: 18px;
    transform: rotate(180deg);
}
