#sub-contents
{
    /* max-width: 1200px;
    min-width: 1200px; */
}

#sub-bg
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
    height: 210px;
    background-color: #0b5996;
    background-repeat: no-repeat;
    background-position: center center;
    /*-webkit-background-size: contain;*/
            /*background-size: contain;*/
}


#sub-bg .sub-bg-tit
{
    position: relative;
    z-index: 20;

    display: table;

    height: 100%;
}


#sub-bg  .sub-tit-h2
{
    font-family: 'jejugothic', sans-serif;
    font-size: 3.6rem;

    position: relative;
    z-index: 50;
    /*top: 70px;*/
    /* top: -25px; */

    display: table-cell;
    /* width: 100%; */

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
            text-shadow: 1px 2px 2px rgba(0,0,0,.15);

    -webkit-text-shadow: 1px 2px 2px rgba(0,0,0,.15);
}

#sub-bg  .sub-tit-h2 figure
{
    line-height: 60px;

    display: inline-block;

    width: 55px;
    height: 55px;

    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    background-color: #fff;
}


.sub-bg-tit-back
{
    /* height: 70px; */
    position: relative;
    z-index: 1;

    border-bottom: 1px solid rgb(220,220,220);
    background-color: #fcfbfa;
}


.sub-bg-menu
{
    /*position: absolute;*/
    /* z-index: 20; */
    bottom: 0;
    /* display: table; */
    /* overflow: hidden; */
    /* width: 100%; */

    height: 60px;
    /* background-color: #fff; */
}

.sub-bg-menu ul li
{
    /* line-height: 64px; */
    position: relative;
    /*height: 65px;*/
    z-index: 20;

    display: table-cell;

    width: 1%;
    padding: 0;

    text-align: center;
}
.sub-bg-menu ul li a
{
    font-size: 1.2em;
    font-weight: 400;
    line-height: 60px;
    /* line-height: 25px; */
    /* margin-top: 18px; */

    position: relative;
    /* top: 5px; */

    display: block;

    width: 100%;
    /*top: 18px;*/
    height: 60px;

    border-right: 1px solid rgb(220,220,220);
    /* margin: auto; */
    /* float: left; */
    /*color: #fff;*/
    /*border-right: 1px solid rgb(200,200,200);*/
}

.sub-bg-menu ul li a[target='_blank']:after
{
    font-family: 'Glyphicons Halflings';
    font-size: .6em;
    /* color: #fff; */

    display: inline-block;

    margin-left: 10px;

    content: '\e164';
    text-decoration: inherit;
}


.sub-bg-menu ul li:first-of-type a
{
    border-left: 1px solid rgb(220,220,220);
}

.sub-bg-menu li.on a
{
    font-weight: 600;

    color: #fff;
    background-color: #08a2e3;
}

.sub-bg-menu li.on a:after
{
    font-family: 'Font Awesome 5 Free';
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;

    position: absolute;
    z-index: 1;
    bottom: -33px;
    left: 0;

    display: inline-block;
    display: inline-block;

    width: 100%;

    content: '\f0d7';

    color: #08a2e3;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.table-custom
{
    border-top: 2px solid #0066ab;
    background-color: #fff;
}
.table-custom > tbody > tr > th
{
    font-weight: normal;
    /*font-weight: normal;*/
    /*padding-left: 3% !important;*/

    background-color: #f3f3f3;
    /*background-image: url(../../img/pattren_dot_gray.gif);*/
    background-repeat: repeat;
    /*-webkit-print-color-adjust: exact;*/
}

.table-custom > thead > tr > th
{
    font-weight: normal;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #c1c1c1;
    background-color: #cef2f8;
    /*background-image: url(../../img/pattren_dot_gray.gif);*/
    background-repeat: repeat;
    /*-webkit-print-color-adjust: exact;*/
}

.table-custom > thead
{
    border-bottom: 1px solid #5b5b5b;
}

.table-custom > tbody td
{
    font-size: .9em;
}

.table-custom table *
{
    font-weight: normal;
}


.tit-h3
{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;

    position: relative;

    padding-left: 40px;

    color: #003e91;
}

.tit-h3:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 30px;
    height: 4px;
    margin-top: -4px;

    content: '';

    background: linear-gradient(to right, #3aa4ef 0%,#0d86dc 50%,#000 50%,#000 100%);
}




.tit-h4
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.9em;

    position: relative;

    height: 1.9em;

    color: #000;
}

