
* {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
a, button, select {
    outline: none;

    -webkit-tap-highlight-color: transparent;
}
.mt30 {
    margin-top: 25px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt-50 {
    margin-top: -50px !important;
}
.tac {
    text-align: center !important;
}
.tal {
    text-align: left !important;
}
.tar {
    text-align: right !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/* S : 220707 */
.video_wrap {
    position:relative; 
    width:100%; 
    height:50vw;
    min-height:176px;
}
.video_wrap iframe{
    position:absolute; 
    left:0;
    top:0;
    width:100%;
    height:100%;
}
/* E : 220707 */

.clear:after {
    display: block;
    clear: both;
    content: '';
}
.blind {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

.layout_box.type_layout {
    padding: 0 25px;
}
.layout_box.type_full {
    padding: 0;
}
.header {
    height: 57px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .logo {
    position: absolute;
    top: 18px;
    left: 25px;
    width: 107px;
}
.header .logo a img {
    width: 100%;
}
.header .gnb {
    position: absolute;
    z-index: 200;
    top: 14px;
    right: 25px;
}
.header .gnb button {
    width: 29px;
    height: 29px;
    background: url(../img/common/gnb.png);
    -webkit-background-size: 29px 29px;
            background-size: 29px;
}
.sub_visual {
    height: 190px;
    background: #000;
}
.sub_visual .sub_visual_inbox > .tit {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    color: #fff;
}
.sub_visual .sub_visual_inbox > .desc {
    font-weight: 700;
    line-height: 26px;
    margin-top: 18px;
    text-align: center;
    color: #fff;
	padding: 0 25px;
}
.sub_visual_inbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.location .clear .fl {
    width: 50%;
}
.location .clear .fr {
    width: 50%;
}
.location .clear > div > select {
    font-size: 15px;
    width: 100%;
    padding: 15px 25px;
    background: url(../img/common/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 87% 19px;
    -webkit-background-size: 11px 11px;
            background-size: 11px;;;
}
.location {
    border-bottom: 1px solid #d6d6d6;
}
.location .clear .fl + .fr {
    border-left: 1px solid #d6d6d6;
}

.gnb_open {
    padding: 20px 25px;
}
.gnb_open > .close_btn:after {
    display: block;
    clear: both;
    content: '';
}
.gnb_open > .close_btn .blind {
    float: right;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.gnb_open > .close_btn .blind:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    content: '';
    background: url(../img/common/gnb_close.png);
    -webkit-background-size: 17px 17px;
            background-size: 17px;
}
.gnb_wrap {
    position: absolute;
    z-index: 100;
    top: 0;
    right: -100%;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
}

.lnb_grid {
    z-index: 105;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;
    background: #fff;
}
.lnb_wrap nav {
    margin-top: 57px;
}
.lnb_wrap .linkbox {
    width: 100%;
    height: auto;
    padding: 25px 0;
}

.lnb_wrap .linkbox.active button.dp1:after {
    width: 11px;
    height: 6.5px;
    content: '';
    background: url(../img/common/gnb_select_on.png);
    background-repeat: no-repeat;
    -webkit-background-size: 11px 11px;
            background-size: 11px;
}
.lnb_wrap .linkbox + .linkbox {
    border-top: 1px solid #d6d6d6;
}
.lnb_wrap .linkbox.active button.dp1 {
    color: #4555a5;
}
.lnb_wrap .linkbox button.dp1 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    color: #000;
}
.lnb_wrap .linkbox button.dp1:after {
    position: absolute;
    top: 6px;
    right: 0;
    display: inline-block;
    width: 11px;
    height: 6.5px;
    content: '';
    background: url(../img/common/gnb_select.png);
    background-repeat: no-repeat;
    -webkit-background-size: 11px 11px;
            background-size: 11px;
}
.lnb_wrap .linkbox .dp2 li {
    margin-top: 25px;
}
.lnb_wrap .linkbox .dp2 li a {
    font-size: 17px;
    color: #000;
}
.lnb_wrap .linkbox .dp2 {
    overflow: hidden;
    height: 0;
}

.header .gnb button.on {
    background: url(../img/common/gnb_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 29px 29px;
            background-size: 29px;
}

.location {
    position: relative;
    z-index: 4;
    width: 100%;
    background: #fff;
}
.location.fixed {
    position: fixed;
    top: 4px;
    left: 0;
    padding: 30px 70px;
}

.location > ul > li {
    float: left;
    width: 50%;
    text-align: left;
}

.location > ul > li + li:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    content: '';
    background: #b2b2b2;
}

.location > ul:after {
    display: block;
    clear: both;
    content: '';
}

.location > ul > li:after {
    display: block;
    clear: both;
    content: '';
}
/* opt */
.opt {
    position: relative;
    z-index: 1;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background: #fff;
}
.opt:after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10.5px;
    height: 5.5px;
    margin-top: -3px;
    content: '';
    -webkit-transition: all ease .3s;
    -webkit-transition: all .3s ease;
         -o-transition: all ease .3s;
         -o-transition: all .3s ease;
            transition: all ease .3s;
            transition: all .3s ease;
    background: url(../img/common/select_arrow.png);
    -webkit-background-size: 10.5px 10.5px;
            background-size: 10.5px;
}
.opt.active button {
    font-weight: 700;
    color: #4555a5;
}
.opt button {
    font-size: 15px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 17px 25px;
    cursor: pointer;
    text-align: left;
    color: #000;
    border: 1px solid transparent;
    background: #fff;
}
.opt ul.optul {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0 25px;
    border: 1px solid #121212;
    border-top: 0;
    border-bottom: 0;
    background: #4555a5;
}
.opt ul li {
    font-size: 15px;
    position: relative;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: #121212;
}
.opt ul li + li {
    margin-top: 25px;
}
.opt ul li a {
    position: relative;
    display: inline;
    width: 100%;
    height: 100%;
    color: #a7b0df;
}
.opt.active:after {
    width: 10.5px;
    height: 5.5px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    background: url(../img/common/select_arrow_on.png);
    -webkit-background-size: 10.5px 10.5px;
            background-size: 10.5px;
}
.sub_layout_content.type_02 {
    padding: 62px 0 0 0 ;
}
.sub_layout_content {
    padding: 62px 0 75px 0;
}
.footer {
    padding: 0 25px;
}
.footer_box {
    border-top: 1px solid #d6d6d6;
}
.foot_sec_box {
    padding: 50px 0;
}
.foot_sec {
    text-align: center;
}
.foot_sec > a {
    display: inline-block;
    width: 100px;
}
.foot_sec > a > img {
    max-width: 100%;
}
.foot_sec.link {
    margin-top: 35px;
}
.foot_sec.link ul li + li {
    margin-top: 15px;
}
.foot_sec.link ul li {
    font-size: 15px;
    color: #000;
}
.foot_sec.link ul li a {
    font-weight: 500;
    color: #000;
    color: #000;
}
.foot_sec.etc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 28px;
    color: #636363;
}
.fixed_btn {
    position: fixed;
    right: 25px;
    bottom: 15px;
	z-index:11;
}
.fixed_btn button {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url(../img/common/top_btn.png);
    background-repeat: no-repeat;
    -webkit-background-size: 40px 40px;
            background-size: 40px;
}
.fixed_btn.stop {
    position: absolute;
}
.nomal_tab ul li {
    line-height: 46px;
    float: left;
    overflow: hidden;
    width: 50%;
    height: 46px;
    text-align: center;
    background: #fff;
}
.nomal_tab ul li:nth-child(n + 3) {
    margin-top: -1px;
}
.nomal_tab ul li:nth-child(2n) {
    left: -1px;
}
.nomal_tab ul li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
    text-align: center;
    color: #636363;

    -webkit-transtion: .3s ease;
       -moz-transtion: .3s ease;
}
.nomal_tab ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
            box-shadow: inset 0 0 0 1px #d6d6d6;
}
.nomal_tab ul li.on {
    background: #4555a5;
}
.nomal_tab ul li.on a {
    font-weight: 500;
    color: #fff;
}
.nomal_tab ul li.on a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -1px;
    margin-left: -1px;
    content: '';
    -webkit-box-shadow: inset 0 0 0 1px #4555a5;
            box-shadow: inset 0 0 0 1px #4555a5;
}
.nomal_tab ul:after {
    display: block;
    clear: both;
    content: '';
}
.guide_section {
    padding: 0 25px;
}
.guide_section + .guide_section {
    margin-top: 50px;
}
.guide_section .guide_tit {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.guide_section .guide_desc {
    margin-top: 25px;
}
.nomal_tab.prd_search > ul > li {
    text-align: left;
}
.nomal_tab.prd_search > ul > li > a {
    padding: 0 10px;
    text-align: left;
}
i.prd_icon {
    display: inline-block;
    min-width: 26px;
    height: 17px;
}


i.prd_icon.icon01 {
    top: 3px;
    width: 18px;
    height: 17px;
    background: url(../img/sub/prd_icon.png);
    background-position: 0 -1.5px;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}
.on i.prd_icon.icon01 {
    width: 18px;
    height: 17px;
    background: url(../img/sub/prd_icon.png);
    background-position: -30.5px -1.5px;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}

i.prd_icon.icon02 {
    top: 3px;
    left: 4px;
    width: 10px;
    height: 18px;
    background: url(../img/sub/prd_icon.png);
    background-position: -71px 0;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}
.on i.prd_icon.icon02 {
    width: 10px;
    height: 18px;
    background: url(../img/sub/prd_icon.png);
    background-position: -101.5px 0;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}

i.prd_icon.icon03 {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 17.5px;
    background: url(../img/sub/prd_icon.png);
    background-position: -2.5px -46px;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}
.on i.prd_icon.icon03 {
    width: 13px;
    height: 17.5px;
    background: url(../img/sub/prd_icon.png);
    background-position: -33px -46px;
    -webkit-background-size: 500px 500px;
            background-size: 500px;;
}

i.prd_icon.icon04 {
    top: 2px;
    left: 2px;
    width: 17px;
    height: 16.5px;
    background: url(../img/sub/prd_icon.png);
    background-position: -67.5px -46px;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}
.on i.prd_icon.icon04 {
    width: 17px;
    height: 16.5px;
    background: url(../img/sub/prd_icon.png);
    background-position: -98px -46px;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}

i.prd_icon.icon05 {
    top: 3px;
    left: 2px;
    width: 16px;
    height: 18.5px;
    background: url(../img/sub/prd_icon.png);
    background-position: -1px -90px;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}
.on i.prd_icon.icon05 {
    width: 16px;
    height: 18.5px;
    background: url(../img/sub/prd_icon.png);
    background-position: -31.5px -90px;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
}

.search_input input {
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    color: #000;
    border: 1px solid #d6d6d6;
}

.prd_news_tab ul li {
    float: left;
    width: -webkit-calc( (100% - 30px) / 4);
    width:         calc( (100% - 30px) / 4);
    text-align: center;
}
.prd_news_tab ul:after {
    display: block;
    clear: both;
    content: '';
}
.prd_news_tab ul li + li {
    margin-left: 10px;
}
.prd_news_tab ul li span {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: block;
    margin-top: 10px;
    color: #636363;
}
.prd_news_tab ul li.on span {
    color: #000;
}
.prd_news_tab ul li .img {
    width: 100%;
}
.prd_news_tab ul li .img img {
    display: block;
    width: 100%;
}
.prd_news_tab ul li .img img.on {
    display: none;
}
.prd_news_tab ul li.on .img img.on {
    display: block;
}
.prd_news_tab ul li.on .img img.off {
    display: none;
}
.sub_tit {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
	padding: 0 25px;
}
.sub_tit + .sub_content {
    margin-top: 50px;
}
.pagination_wrap {
    font-size: 0;
    text-align: center;
}
.pagination_wrap .num {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 25px;
    color: #a8a8a8;
}
.pagination_wrap .num .point {
    font-size: 15px;
    font-weight: 500;
    color: #4555a5;
}
.pagination_wrap .btn {
    width: 25px;
    height: 25px;
    background: url(../img/common/page_btn.png);
    -webkit-background-size: 25px 25px;
            background-size: 25px;
}
.pagination_wrap > div {
    display: inline-block;
    vertical-align: top;
}
.pagination_wrap .btn.next_btn {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.list_pagination {
    text-align: center;
}
.list_pagination > div {
    display: inline-block;
}

.list_pagination .view_list > div {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 50px;
    color: #fff;
    background: #000;
}
.list_pagination .view_list > div a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.list_pagination > div.prev_btn {
    position: absolute;
    left: 0;
}
.list_pagination > div.next_btn {
    position: absolute;
    right: 0;
}
.list_pagination > div.btn {
    top: 15px;
}
.list_pagination > div.btn a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.list_pagination > div.prev_btn span {
    position: relative;
    padding-left: 20px;
}
.list_pagination > div.prev_btn span:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 9.5px;
    height: 18px;
    content: '';
    background: url(../img/common/list_btn.png);
    -webkit-background-size: 9.5px 9.5px;
            background-size: 9.5px;
}
.list_pagination > div.next_btn span {
    position: relative;
    padding-right: 20px;
}
.list_pagination > div.next_btn span:after {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    width: 9.5px;
    height: 18px;
    content: '';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url(../img/common/list_btn.png);
    -webkit-background-size: 9.5px 9.5px;
            background-size: 9.5px;
}
.select_wrap select {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 13px 8px;
    color: #333;
    border-bottom: 2px solid #000;
    background: url(../img/common/sys_select.png);
    background-repeat: no-repeat;
    background-position: 97.5% 47%;
    -webkit-background-size: 11px 11px;
            background-size: 11px;
}

.search_wrap > input {
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 8px;
    color: #000;
    border-bottom: 2px solid #000;
}

.search_wrap .btn-search {
    position: absolute;
    top: 14px;
    right: 10px;
    display: inline-block;
    width: 16.5px;
    height: 17px;
    background: url(../img/common/ico_search.png);
    background-repeat: no-repeat;
    -webkit-background-size: 16.5px 16.5px;
            background-size: 16.5px;
}
.stock01 {
    margin-top: 45px;
}
.stock01 .stock_section + .stock_section {
    margin-top: 75px;
}
.stock01 .stock_section .stock01_tit {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.stock01 .stock_section .stock01_tit + .stock01_tit{
margin-top:15px;
font-size:15px !important;
font-weight:300;
}


.stock01 .stock_section .stock01_tit  span {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    color: #636363;
}
.stock01 .stock_section .stock01_tit  span.unit {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    float: right;
    color: #000;
}
.stock01 .stock_section .stock01_tit:after {
    display: block;
    clear: both;
    content: '';
}

.stock01 .stock_section .stock01_tit + .sotck01_sub_tit {
    font-size: 15px;
    margin-top: 15px;
    color: #000;
}
.stock01_desc {
    margin-top: 20px;
}

.rt_data > div:first-child {
    padding: 35px 0;
    text-align: center;
    background: #4555a5;
}
.rt_data > div:first-child > div span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #fff;
}
.rt_data > div:first-child > div span + span {
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
}
.rt_data > div:nth-child(2) {
    padding: 10px 35px;
    border: 1px solid #d6d6d6;
}
.rt_data > div:nth-child(2) ul li {
    padding: 15px 0;
}
.rt_data > div:nth-child(2) ul li span:first-child {
    font-size: 15px;
    font-weight: 500;
    float: left;
    color: #4555a5;
}
.rt_data > div:nth-child(2) ul li span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    float: right;
    color: #000;
}
.rt_data > div:nth-child(2) ul li:after {
    display: block;
    clear: both;
    content: '';
}

