*{
    margin: 0px;
    padding: 0px;
}

ul,ol,li{
    list-style: none;
}

a{
    color: #010101;
    text-decoration: none;
}

body{
    background: url(../img/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


section .con_wrap{
    overflow: hidden;
    transition-delay: .3s;
    transition-duration: 2s;
}

section .con_wrap {
    overflow: hidden;
    width: 1400px;
    margin: 30px auto;
    margin-top: 151px;
}

section .con_wrap .mcon_l{
    width: 495px;
    height: 723px;
    float: left;
}

section .con_wrap .mcon_l .mcl-t{
    background-color: #233763;
    width: 416px;
    padding: 26px 40px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}


section .con_wrap .mcon_l .mcl-t p {
    font-size: 22px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    overflow: hidden;
}

section .con_wrap .mcon_l .mcl-t span:nth-child(2){
    float: right;
    cursor: pointer;
}

section .con_wrap .mcon_l .mcl_c{
    background-color: #fff;
    width: 496px;
    height: 619px;
    padding: 10px 0px;
    border-radius: 0px 0px 10px 10px;
}

section .con_wrap .mcon_l .mcl_c #mCSB_1_scrollbar_vertical{
    opacity: 0;
    transition-duration: .3s;
}
section .con_wrap .mcon_l .mcl_c:hover #mCSB_1_scrollbar_vertical{
    opacity: 1;
}

section .con_wrap .mcon_l .mcl_c table{
    width: 416px;
    margin: 0 auto;
    border-collapse: collapse;
}


section .con_wrap .mcon_l .mcl_c table tr{
    cursor: pointer;
}
section .con_wrap .mcon_l .mcl_c table tr td{
    border-bottom: 1px solid #ececec;
    padding: 15px 0px 10px 0px;
    width: 50px;
}

section .con_wrap .mcon_l .mcl_c table tr td .mcl_date {
    font-size: 27px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500; 
    line-height: 27px;
    display: block;
    text-align: center;
    width: 50px;
}
section .con_wrap .mcon_l .mcl_c table tr td .mcl_ym {
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300; 
    line-height: 12px;
    display: block;
    text-align: center
}

section .con_wrap .mcon_l .mcl_c table tr td .mcl_spe {
    overflow: hidden;
}
section .con_wrap .mcon_l .mcl_c table tr td .mcl_spe span{
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    color: #1f4ba6;
    width: 42px;
    height: 20px;
    border: 1px solid #cacaca;
    border-radius: 40px;
    text-align: center;
    display: block;
    float: left;
    margin-left: 25px;
}



section .con_wrap .mcon_l .mcl_c table tr:hover td .mcl_date {
    font-weight: 700; 
}
section .con_wrap .mcon_l .mcl_c table tr:hover td .mcl_ym  {
    font-weight: 500;
}
section .con_wrap .mcon_l .mcl_c table tr:hover td .mcl_spe span{
    font-weight: 700;
}
section .con_wrap .mcon_l .mcl_c table tr:hover td .mcl_title {
    font-weight: 500;
}
section .con_wrap .mcon_l .mcl_c table tr:hover td .mcl_name {
    font-weight: 500;
}



section .con_wrap .mcon_l .mcl_c table tr td .mcl_spe span:nth-child(n+2){
    margin-left: 4px;
}
section .con_wrap .mcon_l .mcl_c table tr td:nth-child(2){
    width: 240px;
}
section .con_wrap .mcon_l .mcl_c table tr td .mcl_title{
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300; 
    margin-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 240px;
    display: block;
    overflow: hidden
}

section .con_wrap .mcon_l .mcl_c table tr td .mcl_name{
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    margin-left: 10px;
}


