/* visual sub 공통 start */
.sub_visual{
    width:100%;
    min-width:1200px;
    position: relative;
    overflow: hidden;
    margin-top:80px;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:354px;
    transition: all 1.5s ease-in-out;
    transform:scale(1.5);
}
.sub_visual > img.zoom{transform:scale(1);}
.sub_visual .sub_typo_wrap{
    position: absolute;
    width:1200px;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.sub_visual .sub_typo{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width:100%;
    z-index: 99;
}

.sub_visual .sub_typo > span.up{opacity:1; transform:translate(0,0);}

.sub_visual .sub_typo span{
    color:#fff;
    display:block;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
}

.sub_visual .sub_typo span:first-child{
    font-size:42px;
    transition-delay:0s;
}
.sub_visual .sub_typo span:nth-child(2){
    font-size:18px;
    transition-delay:0.5s;
}
/* visual sub 공통 end */

/* tab 메뉴 공통 */
/* .contents{padding:30px 0;} */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:140px;
    transform: translateY(-60px);
    background: rgba(0,0,0,0.6);
    height:60px;
    line-height: 60px;
}
.sub_tabmenu ul{font-size:0;}
.sub_tabmenu li{display:inline-block;}
.sub_tabmenu li a{
    display: block;
    font-size:18px;
    text-align: center;
    color:#fff;
    transition: all .3s ease-in-out;
}
.tabmenu01 li{width:25%;}
.tabmenu02 li{width:25%;}
.tabmenu03 li{width:50%;}
.tabmenu04 li{width:25%;}
.tabmenu05 li{width:50%;}