.rt_data > div:nth-child(2) ul li + li {
    border-top: 1px solid #d6d6d6;
}
.rt_data > div:nth-child(2) ul li span.num {
    padding-left: 17px;
}
.rt_data > div:nth-child(2) ul li span.num.up:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 7.5px;
    content: '';
	background: url(../img/sub/stock_down.png);
    transform:rotate(180deg);
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px;
            background-size: 10px;
}
.rt_data > div:nth-child(2) ul li span.num.down:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 7.5px;
    content: '';
	background: url(../img/sub/stock_up.png);
	transform:rotate(180deg);
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px;
            background-size: 10px;
}
.stock_box + .stock_box {
    margin-top: 40px;
}
.stock_table table tr th {
    font-size: 15px;
    font-weight: 500;
    padding: 13px 0;
    text-align: center;
    color: #000;
    border-top: 1px solid #d6d6d6;
    background: #f7f7f7;
}
.stock_table table tr th + td {
    border-left: 1px solid #d6d6d6;
}
.stock_table table tr td + td {
    border-left: 1px solid #d6d6d6;
}
.stock_table table tr td {
    padding: 13px 20px;
    text-align: right;
    border-top: 1px solid #d6d6d6;
}
.stock_table table tr:last-child th {
    border-bottom: 1px solid #d6d6d6;
}
.stock_table table tr:last-child td {
    border-bottom: 1px solid #d6d6d6;
}