section .con_wrap .mcon_l .mcl_c table tr td .mcl_state.on{
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700; 
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #223763;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}


section .con_wrap .mcon_l .mcl_c table tr td .mcl_state.eng{
    border: 1px solid #92c955;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700; 
    color: #92c955;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #fff;
    display: block;
    margin-left: 10px;
    text-align: center;
    line-height: 48px;
}
section .con_wrap .mcon_l .mcl_c table tr td .mcl_state.end{
    border: 1px solid #b9c9ea;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700; 
    color: #b9c9ea;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #fff;
    display: block;
    margin-left: 10px;
}



section .con_wrap .mcon_c{
    float: left;
    width: 443px;
    margin-left: 17px;
}


section .con_wrap .mcon_c .mcc-t{
    width: 387px;
    padding: 17px 28px 0px 28px;
    background-color: #fff;
}

section .con_wrap .mcon_c .mcc-t p{
    padding-bottom: 18px;
    border-bottom: 2px solid #eef2f9;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    overflow: hidden;
}
section .con_wrap .mcon_c .mcc-t p span:nth-child(2) {
    float: right;
    color: #8d8d8d;
    cursor: pointer;
}


section .con_wrap .mcon_c .mct-wrap{
    width: 387px;
    height: 378px;
    padding: 0px 28px;
    padding-top: 10px;
    background-color: #fff;
}

section .con_wrap .mcon_c .mct-wrap table{
    width: 100%;
    border-collapse: collapse;
    
}

section .con_wrap .mcon_c .mct-wrap table tr{
    border-bottom: 1px solid #eef2f9;
}

section .con_wrap .mcon_c .mct-wrap table tr td{
    height: 69px;
}

section .con_wrap .mcon_c .mct-wrap table tr td .mcq-c{
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    padding: 3px 8px;
    border-radius: 40px;
    background-color: #e1e5eb;
    display: block;
    text-align: center;
}


section .con_wrap .mcon_c .mct-wrap table tr td .mcq-title {
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300; 
    margin-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 195px;
    display: block;
    overflow: hidden;
    float: left;
}

section .con_wrap .mcon_c .mct-wrap table tr td .mcq-n{
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 8px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500; 
    text-align: center;
    line-height: 15px;
    color: #fff;
    margin-top: 3px;
    background-color: #5292ff;
}
section .con_wrap .mcon_c .mct-wrap table tr:hover td .mcq-c{
    font-weight: 700; 
}


section .con_wrap .mcon_c .mct-wrap table tr:hover td .mcq-title {
    font-weight: 500; 
}

section .con_wrap .mcon_c .mct-wrap table tr:hover td .mcq-n{
    font-weight: 500;
}

section .con_wrap .mcon_c .mct-wrap table tr{
    cursor: pointer;
}

section .con_wrap .mcon_c .mct-wrap table tr td .mcq-re{
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500; 
    border: 1px solid #eeeeee;
    border-radius: 40px;
    width: 70px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    text-align: center;
}


section .con_wrap .mcon_c .mct-wrap table tr td .mcq-re .re-num{
    
    font-size: 11px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700; 
    color: #5e92ff;
}


section .con_wrap .mcon_c .mcc_b{
    width: 391px;
    padding: 17px 26px 0px 26px;
    background-color: #fff;
    margin-top: 18px;
    height: 234px;
}

section .con_wrap .mcon_c .mcc_b p{
    padding-bottom: 15px;
    border-bottom: 2px solid #eef2f9;
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    overflow: hidden;
}
section .con_wrap .mcon_c .mcc_b p span:nth-child(2) {
    float: right;
    color: #8d8d8d;
    cursor: pointer;
}

section .con_wrap .mcon_c .mcc_b .bxslider-m{
    padding: 15px 0px;
}

section .con_wrap .mcon_c .mcc_b .bxslider-m{
    width: 100%;
    height: 149px;
    overflow: hidden;
    padding: 0px!important;
    cursor: pointer;
}

section .con_wrap .mcon_c .mcc_b .bx-viewport{
    height: 160px!important;
}

section .con_wrap .mcon_c .mcc_b .bxslider-m .item div{
    float: left;
}


section .con_wrap .mcon_c .mcc_b .bxslider-m .item div img{
    width: 165px;
    height: 149px;
}


section .con_wrap .mcon_c .mcc_b .bxslider-m .item .caption-m{
    float: left;
    width: 172px;
    margin-left: 25px;
}

section .con_wrap .mcon_c .mcc_b .bxslider-m .item .caption-m .bx-title{
    font-size: 18px;
    line-height: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    display: block;
    margin-top: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    height:40px; /* fallback */
}
section .con_wrap .mcon_c .mcc_b .bxslider-m .item .caption-m .bx-con{
    font-size: 14px;
    line-height: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300; 
    display: block;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    height:28px; /* fallback */
}

.mcon_r{
    width: 427px;
    height: 723px;
    margin-left: 17px;
    float: left;
}

.mcr-t{
    overflow: hidden;
    width: 100%;
}

.mcr-t a{
    display: block;
    width: 208px;
    height: 144px;
    float: left;
    background: url('../img/mainh1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-left: 10px;
    margin-top: 10px;
    transition-duration: .5s;
    position: relative;
}

.mcr-t a:nth-child(1),
.mcr-t a:nth-child(2){
    margin-top: 0px;
}

.mcr-t a:nth-child(2n+1){
    margin-left: 0px;
}

.mcr-t a:nth-child(1){
    background: url('../img/mainh1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 208px;
    height: 144px;
}
.mcr-t a:nth-child(1):hover{
    background-size: 110%;
}
.mcr-t a:nth-child(2){
    background: url('../img/mainh2.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 208px;
    height: 144px;
}
.mcr-t a:nth-child(2):hover{
    background-size: 110%;
}
.mcr-t a:nth-child(3){
    background: url('../img/mainh3.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 208px;
    height: 144px;
}
.mcr-t a:nth-child(3):hover{
    background-size: 110%;
}
.mcr-t a:nth-child(4){
    background: url('../img/mainh4.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 208px;
    height: 144px;
}
.mcr-t a:nth-child(4):hover{
    background-size: 110%;
}


.mcr-t a p{
    position: absolute;
    overflow: hidden;
    top: 27px;
    left: 27px;
}
.mcr-t .mr-about .mcr-korean{
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    float: left;
    color: #5e92ff;
    font-weight: 500;
}
.mcr-t .mr-about .mcr-english{
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    float: left;
    color: #afafaf;
    font-style: italic;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    padding-right: 5px;
    margin-left: 9px;
    margin-top: -1px;
}

.mcr-t .mr-info .mcr-korean{
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    float: left;
    color: #223763;
    font-weight: 500;
}
.mcr-t .mr-info .mcr-english{    
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    float: left;
    color: #afafaf;
    font-style: italic;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    padding-right: 5px;
    margin-left: 9px;
    margin-top: -1px;
}

.mcr-t .mr-diff .mcr-korean{
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    float: left;
    color: #223763;
    font-weight: 500;
}
.mcr-t .mr-diff .mcr-english{
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    float: left;
    color: #afafaf;
    font-style: italic;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    padding-right: 5px;
    margin-left: 9px;
    margin-top: -1px;
}
.mcr-t .mr-consult p{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.mcr-t .mr-consult .mcr-korean{
    font-size: 25px;
    line-height: 22px;
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    float: none;
    color: #5e92ff;
    font-weight: 500;
    padding-right: 3px;
    text-align: center;
    font-style: italic;
}
.mcr-t .mr-consult .mcr-english{
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    float: none;
    color: #fff;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0 auto;
    margin-top: 10px;
    width: 118px;
    margin-left: 5px;
}

.mcr-t .mr-consult .mcr-english img{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 4px;
}


.mcon_r .mcr-c{
    width: 100%;
    margin-top: 13px;
    background-color: #fff;
    position: relative;
}

.mcon_r .mcr-c #tab-btn{
    overflow: hidden;
    background-color: #e1e5eb;
}

.mcon_r .mcr-c #tab-btn ul li{
    float: left;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 20px 0px 0px;
}

.mcon_r .mcr-c #tab-btn ul li.active{
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400; 
    border-radius: 0px 20px 0px 0px;
    background-color: #fff;
}


.mcon_r .mcr-c #tab-cont{
    padding: 0px 20px;
    height: 194px;
    margin-top: 21px;
}

.mcon_r .mcr-c #tab-cont .button-plus{
    float: right;
    margin-right: 20px;
    display: inline-block;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.mcon_r .mcr-c #tab-cont table{
    border-collapse: collapse;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300; 
}

.mcon_r .mcr-c #tab-cont table tr{
    border-collapse: collapse;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
}

.mcon_r .mcr-c #tab-cont table tr td{
    overflow: hidden;
    height: 43px;
}

