:root{
    --chip-dark:#000; --chip-b1:#7FAEF9; --chip-b2:#4B86F6; --chip-b3:#2C5BE3;
    --panel-bg:#fff; --panel-br:#DADFE6; --panel-shadow:0 2px 10px rgba(16,24,40,.05);
    --label-bg:#F1F3F6; --label-br:#DADFE6;
    --text:#1d2129; --gap:16px; --r:14px;
    --left-col:210px;
    --arrow-color:#D3D7DE;
    --arrow-color_black:#000;
    --arrow-w:13px;
    --arrow-h:17px;
}
.head-html{
    padding-bottom: 15px;
}

.tx-center{
    text-align: center;
}
#wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.m_view {
    display: none
}

#contents {
    width: 100%;
    height: auto;
}

.sub_visual {
    width: 100%;
    height: 230px;
    box-sizing: border-box;
    text-align: center;
    background: url(/images/ggyc/inc/sub_visual_bg.jpg) top center no-repeat;
    background-attachment: fixed;
}

.sub_visual img {
    display: block;
    margin: 0 auto;
    padding-top: 40px
}

.sub_menu {
    width: 100%;
    background: rgba(255, 255, 255, .3);
    text-align: Center;
    height: 65px;
    margin-top: -65px;
    margin-bottom: 70px
}

.sub_menu > ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0
}

.sub_menu > ul > li {
    float: left;
    position: relative;
}

.sub_menu > ul > li a {
    font-size: 20px;
    background: #f1f3f5;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    position: relative
}

.sub_menu > ul > li a.active {
    background: url(/images/ggyc/inc/sub_menu_bg.jpg) top center repeat-y;
    color: #fff;
    background-size: 100%
}

.sub_menu > ul > li > a:hover {
    background: url(/images/ggyc/inc/sub_menu_bg.jpg) top center repeat-y;
    color: #fff;
    background-size: 100%
}

.sub_menu > ul > li > a.toggle:hover span:before {
    background-image: url(/images/ggyc/sub/subMenu_arrow.png)
}

.sub_menu > ul > li a.active:before {
    background: url(/images/ggyc/sub/subMenu_arrow.png) center center no-repeat;
    position: absolute;
    content: "";
    width: 18px;
    height: 11px;
    top: 27px;
    right: 20px;
    display: block;
    transform: rotate(0deg);
    transition: all .3s ease;
}

.sub_menu > ul > li > a.expanded:before {
    transform: rotate(180deg)
}

.sub_menu > ul > li a.recruit_menu:before {
    display: none
}

.sub_menu > ul > li a.toggle span {
    display: block;
    width: 100%;
    height: 65px
}

.sub_menu > ul > li a.toggle span:before {
    background: url(/images/ggyc/sub/subMenu_arrow_off.png) center center no-repeat;
    position: absolute;
    content: "";
    width: 18px;
    height: 11px;
    top: 27px;
    right: 20px;
    display: block;
    background-size: 100%;
    transform: rotate(0deg);
    transition: all .3s ease;
}

.sub_menu > ul > li > a.expanded span:before {
    transform: rotate(180deg)
}

.sub_menu > ul > li a.active span:before {
    background: none
}

.sub_menu > ul > li > ul {
    padding-bottom: 5px;
    position: relative;
    z-index: 2
}

.sub_menu > ul > li > ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: url(/images/ggyc/inc/sub_menu_bg.jpg) top center repeat-y;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.sub_menu > ul > li > ul li a.toggle:before {
    background: url(/images/ggyc/sub/subMenu_list_arrow.png) center center no-repeat;
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    top: 27px;
    right: 20px;
    display: block;
    background-size: 100%;
    transform: rotate(0deg);
    transition: all .3s ease;
}

.sub_menu > ul > li > ul li a.expanded:before {
    transform: rotate(180deg)
}

.sub_menu > ul.menuList3 > li {
    width: 33.333%;
}

.sub_menu > ul > li > ul {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 2
}

.sub_menu > ul > li > ul li {
    width: 100%;
    border-top: 1px solid #bcc0c7
}

.sub_menu > ul > li > ul li a {
    font-size: 16px;
    background: #f7fafc
}

.sub_menu ul.inner {
    display: none
}

.sub_menu ul.inner ul li a {
    background: #767676;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    padding-left: 30px
}

.sub_menu > ul > li a.no_arrow:before {
    display: none
}

.sub_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.sub_con .sub_title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 22px;
    font-weight: normal
}

.sub_con .sub_navi {
    text-align: center;
    font-size: 0;
    margin-bottom: 70px
}

.sub_con .sub_navi li {
    display: inline-block;
    font-size: 14px;
    color: #767676;
    line-height: 14px;
    position: relative;
    padding: 0 12px
}

.sub_con .sub_navi li:before {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    background: url(/images/ggyc/inc/sub_navi_arrow.jpg) center center no-repeat;
    position: absolute;
    top: 3px;
    left: 0px
}

.sub_con .sub_navi li:first-child:before {
    display: none
}

.sub_con .tab_menu {
    width: 100%;
    font-size: 0;
    margin-left: 1px;
    text-align: center;
    margin-bottom: 49px;
}

.sub_con .tab_menu a {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #e5e8eb;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    margin-left: -1px;
    position: relative
}

.sub_con .tab_menu a.active {
    color: #0072bc
}

.sub_con .tab_menu a.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #0072bc;
    position: absolute;
    top: -1px;
    left: 0;
    color: #0072bc;
}

.sub_con .tabList2 a {
    width: 50%
}

.sub_con .tabList3 a {
    width: 33.333%
}

.sub_con .tabList4 a {
    width: 25%
}

.sub_con .table-container {
    margin-bottom: 80px;
    width: 100%
}

.sub_con .table-container table {
    width: 1200px;
    text-align: center;
}
.sub_con .table-container table thead{
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}
.sub_con .table-container table thead tr th {
    background: #ffffff;
    border-bottom: 1px solid #000;
    height: 50px
}

.sub_con .table-container table tbody tr th {
    background: #fff;
    border-bottom: 1px solid #bcc0c7;
    height: 50px
}

.sub_con .table-container table tbody tr td {
    border-bottom: 1px solid #bcc0c7;
    border-left: 1px solid #bcc0c7;
    box-sizing: border-box;
    padding: 10px
}

.sub_con .table-container table tbody tr td:first-child {
    border-left: 0
}

.sub_con .table-container table tbody tr td.bd_left {
    border-left: 1px solid #bcc0c7
}

.sub_con .table-container table tbody tr td.text_left {
    text-align: left
}

.sub_con .table-container ul li {
    position: relative;
    padding-left: 10px
}

.sub_con .table-container ul li:before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}


.ggyc_manager {
    box-sizing: border-box;
    background: #f1f3f5;
    font-size: 0;
    text-align: center;
    height: 50px;
    clear: both
}

.ggyc_manager li {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 11px;
    padding-left: 38px
}

.ggyc_manager li:first-child {
    margin-left: 0
}

.ggyc_manager li b {
    margin-right: 5px
}

.ggyc_manager li.team {
    background: url(/homepage_abs/img/ggyc_manager_icon1.png) left center no-repeat;
}

.ggyc_manager li.tel {
    background: url(/homepage_abs/img/ggyc_manager_icon2.png) left center no-repeat;
}

.ggyc_manager li.fax {
    background: url(/homepage_abs/img/ggyc_manager_icon3.png) left center no-repeat;
}

.ggyc_manager li.mail {
    background: url(/homepage_abs/img/ggyc_manager_icon4.png) left center no-repeat;
}
#info02 .grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
#info02 .box {
    background: #FFFFFF;
    border: 2.5px solid #139281;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 600 18px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
    color: #333;
    flex-direction: column;
    gap: 15px;
}
#info02 .stepWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#info02 .stepWrap .step{
    font-size: 20px;
    font-weight: 700;
    color: #0092B8;
}
#info02 .step_title{
    font-size: 22px;
    font-weight: 700;
}
#info02 .stepWrap img{
    width: 42px;
}
#info01 dl {
    margin-bottom: 45px
}

#info01 dl dt {
    font-size: 24px;
    font-family: "Gyeonggi";
    line-height: 24px;
    margin-bottom: 10px;
    color: #3261cd;
}

#info01 dl dd {
    position: relative;
    padding-left: 13px
}

#info01 dl dd:before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #555;
    position: absolute;
    left: 1px;
    top: 11px;
}