.stock_table + .stock_table {
    margin-top: 20px;
}

.stock_table table tr th.highlight {
    font-weight: 500;
    color: #fff;
    background: #4555a5;
}
.tdnum {
    position: relative;
    padding-left: 22px;
}
.tdnum.up:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 9.5px;
    height: 7px;
    content: '';
    background: url(../img/sub/tdup.png);
    -webkit-background-size: 9.5px 9.5px;
            background-size: 9.5px;
}
.tdnum.down:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 9.5px;
    height: 7px;
    content: '';
    background: url(../img/sub/tddown.png);
    -webkit-background-size: 9.5px 9.5px;
            background-size: 9.5px;
}

.stock_table.type03 tr td {
    border-left: 0 !important;
}
.stock_table.type03 tr:first-child td {
    border-top: 2px solid #000;
}
.stock_table.type03 tr:last-child td {
    border-bottom: 2px solid #000;
}
.ir_center_list.type_02 {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.ir_center_list.type_02 li {
    padding: 25px 20px;
    background: none;
}
.ir_center_list.type_02 li + li {
    margin-top: 0;
    border-top: 1px solid #d6d6d6;
}
.ir_center_list.type_02 li .tit {
    color: #000;
}
.ir_center_list.type_02 li .desc > div {
    color: #636363;
}
.ir_center_list li {
    padding: 25px;
    background: #4555a5;
}
.ir_center_list li + li {
    margin-top: 10px;
}
.ir_center_list li .tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
	word-break:break-all;
}
.ir_center_list li .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.ir_center_list li .desc > div {
    font-size: 15px;
    font-weight: 500;
    color: #a7b0df;
}
.ir_center_list li .desc > div.link {
    text-align: right;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.ir_center_list li .desc > div.date {
	margin-left:10px;
    
}
i.link {
    font-size: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/sub/ico_link.png);
    background-size: 22px;
}