.tit-h4:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    height: 2px;

    content: '';

    background-color: #01b4e5;
}



.ul-custom
{
    position: relative;
    z-index: 2;
}
.ul-custom > li:before
{
    position: absolute;
    top: 1.2rem;
    left: 1rem;

    display: inline-block;

    width: 3px;
    height: 3px;
    margin-top: -2px;

    content: '';

    background-color: #2074a8;
}
.ul-custom > li
{
    font-size: 1em;
    line-height: 1.2;

    position: relative;

    margin: .5em 0;
    padding: .5rem 20px;

    list-style: none;
}

.ul-custom > li > ul,
.ul-custom > li > ol
{
    padding-left: 20px;
}



.meida-custom .media-left
{
    padding-right: 2em;
}
.meida-custom .media-left figure
{
    position: relative;
    /* vertical-align: middle; */

    display: table;

    width: 110px;
    height: 110px;

    text-align: center;

    background: url(../../img/pattren_dot_gray.gif) 0 0 repeat;
}
.meida-custom .media-left figure span
{
    line-height: 104px;

    z-index: 2;

    display: block;

    width: 104px;
    height: 104px;
    margin: 3px;

    vertical-align: middle;

    background: #fff;
}
.meida-custom .media-left figure img
{
    display: inline-block;
}

.meida-custom .media-body
{
    padding: 2rem 2rem;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.meida-custom .media-body .media-heading
{
    font-size: 1.12em;
    line-height: 1.5;
}

.meida-custom .media-body .btn i
{
    /*color: #555;*/
    font-size: 1.2em;

    color: #238ae8;
}
.meida-custom .media-body .media-thum-img
{
    /*width: 100%;*/
    /*height: 130px;*/
    overflow: hidden;
}



.list-exclamation > li
{
    line-height: 1.7;

    position: relative;

    padding-left: 30px;
}
.list-exclamation > li:first-of-type:before
{
    font-size: 10pt;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin-top: -13px;

    content: '!';
    text-align: center;

    border: 2px solid #959595;
    border-radius: 50%;
}

.icon-red-wrap
{
    line-height: 95px;

    position: relative;

    display: inline-block;

    width: 100px;
    height: 100px;

    text-align: center;

    border: 5px solid #d90a0a;
    border-radius: 50%;
}
.icon-red-wrap:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 106%;
    height: 5px;

    content: '';
    -webkit-transform: rotate(45deg) translateX(-5px);
        -ms-transform: rotate(45deg) translateX(-5px);
         -o-transform: rotate(45deg) translateX(-5px);
            transform: rotate(45deg) translateX(-5px);

    background-color: #d90a0a;
}

.btn-respon
{
    cursor: default;
    pointer-events: none;
}


.img-icon
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 125px;
    height: 125px;

    border-radius: 50%;
    background-color: #4bb8b7;
}
.img-icon img
{
    position: absolute;
}


.img-wrap
{
    position: relative;
    /*margin: 20px;*/

    padding: 5rem;

    border: 1px solid #448aca;
    /*border-radius: 5px;*/
}

.img-wrap:after
{
    position: absolute;
    z-index: 2;
    right: 2%;
    bottom: 10px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    /* background: transparent url(../../img/logo-img-back.png) right bottom no-repeat;
    -webkit-background-size: 100px;
            background-size: 100px; */
}

.img-wrap img
{
    position: relative;
}

.img-wrap > figcaption
{
    line-height: 35px;

    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 20%;

    display: block;

    width: 60%;
    height: 0;
    /*margin-left: -15%;*/
    padding: 0 ;

    color: #fff;
    border-width: 0 35px 35px 35px;
    border-style: solid;
    border-color: transparent transparent #0066ab transparent;
}



.process
{
    position: relative;
    z-index: 11;

    overflow: visible;

    height: 62px;

    border-bottom: 1px dashed #e0e0e0;
}

