@charset "utf-8";
@import "common.css";

.wrap{
    width: 100%;
}
.wrap_sub{
    width: calc(100% - 275px);
}
.wrap_sub .container{
    width: 730px;
}
.sub_visual{
    position: relative;
    width: 100%;
    height: 180px;
    padding-top: 100px;
}
.sub_visual_sub1{
    background: #dfe0f0 url(/assets/img/sub/sub1_visual.jpg) no-repeat 0 0;
}
.sub_visual_sub2{
    background: #dfe0f0 url(/assets/img/sub/sub2_visual.jpg) no-repeat 0 0;
}
.sub_visual_sub3{
    background: #dfe0f0 url(/assets/img/sub/sub3_visual.jpg) no-repeat 0 0;
}
.sub_visual_tit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(17,22,99,.56);
    height: 58px;
    line-height: 58px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
}
.sub_visual dl{
    width: 730px;
    text-align: right;
}
.sub_visual dt{
    font-size: 14px;
    color: #2c2c2c;
    margin-bottom: 7px;
}
.sub_visual dd{
    font-size: 16px;
    color: #0c1c4c;
}
.sub_loc{
    width: 100%;
    background: #e5e6f0;
    height: 20px;
    line-height: 20px;
    margin-top: 30px;
}
.sub_loc p{
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #3c3c3c;
    padding: 0 15px 0 18px;
    height: 22px;
    line-height: 22px;
}
.sub_loc p span{
    font-size: 14px;
    color: #818181;
}
.sub_loc p:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 9px;
    height: 9px;
    background: #9498bc;
    border-radius: 5px;
}
.contents{
    margin-top: 30px;
}

/* sub1_5 */
.sub1_5 .tit{
    position: relative;
    font-size: 16px;
    color: #606060;
    font-weight: 500;
    line-height: 14px;
    padding-left: 22px;
}
.sub1_5 .tit:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 3px solid #9fc6d5;
    border-radius: 14px;
}
.table_area{
    width: 100%;
    margin-top: 20px;
}
.table_area th{
    background: #faf7ff;
    border: 1px solid #ccc;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
}
.table_area td{
    border: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    line-height: 18px;
}

/* sub1_6 */
.sub1_6 .tit{
    position: relative;
    font-size: 16px;
    color: #606060;
    font-weight: 500;
    line-height: 14px;
    padding-left: 22px;
}
.sub1_6 .tit:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 3px solid #9fc6d5;
    border-radius: 14px;
}
.sub1_6 .table_area th{
    background: #ECF8FF;
}
.sub1_6 .table_area td:last-child{
    text-align: right;
    padding-right: 15px;
}

/* sub1_7 */
.sub1_7 .root_daum_roughmap{
    width: 100%;
}
.sub1_7 .wrap_controllers{
    display: none;
}
.sub1_7 .root_daum_roughmap_landing .border2{
    display: block;
}
.sub1_7 .map_info dt{
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-left: 22px;
    margin: 20px 0 5px;
}
.sub1_7 .map_info dt:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #ff5a00;
    border-radius: 12px;
}
.sub1_7 .map_info dd{
    font-size: 14px;
    color: #717171;
    padding-left: 22px;
    line-height: 22px;
}

/* sub2 */
.sub2_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.sub2 .img_area{
    position: relative;
    display: flex;
    width: calc(100% - 150px);
    border: 1px solid #dadada;
}
.sub2 .img_area:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 452px;
    background: #dadada;
    width: 1px;
    height: 100%;
}
.sub2 .img_area .big_img{
    width: 454px;
    text-align: center;
    align-self: center;
    padding: 16px 0;
}
.sub2 .img_area .sum_img{
    background: #f8f8f8;
    padding: 16px 12px;
}
.sub2 .img_area .sum_img li{
    margin-bottom: 12px;
}
.sub2 .img_area .sum_img li:last-child{
    margin-bottom: 0;
}
.sub2 .img_area .sum_img img{
    width: 100px;
    height: auto;
    cursor: pointer;
}
.sub2 .down_area{
    width: 144px;
}
.sub2 .down_area li{
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    color: #1b1b1b;
    background: #f8f8f8;
    border: 1px solid #e5e6f0;
    padding: 19px 0 0 47px;
}
.sub2 .down_area li:first-child{
    background: url(/assets/img/sub/sub2_icon_down_file.gif) no-repeat 10px 50%;
    height: 50px;
    margin-bottom: 6px;
}
.sub2 .down_area li:last-child{
    background: url(/assets/img/sub/sub2_icon_down_excel.gif) no-repeat 10px 50%;
    height: 52px;
}
.sub2 .txt_area dt{
    position: relative;
    font-size: 16px;
    color: #606060;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 6px;
}
.sub2 .txt_area dt:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 3px solid #9fc6d5;
    border-radius: 14px;
}
.sub2 .txt_area dd{
    margin-left: 20px;
}
.sub2 .txt_area dd li{
    font-size: 13px;
    color: #929292;
    line-height: 22px;
    padding-left: 10px;
    background: url(/assets/img/sub/sub2_icon_arrow.gif) no-repeat 0 8px;
}
.sub2 .txt_area dl{
    margin-bottom: 30px;
}
.sub2 .txt_area dl:last-child{
    margin-bottom: 0;
}