.ir_center_list + .more_ir_list {
    margin-top: 50px;
    text-align: center;
}
.ir_center_list + .more_ir_list .txt {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #000;
    color: #000;
}
.ir_center_list + .more_ir_list .txt + a {
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-top: 25px;
    padding: 17px 25px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #bda26d;
}
.ir_center_list + .more_ir_list .txt + a:after {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 18.5px;
    height: 6px;
    margin-left: 13px;
    content: '';
    background: url(../img/sub/dart_arrow.png);
    background-size: 18.5px;
}
.ele_ir li {
    padding: 25px 20px;
}
.ele_ir li + li {
    border-top: 1px solid #d6d6d6;
}
.ele_ir li .date {
    font-size: 15px;
    margin-top: 25px;
    color: #636363;
}
.ele_ir li .tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}
.ele_ir {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.viewpage {
    text-align: center;
}
.viewpage .goback a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #000;
}
.viewpage .goback a:after {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 24.5px;
    height: 15.5px;
    margin-left: 10px;
    content: '';
    background: url(../img/sub/goback.png);
    background-size: 24.5px;
}
.viewpage .tit {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 40px;
    color: #000;
}
.viewpage .date {
    font-size: 15px;
    margin-top: 15px;
    color: #636363;
}
.viewpage .bottom_area {

    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
.viewpage .bottom_area .text_area {
    padding: 35px 0 30px 0;
}
.viewpage .bottom_area .text_area + .addfile_area {
    padding: 20px 0;
    border-top: 1px solid #d6d6d6;
}

.viewpage .bottom_area.type_02{
    border-top:0px;

}

.viewpage .bottom_area.type_02 .view_thum{
    padding-top:0px;
}

.viewpage .bottom_area .text_area p{
font-size:17px;
line-height:30px;
}

.viewpage .bottom_area .text_area img{
	max-width:100%;
}
.viewpage .bottom_area .text_area a{
	text-decoration:underline;
	color:#4555a5;
}

.addfile_area .file_tit {
    font-size: 15px;
    font-weight: 700;
 
    width: 75px;
    text-align: left;
    color: #000;
}
.addfile_area .file_desc {
    font-size: 15px;
    margin-top:10px;
    text-align: left;
    color: #636363;
	line-height:20px;
}
.addfile_area:after {
    display: block;
    clear: both;
    content: '';
}

.vision_section .txtimg {
    position: relative;
    width: 100%;
}
.vision_section .txtimg img {
    width: 100%;
    max-width: 238px;
}

.vs01 .txtimg + .tit {
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 45px;
    color: #4555a5;
}
.vs01 .txtimg + .tit span {
    font-weight: 700;
    color: #bda26d;
}
.vs01 .txtimg + .tit + .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 25px;
    color: #000;
}
.vs01 .txtimg + .tit + .desc + .vs_table {
    margin-top: 50px;
}
.vs_table table tr td {
    font-size: 15px;
    line-height: 25px;
    padding: 14px 0;
    color: #333;
}
.vs_table table tr th {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    padding: 14px 0;
    color: #000;
}
.vs_table table tr + tr td {
    border-top: 1px solid #d6d6d6;
}
.vs_table table tr + tr th {
    line-height: 25px;
    vertical-align: top;
    border-top: 1px solid #d6d6d6;
}
.vs_table {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
.vs02 .top_area .type_full > img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.vision_section + .vision_section {
    margin-top: 75px;
}
.vs02_box {
    margin-top: -67.5px;
    padding: 30px 28px;
    background: #4555a5;
}
.vs02_box > .tit {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.vs02_box > .desc {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 25px;
    color: #fff;
}

.vs03 > .layout_box > .tit {
    font-size: 22.5px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.vs03 > .layout_box > .tit + .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
    color: #000;
}
.vs03 > .layout_box > .img {
    text-align: center;
}
.vs03 > .layout_box > .img img {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}
.vs04 {
    padding: 75px 0;
    background: #f7f7f7;
}
.vs04 > .layout_box > .tit {
    font-size: 22.5px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.vs04 > .layout_box > .tit + .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
    color: #000;
}
.vs04 > .layout_box > .vs04_ul {
    margin-top: 40px;
    padding: 42px 0 45px 0;
    border: 2px solid #bda26d;
    border-radius: 15px;
}
.vs04_ul {
    position: relative;
}
.vs04_ul .txt01 {
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    top: -13px;
    left: 50%;
    width: 190px;
    padding: 0 10px;
    transform: translateX(-50%);
    text-align: center;
    color: #bda26d;
    background: #f7f7f7;
}
.vs04_ul .txt01 span {
    font-style: italic;
    color: #bda26d;
}
.vs04_ul .txt02 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #636363;
}
.vs04_ul ul li {
    position: relative;
    text-align: center;
}
.vs04_ul ul li + li {
    margin-top: 40px;
}
.vs04_ul ul li .tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 150px;
    color: #4555a5;
}
.vs04_ul ul li .desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 15px;
    color: #000;
}