.process:before,
.process:after
{
    /* font-family: 'FontAwesome';
    font-size: 16px;
     */
    position: absolute;
    bottom: -6px;
    left: -8px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #d2d2d2;
    -webkit-box-shadow: 0 0 0 3px #d2d2d2;
            box-shadow: 0 0 0 3px #d2d2d2;

    /*color: #bbb;*/
}

.process:after
{
    right: -6px;
    bottom: -6px;
    left: auto;

    /*content: '\f140';*/
}

.process.proc6level .process-item
{
    width: 16.66666666%;
}

.process.proc4level .process-item
{
    width: 25%;
}
.process.proc3level .process-item
{
    width: 33.33333%;
}


.process-item
{
    position: relative;

    display: table-cell;
    float: left;

    width: 1%;

    text-align: center;
}


.process-item   h4
{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;

    margin-top: 10px;

    text-align: center;
}

.process-item i
{
    line-height: 110px;

    position: relative;

    display: inline-block;
    clear: both;
    /*font-size: 32px;*/

    width: 110px;
    height: 110px;
    /*padding: 40px;*/

    color: #7d7d86;
    border: 1px solid rgb(230,230,230);
    border-radius: 50%;
    background: #fff;
    /*  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; */
}

.box_wrap
{
    position: relative;

    padding: 5px;

    background: url(../../img/pattren_dot_gray.gif) 0 0 repeat;
}

.box_in
{
    font-weight: 400;
    line-height: 2rem;

    padding: 20px 25px;

    background-color: #fff;
}

.box_in:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    height: 30px;

    content: '';

    border-top: 5px solid #16947e;
    border-left: 5px solid #16947e;
}

.box_in:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 30px;
    height: 30px;

    content: '';

    border-right: 5px solid #0a7bb5;
    border-bottom: 5px solid #0a7bb5;
}


hgroup.sub-hgroup h2
{
    /*font-size: 2.5rem;*/

    position: relative;

    color: #2f2f2f;
}
hgroup.sub-hgroup h2:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 70px;
    height: 2px;
    margin-left: -35px;

    content: '';

    background-color: #434343;
}

hgroup.sub-hgroup h4
{
    font-size: 2.0em;
    font-weight: normal;
    line-height: 1.4em;

    position: relative;

    margin-bottom: 20px;
    padding-bottom: 20px;
}

hgroup.sub-hgroup h4:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 70px;
    height: 2px;
    margin-left: -35px;

    content: '';

    background-color: #434343;
}

hgroup.sub-hgroup h4 span
{
    color: #ce1d1d;
}

hgroup.sub-hgroup p {
    font-size: 1.1em;
}


.sub-tit
{
    position: relative;
    z-index: 1;

    display: table;
    overflow: hidden;

    width: 100%;
    height: 310px;
}
.sub-tit .sub-tit-img-wrap
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;
    border: 1px solid #e8e8e8;
    width: 600px;
    height: 310px;
    background-color: #d9f5e5;
    /* display: table-cell;
    vertical-align: middle; */
}

.sub-tit .sub-tit-img-wrap img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.sub-tit figcaption
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 50%;
    height: 100%;
    padding-left: 50px;

    background-color: #4275b7;
}
.sub-tit figcaption:before
{
    position: absolute;
    z-index: 10;
    left: -80px;

    display: block;

    content: '';

    border-top: 310px solid transparent;
    border-right: 80px solid #4275b7;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
}
.sub-tit figcaption *
{
    color: #fff;
}
.sub-tit figcaption h3
{
    font-size: 1.5rem;

    position: relative;
    top: 70px;
    /*left: 80px;*/

    text-align: left;

    /*color: #52b3ff;*/
}
.sub-tit figcaption h1
{
    font-size: 4.0rem;
    font-weight: bolder;

    position: relative;
    top: 80px;
    /*left: 80px;*/

    text-align: left;
    /*text-transform: uppercase;*/
}
.sub-tit figcaption ul
{
    position: relative;
    top: 90px;
    /*left: 80px;*/
}
.sub-tit figcaption p
{
    position: relative;
    top: 80px;
}


.sub-list-div
{
    position: relative;

    overflow: hidden;
}

.sub-list-div figcaption
{
    font-size: .8em;
    font-weight: 600;
    line-height: 1.5;

    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    /*height: 35px;*/
    padding:10px 20px;

    color: #fff;
    background-color: #08a2e3;
}

