/*  tab_메뉴 CSS_20241021 */
.professional_contract_tab ul {display: flex; }

.professional_contract_tab ul > li {
    width: calc(100%/6);
}

.professional_contract_tab ul > li > a {
    cursor: pointer;
    display: inline-block;
    padding: 1.2em 0;
    position: relative;
    width: 100%;
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    background: #f6f6f6;
}

.professional_contract_tab ul > li#background > a {
    border-left: 1px solid #ccc;
}

.professional_contract_tab ul > li > a:hover {
    color: #014da2;
    font-weight: 500;
}

.professional_contract_tab ul > li.active a {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 2px solid #014da2;
    color: #014da2;
    font-weight: 500;
}

.professional_contract_tab ul > li.active a:hover {
    color: #014da2;
    font-weight: 500;
}


/*  contents */
.professional_contract_area {
    width: 100% !important;
    height: 100%;
    position: relative;
    padding: 0 !important;
    float:none !important;
}

.institution {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
    word-break: break-word;
}

.institution h4 {
    font-size: 26px;
    color: #0a0b0c;
}

.institution h4.fs21 {
    font-size: 21px;
}

.institution h4.fs34 {
    font-size: 34px;
}

.indent{
    padding: 0 14px;
}

.mustRead {
    padding: 20px !important;
    background: #fff3f3;
}