#info01 dl dd span {
    font-weight: 700
}

#info01 dl dd ul {
    font-weight: 700
}

#info01 dl dd ul li {
    position: relative;
    padding-left: 13px;
}

#info01 dl dd ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #aaa;
    position: absolute;
    left: 1px;
    top: 11px;
}
#info02 .steps-stage{
    width:100%;
    max-width:var(--stage-max);
    margin:0 auto;
    padding: var(--stage-pad);
    display:flex;align-items:center;justify-content:center;
}

#info02 .steps{
    display:grid;
    grid-auto-flow:row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--circle-gap);
    justify-items:center;
    align-items:center;
}

#info02 .step{
    position:relative;
    width: var(--circle-d);
    height: var(--circle-d);
    border: var(--ring) solid var(--ring-color);
    border-radius:50%;
    color:var(--text);
    display:block;
    outline: none;
}
#info02 .step:focus-visible{
    outline: clamp(3px, .6vw, 4px) solid rgba(0,166,198,.35);
    outline-offset: clamp(4px, .7vw, 6px);
}

#info02 .step__label{
    padding-top: 20px;
    position:absolute;top:var(--label-top);left:50%;transform:translateX(-50%);
    font-size:var(--label-size);font-weight:var(--label-weight);letter-spacing:var(--label-tracking);
    line-height:1;text-transform:uppercase;color:var(--text);z-index:2;
    -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}

#info02 .step__icon{
    position:absolute;top:var(--icon-top);left:50%;transform:translateX(-50%);
    width:var(--icon-d);height:var(--icon-d);z-index:1; display:flex;align-items:center;justify-content:center;
}
#info02 .step__icon img, .step__icon svg{width:100%;height:100%;display:block}

#info02 .step__caption{
    position:absolute;top:var(--caption-top);left:50%;transform:translateX(-50%);
    width:80%;text-align:center;z-index:2;color:var(--text);
}
#info02 .step__title{font-size:var(--title-size);font-weight:800;line-height:1.2;margin:0 0 6px;}
#info02 .step__desc{font-size:var(--desc-size);font-weight:600;line-height:1.25;margin:0;opacity:.95;}



#info02 p.title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #3261cd;
    position: relative;
    font-family: "Gyeonggi";
}

#info02 .stepList {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
    width: 100%;
    padding: 50px 0;
}

#info02 .stepList li {
    display: inline-block;
    margin-left: 3%;
    width: 22.75%
}

#info02 .stepList li:first-child {
    margin-left: 0
}

#info02 .stepList li img {
    display: block;
    width: 100%;
    max-width: 260px
}

#info02 .stepBox {
    width: 100%;
    overflow: hidden;
    display: table;
    margin-bottom: 20px
}

#info02 .stepBox > ul {
    display: table-cell;
    vertical-align: middle
}

#info02 .stepBox > ul > li {
    font-weight: 600;
}

#info02 .stepBox > ul > li:first-child {
    color: #fff;
    display: block;
    width: 70px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    background-image: linear-gradient(145deg, #00afcb 30%, #3261cd 100%);
    text-align: center;
}

#info02 .stepBox > ul li ul li {
    position: relative;
    padding-left: 12px;
    font-weight: 300
}

#info02 .stepBox > ul li ul li:before {
    content: "";
    width: 5px;
    height: 2px;
    background: #555;
    position: absolute;
    top: 13px;
    left: 0
}

#info02 .stepBox > ul li li li:before {
    background: #aaa
}

#info02 .stepBox2 {
    margin: 50px 0 80px
}

#info02 .stepBox2 ul > li {
    position: relative;
    padding-left: 12px
}

#info02 .stepBox2 ul > li:before {
    content: "";
    width: 5px;
    height: 2px;
    background: #555;
    position: absolute;
    top: 13px;
    left: 0
}

.downloadBox {
    text-align: center;
    font-size: 0;
    margin-bottom: 120px;
    gap: 20px;
}

.downloadBox a {
    font-size: 16px;
    /*background: url('/homepage/images/contents/icon_down.png') 18px 20px no-repeat #5e6e7f;*/
    /*color: #fff;*/
    /*display: inline-block;*/
    /*padding: 13px 20px 13px 50px;*/
    /*margin: 0 10px;*/
    /*border-radius: 5px;*/
}
.downloadBox a:hover{
    color: #fff;
    background: #000;
    text-decoration: underline;
    text-decoration-color: #00afcb;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    text-decoration-style: dashed;
}


.info04box {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    overflow: hidden
}

.info04box dl {
    float: left;
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    min-height: 212px;
    border: 1px solid #bcc0c7;
    margin-bottom: 2%;
    text-align: center;
    padding: 50px 35px 30px
}

.info04box dl dt {
    background: #F1F5F9;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px
}

.info04box dl.last {
    margin-right: 0;
    padding: 30px 35px
}


.searchBox {
    overflow: hidden;
    margin: 0px auto 41px;
    width: 408px
}

.searchBox select {
    vertical-align: -webkit-baseline-middle;
    border: 1px #bcc0c7 solid;
    color: #313131;
    width: 98px;
    height: 42px;
    padding-left: 7px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    border-radius: 0;
    background: url(/images/sub/selectArrow.png) 90% center no-repeat;
    z-index: 1;
    font-family: "notoRegular"
}

.searchBox select::-ms-expand {
    display: none
}

.searchBox div:before {
    display: block;
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    margin: 2px;
    z-index: 5
}

.searchBox div.txt {
    border: 1px solid #bcc0c7;
    width: 298px;
    height: 40px;
    float: left;
    margin-left: 10px;
    position: relative
}

.searchBox div.txt:before {
    display: none
}

.searchBox div input {
    width: 256px;
    height: 38px;
    float: left;
    border: 0;
    text-indent: 15px;
    font-family: "notoRegular"
}

.searchBox div button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 38px;
    background: url(/images/sub/btn_search_img.png) center center no-repeat #fff;
    border: 0
}

.total {
    margin-bottom: 10px;
    clear: both
}

.total mark {
    color: #eb2a2e
}

.noticeBox {
    background: #0873b8;
    padding: 5px 10px;
    color: #fff;
    text-align: center
}

.board_table .tbl-desc {
    margin-bottom: 10px;
    text-align: right;
}

.board_table .tbl-desc b {
    color: #e90c10;
}

.board_table table {
    width: 100%;
    margin-bottom: 35px
}
.board_table table thead{
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}
.board_table table thead tr th {
    height: 50px;
    text-align: Center
}

.board_table table tbody tr th {
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 5px
}

.board_table table tbody tr th .essential {
    margin-right: 3px;
    color: #e90c10;
}

.board_table table tbody tr td {
    border-bottom: 1px solid #bcc0c7;
    text-align: center;
    border-left: 1px solid #bcc0c7;
    padding: 10px 15px;
    box-sizing: border-box
}

.board_table table tbody tr td.bd_left {
    border-left: 1px solid #bcc0c7
}

.board_table table tbody tr td input[type="text"] {
    border-radius: 0;
    border: 1px solid #bcc0c7;
    line-height: 33px;
    height: 38px;
    box-sizing: border-box;
    padding: 0px 10px;
    font-family: "notoRegular"
}

.board_table table tbody tr td input[type="password"] {
    border-radius: 0;
    border: 1px solid #bcc0c7;
    line-height: 33px;
    height: 38px;
    box-sizing: border-box;
    padding: 0px 10px;
    font-family: "notoRegular"
}

.board_table table tbody tr td:first-child {
    border-left: 0
}

.board_table table tbody tr td.text_left {
    text-align: left
}

.board_table table tbody tr td.btn_view span {
    display: block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto
}

.board_table table tbody tr td.btn_view span.apply {
    background: #0072bc;
    color: #fff
}

.board_table table tbody tr td.btn_view span.deadline {
    background: #e7eaed;
    cursor: default
}

.board_table table tbody tr td .dwn {
    margin-bottom: 15px;
}

.board_table table tbody tr td .dwn a {
    display: inline-block;
    padding: 4px 50px 4px 15px;
    background: #5e6e7f url(/images/facility/icon_download.png) right 16px top 9px no-repeat;
    font-size: 14px;
    color: #fff;
}

.board_table table tbody tr td .chk:after {
    content: "";
    display: block;
    clear: both;
}

.board_table table tbody tr td .chk li {
    float: left;
}

.board_table table tbody tr td .chk li:not(:first-child) {
    margin-left: 20px;
}