/* .sub-list-div figcaption:after
{
    position: absolute;
    top: 0;
    right: -20px;

    display: block;

    content: '';

    border-top: 40px solid transparent;
    border-right: 0 solid #08a2e3;
    border-bottom: 0 solid transparent;
    border-left: 20px solid #08a2e3;
} */


.icon-red-wrap {
    line-height: 95px;
    position: absolute;
    z-index: 50;
    right: 3%;
    bottom: 4%;
    margin-left: -25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 5px solid #d90a0a;
    border-radius: 50%;
}
.icon-red-wrap:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 106%;
    height: 4px;
    content: '';
    -webkit-transform: rotate(45deg) translateX(-5px);
    -ms-transform: rotate(45deg) translateX(-5px);
    -o-transform: rotate(45deg) translateX(-5px);
    transform: rotate(45deg) translateX(-3px);
    background-color: #d90a0a;
}

.list-process section
{
    position: relative;

    min-height: 200px;
    /*padding: 2em;*/
    
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}


.list-process section em
{
    font-style: normal;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    background-color: #0092d9;
}
.list-process .list-process-div:nth-of-type(2) em
{
    background-color: #0062a7;
}

.list-process .list-process-div:nth-of-type(3) em
{
    background-color: #2c5c82;
}

.list-process .list-process-div:nth-of-type(4) em
{
    background-color: #037;
}

.list-process .list-process-div:nth-of-type(5) em
{
    background-color: #18167d;
}
.list-process-div:nth-child(4n) section
{
    border-right: 1px solid #ddd;
}
.list-process section h4
{
   font-size: .9em;
   font-weight: 400;
   position: absolute;
   width: 100%;
   bottom: 1em;
}
.list-process section figure
{
    min-height: 60px;
    position: absolute;
    width: 100%;
    bottom: 5em;
}



.col-xs-25
{
    position: relative;

    float: left;

    width: 20%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}


.balance-wrap .alert h3
{
    font-size: 2rem;

    color: #1772bf;
}
.balance-wrap .alert
{
    position: relative;
    /*min-height: 400px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-around;*/
    /*border-color: transparent;*/

    padding-top: 30px;
    padding-bottom: 30px;
}
.balance-wrap .alert .panel
{
    /*align-self: flex-end;*/
    /*position: absolute;*/
    /*position: relative;*/
    /*bottom: 40px;*/
    /*height: 285px;*/
    margin-top: 1rem;
}
.balance-wrap .alert .panel .panel-body
{
    position: relative;

    display: table;

    width: 100%;

    text-align: center;
    vertical-align: middle;
}
.balance-wrap .alert .panel .panel-body figure
{
    display: table-cell;

    width: 100%;
    height: 100%;

    vertical-align: middle;
}

.badge-balance
{
    color: #000;
    border: 1px dotted #1772bf;
    background-color: #fff;
}
.balance-wrap .balance-text
{
    line-height: 1;

    height: 95px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}
.balance-wrap .balance-text.balance-text-step
{
    height: 50px;
}

:lang(en) .balance-wrap .balance-text.balance-text-step
{
    height: 70px;
}

.balance-line
{
    position: absolute;
    z-index: 1;

    display: block;

    background-color: #e5e5e5;
}

.balance-line:after
{
    position: absolute;
    /* right: -8.5%; */
    /* top: 50%; */
    /* margin-top: -17px; */
    z-index: 2;

    display: block;

    width: 33px;
    height: 33px;

    content: '';
    /* line-height: 31px; */
    text-align: center;

    color: #fff;
    border: 2px solid #fff;
    /* left: 25px; */
    border-radius: 50%;
    background-color: #1772bf;
    background-repeat: no-repeat;
    background-position: center center;
}



.balance-line-r
{
    top: 50%;
    right: -13%;

    width: 17%;
    height: 55px;
    margin-top: -27px;
}

.balance-line-r:after
{
    top: 27px;
    left: 50%;

    margin-top: -15px;
    margin-left: -25%;

    background-image: url(../../img/icon-arrow-r.png);
}

.balance-line-l
{
    top: 50%;
    left: -13%;

    width: 17%;
    height: 55px;
    margin-top: -27px;
}