.cert {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cert-description {
    padding-right: 20px;
    flex: 1;
}

.cert-image {
    text-align: center;
    flex-basis: 200px;
}

.cert-image img {
    max-height: 120px;
    max-width: 100px;
}

.doc_tb {
    padding: 0.5em;
    margin: 1em auto;
    border-collapse: collapse;
}

.doc_tb .title {
    background: #e8f0f7;
}

.doc_tb .title th, .doc_tb .title td {
    padding: 0.5em;
    color: #0a0b0c;
    font-size: 20px;
    font-weight: 500;
}

.doc_tb .cont td {
    padding: 10px;
    font-size: 16px;
    color: #000;
    word-break: keep-all;
}

.doc_tb .title th, .doc_tb .title td, .cont td {
    border: 1px solid #dedede;
}

.doc_tb .title th.centerTxt,
.doc_tb .title td.centerTxt,
.doc_tb .cont td.centerTxt {
    text-align: center;
}

.institution p.sec_tit {
    font-size: 18px !important;
    letter-spacing: 0 !important;
    color: #0a0b0c;
    font-weight: 500;
}

/*.institution h2:after {*/
/*    margin: 20px auto 0;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 40px;*/
/*    height: 2px;*/
/*    text-align: center;*/
/*    background: #ccc;*/
/*}*/


.institution h5 {
    position:relative;
    font-size: 26px;
    color: #0a0b0c;
    padding-left:0.5em;
}

.institution h5:before {
    content:'';
    position:absolute;
    top:5px;
    left:0;
    width:7px;
    height:7px;
    background:#014da2;
    border-radius:50%;
}

.institution p{
    margin-left: 0;
    font-size: 18px;
    color: #383838;
    line-height: 180%;
}

.institution p.detail{
    font-size: 16px;
    color: #383838;
    line-height: 160%;
}

.institution p.detail_02 {
    padding-left: 5px;
    letter-spacing: -0.5px;
    font-size: 16px;
    color: #383838;
    line-height: 180%;
}

.institution p span{
    background: linear-gradient(to top, rgba(191, 255, 200, 1) 50%, transparent 50%);
    color: #0a0b0c;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
}

.institution p b{
    font-weight: 500;
    color: #002f77;
    font-weight: 500;
}

/*.institution p:first-letter{*/
    /*font-size: 26px;*/
    /*padding-right: 3px;*/
    /*font-weight: 500;*/
    /*color: #0a387e;*/
/*}*/

/*.institution ul.list li {*/
    /*position:relative;*/
    /*display:inline-block;;;;*/
    /*vertical-align:top;*/
    /*border:1px solid #ececec;*/
    /*padding:1em;*/
    /*margin:0 1em 1em 0;*/
/*}*/

.institution ul.list li a{
    margin-left: 0;
    font-size: 18px;
    color: #383838;
    line-height: 200%;
}

.institution ul.list li a b{
    font-weight: 500;
    color: #002f77;
}


.institution ul.list li a img{
    padding-top: 10px;
}

.institution ul.list li a.download{
    word-break: keep-all;
    padding: 3px 2.2em 3px 0;
    color: #212121;
    display: inline-block;
    background: url('/cloud_ver3/html_web/images/common/icn_txt_downLoad.png')no-repeat 100% 46%;
}

.institution ul.list li a.download:hover{
    text-decoration: underline;
    padding: 3px 2.2em 3px 0;
    color: #384e85;
    display: inline-block;
    background: url('/cloud_ver3/html_web/images/common/icn_txt_downLoad_hover.png')no-repeat 99% 55%;
}

/*.institution ul.list li a.newWindow{
    word-break: keep-all;
    padding: 3px 2.2em 3px 0;
    color: #212121;
    display: inline-block;
    background: url('/cloud_ver3/html_web/images/common/icon_emport.png')no-repeat 100% 46%;
}
.institution ul.list li a.newWindow:hover{
    text-decoration: underline;
    padding: 3px 2.2em 3px 0;
    color: #384e85;
    display: inline-block;
    background: url('/cloud_ver3/html_web/images/common/icon_emport_hover.png')no-repeat 99% 55%;
}*/


.institution ul.list li a.newWindow {display: flex; align-items: center; }
.institution ul.list li a.newWindow > span {margin: 2px 0 0 5px; }
.institution ul.list li a.newWindow:hover, .institution ul.list li a.newWindow > span:hover {color: #384e85; }


.institution ol.list li{
    margin-left: 0;
    font-size: 16px;
    color: #383838;
    line-height: 190%;
}

.institution ol.detail li{
    margin-left: 10px;
    font-size: 16px;
    color: #383838;
    line-height: 190%;
}

.institution .table{
    border-top: 1px solid #dedede;
    margin-top: 20px;
}

.institution .table td{
    border-bottom: 1px solid #dedede;
}
.institution .table .icon{
    text-align: center;
}
.institution .table .icon img{
    width: 168px;
    padding: 20px 20px 20px 0px;
}
.institution .table .title{
    text-align: left;
    font-size: 23px;
    color: #0a0b0c;
    word-break:keep-all;
    border-top: 2px solid #384e85;
}

.institution .table .cont{
    font-size: 16px;
    color: #000;
    text-align: left;
}

.institution .table .cont ul li{
    list-style-type: disc;
    list-style-position: outside;
    color: #000;
    font-size: 16px;
    line-height: 170%;
}

.institution .box{
    background: #e8f0f7;
    padding: 15px;
}

.institution .box p{
    color: #000;
    font-size: 15px;
}

.text_c {
    position:relative;
}

.tab1_box{
    text-align: center;
}

.tab1_box b{
   font-weight: 500;
}


.tab1_box .wrap {
    display: inline-block;
    text-align: center;
}

.tab1_box .wrap .tex_1 {
    font-weight: 500;
    width: 500px;
    font-size: 26px;
    color: #fff;
    background: #3c58a4;
    padding: 20px;
}

.tab1_box .wrap .tex_2 {
    width: 500px;
    font-size: 22px;
    color: #000;
    background: #deeaf6;
    padding: 20px;
}
.tab1_box .wrap .tex_3 {
    width: 500px;
    font-size: 20px;
    color: #000;
    background: #f0f5fb;
    padding: 27px 10px 10px 10px;
    line-height: 194%;
    height: 140px;
}

.tab1_box .wrap img{
    position: relative;
    top: -88px;
    padding: 0 20px;
}

.introduction_table {
    font-size:16px !important;
    position:relative;
    vertical-align:Top;
    margin-top:1em;
    border-collapse: collapse;
    border:1px solid #ececec !important;
}

.introduction_table th {
    text-align:center !important;
    border:1px solid #ececec !important;
}

.introduction_table td {
    font-size:16px !important;
    color:#212121;
    font-weight:500;
    border:1px solid #ececec !important;
}

.introduction_table_02 td {
    font-weight: 400 !important;
}

.introduction_table td span, .introduction_table td ul {
    display:block;
    margin-top:10px;
    padding-left:5px;
}

.introduction_table td ul li em {
    font-weight:500;
    color:#212121;
}

.top_tel {}

.top_tel::after {
    content: "";
    display: block;
    clear: both;
}

.top_tel > table {
    float: right;
    width: 490px;
}

.top_tel > table td {
    text-align: right;
}

.top_tel > table td:nth-child(1) {
    width: 120px;
    text-align: left;
}

.top_tel > table td:nth-child(2) {
    width: 125px;
    text-align: left;
}

.top_tel > table td:nth-child(3) {
    width: 140px;
}

.top_tel > table td:nth-child(4) {
    width: 110px;
}

.past_btn_wrap {
    padding: 40px 0;
}

.past_btn {
    background-color: #384e85;
    border: 1px solid #384e85 !important;
    padding: 0.8em 1.5em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    min-width: 70px;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    border-radius: 5px;
}

.access-seq {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 45px 30px;
    background: #f2f2f2;
    margin-top: 30px;
}

.access-seq > ul {
    display: flex;
    gap: 30px;
}

.access-seq > ul li p.col_t {
    position: relative;
    font-weight: 600;
    background: #0067a9;
    color: #fff;
    padding: 10px 50px;
}

.access-seq > ul li p.col_b {
    font-weight: 600;
    border: 2px solid #009ed6;
    background: #fff;
    padding: 10px 50px;
    margin-top: 0.3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 130%;
    min-height: 72px;
}

.access-seq > ul li p.col_b > em {
    font-size: 14px;
    font-weight: 400;
}

.access-seq > ul li p.col_t::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    width: 19px;
    height: 11px;
    background: url(/cloud_ver3/html_web/images/system_arrow.png) no-repeat;
}

.access-seq > ul li p.col_t.end::after {display: none;}