.board_table table tbody tr td .chk li input {
    margin-right: 5px;
}

.paging {
    text-align: Center;
    margin-top: 15px;
    margin-bottom: 100px
}

.paging li {
    display: inline-block;
    font-size: 0;
    margin: 0px 8px
}

.paging li a {
    display: block;
    font-size: 16px;
    float: left
}

.paging li a img {
    display: block;
    position: relative;
    top: 4px
}

.paging li a.active {
    font-weight: bold;
    color: #00529b
}

.paging li.arrow1 {
    margin: 0px 7px
}

.paging li.arrow2 {
    margin: 0
}

.table_view_area {
    width: 100%;
    border-top: 2px solid #0072bc;
}

.table_view_area h4 {
    background: #f1f3f5;
    border-bottom: 1px solid #bcc0c7;
    font-size: 18px;
    font-weight: normal;
    font-family: "notoMedium";
    box-sizing: border-box;
    padding: 15px 29px
}

.table_view_area .table_info {
    border-bottom: 1px solid #bcc0c7;
    padding: 15px 29px;
    color: #6a6d71
}

.table_view_area .table_info li {
    display: inline-block;
    position: relative;
}

.table_view_area .table_info li:first-child {
    padding-right: 20px
}

.table_view_area .table_info li:first-child:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #bcc0c7;
    position: absolute;
    right: 10px;
    top: 8px
}

.table_view_area .table_info li.number {
    float: right
}

.table_view_area .table_desc {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 29px;
    border-bottom: 1px solid #bcc0c7
}

.table_view_area .table_desc img {
    display: block;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

.table_view_area .table_download {
    border-bottom: 1px solid #bcc0c7;
    padding: 15px 29px;
    box-sizing: border-box;
    margin-bottom: 50px;
    overflow: hidden
}

.table_view_area .table_download dt {
    float: left;
    font-family: "notoMedium";
    position: relative;
    padding-right: 20px
}

.table_view_area .table_download dt:after {
    width: 1px;
    height: 16px;
    background: #222;
    position: absolute;
    right: 10px;
    top: 6px;
    content: "";
    display: block
}

.table_view_area .table_download dd {
    float: left
}

.table_view_area .table_download dd a {
    display: block
}

.table_view_area .table_reply {
    border-bottom: 1px solid #bcc0c7;
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.table_view_area .table_reply dt {
    display: table-cell;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    font-family: "notoMedium";
    background: #f1f3f5
}

.table_view_area .table_reply dd {
    display: table-cell;
    box-sizing: border-box;
    padding: 15px
}

.board-view-more {
    margin: 50px 0;
    width: 100%;
    border-top: 1px solid #bcc0c7;
    border-bottom: 1px solid #bcc0c7;
    overflow: hidden;
    position: relative
}

.board-view-more:before {
    width: 1px;
    height: 50px;
    background: #bcc0c7;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 17px
}

.board-view-more a {
    display: block;
    width: 50%;
    float: left;
    padding: 15px 50px;
    box-sizing: border-box
}

.board-view-more a dt {
    font-size: 18px;
    font-family: "notoMedium"
}

.board-view-more a.prev {
    text-align: left;
    background: url(/admin/images/calendar_arrow_left.png) 3% center no-repeat
}

.board-view-more a.next {
    text-align: right;
    background: url(/admin/images/calendar_arrow_right.png) 97% center no-repeat
}

.board-view-more a:hover {
    background-color: #f1f3f5
}


.btn_list {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.btn_list a {
    font-size: 16px;
    width: 150px;
    /*height: 55px;*/
    background: #2E3B67;
    color: #fff;
    /*line-height: 55px;*/
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_list a:hover{
    color: #fff;
    background: #19254f;
    border: 0 !important;
}
.btn_list a.first {
    background: #6A778A;
    color: #fff;
    border: 1px solid #6A778A;
    display: flex;
    /*border-radius: 8px;*/
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.btn_list a.first:hover {
    color: #fff;
    background: #000 !important;
    text-decoration: underline;
    text-decoration-color: #00afcb;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    text-decoration-style: dashed;
    border: 0 !important;
}

.btn_list a.print {
    background: #fff;
    color: #222;
    border: 1px solid #bcc0c7;
    margin-right: 10px
}

.btn_list a.del {
    background: #6A778A;
    color: #fff;
    border: 1px solid #6A778A;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_list a.del:hover {
    color: #fff;
    background: #000 !important;
    text-decoration: underline;
    text-decoration-color: #00afcb;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    text-decoration-style: dashed;
    border: 0 !important;
}
.btn_list a.apply {
    background: #2E3B67;
    color: #fff;
    border: 1px solid #2E3B67;
    margin-right: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_list a.apply:hover {
    background: #000;
    text-decoration: underline;
    text-decoration-color: #9395ff;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    text-decoration-style: dashed;
    border: 0 !important;
}

.btn_list a.cancel {
    background: #222;
    color: #fff;
    border: 1px solid #222;
    margin-right: 10px
}

.btn_write {
    width: 100%;
    height: auto;
    overflow: hidden
}

.btn_write a {
    display: block;
    text-align: center;
    floaT: right;
    font-size: 16px;
    width: 150px;
    height: 55px;
    background: #0072bc;
    color: #fff;
    line-height: 55px;
    box-sizing: border-box;
}


.charter_txt li {
    position: relative;
    box-sizing: border-box;
    padding-left: 38px
}

.charter_txt b {
    position: absolute;
    top: 0;
    left: 0;
}

.charter_list {
    width: 100%;
    margin: 50px auto
}

.charter_list b {
    margin-bottom: 10px;
    font-size: 18px;
    display: block
}

.charter_list dl {
    background: #f1f3f5;
    border-top: 1px solid #bcc0c7;
    display: table;
    padding: 24px 50px;
    box-sizing: border-box;
    width: 100%
}

.charter_list dl:first-child {
    border-top: 0
}

.charter_list dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 210px
}

.charter_list dl dt span.web_view {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: Center;
    color: #fff;
    font-family: "notoMedium";
    background: #0072bc;
    box-sizing: border-box;
    padding-top: 65px;
    font-size: 18px;
    margin-right: 30px
}

.charter_list dl dt span.m_view {
    display: none
}

.charter_list dl.even dt span {
    background: #074872
}

.charter_list dl dd {
    display: table-cell;
    vertical-align: middle
}

.law_list {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 100px;
    overflow: hidden
}

.law_list li {
    width: 20%;
    float: left;
    height: 80px;
    font-size: 16px;
    display: table;
}

.law_list li p {
    display: table-cell;
    vertical-align: middle
}

.law_list li.even {
    background: #f1f3f5
}

.law_list li.odd {
    background: #dadee2
}


#law_txt p.title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #3261cd;
    font-family: "Gyeonggi";
}

#law_txt dl {
    margin-bottom: 30px
}

#law_txt dl dt {
    font-family: "notoMedium"
}

#law_txt dl dd ol.circle_number > li {
    display: block;
    position: relative;
    padding-left: 20px;
}

#law_txt dl dd ol.circle_number > li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

#law_txt dl dd ol.list_number {
    padding-left: 20px
}

#law_txt dl dd ol.list_number li {
    list-style: decimal
}

#law_txt dl dd ul.list_none li {
    list-style: none
}

#law_txt .board_table table {
    margin-bottom: 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

#law_txt .bd_left {
    border-left: 1px solid #bcc0c7
}

#law_txt mark {
    color: #0072bc
}

#public_txt dl {
    margin-bottom: 45px
}

/*#public_txt dl dt {*/
/*    font-size: 24px;*/
/*    line-height: 24px;*/
/*    margin-bottom: 10px;*/
/*    font-family: "Gyeonggi";*/
/*    color: #3261cd;*/
/*}*/

#public_txt dl dd span {
    font-weight: 700;
}

.publicView .table_download {
    margin-bottom: 0
}

.publicView .btn_list {
    margin: 30px auto 100px
}

.board_table #qna_title {
    width: 100%
}

.board_table #subject {
    border-radius: 0;
    width: 100%;
    height: 350px;
    overflow-y: scroll;
    border: 1px solid #bcc0c7;
    font-family: "notoRegular";
    box-sizing: border-box;
    padding: 5px 10px
}

.board_table #password {
    border-radius: 0;
}

.board_table .fileBox {
    margin-top: 10px
}

.board_table .fileBox li {
    display: inline-block
}

.board_table .fileBox li img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 3px
}