.balance-line-l:after
{
    top: 27px;
    right: 50%;

    margin-top: -15px;
    margin-right: -25%;

    background-image: url(../../img/icon-arrow-l.png);
}


.balance-line-b
{
    bottom: -15%;
    left: 50%;

    width: 55px;
    height: 19%;
    margin-left: -27px;
}

.balance-line-b:after
{
    top: 27px;
    left: 24px;

    margin-top: -15px;
    margin-left: -12px;

    background-image: url(../../img/icon-arrow-b.png);
}

.balance-stop .panel-body
{
    padding: 0;
}


.steps-counter
{
    clear: both;

    padding-left: 1.5em;

    list-style: none;
}
.steps-counter li
{
    line-height: 1.7;

    position: relative;

    display: block;

    margin: .5em 0;
    padding-top: .8em;
    padding-left: 10px;

    counter-increment: inst;
}
.steps-counter li::before
{
    /* background: rgba(255, 150, 0, 0.35); */
    /* color: #fff; */
    font-size: 1em;
    font-size: 1.2em;

    position: absolute;
    /* transition: all 0.2s ease-in-out; */
    z-index: -1;
    /* padding-left: 2.25%; */
    left: -5%;

    width: 1.5em;
    /* top: -0.65em; */
    height: 1.5em;
    padding-top: 0;

    content: counter(inst);
    text-align: center;

    border: 1px dotted #00479d;
    /* font-weight: 700; */
    /* font-style: italic; */
    /* text-shadow: 1px 1px rgba(255, 150, 0, 0.5); */
    border-radius: 50%;
    background-color: #fff;
}


/*
연혁

 */
.history-y
{
    position: relative;
}
.history-y h4
{
    font-size: 2.0em;

    margin: 0;
    padding-bottom: 0;

    text-align: center;

    color: #5e5e5e;
}
.history-y ul
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.history-y ul li
{
    line-height: 1.5;
    /*font-size: 1.2rem;*/

    clear: both;

    width: 50%;
    height: 3em;
    margin: 0;
    /*display: table-cell;  */

    vertical-align: middle;
}
.history-y ul li:first-child
{
    margin-top: 10px;
}
.history-y ul li:last-child
{
    margin-bottom: 20px;
}
.history-y ul li span
{
    font-size: 22px;

    display: block;

    color: #c00;
}
.history-y ul li span strong
{
    font-weight: 500;
}
.history-y ul li img
{
    padding-top: 10px;
}
.history-y ul li.left
{
    float: left;

    padding-right: 68px;

    text-align: right;

    background: url(../../img/history_left.gif) no-repeat right 5px;
}
.history-y ul li.right
{
    float: right;

    padding-left: 68px;

    text-align: left;

    background: url(../../img/history_right.gif) no-repeat left 5px;
}
.history-y ul:before
{
    position: absolute;
    z-index: -1;
    left: 50%;

    width: 1px;
    height: 100%;

    content: '';

    background: #d1d1d1;
}

.history-y ul li.left em
{
    /*margin-left: 1em;*/
    display: inline-block;
    float: right;

    width: 15%;
}
.history-y ul li.right em
{
    /*margin-right: 1em;*/
    display: inline-block;
    float: left;

    width: 15%;
}


.history-y ul li.left p
{
    display: inline-block;
    float: right;

    width: 85%;
}

.history-y ul li.right p
{
    display: inline-block;
    float: left;

    width: 85%;
}

/**
   *
   * 인증서
   * 
   */

.main-gallery
{
    /*     background-color: #fff;
  padding: 2%; */
}

.main-gallery-item
{

    position: relative;

    display: block;
    overflow: hidden;

    height: 100%;



    background-color: #fff;
    /*border: 1px solid #e0e0e0;*/
}



.main-gallery-item .main-gallery-item-thum
{
    position: relative;

    overflow: hidden;


    text-align: center;

    background-color: #eee;
}


.main-gallery-item .main-gallery-item-thum img
{
    max-width: 100%;
    height: 100%;

}


.main-gallery-item h3
{
    font-size: 1em;

    /*overflow: hidden;*/

    /*white-space: nowrap;*/

    color: #333;
  
}