.sub_tabmenu li a:hover{background-color: #00256b; color:#fff; transition: all .3s ease-in-out;}

.sub01_01 .sub_tabmenu li:nth-child(1) a{background-color: #00256b; color:#fff;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{background-color: #00256b; color:#fff;}
.sub01_03 .sub_tabmenu li:nth-child(3) a{background-color: #00256b; color:#fff;}
.sub01_04 .sub_tabmenu li:nth-child(4) a{background-color: #00256b; color:#fff;}

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #00256b; color:#fff;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #00256b; color:#fff;}
.sub02_03 .sub_tabmenu li:nth-child(3) a{background-color: #00256b; color:#fff;}
.sub02_04 .sub_tabmenu li:nth-child(4) a{background-color: #00256b; color:#fff;}

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #00256b; color:#fff;}
.sub03_02 .sub_tabmenu li:nth-child(2) a{background-color: #00256b; color:#fff;}

.sub04_01 .sub_tabmenu li:nth-child(1) a{background-color: #00256b; color:#fff;}
.sub04_02 .sub_tabmenu li:nth-child(2) a{background-color: #00256b; color:#fff;}
.sub04_03 .sub_tabmenu li:nth-child(3) a{background-color: #00256b; color:#fff;}
.sub04_04 .sub_tabmenu li:nth-child(4) a{background-color: #00256b; color:#fff;}

.sub05_01 .sub_tabmenu li:nth-child(1) a{background-color: #00256b; color:#fff;}
.sub05_02 .sub_tabmenu li:nth-child(2) a{background-color: #00256b; color:#fff;}
/* tab 메뉴 공통 */

/* sub 타이틀 공통 */
.contents_title{
    position: relative;
    width:100%;
    min-width:1224px;
}
.contents_title h2{
    padding:30px 0;
    font-size:40px;
    color:#333;
    font-weight: 400;
    text-align: left;
}
.contents_title h2 span{
    font-size:40px;
    font-weight:600;
    display: block;
}
.contents_title p{
    font-size:18px;
    color:#333;
    text-align: left;
}


/* sub 타이틀 공통 */
.contents_detail{padding-bottom:30px;}

/* image_show_wrap 공통 */
.contents_detail .image_show_wrap,
.contents_detail .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.contents_detail .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.contents_detail .image_show_wrap2{animation-duration: 1.4s;}

.contents_detail .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.contents_detail .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.contents_detail .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.contents_detail .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.contents_detail .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.contents_detail .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01_01 */
.sub01_01 .greetings{padding:60px 0;}
.sub01_01 .greetings ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
}
.sub01_01 .greetings ul li:nth-of-type(1){width:35%;}
.sub01_01 .greetings ul li:nth-of-type(2){width:65%;}
.sub01_01 .greetings .greetings_tit{padding-left:30px;}
.sub01_01 .greetings ul li p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub01_01 .greetings ul li p:last-child{text-align: right; margin-top:30px;}
.sub01_01 .greetings ul li p strong{
    font-size:24px;
    color:#000;
}

/* sub01_01 */

/* sub01_02 */
/* sub01_02 */

/* sub01_03 */
.sub01_03 .network_box h4{
    font-size:24px;
    color:#fff;
    text-align: center;
    width:250px;
    padding:20px 0px;
    background-color: #69ab3c;
    margin:0 auto;
    border-radius: 10px;
    position: relative;
}
.sub01_03 .network_box h4::before{
    content: '';
    position: absolute;
    bottom:-60px;
    left:50%;
    transform: translateX(-50%);
    width:1px;
    height:60px;
    background-color: #ccc;
}

.sub01_03 .network_box .top{margin-top:60px;}
.sub01_03 .network_box .top li{
    width:250px;
    padding:20px 0;
    font-size:24px;
    color:#fff;
    background-color: #3467c0;
    margin:0 auto;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.sub01_03 .network_box .top li::before{content: ''; position: absolute; bottom:-165px; left:50%; transform: translateX(-50%); width:1px; height:165px; background-color: #ccc;}
.sub01_03 .network_box .top li::after{content: ''; position: absolute; bottom:-100px; left:50%; transform: translateX(-50%); width:60px; height:1px; background-color: #ccc;}

.sub01_03 .network_box .middle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:60px;
}
.sub01_03 .network_box .middle li{
    width:250px;
    padding:20px 0;
    font-size:24px;
    color:#fff;
    background-color: #3467c0;
    margin:0 30px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

.sub01_03 .network_box .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:60px;
}
.sub01_03 .network_box .bottom li{
    width:16.666%;
    height:100px;
    padding:20px 0;
    font-size:20px;
    color:#fff;
    background-color: #7a6f66;
    margin-right:20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.sub01_03 .network_box .bottom li:last-child{margin-right:0;}

.sub01_03 .network_box .bottom li:nth-of-type(1)::after{
    content: '';
    position: absolute;
    top:-30px;
    left:50%;
    transform: translateX(-50);
    width:1018px;
    height:1px;
    background-color: #ccc;

}
.sub01_03 .network_box .bottom li:nth-of-type(1)::before{content: ''; position: absolute; top:-30px; left:50%; transform: translateX(-50%); width:1px; height:30px; background-color: #ccc;}
.sub01_03 .network_box .bottom li:nth-of-type(2)::before{content: ''; position: absolute; top:-30px; left:50%; transform: translateX(-50%); width:1px; height:30px; background-color: #ccc;}
.sub01_03 .network_box .bottom li:nth-of-type(3)::before{content: ''; position: absolute; top:-30px; left:50%; transform: translateX(-50%); width:1px; height:30px; background-color: #ccc;}
.sub01_03 .network_box .bottom li:nth-of-type(4)::before{content: ''; position: absolute; top:-30px; left:50%; transform: translateX(-50%); width:1px; height:30px; background-color: #ccc;}
.sub01_03 .network_box .bottom li:nth-of-type(5)::before{content: ''; position: absolute; top:-30px; left:50%; transform: translateX(-50%); width:1px; height:30px; background-color: #ccc;}
.sub01_03 .network_box .bottom li:nth-of-type(6)::before{content: ''; position: absolute; top:-30px; left:50%; transform: translateX(-50%); width:1px; height:30px; background-color: #ccc;}


.sub01_03 .service_nw{margin-top:60px;}
.sub01_03 .service_nw h3{
    font-size:24px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub01_03 .service_nw .chart{
    width:100%;
    border-top:3px solid #00256b;
}
.sub01_03 .service_nw .chart tr th,
.sub01_03 .service_nw .chart tr td{
    font-size:16px;
    color:#333;
    padding:20px;
    text-align: center;
    border:1px solid #ccc;
}
.sub01_03 .service_nw .chart tr th{background-color: #f7f7f7;}
.sub01_03 .service_nw .chart tr td:nth-of-type(1){background-color: #f7f7f7;}

.sub01_03 .service_nw .service_nw_tit{margin-top:20px;}
.sub01_03 .service_nw .service_nw_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub01_03 .service_nw .service_nw_tit p strong{
    margin-top:30px;
    font-size:24px;
    color:#d60b17;
}
/* sub01_03 */

/* sub01_04 */
.sub01_04 .map .chart{
    width:100%;
    border-top:3px solid #00256b;
    margin-top:30px;
}
.sub01_04 .map .chart tr th{background-color: #f7f7f7;}
.sub01_04 .map .chart tr th,
.sub01_04 .map .chart tr td{
    font-size:16px;
    color:#333;
    border:1px solid #ccc;
    padding:20px
}

/* sub01_04 */

/* sub02_01 */
.sub02_01 .program_title{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub02_01 .program_title .tit{padding-left:120px;}
.sub02_01 .program_title .tit span{
    display: block;
    font-size:20px;
    color:#333;
    text-align: left;
}
.sub02_01 .program_title .tit h3{
    font-size:60px;
    color:#000;
    text-align: left;
    padding:10px 0;
}
.sub02_01 .program_title .tit h3 strong{
    font-size:60px;
    color:#c2aa6a;
    font-weight: 800;
}
.sub02_01 .program_title .tit p{
    font-size:32px;
    font-weight: 800;
    color:#897c73;
    text-align: left;
}

.sub02_01 .program_icon img{width:100%;}

.sub02_01 .program_tit{background-color: #ececec; padding:30px;}
.sub02_01 .program_tit ul{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub02_01 .program_tit h3{
    font-size:60px;
    font-weight: 400;
    line-height: 72px;
    color:#333;
    text-align: left;
    font-family: 'Noto Serif KR', serif;
}
.sub02_01 .program_tit h3 strong{
    font-size:60px;
    padding-left:10px;
    font-weight: 800;
    color:#000;
    text-align: left;
    font-family: 'Noto Sans KR', serif; 
}
.sub02_01 .program_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:5px 0 5px 60px;
}

.sub02_01 .program_list{margin-top:60px;}
.sub02_01 .program_list h3{
    font-size:60px;
    font-weight: 800;
    color:#9e8856;
    text-align: center;
}
.sub02_01 .program_list span{
    display: block;
    font-size:48px;
    font-weight: 800;
    color:#524c3c;
    text-align: center;
    padding:10px 0;
    position: relative;
}
.sub02_01 .program_list span::before{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:600px;
    height:2px;
    background-color: #524c3c;
}
.sub02_01 .program_list .chart{
    margin-top:60px;
    width:100%;
}
.sub02_01 .program_list .chart tr td{
    font-size:18px;
    color:#fff;
    text-align: center;
    padding:20px;
    border:1px solid #fff;
    background-color: #828282;
}
.sub02_01 .program_list .chart tr .blue{background-color: #577da4;}
.sub02_01 .program_list .chart tr .pink{background-color: #b09697;}
.sub02_01 .program_list .chart tr .gold{background-color: #b0a496;}
.sub02_01 .program_list .chart tr .violet{background-color: #9e95b0;}

.sub02_01 .program_img{margin-top:60px;}
.sub02_01 .program_img ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
}
.sub02_01 .program_img ul li{width:33.333%; margin-right:20px;}
.sub02_01 .program_img ul li:last-child{margin-right:0;}
/* sub02_01 */

/* sub02_02 */
.sub02_02 .program_title{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub02_02 .program_title .tit{padding-left:120px;}
.sub02_02 .program_title .tit span{
    display: block;
    font-size:20px;
    color:#333;
    text-align: left;
}
.sub02_02 .program_title .tit h3{
    font-size:60px;
    color:#000;
    text-align: left;
    padding:10px 0;
}
.sub02_02 .program_title .tit h3 strong{
    font-size:60px;
    color:#c2aa6a;
    font-weight: 800;
}
.sub02_02 .program_title .tit p{
    font-size:32px;
    font-weight: 800;
    color:#897c73;
    text-align: left;
}

.sub02_02 .program_icon img{width:100%;}

.sub02_02 .program_tit{background-color: #ececec; padding:30px;}
.sub02_02 .program_tit ul{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub02_02 .program_tit h3{
    font-size:60px;
    font-weight: 400;
    line-height: 72px;
    color:#333;
    text-align: left;
    font-family: 'Noto Serif KR', serif;
}
.sub02_02 .program_tit h3 strong{
    font-size:60px;
    font-weight: 800;
    padding-left:10px;
    color:#000;
    text-align: left;
    font-family: 'Noto Sans KR', serif; 
}
.sub02_02 .program_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:5px 0 5px 60px;
}

.sub02_02 .program_list{margin-top:60px;}
.sub02_02 .program_list h3{
    font-size:60px;
    font-weight: 800;
    color:#9e8856;
    text-align: center;
}
.sub02_02 .program_list span{
    display: block;
    font-size:48px;
    font-weight: 800;
    color:#524c3c;
    text-align: center;
    padding:10px 0;
    position: relative;
}
.sub02_02 .program_list span::before{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:600px;
    height:2px;
    background-color: #524c3c;
}
.sub02_02 .program_list .chart{
    margin-top:60px;
    width:100%;
}
.sub02_02 .program_list .chart tr td{
    font-size:18px;
    color:#fff;
    text-align: center;
    padding:20px;
    border:1px solid #fff;
    background-color: #828282;
}
.sub02_02 .program_list .chart tr .blue{background-color: #577da4;}
.sub02_02 .program_list .chart tr .pink{background-color: #b09697;}
.sub02_02 .program_list .chart tr .gold{background-color: #b0a496;}
.sub02_02 .program_list .chart tr .violet{background-color: #9e95b0;}
.sub02_02 .program_list .chart tr .lightpink{background-color: #cd9294;}

.sub02_02 .program_img{margin-top:60px;}
.sub02_02 .program_img ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
}
.sub02_02 .program_img ul li{width:33.333%; margin-right:20px;}
.sub02_02 .program_img ul li:last-child{margin-right:0;}
/* sub02_02 */

/* sub02_03 */
.sub02_03 .program_title{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub02_03 .program_title .tit{padding-left:120px;}
.sub02_03 .program_title .tit span{
    display: block;
    font-size:20px;
    color:#333;
    text-align: left;
}
.sub02_03 .program_title .tit h3{
    font-size:60px;
    color:#000;
    text-align: left;
    padding:10px 0;
}
.sub02_03 .program_title .tit h3 strong{
    font-size:60px;
    color:#c2aa6a;
    font-weight: 800;
}
.sub02_03 .program_title .tit p{
    font-size:32px;
    font-weight: 800;
    color:#897c73;
    text-align: left;
}

.sub02_03 .program_icon img{width:100%;}

.sub02_03 .program_tit{background-color: #ececec; padding:30px;}
.sub02_03 .program_tit ul{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub02_03 .program_tit h3{
    font-size:60px;
    font-weight: 400;
    line-height: 72px;
    color:#333;
    text-align: left;
    font-family: 'Noto Serif KR', serif;
}
.sub02_03 .program_tit h3 strong{
    font-size:60px;
    font-weight: 800;
    padding-left:10px;
    color:#000;
    text-align: left;
    font-family: 'Noto Sans KR', serif; 
}
.sub02_03 .program_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:5px 0 5px 60px;
}

.sub02_03 .program_list{margin-top:60px;}
.sub02_03 .program_list h3{
    font-size:60px;
    font-weight: 800;
    color:#9e8856;
    text-align: center;
}
.sub02_03 .program_list span{
    display: block;
    font-size:48px;
    font-weight: 800;
    color:#524c3c;
    text-align: center;
    padding:10px 0;
    position: relative;
}
.sub02_03 .program_list span::before{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:600px;
    height:2px;
    background-color: #524c3c;
}
.sub02_03 .program_list .chart{
    margin-top:60px;
    width:100%;
}
.sub02_03 .program_list .chart tr td{
    font-size:18px;
    color:#fff;
    text-align: center;
    padding:20px;
    border:1px solid #fff;
    background-color: #828282;
}
.sub02_03 .program_list .chart tr .blue{background-color: #577da4;}
.sub02_03 .program_list .chart tr .pink{background-color: #b09697;}
.sub02_03 .program_list .chart tr .gold{background-color: #b0a496;}
.sub02_03 .program_list .chart tr .violet{background-color: #9e95b0;}
.sub02_03 .program_list .chart tr .lightpink{background-color: #cd9294;}

.sub02_03 .program_img{margin-top:60px;}
.sub02_03 .program_img ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
}
.sub02_03 .program_img ul li{width:33.333%; margin-right:20px;}
.sub02_03 .program_img ul li:last-child{margin-right:0;}
/* sub02_03 */

/* sub02_04 */
.sub02_04 .program_title{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub02_04 .program_title .tit{padding-left:120px;}
.sub02_04 .program_title .tit span{
    display: block;
    font-size:20px;
    color:#333;
    text-align: left;
}
.sub02_04 .program_title .tit h3{
    font-size:60px;
    color:#000;
    text-align: left;
    padding:10px 0;
}
.sub02_04 .program_title .tit h3 strong{
    font-size:60px;
    color:#c2aa6a;
    font-weight: 800;
}
.sub02_04 .program_title .tit p{
    font-size:32px;
    font-weight: 800;
    color:#897c73;
    text-align: left;
}

.sub02_04 .program_icon img{width:100%;}

.sub02_04 .program_tit{background-color: #ececec; padding:30px;}
.sub02_04 .program_tit ul{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub02_04 .program_tit h3{
    font-size:60px;
    font-weight: 400;
    line-height: 72px;
    color:#333;
    text-align: left;
    font-family: 'Noto Serif KR', serif;
}
.sub02_04 .program_tit h3 strong{
    font-size:60px;
    font-weight: 800;
    padding-left:10px;
    color:#000;
    text-align: left;
    font-family: 'Noto Sans KR', serif; 
}
.sub02_04 .program_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:5px 0 5px 60px;
}

.sub02_04 .program_list{margin-top:60px;}
.sub02_04 .program_list h3{
    font-size:60px;
    font-weight: 800;
    color:#9e8856;
    text-align: center;
}
.sub02_04 .program_list span{
    display: block;
    font-size:48px;
    font-weight: 800;
    color:#524c3c;
    text-align: center;
    padding:10px 0;
    position: relative;
}
.sub02_04 .program_list span::before{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:600px;
    height:2px;
    background-color: #524c3c;
}
.sub02_04 .program_list .chart{
    margin-top:60px;
    width:100%;
}
.sub02_04 .program_list .chart tr td{
    font-size:18px;
    color:#fff;
    text-align: center;
    padding:20px;
    border:1px solid #fff;
    background-color: #828282;
}
.sub02_04 .program_list .chart tr .blue{background-color: #577da4;}
.sub02_04 .program_list .chart tr .pink{background-color: #b09697;}
.sub02_04 .program_list .chart tr .gold{background-color: #b0a496;}
.sub02_04 .program_list .chart tr .violet{background-color: #9e95b0;}
.sub02_04 .program_list .chart tr .lightpink{background-color: #cd9294;}
.sub02_04 .program_list .chart tr .green{background-color: #96afa9;}
.sub02_04 .program_img{margin-top:60px;}
.sub02_04 .program_img ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
}
.sub02_04 .program_img ul li{width:33.333%; margin-right:20px;}
.sub02_04 .program_img ul li:last-child{margin-right:0;}
/* sub02_04 */

/* sub03_01 */
/* sub03_01 */

/* sub03_02 */
/* sub03_02 */

/* sub04_01 */
/* sub04_01 */

/* sub04_02 */
.sub04_02 .administrative_list{margin-top:60px;}
.sub04_02 .administrative_list h3{
    font-size:32px;
    color:#000;
    text-align: left;
}

.sub04_02 .administrative_tit{margin:30px 0;}
.sub04_02 .administrative_tit ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
}
.sub04_02 .administrative_tit ul li{width:50%; margin-right:30px;}
.sub04_02 .administrative_tit ul li:last-child{margin-right:0;}
.sub04_02 .administrative_tit h4{
    font-size:24px;
    color:#00256b;
    text-align: left;
    padding-left:20px;
}
.sub04_02 .administrative_tit .box{
    margin-top:20px;
    background-color: #f7f7f7;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    padding:10px 20px;
    height:180px;
}
.sub04_02 .administrative_tit .box p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
}
/* sub04_02 */

/* sub04_03 */
.sub04_03 .procedure_list{margin-top:60px;}
.sub04_03 .procedure_list h3{
    font-size:32px;
    color:#000;
    text-align: left;
}

.sub04_03 .procedure_list .chart{
    margin:30px 0;
    width:100%;
    border-top:3px solid #00256b;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub04_03 .procedure_list .chart tr td{
    font-size:16px;
    color:#333;
    border:1px solid #ccc;
    padding:20px;
}
.sub04_03 .procedure_list .chart tr td:nth-of-type(1){width:30%;}
.sub04_03 .procedure_list .chart tr td:nth-of-type(2){width:20%;}
.sub04_03 .procedure_list .chart tr td:nth-of-type(3){width:50%;}

.sub04_03 .procedure_list .chart tr:first-child td:first-child,
.sub04_03 .procedure_list .chart tr:first-child td:nth-of-type(2){text-align: center;}
.sub04_03 .procedure_list .chart tr:nth-of-type(2) td:first-child,
.sub04_03 .procedure_list .chart tr:nth-of-type(3) td:first-child,
.sub04_03 .procedure_list .chart tr:nth-of-type(4) td:first-child,
.sub04_03 .procedure_list .chart tr:nth-of-type(5) td:first-child,
.sub04_03 .procedure_list .chart tr:nth-of-type(6) td:first-child{text-align: center;}
/* .sub04_03 .procedure_list .chart:nth-of-type(3) tr:last-child td{text-align: left;} */
/* sub04_03 */

/* sub04_04 */
.sub04_04 .preparation_list{margin-top:60px;}
.sub04_04 .preparation_list h3{
    font-size:32px;
    color:#000;
    text-align: left;
    margin-bottom:20px;
}
.sub04_04 .preparation_list > p{
    font-size:20px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 30px;
    position: relative;
}
.sub04_04 .preparation_list > p::after{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:5px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #d60b17;
}

.sub04_04 .preparation_tit{margin:30px 0;}
.sub04_04 .preparation_tit h4{
    font-size:24px;
    color:#1a55ff;
    text-align: left;
    padding-left:20px;
}
.sub04_04 .preparation_tit .box{
    margin-top:20px;
    background-color: #f6f1dd;
    border-radius: 10px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    padding:20px;
}
.sub04_04 .preparation_tit .box p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub04_04 .preparation_tit .blue_box{
    margin-top:20px;
    background-color: #b7c1de;
    border-radius: 10px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    padding:20px;
}
.sub04_04 .preparation_tit .blue_box p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
/* sub04_04 */


/* sub05_01 */
/* sub05_01 */

/* sub06_01 */
/* .sub06_01 .postpaid_tit{margin-top:60px;}
.sub06_01 .postpaid_tit h3{
    font-size:32px;
    color:#333;
    text-align: center;
}
.sub06_01 .postpaid_tit h3 strong{
    font-size:32px;
    color:#000;
}

.sub06_01 .postpaid_tit .postpaid_icon{
    display: flex;
    align-items: center;
    justify-content: start;
    width:800px;
    margin:15px auto;
    border-radius: 200px;
    border:2px solid #ccc;
    overflow: hidden;
}
.sub06_01 .postpaid_tit .postpaid_icon .img{
    position: relative;
    width:100px;
    height:100px;
    border-radius: 50%;
    background-color: #302b28;
}
.sub06_01 .postpaid_tit .postpaid_icon .img img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:60px;
}
.sub06_01 .postpaid_tit .postpaid_icon .tit{padding-left:40px;}
.sub06_01 .postpaid_tit .postpaid_icon .tit p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub06_01 .postpaid_tit .postpaid_icon .tit p strong{font-size:18px; color:#c30707}
.sub06_01 .postpaid_tit .postpaid_icon .tit p .green{color:#24a551;}

.sub06_01 .postpaid_tit .postpaid_tit_logo{text-align: center; padding:60px 0;}
.sub06_01 .postpaid_tit > p{
    font-size:18px;
    color:#333;
    text-align: center;
    line-height: 32px;;
} */
.sub06_01 .postpaid_list{margin-top:30px;}
.sub06_01 .postpaid_list ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    padding:20px 0;
}
.sub06_01 .postpaid_list ul li{
    width:33.333%;
    margin-right:30px;
    display: flex;
    align-items: top;
    justify-content: start;
}
.sub06_01 .postpaid_list ul li:last-child{margin-right:0;}

.sub06_01 .postpaid_list ul li .postpaid_list_icon{
    width:130px;
    height:130px;
    border-radius: 50%;
    background-color: #c5c3c3;
    position: relative;
}
.sub06_01 .postpaid_list ul li .postpaid_list_icon img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:80px
}

.sub06_01 .postpaid_list ul li .postpaid_list_tit{padding-left:20px;}
.sub06_01 .postpaid_list ul li .postpaid_list_tit h3{
    font-size:32px;
    color:#ffc96f;
    text-align: left;
}
.sub06_01 .postpaid_list ul li .postpaid_list_tit p{
    font-size:18px;
    color:#000;
    font-weight: 800;
    text-align: left;    
}
.sub06_01 .postpaid_list ul li .postpaid_list_tit span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
}



/* sub06_01 */
/* ------------------------------------------- sub -------------------------------------------------------- */