.board_table .fileBox li.btn_file_del a {
    display: inline-block;
    width: 50px;
    line-height: 25px;
    text-align: center;
    background: #bcc0c7;
    margin-left: 10px;
    font-size: 13px
}

.board_table span.r_txt {
    font-size: 14px;
    color: #ce4221
}

.overlapping .overlapping_img {
    display: block;
    float: left;
    margin-right: 10px
}

.overlapping span {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px
}

.public_notice {
    margin-bottom: 50px;
    color: #ce4221
}

#passwordBox {
    text-align: center;
    border: 1px solid #bcc0c7;
    margin-bottom: 50px;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0 30px;
    font-size: 18px
}

#passwordBox input {
    border-radius: 0;
    border: 1px solid #bcc0c7;
    line-height: 33px;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 15px 0px 30px;
    width: 100%;
    max-width: 350px;
    height: 35px
}

#passwordBox input:focus {
    border-color: #0072bc
}

#passwordBox .btn_list a {
    margin-right: 0
}


.system_box {
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px
}

.system_box p.title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #3261cd;
    font-family: "Gyeonggi";
    text-align: left;
    clear: both
}

.system_box ul {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    margin-left: 0
}

.system_box ul li {
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    padding: 15px 10px;
    border-left: 1px solid #bcc0c7;
    border-bottom: 1px solid #bcc0c7
}

.system_box ul.goal_box li {
    width: 33%
}

.system_box ul.goal_box li.title {
    background: #758391
}

.system_box ul.goal_box li.last {
    border-right: 1px solid #bcc0c7;
    width: 34%
}

.system_box ul.direction_box li {
    width: 33%
}

.system_box ul.direction_box li.title {
    background: #5c7f8d;
}

.system_box ul.direction_box li.last {
    border-right: 1px solid #bcc0c7;
    width: 34%
}

.system_box ul.roadmap_box li {
    width: 25%
}

.system_box ul.roadmap_box li.title {
    background: #115068;
}

.system_box ul.roadmap_box li span {
    display: block;
    color: #fff;
    width: 70px;
    height: 30px;
    line-height: 28px;
    background-image: linear-gradient(145deg, #00afcb 30%, #3261cd 100%);
    margin: 0 auto 10px;
}

.system_box ul.roadmap_box li.last {
    border-right: 1px solid #bcc0c7
}

.system_box ul.task_box {
    margin-bottom: 100px;
    overflow: hidden
}

.system_box ul.task_box li.title {
    background: #053345;
}

.system_box ul.task_box li {
    width: 25%;
    height: 155px;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 25px
}

.system_box ul.task_box li span {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #bcc0c7;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.system_box ul.task_box li.last {
    border-right: 1px solid #bcc0c7
}

.system_box ul li.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center
}

.system_box ol {
    text-align: left
}

.system_box ol li:first-child {
    margin-bottom: 15px
}

.system_box ol li.last {
    margin-top: 15px;
    text-align: right;
    font-weight: 700
}


/*.report h3 {*/
/*    position: relative;*/
/*    margin-bottom: 20px;*/
/*    font-weight: normal;*/
/*    font-size: 22px;*/
/*    color: #3261cd;*/
/*    font-family: "Gyeonggi";*/
/*}*/

.report p + h3 {
    margin-top: 60px;
}

.report p + .demical {
    margin-top: 20px;
}

.report .demical {
    padding-left: 18px;
    margin-bottom: 60px;
}

.report .demical li {
    list-style: demical;
}

.report .demical li:not(:first-child) {
    margin-top: 5px;
}

.report .demical li b {
    font-weight: normal;
}

.report .txt_box {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ddd;
}

.report .txt_box dl .tit {
    font-size: 18px;
    color: #222;
}

.report table + h3 {
    margin-top: 60px;
}

.report table + ul {
    margin-top: 10px;
}

.report table {
    width: 100%;
    text-align: center;
    border-top: 2px solid #0072bc
}

.report table thead tr th {
    padding: 10px;
    background: #f1f3f5;
    border-bottom: 1px solid #bcc0c7;
}

.report table thead tr th:not(:first-child) {
    border-left: 1px solid #bcc0c7
}

.report table tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #bcc0c7;
}

.report table tbody tr td.left {
    text-align: left;
}

.report table tbody tr td:not(:first-child) {
    border-left: 1px solid #bcc0c7
}

.report table tbody tr td ul li {
    position: relative;
    padding-left: 12px;
}

.report table tbody tr td ul li:not(:first-child) {
    margin-top: 5px;
}

.report .process {
    margin-bottom: 60px;
}

.report .process > p {
    height: 70px;
    padding: 20px 0;
    background-color: #1c398e;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.report .process ol > li {
    display: table;
    position: relative;
    width: 100%;
    margin-top: 43px;
    padding: 22px 40px;
    background-color: #fafafa;
    border-radius: 15px;
    box-sizing: border-box;
}

.report .process ol > li:before {
    content: "";
    display: block;
    position: absolute;
    top: -28px;
    left: 50%;
    width: 30px;
    height: 13px;
    background: url('/homepage_abs/img/process_arr.gif') 0 0 no-repeat;
}

.report .process ol > li p {
    display: table-cell;
    vertical-align: middle;
    width: 196px;
    padding-left: 85px;
    font-size: 20px;
    font-weight: 600;
}

.report .process ol > li:nth-child(1) p {
    background: url("/homepage_abs/img/process_ico01.png") 0 center no-repeat;
}

.report .process ol > li:nth-child(2) p {
    background: url("/homepage_abs/img/process_ico02.png") 0 center no-repeat;
}

.report .process ol > li:nth-child(3) p {
    background: url("/homepage_abs/img/process_ico03.png") 0 center no-repeat;
}

.report .process ol > li:nth-child(4) p {
    background: url("/homepage_abs/img/process_ico04.png") 0 center no-repeat;
}

.report .process ol > li p span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #00afcb;
    font-weight: 600;
}

.report .process ol > li > ul {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 281px);
    padding-left: 68px;
    border-left: 1px solid #ccc;
}

.report .process ol > li > ul > li {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
}

.report .process ol > li > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 2px;
    background-color: #555;
}

.report .process ol > li > ul > li:not(:first-child) {
    margin-top: 8px;
}

.report .process ol > li > ul > li ul li {
    position: relative;
    padding-left: 10px;
    color: #777;
}

.report .process ol > li > ul > li ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #2f68c2;
    border-radius: 50%;
}

.report + .downloadBox {
    margin-top: 70px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}


#charter {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 650px;
    padding: 3% 5%;
}

#charter span {
    display: block;
    text-align: Center;
    font-size: 18px;
    font-weight: 800
}

#charter ul {
    margin: 0 auto 50px;
}


.join_chk {
    margin-bottom: 50px;
    text-align: center;
    background: #f1f3f5;
    border-top: 2px solid #0072bc;
    box-sizing: border-box;
    padding: 33px 20px;
}

.join_chk img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 140px
}

.join_chk p {
    font-size: 22px
}

.join_chk p mark {
    color: #ce4221;
    font-family: "notoMedium"
}

.join_chk span {
    font-size: 16px
}

.join_chk span.list1 {
    color: #0672ba
}

.join_chk span.list2 {
    color: #018914
}

.join_chk span.list3 {
    color: #007fa8
}

.join_chk span.list4 {
    color: #068655
}

.join_chk ul {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    font-size: 0
}

.join_chk ul li {
    width: 100%;
    max-width: 220px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    background: #f1f3f5;
    display: inline-block
}

.join_chk ul li.mg_left {
    margin-left: 10px
}

.join_chk ul li a {
    display: block;
    font-size: 16px
}

.join_chk .btn_join {
    display: block;
    margin: 15px auto 0;
    width: 100%;
    max-width: 240px;
    background: #0072bc;
    color: #fff;
    height: 55px;
    line-height: 55px;
    text-align: center
}

.join_info dl {
    margin-bottom: 15px
}

.join_info dl dt {
    font-size: 20px
}

.join_info ul {
    font-size: 0
}

.join_info ul li {
    display: inline-block;
    margin-right: 10px
}

.join_info ul li img {
    display: block;
    border: 1px solid #bcc0c7;
}