.vs04_ul ul {
    margin-top: 35px;
}
.vs04_ul ul li:first-child:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 135px;
    height: 135px;
    content: '';
    transform: translateX(-50%);
    background: url(../img/sub/vs04_li01.png);
    background-size: 135px;
}
.vs04_ul ul li:nth-child(2):before {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 135px;
    height: 135px;
    content: '';
    transform: translateX(-50%);
    background: url(../img/sub/vs04_li02.png);
    background-size: 135px;
}

.vs04_ul ul li:nth-child(3):before {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 135px;
    height: 135px;
    content: '';
    transform: translateX(-50%);
    background: url(../img/sub/vs04_li03.png);
    background-size: 135px;
}

.vs05 > .layout_box > .tit {
    font-size: 22.5px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.vs05 > .layout_box > .tit + .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
    color: #000;
}
.vs05 > .layout_box > .tit + .desc + ul {
    margin-top: 65px;
}
.vs05 > .layout_box > .tit + .desc + ul li .tit {
    text-align: center;
}
.vs05 > .layout_box > .tit + .desc + ul li .tit span {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 62px;
    color: #bda26d;
}
.vs05 > .layout_box > .tit + .desc + ul li:first-child .tit span:before {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../img/sub/vs05li_01.png);
    background-size: 48px;
}
.vs05 > .layout_box > .tit + .desc + ul li:nth-child(2) .tit span:before {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../img/sub/vs05li_02.png);
    background-size: 48px;
}
.vs05 > .layout_box > .tit + .desc + ul li:nth-child(3) .tit span:before {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../img/sub/vs05li_03.png);
    background-size: 48px;
}
.vs05 > .layout_box > .tit + .desc + ul li .box {
    display: flex;
    margin-top: 30px;

    align-items: center;
}
.vs05 > .layout_box > .tit + .desc + ul li .desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px;
    color: #000;
}
.vs05 > .layout_box > .tit + .desc + ul li .box > div {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #4555a5;
}
.vs05 > .layout_box > .tit + .desc + ul li .box > div + div {
    margin-left: 15px;
}
.vs05 > .layout_box > .tit + .desc + ul li + li {
    margin-top: 130px;
}
.vs05 > .layout_box > .tit + .desc + ul li + li:before {
    position: absolute;
    top: -85px;
    left: 50%;
    display: inline-block;
    width: 7px;
    height: 45px;
    margin-left: -3.5px;
    content: '';
    background: url(../img/sub/vs05li_arrow.png);
    background-size: 7px;
}
.anticorruption {
    margin-top: 45px;
}
.anticorruption > ul > li + li {
    margin-top: 50px;
}
.anticorruption > .tit {
    font-size: 25px;
    font-weight: 700;
    padding: 0 25px;
    color: #4555a5;
}
.anticorruption > .tit + ul {
    margin-top: 27px;
}

