/* Common */
.f_point {
    font-family: 'GmarketSans';
    /*font-family: 'jalnan';*/
}

.hidden {
    display: none;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px !important;
}

.my20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.py20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.dot_ul {
    margin-top: 10px;
}

.dot_ul > li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.dot_ul > li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 50px;
}

.basic_ul {
    padding-top: 5px;
    margin-bottom: 10px;
}

.basic_ul > li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.basic_ul > li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50px;
}

.num_ol {
    padding-top: 5px;
    margin-bottom: 10px;
}

.num_ol > li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 8px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.num_ol > li > span {
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.blue_ul {
    padding-top: 10px;
    margin-bottom: 20px;
}

.blue_ul > li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.blue_ul > li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 1px;
    background: #333;
    border-radius: 50px;
}

.blue_ul_none {
    padding-top: 10px;
    margin-bottom: 10px;
}

.blue_ul_none > li {
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    font-weight: normal;
    color: #1c57a0;
    letter-spacing: -0.02em;
}

.between::after {
    content: '';
    display: block;
    clear: both;
}

.between .bw-left {
    float: left;
    vertical-align: middle;
}

.between .bw-right {
    float: right;
    vertical-align: middle;
}

.fs20 {
    font-size: 20px;
}

.fs16 {
    font-size: 17px;
}

.fs24 {
    font-size: 24px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    padding-top: 100px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.w100p {
    width: 100%;
}

/* Main */

/* Sub */
.sub-wrap.sub-wrap_full .sub-visual {
    background: url(../img/sub-visual.jpg) no-repeat center center;
    background-size: cover;
}

/* 주요위원회 */
/* 위원회 설치현황 */
.organ-top {
    border-top: 2px solid #333;
    padding-top: 20px;
    padding-bottom: 30px;
}

.organ-top::after {
    content: '';
    display: block;
    clear: both;
}

.organ-top p {
    float: left;
    margin-top: 10px;
}

.organ-top a {
    float: right;
}

.organization-box .organ-count {
    padding-bottom: 30px;
}

.organization-box > ul {}

.organization-box > ul > li {
    background: url('../img/sub2/organ_tree.gif') no-repeat left top;
    padding-left: 30px;
    padding-bottom: 20px;
}

.organization-box > ul > li:first-child {
    background: url('../img/sub2/organ_tree_top.gif') no-repeat left 30px;
}

.organization-box > ul > li:last-child {
    background: url('../img/sub2/organ_tree_btm.gif') no-repeat left top;
}


.organization-box > ul span {
    background: #fff;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    width: 230px;
    height: 56px;
    line-height: 52px;
    display: block;
    border: 2px solid #dc3535;
    text-align: center;
    border-radius: 50px;
}

.organization-box > ul > li > ul {
    margin-top: 10px;
}

.organization-box > ul > li > ul > li {
    padding: 7px 0 0;
}

.organization-box > ul > li > ul > li:last-child {
    padding: 7px 0 30px 0;
}

.organization-box > ul > li > ul > li div {
    position: relative;
    background: url('../img/sub2/organ_tree_bg.png') repeat-y left top;
    overflow: hidden;
    border: 1px solid #cccccc;
    padding: 20px 10px 8px 240px;
    border-radius: 2px;
}

.organization-box dl {}

.organization-box dt {
    position: absolute;
    left: 0;
    top: 50%;
    width: 230px;
    text-align: center;
    height: auto;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    transform: translateY(-50%);
}

.organization-box dt a {
    color: #333;
}

.organization-box dd {
    float: left;
}

.organization-box dd a {
    font-size: 18px;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #666666;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

.organization-box dd a::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #666;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
}

.organization-box dd a:hover {
    text-decoration: underline;
}

.organization-box dd:last-child a::after {
    display: none;
}

.btn-table-small {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
}

.category-btns {
    padding-top: 30px;
}

.category-btns ul {}

.category-btns ul::after {
    content: '';
    display: block;
    clear: both;
}

.category-btns ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    float: left;
    width: 14.2857142857142%;
}