.process_list {
    text-align: center;
    font-size: 0;
    height: 60px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.process_list li {
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    width: 25%;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    position: relative;
    border-right: 0;
    border-left: 0;
    text-indent: 30px
}

.process_list li:after {
    content: "";
    display: block;
    width: 30px;
    height: 60px;
    background: url(/images/ggyc/sub/step_after.png) top center no-repeat;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 1
}

.process_list li:first-child {
    border-left: 1px solid #e5e8eb
}

.process_list li.last {
    border-right: 1px solid #e5e8eb
}

.process_list li.last:after {
    display: none
}

.process_list li.active {
    background: #0072bc;
    border-color: #0072bc;
    color: #fff
}

.process_list li.active:after {
    background-image: url(/images/ggyc/sub/step_after_on.png)
}

#join_step01 .certify_chk {
    margin-bottom: 20px
}

#join_step01 .certify_chk dt {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #0072bc
}

#join_step01 .certify_box {
    font-size: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px 35px;
    font-size: 16px;
    background: #f1f3f5;
    box-sizing: border-box;
    overflow: hidden
}

#join_step01 .certify_box dl {
    background: url('/homepage_abs/img/certify_phone.png') left center no-repeat;
    padding: 20px 0 20px 100px;
    background-size: 80px
}

#join_step01 .certify_box dl dt {
    font-size: 18px;
    font-weight: 600;
}

#join_step01 #join_step03 .btn_list a.del:hover {
    background: #0072bc;
    border-color: #0072bc
}

#join_step01 .join_notice {
    width: 100%;
    margin-bottom: 100px
}

#join_step01 .join_notice p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

#join_step01 .join_notice ul li {
    position: relative;
    padding-left: 12px
}

#join_step01 .join_notice ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #555;
    position: absolute;
    left: 0;
    top: 12px;
}

#join_step01 .join_notice ul li span {
    color: #00afcb;
}


#join_step02 .agree_box {
    margin-bottom: 40px;
    margin-top: 55px;
}

#join_step02 .agree_box p.title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #3261cd;
    font-family: "Gyeonggi";
}

#join_step02 .agree_box div.agree_txt_box {
    border: 1px solid #bcc0c7;
    box-sizing: border-box;
    padding: 20px;
    height: 210px;
    overflow-y: scroll
}

#join_step02 .agree_box div.agree_txt_box .condition-box {
    font-size: 14px
}

#join_step02 .agree_box div.agree_txt_box .condition-box .condition-margin {
    margin-top: 20px
}

#join_step02 .agree_box div.agree_txt_box .condition-box .condition-margin table {
    width: 100%;
    text-align: center;
    border-top: 2px solid #222;
}

#join_step02 .agree_box div.agree_txt_box .condition-box .condition-margin table thead tr th {
    font-weight: normal;
    font-family: "notoMedium";
    background: #f1f1f1;
}

#join_step02 .agree_box div.agree_txt_box .condition-box .condition-margin table tbody tr td {
    border-bottom: 1px solid #222
}

#join_step02 .agree_box div.agree_txt_box .condition-box .condition-margin-02 {
    margin-top: 10px
}

#join_step02 .agree_box div.agree_txt_box .condition-box .condition-big-margin {
    margin-top: 50px
}

#join_step02 .agree_box div.agree_txt_box .condition-box .top-title-01 {
    color: #333;
    font-family: "notoMedium";
    font-size: 16px
}

#join_step02 .agree_box div.agree_txt_box .condition-box .title-01 {
    color: #333;
    font-family: "notoMedium";
}

#join_step02 .agree_chk {
    text-align: right;
    margin-top: 10px
}

#join_step02 .agree_chk input[type="radio"] {
    margin-right: 5px
}

#join_step03 .tbl-desc {
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px
}

#join_step03 .tbl-desc:before {
    content: "*";
    color: #e90c10;
    margin-right: 3px
}

#join_step03 table {
    width: 100%;
    border-top: 2px solid #3261cd;
    margin-bottom: 50px;
}

#join_step03 table tbody tr th {
    background: #f1f3f5;
    border-bottom: 1px solid #bcc0c7;
    font-weight: normal;
    font-family: "notoMedium";
}

#join_step03 table tbody tr th span:before {
    content: "*";
    color: #e90c10;
    margin-right: 3px
}

#join_step03 table tbody tr td {
    border-bottom: 1px solid #bcc0c7;
    box-sizing: border-box;
    padding: 10px;
    position: relative
}

#join_step03 table tbody tr td input[type="text"],
#join_step03 table tbody tr td input[type="password"] {
    width: 100%;
    max-width: 250px;
    border: 1px solid #bcc0c7;
    height: 34px;
    box-sizing: border-box;
    text-indent: 5px;
    border-radius: 0;
    background: url() #fff
}

#join_step03 table tbody tr td input[type="text"]:focus,
#join_step03 table tbody tr td input[type="password"]:focus {
    border-color: #0072bc
}

#join_step03 table tbody tr td.phoneNum_box input[type="text"] {
    width: 115px
}

#join_step03 table tbody tr td.phoneNum_box select {
    width: 115px;
    height: 34px;
    border: 1px solid #bcc0c7;
    font-family: "notoRegular"
}

#join_step03 table tbody tr td.email_box input {
    float: left;
    margin-right: 10px
}

#join_step03 table tbody tr td.email_box span {
    float: left;
    margin-right: 10px
}

#join_step03 table tbody tr td.email_box select {
    width: 250px;
    height: 34px;
    border: 1px solid #bcc0c7;
    font-family: "notoRegular"
}

#join_step03 table tbody tr td select {
    border-radius: 0
}

#join_step03 table tbody tr td .posi_info {
    position: absolute;
    left: 270px;
    top: 12px
}

#join_step03 table tbody tr td .possibility {
    color: #0072bc
}

#join_step03 table tbody tr td .impossibility {
    color: #ce4221
}

#join_step03 table tbody tr td .input-desc {
    display: block;
    font-size: 13px
}


.join_finish {
    border-top: 2px solid #0072bc;
    background: #f1f3f5;
    box-sizing: border-box;
    padding: 33px 15px;
    text-align: center
}

.join_finish img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 140px
}

.join_finish dl dt {
    font-size: 18px
}

.join_finish dl dt mark {
    color: #0072bc
}

.homepage_list {
    font-size: 0;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #bcc0c7;
    border-bottom: 1px solid #bcc0c7;
}

.homepage_list li {
    display: block;
    float: left;
    width: 25%;
    border-left: 1px solid #bcc0c7;
    box-sizing: border-box
}

.homepage_list li:first-child {
    border-left: 0
}

.homepage_list li img {
    display: block;
    margin: 0 auto
}

.no-email {
    border-bottom: 1px solid #bcc0c7
}


.no-email mark {
    font-size: 22px;
    margin-bottom: 10px;
    display: block
}


#pw_confirm dl {
    margin-bottom: 30px
}

#pw_confirm dl dt {
    font-size: 24px;
    font-family: "notoMedium";
    line-height: 24px;
    margin-bottom: 10px;
    color: #0072bc
}

#pw_confirm dl dd mark {
    font-family: "notoMedium"
}

#pw_confirm dl dd span, #pw_confirm dl dd span mark {
    color: red
}

#pw_confirm .pw_box {
    text-align: Center;
    width: 100%;
    border-top: 2px solid #0072bc;
    background: #f1f3f5;
    box-sizing: border-box;
    padding: 67px 0;
    margin-bottom: 100px
}

#pw_confirm .pw_box .btn_list {
    margin-bottom: 0;
    margin-top: 20px
}

#pw_confirm .pw_box .btn_list a {
    margin: 0
}

#pw_confirm .pw_box p {
    font-size: 20px;
    margin-bottom: 30px
}

#pw_confirm .pw_box p mark {
    font-family: "notoMedium"
}

#pw_confirm .pw_box input {
    border: 1px solid #bcc0c7;
    width: 100%;
    max-width: 350px;
    height: 40px;
    text-indent: 5px;
    display: block;
    margin: 0 auto;
    font-family: "notoRegular"
}

#pw_confirm .pw_box input.userName_box {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px
}

#pw_confirm .pw_box .email_box {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto
}

#pw_confirm .pw_box .email_box input {
    width: 150px;
    float: left
}

#pw_confirm .pw_box .email_box span {
    display: block;
    float: left;
    line-height: 40px;
    width: 20px
}

#pw_confirm .pw_box .email_box select {
    width: 170px;
    height: 40px;
    box-sizing: border-box;
    float: right;
    font-family: "notoRegular"
}


.member_out {
    border-bottom: 1px solid #bcc0c7
}

.member_out dl dt {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px
}

.member_out .btn_list {
    margin-top: 20px
}