.mcon_r .mcr-c #tab-cont table tr td .new-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 250px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.mcon_r .mcr-c #tab-cont table tr td .new-title .new-name{
    padding-right: 5px;
}
.mcon_r .mcr-c #tab-cont table tr td .new-n{
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 11px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 15px;
    color: #fff;
    margin-top: 3px;
    background-color: #5292ff;
}


.mcon_r .mcr-c #tab-cont table tr td .new-date{
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    padding: 0px 16px;
}

.mcon_r .mc-last{
}

.mcon_r .mc-last .last-l{
    width: 207px;
    height: 147px;
    background: url(../img/jaryo.png);
    background-size: 207px 147px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
    cursor: pointer;
    float: left;
}

.mcon_r .mc-last .last-l p{
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    color: #223763;
    float: left;
    width: 160px;
    margin: 0px auto;
    padding: 17px 0px;
    margin-left: 25px;
    position: relative;
}

.mcon_r .mc-last .last-l:before{
    width: 160px;
    height: 1px;
    top: 0px;
    border-bottom: 1px solid #efefef;
    position: absolute;
    bottom: 40px;
}
 
.mcon_r .mc-last .last-l p span{
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
}
.mcon_r .mc-last .last-l p img{
    width: 20px;
    margin-top: 10px;
    float: right;
}

