﻿h2.tit {
    font-size: 36px;
    margin-top: 15px;
    padding-bottom: 30px;
    color: #263238;
}
ul.tab-list {
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
ol, ul {
    list-style: none;
}
    ul.tab-list.column2 li {
        width: 50%;
    }

    ul.tab-list li.on {
        text-align: center;
        color: #fff;
        background-color: #d71879;
    }

    ul.tab-list li {
        float: left;
        height: 40px;
        line-height: 40px;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        text-align: center;
        font-weight: bold;
        color: #263238;
        font-size: 1em;
        background-color: #f2f4f5;
        box-sizing: border-box;
        transition: 1s;
        -webkit-transition: 1s;
    }
    ul.tab-list::after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }
 h3.tit {
    font-size: 26px;
    padding-bottom: 20px;
    color: #0d47a1;
}

 h2.tit,  h3.tit,  h4.tit, h5.tit, h6.tit {
    line-height: 1.4em;
    font-weight: bold;
    font-family: "Roboto";
    position: relative;
}
.box-style {
    padding: 20px;
    border: 1px solid #e4e4e4;
}
table.table-basic {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 2px #c2d5f2;
    background-color: var(--background-color);
}
    table.table-basic.table-center th, table.table-basic.table-center td {
        text-align: center;
    }

    table.table-basic th {
        color: #1d1e57;
        font-weight: bold;
        background: #f1f8fe;
    }

    table.table-basic th, table.table-basic td {
        padding: 10px 15px;
        border-bottom: 1px solid #e4e4e4;
        vertical-align: middle;
    }
    table.table-basic.table-center th, table.table-basic.table-center td {
        text-align: center;
    }

    table.table-basic td {
    }

    table.table-basic th, table.table-basic td {
        padding: 10px 15px;
        border-bottom: 1px solid #e4e4e4;
        vertical-align: middle;
    }
ul.list-step {
    margin-left: -15px;
    text-align: center;
}

h4.tit {
    font-size: 22px;
    padding-bottom: 20px;
    color: #263238;
}
.lang-ko {
    font-family: "Nanum Gothic", sans-serif !important;
}

.para1-1 {
    margin-bottom: 25px !important;
}
ul.list-step li .list-step-cont {
    height: auto;
    box-sizing: border-box;
    background-color: #f5f7f8;
}
ul.list-step li {
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}

    ul.list-step li .step {
        display: block;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        background-color: #37474f;
    }

    ul.list-step li .text-row2 {
        height: 50px;
    }

    ul.list-step li .text {
        display: block;
        line-height: 1.4em;
        padding: 10px;
    }
h3.tit {
    font-size: 26px;
    padding-bottom: 20px;
    color: #0d47a1;
}

ul.list-step.step4 li {
    width: 25%;
}

ul.list-step li {
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}
.layout-wrap-col2 .cont01 {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.layout-wrap-col2 .cont02 {
    float: right;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    
    
}

.layout-wrap-col2::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
   
}