.member_out .btn_list a {
    margin: 0
}

.member_out dd mark {
    font-family: "notoMedium"
}


#pw_confirm .pw_box mark.user_id {
    color: #0072bc
}


.error_wrap {
    width: 100%;
    height: 100vh;
    position: relative
}

.error_box {
    text-align: center;
    width: 100%;
    height: 474px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -237px
}

.error_box h1 {
    margin-bottom: 20px
}

.error_box div {
    border: 1px solid #bcc0c7;
    width: 100%;
    max-width: 764px;
    box-sizing: border-box;
    padding: 50px 0;
    margin: 0 auto
}

.error_box div img {
    display: block;
    margin: 0 auto 20px;
}

.error_box div dl dt {
    font-size: 30px;
    color: #0973b9;
    line-height: 30px;
    margin-bottom: 10px
}

.error_box div dl dd {
    margin: 15px auto 30px
}

.error_box div a {
    display: block;
    width: 180px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    background: url(/images/inc/go_main_bg.jpg) top center repeat-y;
    background-size: 100%;
    margin: 0 auto
}


/* research */
.research {
    clear: both;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    overflow: hidden
}

.research legend {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.research p {
    font-family: "notoMedium";
    margin-bottom: 10px
}

.research ul {
    background: #f6f6f6;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    overflow: hidden
}

.research ul li:first-child {
    margin-bottom: 10px
}

.research ul li:first-child label {
    margin-right: 5px
}

.research li input[type="text"] {
    width: 87.5%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    float: left;
    border-radius: 0;
    text-indent: 10px;
    background: url() #fff
}

.research li input[type="text"]:focus {
    border-color: #0072bc
}

.research li a.sch_btn {
    float: left;
    display: block;
    border: 0;
    border-radius: 0;
    width: 12.5%;
    line-height: 40px;
    font-family: "notoRegular";
    height: 40px;
    text-align: center;
    color: #fff;
    background: #5e6e7f;
    border-radius: 0
}


/* btn TOP */
#btnTop {
    width: 65px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    background: url(/images/ggyc/inc/btn_top.png) center center no-repeat #222;
    border-radius: 50%;
    text-indent: -9999px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    z-index: 1000;
    display: none
}

#btnTop:hover {
    background-color: #0673ba
}


/* 공공데이터 개방 2021-03-17 추가 */
#open_guide dl {
    margin-bottom: 45px;
}

#open_guide dl dt {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Gyeonggi";
}

#open_guide dl dd ul li {
    position: relative;
    padding-left: 13px;
}

#open_guide dl dd ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #aaa;
    position: absolute;
    left: 1px;
    top: 11px;
}

#open_guide dl dd table {
    width: 100%;
}

#open_guide dl dd a.go_site {
    display: inline-block;
    width: auto;
    background: url('/homepage_abs/img/icon_go_site_w.png') 90% center no-repeat #5e6e7f;
    color: #fff;
    padding: 5px 45px 5px 25px;
    background-size: 15px;
    border-radius: 5px;
    z-index: 9999;
}
#open_guide dl dd a.go_site:hover{
    background-color: #000;
    text-decoration: underline;
    text-decoration-color: #9395ff;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    text-decoration-style: dashed;
    border: 0 !important;
}

.down_type01 {
    border: 1px solid black;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 260px;
}

#openmg .summary_box {
    /*border: solid 1px #ddd;*/
    /*padding: clamp(15px, 3vw, 30px);*/
    margin-bottom: 30px;
}

#openmg .summary_box h2 {
    font-size: 22px;
    color: #3261cd;
    font-family: "Gyeonggi";
}

#openmg .sub_title {
    font-size: 22px;
    color: #3261cd;
    font-family: "Gyeonggi";
    margin-bottom: 0px;
    position: relative;
    text-align: left;
}

#openmg .cp_box {
    border: solid 1px #ddd;
    padding: clamp(15px, 3vw, 30px);
    margin-bottom: 30px;
}

#openmg .cp_box dl {
    position: relative;
}

#openmg .cp_box dl:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-left: dashed 2px #a9a9a9;
}

#openmg .cp_box dl dt {
    position: relative;
    /*border: solid 1px #000;*/
    font-size: 20px;
    /*background-color: #F1F5F9;*/
    color: #000;
    text-align: center;
    padding: 10px 20px;
}
#openmg .cp_box dl dt:nth-child(1){
    background-color: #1c398e;
    color: white;
}
#openmg .cp_box dl dt:nth-child(3){
    background-color: #7382ad;
    color: white;
}
#openmg .cp_box dl dt:nth-child(5){
    background-color: #979caa;
    color: white;
}
#openmg .cp_box dl dt:nth-child(7){
    background-color: #cacccf;
}
#openmg .cp_box dl dd {
    position: relative;
    border: solid 1px #a8a8a8;
    border-top: 0;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 50px;
}

#openmg .cp_box dl dd:last-child {
    margin-bottom: 0;
}

#openmg02_content .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#openmg02_content .row > div {
    margin-bottom: 30px;
}

#openmg02_content .row > div > div {
    font-family: Gyeonggi;
    font-weight: 700;
    border-radius: 20px;
    height: 100%;
    color: #fff;
    padding: 30px 10px;
    text-align: center;
}

#openmg02_content .row > div:nth-child(1) > div {
    background-color: #f0b100;
}

#openmg02_content .row > div:nth-child(2) > div {
    background-color: #1c398e;
}

#openmg02_content .row > div:nth-child(3) > div {
    background-color: #009689;
}

#openmg02_content .row > div:nth-child(4) > div {
    background-color: #1e1a4d;
}

#openmg02_content .row > div:nth-child(5) > div {
    background-color: #f0b100;
}

#openmg02_content .row > div:nth-child(6) > div {
    background-color: #1c398e;
}

#openmg02_content .row > div:nth-child(7) > div {
    background-color: #009689;
}