.category-btns ul li a {
    display: block;
    height: 50px;
    padding: 0 32px;
    line-height: 50px;
    border: 1px solid #ddd;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    text-align: center;
    transition: .3s;
}

.category-btns ul li a:hover {
    background-color: #666;
    color: #fff;
    border-color: #666;
}

.category-btns ul li.active a {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}

.sch-term {
    display: inline-block;
    margin-left: 15px;
}

.tit-with-btn {
    display: block;
    vertical-align: middle;
}

.tit-with-btn::after {
    content: '';
    display: block;
    clear: both;
}

.tit-with-btn .b-title {
    float: left;
}

.tit-with-btn button {
    float: right;
}


.mg-card-list {
    margin-top: 20px;
    padding-top: 50px;
    border-top: 2px solid #000;
}

.mg-card-list ul {
    margin: 0px -15px;
}

.mg-card-list ul li {
    display: inline-block;
    width: calc(25% - 33px);
    margin: 0px 15px 30px;
    vertical-align: top;
}

.mg-card-list ul li a {
    background: #f7f7f7;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

.mg-card-list ul li a .img {}

.mg-card-list ul li a .img img {}

.mg-card-list ul li a .card-tit {
    padding: 20px 0px 10px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.mg-card-list ul li a .card-tit + span {
    display: block;
    color: #666;
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 18px;
}


.related-center {
    margin:0px -7px;
}
.related-center > li {
    display:inline-block;
    margin:0px 7px;
    vertical-align: top;
    border:1px solid #ccc;
    background:#f7f7f7;
    min-height:400px;
    border-radius:15px;
    width:calc(33.3333% - 17px);
    padding:40px;
}

.related-center.rc-two > li {
    width:calc(50% - 17px);
}
.related-center.rc-long > li {
    min-height:600px;
}
.related-center > li:first-child {
    background:url(../img/sub1/intro-icon01.png) no-repeat calc(100% - 40px) calc(100% - 40px) #f7f7f7;
}
.related-center > li:nth-child(2) {
    background:url(../img/sub1/intro-icon02.png) no-repeat calc(100% - 40px) calc(100% - 40px) #f7f7f7;
}
.related-center > li:last-child {
    background:url(../img/sub1/intro-icon03.png) no-repeat calc(100% - 40px) calc(100% - 40px) #f7f7f7;
}

.related-center > li .img {
}

.related-center > li .img img {
}

.related-center > li .txt {}
.related-center > li .txt .basic_ul  {
    margin-top:10px;
}
.related-center > li .txt .basic_ul li  {
    font-size:17px;
}

.network-map {
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    background: url(../img/sub1/rela_logo_line.png) no-repeat center 80px;
}

.network-map span {
    display: inline-block;
    margin: 0 auto;
}

.network-map span a {
    display: block;
    border: 1px solid #dedede;
    background: #fff;
    padding: 20px;
    transition: all .3s ease;
}

.network-map span a:hover {
    border: 1px solid #000;
}

.network-map ul {
    margin-top: 70px;
}

.network-map ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.network-map ul li:last-child {
    margin-right: 0;
}

.network-map ul li a {
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
    background: #fff;
    box-sizing: border-box;
    transition: all .3s ease;
}

.network-map ul li a:hover {
    border: 1px solid #000;
}

.three-role {}

.three-role > ul {
    padding: 30px;
}

.three-role > ul > li {
    display: inline-block;
    width: calc(33.333% - 105px);
    margin: 0px 50px;
    border: 2px solid #5e646d;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}

.three-role > ul > li .color-box {
    font-size: 20px;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
}

.three-role > ul > li:first-child .color-box {
    background: #dc3535;
}

.three-role > ul > li:nth-child(2) .color-box {
    background: #ee5d5d;
}

.three-role > ul > li:last-child .color-box {
    background: #ee7c5d;
}

.three-role > ul > li .btm-box {
    margin-top: 10px;
}

.process-box {
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #f7f7f7;
    overflow: hidden;
}

.process-box .img {
    text-align: center;
    padding: 50px 0px;
}

.process-box img {}

.process-box .process-box-btm {
    background: #efeeee;
    padding: 60px;
}

.process-box .process-box-btm .pb-left {
    width: 35%;
    display: inline-block;
    padding-left: 70px;
    border-right: 1px solid #ccc;
}

.process-box .process-box-btm .pb-left strong {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}

.process-box .process-box-btm .pb-left .btn {}

.process-box .process-box-btm .pb-right {
    width: 64%;
    display: inline-block;
    vertical-align: top;
}

.process-box .process-box-btm .pb-right-txt {
    padding-left: 160px;
    min-height: 85px;
    background: url(../img/sub1/cellphone.png) no-repeat 70px center;
}

.process-box .process-box-btm .pb-right-txt span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}

.process-box .process-box-btm .pb-right-txt a {
    font-size: 30px;
    font-weight: bold;
    color: #dc3535;
    line-height: 1;
}

.btn_download {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    color: #666;
    padding: 0 32px;
    border-radius: 50px;
    transition: .3s;
    border: none;
    border: 1px solid #666;
    height: 40px;
    line-height: 38px;
    padding: 0;
    padding-left: 15px;
    padding-right: 50px;
    background: url(../img/sub1/download.png) no-repeat center right 11px #f3f3f3;
}

.btn_download:hover {
    background: url(../img/sub1/download.png) no-repeat center right 11px #e9e9e9;
}


.box-half {
    margin: 0 -15px;
}

.box-half::after {
    content: '';
    display: block;
    clear: both;
}

.box-half > .cont-box {
    width: calc(50% - 30px);
    float: left;
    margin: 0px 15px;
    min-height: 370px;
}

.red-bar {
    background: #cc3333;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.half-wrap {}

.half-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.half-wrap .half {
    width: 49%;
    float: left;
    display: block;
    vertical-align: top;
    min-height: 300px;
    padding: 0px 60px 00px 30px;
    border-right: 1px solid #ccc;
}

.half-wrap .half:nth-child(2n) {
    border-right: none;
}

.triple-wrap {}

.triple-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.triple-wrap .triple {
    width: 33%;
    float: left;
    display: block;
    vertical-align: top;
    min-height: 300px;
    padding: 0px 60px 00px 30px;
    border-right: 1px solid #ccc;
}

.triple-wrap .triple:nth-child(3n) {
    border-right: none;
}

.autonomy-visual {
    background: url(../img/sub5/autonomy-visual.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 180px;
    text-align: right;
    width: 100%;
    border-radius: 15px;
}

.autonomy-visual.type2 {
    background: url(../img/sub5/decent-visual.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 15px;
}

.autonomy-visual p {
    text-align: left;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    font-size: 36px;
}

.autonomy-visual p span {
    display: block;
}

.autonomy-visual.type2 p {
    color: #333;
}

.ch-auto {
    border-left: 1px solid #ccc;
    margin-top: 30px;
}

.ch-auto li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ccc;
    text-align: center;
}

.ch-auto li .img {
    padding: 10px 0px 20px;
}

.ch-auto li .img img {}

.ch-auto li .txt {}

.ch-auto li .txt strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    margin-bottom: 25px;
}

.ch-auto li .txt p {
    font-size: 17px;
    color: #666;
    padding-bottom: 30px;
}

.self-text {
    margin-top: 30px;
    padding-left: 10px;
}

.self-text .img {
    margin-top: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    width: 100px;
}

.self-text .img img {}

.self-text .txt {
    vertical-align: middle;
    width: calc(100% - 135px);
    display: inline-block;
}


.residents {
    padding: 30px 0px;
}

.residents ul {}

.residents ul::after {
    content: '';
    display: block;
    clear: both;
}

.residents ul li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.residents ul li::after {
    content: '';
    display: block;
    width: 101px;
    height: 7px;
    background: url(../img/sub5/dotted-line.png) no-repeat center center;
    position: absolute;
    right: -51px;
    top: 50%;
    transform: translateY(-50%);
}

.residents ul li:last-child::after {
    display: none;
}

.residents ul li a {
    display: block;
    z-index: 1;
    position: relative;
    width: 209px;
    height: 233px;
    background: url(../img/sub5/bg01.png) no-repeat center center;
    display: inline-block;
}

.residents ul li:nth-child(2n) a {
    background: url(../img/sub5/bg02.png) no-repeat center center;
}

.residents ul li a .res_icon {
    margin-top: 50px;
    display: block;
}

.residents ul li a .res_icon img {}

.residents ul li a .res_txt {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 500;
    display: block;
    color: #fff;
    width: 100%;
}

/* 위원회 설치현황 > 회의결과상세 */
.url-wrap {
    display: none;
    margin-top: 10px;
}
.url-inner {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}
.url-wrap input {
    vertical-align: middle;
    height: 40px;
}
.url-wrap .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
}

/* main index */
.main-top {
    background:#f2f3f5;
}
.main-top .main-title {
    text-align: center;
    padding:70px 0px 40px;
}
.main-top .main-title b {
    font-size:50px;
    color:#292929;
    font-family:'jalnan';
    font-weight:normal;
}
.main-top .main-title b span {
    color:#ba0b0b;
}
.main-top .main-title p {
    font-size:26px;
    color:#1d1d1d;
    font-weight:500;
}
.main-top .main-banner-board {}
.main-top .main-banner-board .wrapper::after {
    content:'';
    display:block;
    clear:both;
}
.main-top .main-banner-board .wrapper .banner {
    width: 39%;
    float:left;
    position: relative;
    padding-right: 70px;
}
.main-top .main-banner-board .wrapper .banner .main-banner{
    border-radius: 20px;
}
.main-top .main-banner-board .wrapper .banner .main-banner img {
    border-radius:20px;
    height: 450px;
    width:100%;
}
.main-top .main-banner-board .wrapper .banner .banner-btns {
    position: absolute;
    top: 20px;
    right: 90px;
    z-index: 1;
}
.main-top .main-banner-board .wrapper .banner .banner-btns .banner-button-prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/main/banner-left.png) no-repeat center center;
    margin-right: 5px;
    text-indent: -9999px;
    cursor:pointer;
}
.main-top .main-banner-board .wrapper .banner .banner-btns .banner-button-stop {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/main/banner-stop.png) no-repeat center center;
    margin-right: 5px;
    text-indent: -9999px;
    cursor:pointer;
    display:inline-block;
}
.main-top .main-banner-board .wrapper .banner .banner-btns .banner-button-play {
    display: inline-block;
    width: 38px;
    cursor:pointer;
    height: 38px;
    background: url(../img/main/banner-play.png) no-repeat center center;
    margin-right: 5px;
    text-indent: -9999px;
    display:none;
}
.main-top .main-banner-board .wrapper .banner .banner-btns .banner-button-next {
    display: inline-block;
    width: 38px;
    cursor:pointer;
    height: 38px;
    background: url(../img/main/banner-right.png) no-repeat center center;
    margin-right: 5px;
    text-indent: -9999px;
}
.main-top .main-banner-board .wrapper .board {
    float:left;
    width: 61%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 46px;
}
.main-top .main-banner-board .wrapper .board .board-top {
    position:relative;
    margin-bottom:20px;
}
.main-top .main-banner-board .wrapper .board .board-top .board-tab {
    
    position: relative;
    padding-right: 100px;
}
.main-top .main-banner-board .wrapper .board .board-top .board-tab ul {}
.main-top .main-banner-board .wrapper .board .board-top .board-tab ul li {
    display: inline-block;
}
.main-top .main-banner-board .wrapper .board .board-top .board-tab ul li a {
    padding: 20px 30px;
    line-height:1;
    font-family:'jalnan';
    display:inline-block;
    font-size:18px;
    color:#000;
}
.main-top .main-banner-board .wrapper .board .board-top .board-tab ul li a.active {
    position:relative;
    color:#fff;
    border-radius:40px;
    background:#dc3535;
}
.main-top .main-banner-board .wrapper .board .board-top .board-tab ul li a.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dc3535;
    clear: both;
}
.main-top .main-banner-board .wrapper .board .board-top .view-more {
    display:inline-block;
    position:absolute;
    top: 10px;
    font-size:18px;
    font-weight:bold;
    padding-right:50px;
    background:url(../img/main/view-more.png) no-repeat right center;
    background-size:35px;
    line-height:35px;
    right:0;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .tab-wrap {
    display:none;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .tab-wrap.active {
    display:block
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-first {
    display: inline-block;
    margin-top:20px;
    vertical-align: top;
    width: 30%;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-first a {}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-first a p.date {
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-first a p.date b {
    font-size: 36px;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-first a p.date span {
    font-size: 16px;
    color: #aaa;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-first a .board-t{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-first a .board-c{
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-top:10px;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three {
    display: inline-block;
    vertical-align: top;
    width: 69%;
    padding-left: 50px;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three {}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul {}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul li {
    margin-bottom:10px;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul li a::after {
    display:block;
    content:'';
    clear:both;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul li a .left-date {
    float:left;
    width:83px;
    height:83px;
    background:#f2f3f5;
    border-radius:15px;
    padding-top:13px;
    text-align:center;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul li a .left-date b {
    font-size:36px;
    line-height:1;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul li a .left-date span {
    display:block;
    font-size:15px;
    color:#aaa;
    font-weight:bold;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul li a .right-cont {
    float:left;
    width:calc(100% - 100px);
    padding-left:20px;
    padding-top:10px;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul li a .right-cont .rc-title {
    font-size:20px;
    font-weight:600;
    display:block;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.main-top .main-banner-board .wrapper .board .board-tab-cont .board-three ul li a .right-cont .rc-cont {
    display:block;
    font-size:16px;
    font-weight:500;
    color:#666;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}




.main-mid {
    background: url(../img/main/mid-bg.png) no-repeat center bottom;
    padding-top: 60px;
}
.main-mid .whatis {
    text-align: center;
    padding-bottom: 60px;
}
.main-mid .whatis .whatis-title {
    display: inline-block;
    padding-right: 70px;
    position: relative;
}
.main-mid .whatis .whatis-title b {
    font-size: 40px;
    font-family: 'jalnan';
    font-weight: 500;
    display: inline-block;
}
.main-mid .whatis .whatis-title p {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.main-mid .whatis .whatis-title a {
    position: absolute;
    right: 0;
    top: 0px;
    width: 51px;
    height: 51px;
    background: url(../img/main/view-more.png) no-repeat center center;
    text-indent: -9999px;
    display: inline-block;
}
.main-mid .whatis .wrapper {
    padding:0px 1.5rem;
}
.main-mid .whatis .wrapper .whatis-list {
    padding-top:40px;
}
.main-mid .whatis .wrapper .whatis-list li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}
.main-mid .whatis .wrapper .whatis-list li a {}
.main-mid .whatis .wrapper .whatis-list li a .img {
    display: inline-block;
}
.main-mid .whatis .wrapper .whatis-list li a .img img {}

.main-mid .whatis .wrapper .whatis-list li a p{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.main-mid .whatis .wrapper .whatis-list li:nth-child(2) p,
.main-mid .whatis .wrapper .whatis-list li:nth-child(3) p,
.main-mid .whatis .wrapper .whatis-list li:nth-child(4) p{
    margin-top:20px;
}


.main-btm {
    padding-top: 80px;
    padding-bottom: 70px;
    background: url(../img/main/btm-bg.png) no-repeat center top;
}
.main-btm .wrapper {
    overflow: hidden;
    border-radius: 30px;
}
.main-btm .wrapper ul::after {
    content:'';
    display:block;
    clear:both;
}
.main-btm .wrapper ul li {
    width:50%;
    float:left;
}
.main-btm .wrapper ul li::after {
    content:'';
    display:block;
    clear:both;
}
.main-btm .wrapper ul li .img {
    float:left;
    width:50%;
    position:relative;
    height: 310px;
    display:inline-block;
    overflow: hidden;
}
.main-btm .wrapper ul li .img img {
    position:absolute;
    width: auto;
    height: 310px;
    max-width: inherit;
    min-width: 350px;
    left: 50%;
    transform: translateX(-50%);
}
.main-btm .wrapper ul li a {
    background:#cc3333;
    float:left;
    width:50%;
    display:block;
    height: 310px;
    position:relative;
    text-align:center;
    padding-top:50px;
}
.main-btm .wrapper ul li a strong {
    font-size:22px;
    font-weight:500;
    color:#fff;
}
.main-btm .wrapper ul li a p {
    font-size:16px;
    color:#fff;
    padding-top:10px;
    padding-bottom:70px;
    height:160px
}
.main-btm .wrapper ul li:first-child a {}
.main-btm .wrapper ul li:nth-child(2) a {
    background:#dc6448;
}
.main-btm .wrapper ul li:nth-child(3) a {}
.main-btm .wrapper ul li:nth-child(4) a {
    background:#dc6448;
}
.main-btm .wrapper ul li:first-child a p {
    background:url(../img/main/link-icon01.png) no-repeat center bottom;
}
.main-btm .wrapper ul li:nth-child(2) a p {
    background:url(../img/main/link-icon02.png) no-repeat center bottom;
}
.main-btm .wrapper ul li:nth-child(3) a p {
    background:url(../img/main/link-icon03.png) no-repeat center bottom;
}
.main-btm .wrapper ul li:nth-child(4) a p {
    background:url(../img/main/link-icon04.png) no-repeat center bottom;
}



.main-btm .wrapper ul li:first-child a::after {
    content: '';
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #cc3333;
    clear: both;
}
.main-btm .wrapper ul li:nth-child(2) a::after {
    content: '';
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #dc6448;
    clear: both;
    clear: both;
}
.main-btm .wrapper ul li:nth-child(3) a::after {
    content: '';
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #cc3333;
    clear: both;
}
.main-btm .wrapper ul li:last-child a::after {
    content: '';
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #dc6448;
    clear: both;
    z-index: 1;
}


.process-list {
    padding:50px;
}
.process-list .step-body {
    min-height:150px;
}
.process-list .step-body b {
    font-size:20px;
    display:block;
}
.process-list .step-body .top-line {
    display:block;
    margin-top:30px;
    border-top:1px solid #ccc;
    padding-top:20px;
    font-weight:500;
}
.step-content .top-box {
    min-height:110px;
    display:inline-block;
}
.step-content .top-box.box01 {
    padding-top:30px;
}
.step-content .top-box.box02 {
    padding-top:50px;
}
.step-content .top-box.box03 {
    padding-top:35px;
}
.step-content .top-box.box04 {
    padding-top:10px;
}
.step-content .top-box.box05 {
    padding-top:50px;
}
.step-content .top-box.box06 {
    padding-top:30px;
}
.step-content .top-box b {
    line-height:1.4;
    margin-bottom:3px;
}
.step-content .top-box p {
    line-height:1.3;
    font-weight:500;
}

.sp_num_s { font-size: 20px; }
.sp_num {font-size: 28px;}