.anticorruption > .tit + ul li .img img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.anticorruption .numbering {
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    position: absolute;
    top: -55px;
    right: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-top-right-radius: 20px 20px;
    background: #4555a5;
}

.anticorruption .ul_tit {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    color: #000;
}
.anticorruption .ul_tit + ul {
    margin-top: 20px;
}
.anticorruption .ul_tit + ul li {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}
.anticorruption .ul_tit + ul li + li {
    margin-top: 10px;
}
.anticorruption + .anticorruption_ {
    margin-top: 75px;
}
.anticorruption_ > .tit {
    font-size: 25px;
    font-weight: 700;
    color: #4555a5;
}
.anticorruption_ > ul {
    margin-top: 30px;
}
.anticorruption_ > ul > li {
    padding: 20px 25px;
    border-radius: 7px;
    background: #bda26d;
}
.anticorruption_ > ul > li > .tit {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    padding: 15px 0 15px 60px;
    color: #fff;
}
.anticorruption_ > ul > li:first-child > .tit:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../img/sub/anticorruption01_07.png);
    background-size: 48px;
}
.anticorruption_ > ul > li:nth-child(2) > .tit:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../img/sub/anticorruption01_08.png);
    background-size: 48px;
}
.anticorruption_ > ul > li:nth-child(3) > .tit:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    content: '';
    background: url(../img/sub/anticorruption01_09.png);
    background-size: 48px;
}
.anticorruption_ > ul > li > .tit + .desc {
    margin-top: 20px;
}
.anticorruption_ > ul > li > .tit + .desc > li {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}
.anticorruption_ > ul > li > .tit + .desc > li + li {
    margin-top: 5px;
}
.anticorruption_ > ul > li + li {
    margin-top: 10px;
}
.anticorruption02 > .tit {
    font-size: 25px;
    font-weight: 700;
    padding: 0 25px;
    color: #4555a5;
}
.anticorruption02 {
    margin-top: 45px;
}
.anticorruption02 .img {
    width: 100%;
    margin-top: 30px;
}
.anticorruption02 .img img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.anticorruption02 .img + .desc {
    margin-top: 30px;
    padding: 0 25px;
}
.anticorruption02 .img + .desc .d_tit span {
    font-size: 25px;
    font-weight: 0700;
    line-height: 40px;
    position: relative;
    color: #000;
}
.anticorruption02 .img + .desc .d_tit span:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -6px;
    display: inline-block;
    width: calc(100% + 12px);
    height: 10px;
    content: '';
    background: #e3cc9f;
}
.anticorruption02 .img + .desc .d_desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 35px;
    color: #000;
}
.anticorruption02 + .anticorruption02_ {
    margin-top: 75px;
}
.anticorruption02_ > .tit {
    font-size: 25px;
    font-weight: 700;
    padding: 0 25px;
    color: #4555a5;
}
.anticorruption02_ > .tit + .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
    padding: 0 25px;
    color: #000;
}
.anticorruption02_ > .b_box {
    margin-top: 30px;
    padding: 40px 25px;
    background: #4555a5;
}
.anticorruption02_ > .b_box > .b_box_desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}
.anticorruption02_ > .b_box > .b_box_desc + ul {
    margin-top: 35px;
}