#openmg02_content .row > div:nth-child(8) > div {
    background-color: #1e1a4d;
}
li.tit , p.tit{
    display: flex;
}
.stepCol{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .web_view {
        display: none
    }

    .m_view {
        display: block
    }

    .sub_con .table-container {
        overflow-x: auto;
        white-space: nowrap;
    }

    #btnTop {
        width: 0;
        height: 0
    }

    .sub_menu li {
        width: 100%
    }

    .sub_menu {
        margin-bottom: 50px
    }

    .sub_menu > ul > li a.active {
        background-size: 100%
    }

    .m_tab_menu {
        width: 100%;
        height: 45px;
        background: #0072bc;
        margin-bottom: 30px
    }

    .m_tab_menu li {
        position: relative;
        float: left;
        width: 100%
    }

    .m_tab_menu li a {
        display: block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        font-size: 16px;
        color: #fff;
        line-height: 45px
    }

    .m_tab_menu > li > a:before {
        display: block;
        content: '';
        position: absolute;
        width: 14px;
        height: 9px;
        background: url(/images/sub/slider_menu_arrow.png) top center no-repeat;
        right: 5%;
        top: 18px;
        transform: rotate(0deg);
        transition: all .3s ease;
        background-size: 14px;
    }

    .m_tab_menu > li > a.expanded {
        position: relative;
        top: 0px
    }

    .m_tab_menu > li > a.expanded:before {
        transform: rotate(180deg)
    }

    .m_tab_menu ul li ul {
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        background: #fff;
        border: 1px solid #dadada;
        z-index: 9;
        box-sizing: border-box;
        box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .m_tab_menu li li {
        float: none;
        line-height: 1.5;
        border: 0;
    }

    .m_tab_menu li li a {
        width: auto;
        padding: 0 20px;
        background: none;
        font-size: 15px;
        color: #555;
        border-top: 1px solid #dadada;
        line-height: 38px
    }

    .m_tab_menu li li a:hover {
        color: #0072bc;
        background: #f1f3f5;
    }

    .m_tab_menu li li a.active {
        color: #0072bc;
        background: #f1f3f5;
    }

    .m_tab_menu li li.on a {
        color: #0072bc;
        font-weight: bold;
    }

    .m_tab_menu .inner {
        display: none;
        box-sizing: border-box;
        border: 1px solid #bcc0c7;
        border-top: 0;
        margin-bottom: 30px
    }

    .sub_visual {
        background-attachment: inherit;
        background-size: cover;
        height: 180px
    }

    .sub_visual img {
        max-width: 230px
    }

    .sub_con {
        box-sizing: border-box;
        /*padding:0 5%*/
    }

    .sub_con .sub_title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .sub_con .sub_navi {
        margin-bottom: 30px
    }

    #info01 dl dt {
        font-size: 18px;
        line-height: 18px
    }
    #info02 .stepList {
        width: 80%;
        margin: 30px auto
    }

    #info02 .stepList li {
        display: inline-block;
        margin-left: 4%;
        width: 48%
    }

    #info02 .stepList li:nth-child(odd) {
        margin-left: 0
    }

    #info02 .stepBox > ul > li:first-child {
        font-size: 16px;
        line-height: 30px
    }

    .downloadBox a {
        margin: 0 0 10px 0;
    }

    .scroll_info {
        display: block;
        width: 100%;
        height: 50px;
        background: url(/images/ggyc/inc/icon_scroll.png) center center no-repeat;
        background-size: 35px;
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 1
    }

    #info02 p.title {
        font-size: 18px;
        line-height: 18px;
    }

    .info04box dl {
        width: 100%;
        min-height: auto;
        padding: 30px 35px
    }

    .ggyc_manager {
        height: auto;
        padding: 10px 5px
    }

    .ggyc_manager li {
        display: block;
        text-align: left;
        font-size: 13px;
        margin-top: 5px;
        margin-left: 10px
    }

    .ggyc_manager li.team, .ggyc_manager li.tel, .ggyc_manager li.fax {
        background-size: 25px
    }

    .ggyc_manager li:first-child {
        margin-left: 10px;
        margin-top: 0
    }

    .searchBox {
        float: none;
        width: 100%
    }

    .searchBox select {
        width: 28%;
        height: 40px
    }

    .searchBox div.txt {
        width: 70%;
        margin-left: 2%;
        box-sizing: border-box
    }

    .searchBox div.txt input {
        width: 80%;
        float: left
    }

    .searchBox div.txt img {
        float: right;
        width: 38px
    }

    .searchBox #btnDetailSearch {
        margin-left: 2%;
        width: 28%;
        text-indent: 10px;
        background-size: 15px;
        height: 45px;
        line-height: 45px
    }

    .noticeBoard {
        table-layout: fixed
    }

    .noticeBoard .noticeBox {
        background: #0873b8;
        padding: 0;
        color: #fff;
        text-align: center;
        width: 40px;
        margin-right: 5px;
        float: left
    }

    .noticeBoard tbody tr td a {
        display: inline-block;
        width: auto;
        max-width: 95%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

    .board_table table thead tr th, .board_table table tbody tr td {
        font-size: 15px
    }

    .board_table table tbody tr td.m_bd_left {
        border-left: 0
    }

    .table_view_area h4 {
        font-size: 16px;
        padding: 10px 15px
    }

    .table_view_area .table_info, .table_view_area .table_desc, .table_view_area .table_download {
        padding: 10px 15px
    }

    .board-view-more:before {
        height: 35px
    }

    .board-view-more a {
        padding: 10px 30px
    }

    .board-view-more a dt {
        font-size: 15px
    }

    .board-view-more a dd {
        font-size: 13px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

    .btn_list a {
        width: 75px;
        height: 35px;
        line-height: 35px;
        font-size: 12px
    }

    .btn_list a.print, .btn_list a.apply, .btn_list a.cancel {
        margin-right: 5px
    }

    .btn_write {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .btn_write a {
        width: 100px;
        height: 45px;
        line-height: 45px;
        font-size: 12px
    }

    .charter_list b {
        font-size: 16px
    }

    .charter_list dl {
        padding: 20px
    }

    .charter_list dl dt {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }

    .charter_list dl dt span.web_view {
        display: none
    }

    .charter_list dl dt span.m_view {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0;
        text-align: Center;
        color: #0072bc;
        background: none;
        padding-top: 0px;
        font-size: 16px;
        margin-right: 0
    }

    .charter_list dl.odd dt span.web_view {
        display: none
    }

    .charter_list dl.even dt span.m_view {
        background: none;
        color: #074872
    }

    .charter_list dl dd {
        display: block;
        vertical-align: middle
    }

    .law_list li {
        width: 100%;
        float: left;
        box-sizing: border-box;
        height: auto;
        font-size: 13px;
        display: table;
        text-align: left;
        box-sizing: border-box;
        padding: 5px 10px
    }

    #public_txt dl dt {
        font-size: 18px;
        line-height: 18px;
    }

    .system_box p.title {
        font-size: 18px;
        line-height: 18px
    }

    .system_box ul.goal_box li,
    .system_box ul.direction_box li,
    .system_box ul.roadmap_box li,
    .system_box ul.task_box li {
        width: 100%;
        height: auto;
        border-right: 1px solid #bcc0c7
    }

    .system_box ul.goal_box li.last,
    .system_box ul.direction_box li.last {
        width: 100%
    }

    .report h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .report .table-container {
        margin-bottom: 10px !important;
    }

    .report .table-container + h3 {
        margin-top: 60px;
    }

    .report .table-container table tbody tr td ul {
        margin-top: 0 !important;
    }

    .report .table-container table tbody tr td ul li:before {
        content: "" !important;
        top: 14px !important;
    }

    .report .process > p {
        height: 54px;
        padding: 13px 0;
        font-size: 16px;
    }

    .report .process ol > li {
        padding: 20px;
    }

    .report .process ol > li p {
        /*width: 130px;*/
        font-size: 16px;
    }

    .report .process ol > li p span {
        font-size: 14px;
    }

    .report .process ol > li > ul {
        padding-left: 20px;
    }

    .report .process ol > li > ul > li {
        font-size: 15px;
    }

    .report .process ol > li > ul > li:before {
        top: 13px;
    }

    .report .process ol > li > ul > li:not(:first-child) {
        margin-top: 0;
    }

    .report + .downloadBox {
        margin-top: 35px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .report + .downloadBox a {
        height: 35px;
        /*padding: 0 15px 0 50px;*/
        background-position: 18px 9px;
        font-size: 12px;
        line-height: 35px;
    }

    .join_chk p {
        font-size: 16px
    }

    .join_chk span {
        font-size: 13px;
    }

    .join_info dl dd {
        line-height: 21px
    }

    .join_info ul {
        text-align: center;
    }

    .join_info ul li img {
        width: 160px
    }

    .process_list {
        text-align: center;
        font-size: 0;
        height: 60px;
        margin-bottom: 50px;
        box-sizing: border-box;
    }

    .process_list li {
        width: 20%;
        text-align: center;
        padding-left: 8%;
        font-size: 15px;
        text-indent: 0
    }

    .process_list li span {
        display: none;
        padding-left: 0
    }

    .process_list li.active {
        width: 40%
    }

    .process_list li.active span {
        display: inline-block;
        font-size: 15px
    }

    #join_step01 .certify_chk dt, #join_step01 .join_notice p {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    #join_step01 .certify_chk dd {
        line-height: 21px
    }

    #join_step01 .certify_box a {
        padding: 30px 15px;
        height: auto;
        min-height: 250px
    }

    #join_step01 .certify_box a img {
        max-width: 80px
    }

    #join_step01 .certify_box a dd {
        font-size: 13px;
        line-height: 21px
    }

    #join_step01 .join_notice ul li {
        line-height: 21px
    }

    #join_step01 .join_notice ul li:before {
        top: 8px
    }

    #join_step03 table tbody tr th {
        width: 100px;
        font-size: 13px
    }

    #join_step03 table tbody tr td input[type="text"], #join_step03 table tbody tr td input[type="password"] {
        max-width: 100%
    }

    #join_step03 table tbody tr td .posi_info {
        position: relative;
        top: 0;
        left: 0;
        font-size: 13px
    }

    #join_step03 table tbody tr td .input-desc {
        line-height: 18px
    }

    #join_step03 table tbody tr td.phoneNum_box {
        font-size: 0
    }

    #join_step03 table tbody tr td.phoneNum_box select,
    #join_step03 table tbody tr td.phoneNum_box input[type="text"] {
        width: 32%
    }

    #join_step03 table tbody tr td.phoneNum_box span {
        display: inline-block;
        width: 2%;
        font-size: 11px;
        text-align: center
    }

    #join_step03 table tbody tr td.email_box input[type="text"] {
        width: 46%;
        margin-right: 0
    }

    #join_step03 table tbody tr td.email_box span {
        width: 8%;
        text-align: center;
        font-size: 11px;
        margin-right: 0
    }

    #join_step03 table tbody tr td.email_box select {
        width: 100%;
        margin-top: 10px;
        font-size: 13px
    }

    #join_step03 table tbody tr td select {
        font-size: 13px
    }

    .join_finish img {
        max-width: 100px
    }

    .join_finish dl dt {
        font-size: 16px
    }

    .homepage_list {
        font-size: 0;
        text-align: center;
        overflow: hidden;
        border-top: 1px solid #bcc0c7;
        border-bottom: 0
    }

    .homepage_list li {
        width: 50%;
        border-bottom: 1px solid #bcc0c7;
    }

    .homepage_list li:nth-child(odd) {
        border-left: 0
    }

    .homepage_list li img {
        display: block;
        margin: 0 auto;
        max-width: 298px;
        width: 100%
    }

    .no-email mark {
        font-size: 16px;
    }

    #pw_confirm dl dt {
        font-size: 18px;
        line-height: 18px
    }

    #pw_confirm dl dd {
        line-height: 21px
    }

    #pw_confirm .pw_box {
        padding: 35px 25px
    }

    #pw_confirm .pw_box p {
        font-size: 16px;
        margin-bottom: 15px
    }

    #pw_confirm .pw_box input {
        font-size: 13px
    }

    #pw_confirm .pw_box .email_box input {
        width: 46%;
        box-sizing: border-box;
    }

    #pw_confirm .pw_box .email_box span {
        width: 8%
    }

    #pw_confirm .pw_box .email_box select {
        width: 100%;
        margin-top: 10px;
        font-size: 13px
    }

    .member_out .btn_list {
        margin-bottom: 0
    }

    .error_wrap {
        box-sizing: border-box;
    }

    .error_box {
        text-align: center;
        width: 90%;
        height: 363px;
        position: absolute;
        top: 50%;
        left: 5%;
        margin-top: -250px
    }

    .error_box h1 img {
        width: 200px
    }

    .error_box div {
        padding: 30px 0
    }

    .error_box div dl dt {
        font-size: 20px;
        line-height: 20px
    }

    .error_box div dl dd {
        line-height: 24px
    }

    .error_box div img {
        width: 50px
    }

    .research {
        box-sizing: border-box;
        padding: 0 5%
    }

    .research ul {
        padding: 15px 20px
    }

    .research ul li {
        font-size: 11px
    }

    .research ul li input[type="radio"] {
        width: 10px
    }

    .research li input[type="text"] {
        width: 75%;
        height: 30px
    }

    .research li a.sch_btn {
        width: 25%;
        font-size: 12px;
        height: 30px;
        line-height: 32px
    }

    #open_guide dl dt {
        font-size: 18px;
        line-height: 18px;
    }

}