.mcon_r .mc-last .last-r{
    float: left;
    width: 220px;
}


.mcon_r .mc-last .last-r .route{
    width: 207px;
    height: 68px;
    background: url('../img/map.png');
    background-size: 207px 68px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.mcon_r .mc-last .last-r .blog{
    width: 207px;
    height: 68px;
    background: url('../img/blog.png');
    background-size: 207px 68px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.mcon_r .mc-last .last-r div p{
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 68px;
    margin-left: 20px;
}





.using,
.using-per{
    cursor: pointer;
    padding-left: 10px;
}


.person-u{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 400px;
    height: 600px;
    padding: 20px;
    background-color: #e1e5eb;
    display: none;
}

.person-u .text-pu{
    height: 500px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    padding: 20px;
    margin-top: 20px;
}


.person-u .text-pu .u-tsub{
    font-weight: 500;
}



.person-u .modal-h{
    display: block;
    overflow: hidden;
}

.person-u .modal-h span{
    display: block;
}

.person-u .modal-h span:nth-child(1){
    float: left;
    font-size: 17px;
    color: #192346;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
}

.person-u .modal-h span:nth-child(2){
    float: right;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background-color: #8eaef1;
}



.person-u .text-pu .u-title{
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
}




.using-u{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 400px;
    height: 600px;
    padding: 20px;
    background-color: #e1e5eb;
    display: none;
}

.using-u .text-pu{
    height: 500px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    padding: 20px;
    margin-top: 20px;
}

.using-u .text-pu .u-tsub{
    font-weight: 500;
}

.using-u .text-pu .sub-tit{
    font-size-adjust: 19px;
    font-weight: 700;
}

.using-u .modal-h{
    display: block;
    overflow: hidden;
}

.using-u .modal-h span{
    display: block;
}

.using-u .modal-h span:nth-child(1){
    float: left;
    font-size: 17px;
    color: #192346;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
}

.using-u .modal-h span:nth-child(2){
    float: right;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background-color: #8eaef1;
}



.using-u .text-pu .u-title{
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
}