.anticorruption02_ > .b_box > .b_box_desc + ul li > .b_box_num {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #4555a5;
    border-radius: 5px;
    background: #fff;
}
.anticorruption02_ > .b_box > .b_box_desc + ul li + li {
    margin-top: 30px;
}
.anticorruption02_ > .b_box > .b_box_desc + ul li > .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 15px;
    color: #fff;
}
.anticorruption03 {
    margin-top: 45px;
}
.anticorruption03 > .ac_section > .tit {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.anticorruption03 > .ac_section > ul {
    margin-top: 30px;
}
.anticorruption03 > .ac_section > ul > li .img {
    width: 100%;
}
.anticorruption03 > .ac_section > ul > li .img img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.anticorruption03 > .ac_section > ul > li .img + .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 20px;
    color: #000;
}
.anticorruption03 > .ac_section > ul > li + li {
    margin-top: 30px;
}
.anticorruption03 > .ac_section > .tit + .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 27px;
}
.anticorruption03 > .ac_section + .ac_section {
    margin-top: 75px;
}
.anticorruption03 > .ac_section > .tit + .desc + .img {
    margin-top: 25px;
}
.anticorruption03 > .ac_section > .tit + .desc + .img img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.contact .tit_area {
    padding: 40px 0;
    text-align: center;
    border-top-right-radius: 40px 40px;
    background: #4555a5;
}
.contact .tit_area > .tit {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.contact .tit_area > .tit + .desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
}
.tit_area + ul {
    margin-top: 15px;
}
.tit_area + ul > li {
    padding: 40px 35px;
}
.tit_area + ul > li + li {
    border-top: 1px solid #d6d6d6;
}
.tit_area + ul > li > div {
    position: relative;
    padding-left: 95px;
}
.tit_area + ul > li > div > .tit {
    font-size: 17px;
    font-weight: 700;
    color: #bda26d;
}
.tit_area + ul > li > div > .desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 15px;
    color: #000;
}
.tit_area + ul > li > .tel:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 65px;
    height: 65px;
    content: '';
    background: url(../img/sub/contact_01.png);
    background-size: 65px;
}
.tit_area + ul > li > .fax:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 65px;
    height: 65px;
    content: '';
    background: url(../img/sub/contact_02.png);
    background-size: 65px;
}
.tit_area + ul > li > .subway:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 65px;
    height: 65px;
    content: '';
    background: url(../img/sub/contact_03.png);
    background-size: 65px;
}
.contact_tab ul li {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    width: 30%;
    padding: 15px 0;
    color: #636363;
    border: 2px solid #a8a8a8;
    border-radius: 30px;
    background: #fff;
}
.contact_tab ul {
    padding: 0 25px;
    text-align: center;
}


.contact_tab ul li.on {
    color: #fff;
    border: 2px solid #4555a5;
    background: #4555a5;
}
.contact_tab {
    position: relative;
}
.contact_tab ul {
    z-index: 2;
}
.contact_tab:before {
    position: absolute;
    z-index: 1;
    top: 24px;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: #a8a8a8;
}
.contact_tab_content > div {
    display: none;
    margin-top: 50px;
}
.contact_tab_content > div.on {
    display: block;
}
.map_section + .map_section {
    margin-top: 75px;
}
.map_section .map_desc {
    margin-top: 30px;
}
.map_section .map_desc > .tit {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.map_section .map_desc > .tit + ul {
    margin-top: 30px;
}
.map_section .map_desc > .tit + ul li:after {
    display: block;
    clear: both;
    content: '';
}
.map_section .map_desc > .tit + ul li > .tit {
    line-height: 30px;
    float: left;
    width: 75px;
}
.map_section .map_desc > .tit + ul li > .tit span {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #000;
}
.map_section .map_desc > .tit + ul li > .desc {
    line-height: 30px;
    float: left;
    width: calc(100% - 75px);
}
.map_section .map_desc > .tit + ul li + li {
    margin-top: 20px;
}
.map_section .map_desc > .tit + ul li > .tit span.adress:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 14.5px;
    content: '';
    background: url(../img/sub/contact_04.png);
    background-size: 11px;
}
.map_section .map_desc > .tit + ul li > .tit span.tel:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 13.5px;
    height: 13.5px;
    content: '';
    background: url(../img/sub/contact_05.png);
    background-size: 13.5px;
}
.map_section .map_desc > .tit + ul li > .tit span.fax:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 14.5px;
    content: '';
    background: url(../img/sub/contact_06.png);
    background-size: 15px;
}
.ci .ci_section .tit {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.ci .ci_section .desc {
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
    color: #000;
}
.ci .ci_section .desc + .img {
    margin-top: 30px;
}
.ci .ci_section .desc + .img img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.ci .ci_section .desc + .btn_wrap {
    margin-top: 30px;
}
.ci .ci_section .desc + .btn_wrap > a {
    line-height: 45px;
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    background: #000;
}
.ci .ci_section .desc + .btn_wrap > a span {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-left: 33px;
    color: #fff;
}
.ci .ci_section .desc + .btn_wrap > a span:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 19px;
    height: 16px;
    content: '';
    background: url(../img/common/ico_down.png);
    background-size: 19px;
}
.ci .ci_section .desc + .btn_wrap > a + a {
    margin-top: 15px;
}
.ci  .ci_section + .ci_section {
    margin-top: 75px;
}
.ci_02 .type_full {
    padding: 65px 0 117.5px 0;
    text-align: center;
    background: #4555a5;
}
.ci_02 .img {
    display: inline-block;
    width: 33%;
}
.ci_02 .img img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.ci_02 .img.logo + ul {
    display: inline-block;
    margin-top: 25px;
    text-align: center;
}
.ci_02 .img.logo + ul li + li {
    margin-left: -14px;
}
.ci_02 .img.logo + ul li {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 112.5px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
}