.stage-heads{
    display:grid; gap:var(--gap);
    grid-template-columns: var(--left-col) 1fr 1fr 1fr;
    margin-bottom:var(--gap);
}
.chip{
    border-radius:14px; padding:16px 18px; color:#fff;
    font-weight:800; text-align:center; min-height:64px;
    display:flex; align-items:center; justify-content:center;
}
.chip.dark{background:var(--chip-dark)}
.chip.b1{background:var(--chip-b1)}
.chip.b2{background:var(--chip-b2)}
.chip.b3{background:var(--chip-b3)}


.grid-row{
    display:grid; gap:var(--gap); margin-bottom:var(--gap);
    grid-template-columns: var(--left-col) 1fr 1fr 1fr;
    align-items:stretch;
}

.label{
    position:relative;
    background:var(--label-bg); border:1px solid var(--label-br);
    border-radius:var(--r); min-height:120px;
    display:flex; align-items:center; justify-content:center; text-align:center;
    padding:18px; font-weight:700; line-height:1.35;
}

.has-arrow::after,
.has-arrow_black::after,
.has-arrow_skyblue::after,
.has-arrow_blue::after,
.has-arrow_deepblue::after{
    content:"";
    position:absolute; top:50%; right:-13px; transform:translateY(-50%);
    width:0;height:0;
    border-top:var(--arrow-h) solid transparent;
    border-bottom:var(--arrow-h) solid transparent;
    filter:drop-shadow(0 1px 0 rgba(0,0,0,.10));
}
.has-arrow::after{border-left:var(--arrow-w) solid var(--arrow-color)}
.has-arrow_black::after{border-left:var(--arrow-w) solid var(--arrow-color_black)}
.has-arrow_skyblue::after{border-left:var(--arrow-w) solid var(--chip-b1)}
.has-arrow_blue::after{border-left:var(--arrow-w) solid var(--chip-b2)}
.has-arrow_deepblue::after{border-left:var(--arrow-w) solid var(--chip-b3)}


.card{
    position:relative; background:var(--panel-bg);
    border:1px solid var(--panel-br); border-radius:var(--r);
    box-shadow:var(--panel-shadow);
    padding:18px 22px; min-height:120px;
}
.card ul{margin:0; padding:0; list-style:none; display:grid; gap:8px}
.card li{display:grid; grid-template-columns:16px 1fr; gap:6px; align-items:start; line-height:1.55; font-size:15px}
.card li::before{content:"•"; color:#99A2B3; font-weight:900; transform:translateY(-1px)}

.bg-con{
    padding: 60px;
    background: url('/homepage_abs/img/bg.png') no-repeat center top 66%;
    margin-bottom: 50px;
}

@media (max-width: 1080px){
    .system_box ul.task_box li{
        text-align: center;
    }
}
@media screen and (max-width: 980px) {
    .stage-heads{display:none}

    .grid-row{grid-template-columns:1fr}
    .label{justify-content:flex-start; text-align:left; min-height:unset}

    .card{
        padding-top:64px;
    }
    .card::before{
        content:attr(data-stage);
        position:absolute; left:16px; top:12px;
        display:inline-flex; align-items:center; justify-content:center;
        height:36px; padding:0 12px; border-radius:5px;
        font-weight:800; font-size:14px; color:#fff;
    }
    .label::before{
        content:attr(data-stage);
        position:absolute; left:16px; top:12px;
        display:inline-flex; align-items:center; justify-content:center;
        height:36px; padding:0 12px; border-radius:5px;
        font-weight:800; font-size:14px; color:#fff;
        background: #000;
    }
    .label{
        padding-top: 64px;
    }
    .card.s1::before{background:var(--chip-b1)}
    .card.s2::before{background:var(--chip-b2)}
    .card.s3::before{background:var(--chip-b3)}
    .has-arrow::after,
    .has-arrow_black::after,
    .has-arrow_skyblue::after,
    .has-arrow_blue::after,
    .has-arrow_deepblue::after{
        right:50%; top:auto; bottom:-24px; transform:translateX(50%) rotate(90deg);
    }
    #info02 .stepWrap .step{
        font-size: 16px;
    }
    #info02 .tx-center{
        font-size: 15px;
    }
}
@media screen and (max-width: 900px) {
    #info02 .stepWrap img{
        width: 32px;
    }
    #info02 .step_title{
        font-size: 21px;
    }
}
@media (max-width: 875px){
    #info02 .grid { grid-template-columns: repeat(2, 1fr); place-items: center; }
    #info02 .box{
        width: 70%;
    }
}
@media screen and (max-width: 750px) {
    .report .process ol > li p {
        /*display: block;*/
        height: 70px;
        margin: 0 auto 20px auto;
    }

    .report .process ol > li ul {
        display: block;
        width: 100%;
        border: none;
    }
    .report .process ol > li p{
        display: flex;
        flex-direction: column;
        justify-content: center;
        white-space: nowrap;
        width: auto;
    }
}

@media screen and (max-width: 700px) {
    .reactive_table {
        width: 100%;
        overflow-x: scroll;
    }

    .reactive_table > table {
        width: 700px;
    }
    .downloadBox{
        gap: 10px;
    }
    .downloadBox a{
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .downloadBox{
        flex-direction: column;
    }
    .downloadBox a{
        padding: 0 15px;
    }
    .report .process ol > li ul {
        padding-left: 0;
    }
}
@media screen and (max-width: 550px) {
    .bg-con{
        padding: 30px;
    }
    #info02 .box{
        width: 90%;
    }
}

@media screen and (max-width: 485px) {
    .downloadBox a{
        padding: 0 15px;
    }
    .bg-con{
        padding: 20px;
    }
    #info02 .grid { grid-template-columns: 1fr;}
    #info02 .box{
        width: 60%;
    }
}

@media screen and (min-width: 320px) and (max-width: 540px) {
    .report .process ol > li {
        /*display: block;*/
    }

}