.ci_02 .type_layout .logo_box {
    position: relative;
    margin-top: -50px;
    padding: 50px 0;
    text-align: center;
    background: #f1f1f1;
}
.ci_02 .logo_box > .img {
    width: 185px;
}
.etc_page {
    margin-top: 50px;
}

.edit_area_ins + .edit_area_ins {
    margin-top: 70px;
}
.edit_area_ins .edit_desc {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}
.edit_area_ins .edit_tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #000;
}
.edit_area_ins .edit_tit + .edit_desc {
    margin-top: 30px;
}
.history > .his_section + .his_section {
    margin-top: 75px;
}
.history > .his_section > .top_area > .tit {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 25px;
    width: 157px;
    height: 150px;
    border-top-right-radius: 30px;
    background: #4555a5;
}
.history > .his_section > .top_area > .tit > div > span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #fff;
}
.history > .his_section > .top_area > .tit > div > span + span {
    margin-top: 30px;
}
.history > .his_section > .top_area {
    padding-top: 80px;
}
.history > .his_section > .top_area > .tit > div {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.history > .his_section > .top_area > .tit > div > span + span:before {
    position: absolute;
    top: -20px;
    display: inline-block;
    width: 2px;
    height: 10px;
    content: '';
    background: #fff;
}
.history > .his_section > .top_area > .tit_bg.first {
    background: url(../img/sub/his01.png);
    background-size: cover;
    background-position:center center;
}
.history > .his_section > .top_area > .tit_bg.second {
    background: url(../img/sub/his02.png);
    background-size: cover;
    background-position:center center;
}
.history > .his_section > .top_area > .tit_bg.third {
    background: url(../img/sub/his03.png);
    background-size: cover;
    background-position:center center;
}
.history > .his_section > .top_area > .tit_bg {
    width: 100%;
    height: 200px;
}

.history > .his_section > .bottom_area {
    padding-top: 75px;
    background: url(../img/sub/his_dot.png);
    background-position: 30px;

    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
}
.history > .his_section > .bottom_area > .year_section {
    padding-left: 30px;
}
.history > .his_section > .bottom_area:after {
    content:'';
    display: inline-block;
    width: 6px;
    height: 6px;
   
    background: #d6d6d6;
    border-radius:3px;
    position:absolute;
    bottom:0;
    left:27px;
}
.history > .his_section > .bottom_area > .year_section .year_month {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    float: left;
    width: 35px;
    color: #000;
}
.history > .his_section > .bottom_area > .year_section + .year_section {
    margin-top: 75px;
}
.history > .his_section > .bottom_area > .year_section .his_desc {
    float: left;
    width: calc(100% - 35px);
}
.history > .his_section > .bottom_area > .year_section .his_desc p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}
.history > .his_section > .bottom_area > .year_section .year_img {
    margin-top: 15px;
}
.history > .his_section > .bottom_area > .year_section .year_img img {
    display: block;
    width: 100%;
}
.history > .his_section > .bottom_area > .year_section .year_right:after {
    display: block;
    clear: both;
    content: '';
}
.history > .his_section > .bottom_area > .year_section ul {
    margin-top: 40px;
}
.history > .his_section > .bottom_area > .year_section ul li + li {
    margin-top: 20px;
}
.history > .his_section > .bottom_area > .year_section > .year_tit {
    font-size: 27px;
    font-weight: 700;
    color: #000;
}
.history > .his_section > .bottom_area > .year_section > .year_tit:before {
    position: absolute;
    top: 6px;
    left: -30px;
    display: inline-block;
    width: 27.5px;
    height: 13px;
    content: '';
    background: url(../img/sub/year_dot.png);
    background-repeat: no-repeat;
    background-size: 27.5px;
}
.rnd_wrap .icon_list > .img img{width:100%; max-width:100%;}
.multi_site a{color:#fff; font-size:13px; font-weight:500; display:inline-block; padding:8px 14px; background:#4555a5; border-radius:20px;}


.viewpage table{width:100%;}
.viewpage table tr td{
	padding: 14px 0;
    color: #666;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #d6d6d6;
}

.viewpage table tr td:first-child{
	

}
.viewpage table tr:first-child td{
	border-top:1px solid #d6d6d6;
}
.viewpage table tr td:last-child{
	border-right:none;
}


.privacy_tb{width:100%;  margin-bottom:20px;}
.privacy_tb th{padding:10px; text-align:center; border:1px solid #d6d6d6; font-weight:500;}
.privacy_tb td{padding:10px; border:1px solid #d6d6d6;}


.edit_area_ins .edit_desc .sub_tit{color:#000; font-weight:500; margin-top:10px; margin-bottom:30px; font-size:17px;}
.edit_area_ins .edit_desc + .edit_desc{
    margin-top:20px;
}

p.sub_tit + .desc_wrap{
    margin-top:40px
    
}

.sub_tit_02{margin-top:20px; padding-top:20px; border-top:1px solid #000;}