.header{
    width: 230px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #050622;
}
.header .header_title{
    text-align: center;
    color: #F2F3F7;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0;
    letter-spacing: 0.02em;
}
.container{
    width: 100%;
    height: 100%;
    padding-left: 230px;
    background-color: #F2F3F7;
}
.container .container_inner{
    width: 100%;
    height: 100%;
    padding: 45px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.main .content{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05)
}

.main .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.main .top .top_box{
    width:calc((100% - 72px) / 4);
    height: 110px;
    padding: 28px 24px;
    display: flex;
}
.main .icon{
    width: 50px;
    height: 50px;
    background-color:#6493E5;
    border-radius: 8px;
    margin-right: 16px;
    text-align: center;
}
.main .icon i{
    color: #fff;
    line-height: 50px;
    font-size: 24px;
}
.main .text{
    width: calc(100% - 66px);
    margin-top: 5px;
}
.main .text .en{
    font-size: 13px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 16px;
}
.main .text .title_text {
    display: flex;
    justify-content: space-between;
}
.main .text .title_text h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.main .top .text .title_text p{
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
}







.main .left{
    width: calc( (100% - 24px) - ( ( 100% - 72px ) / 4 ) );
    height: calc(100% - 160px);
}
.main .left .left_top,
.main .left .left_bottom{
    display: flex;
    justify-content: space-between;
    height: 190px;
}
.main .left .content{
    width: calc(50% - 12px);
    height: 100%;
    padding:24px;
}
.main .left .content .box_title{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom:18px;
    color: #444;
}
.main .icon_g{
    width: 40px;
    height: 50px;
    text-align: center;
}
.main .icon_g i{
    color: #6493E5;
    font-size: 24px;
    line-height: 50px;
}
.main .left .box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.main .left .box .name_wrap{
    width: calc((100% - 70px) / 2);
} 
.main .left .box .name_wrap p{
    font-size: 13px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 16px;
}
.main .left .box .name_wrap h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.main .left .box .num{
    width: calc((100% - 40px) / 2);
    text-align: right;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}









.main .left_middle{
    width: 100%;
    height: calc(100% - 380px);
    text-align: center;
    display: table;
}

.main .left_middle .img_wrap{
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.main .left_middle .img_wrap img{
    width: 40%;
}






.main .right{
    width:calc((100% - 72px) / 4);
    height: calc(100% - 160px);
    margin-left: 24px;
}
.main .right .right_inner{
    width: 100%;
    height: 100%;
    padding: 24px;
}
.main .right .title_wrap{
    display: flex;
    margin-bottom: 30px;
}
.main .right .title_wrap .text{margin-left: 14px;}

.main .right dl{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.main .right dt{
    width: 110px;
    font-size: 17px;
    font-weight: 700;
    line-height: 46px;
}
.main .right dd {
    width: calc(100% - 120px);
}
.main .right dd input{
    width: 100%;
    height: 46px;
    background-color: #F6F7FB;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}





/* 팝업 */
.smart_pop{
    width: 420px;
    height: 600px;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    display: none;
}
.smart_pop h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
}
.smart_pop h3 .b-close{
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 36px;
    line-height: 20px;
    cursor: pointer;
    z-index: 999;
}
.smart_pop dl{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.smart_pop dt{
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    width: 100px;
}
.smart_pop dd{
    width: calc(100% - 110px);
}
.smart_pop dd input{
    width: 100%;
    height: 46px;
    border-radius: 8px;
    background-color: #F6F7FB;
    font-weight: 700;
}
.smart_pop .btn_wrap{
    width: 100%;
    padding: 8px 16px 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 3px #00000029;
}
.smart_pop .btn_wrap button{
    width: calc(50% - 4px);
    height: 46px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
}
.smart_pop .btn_wrap button.blue{
    background-color: #0176f9;
    color: #fff;
}
.smart_pop .btn_wrap button.gray{
    background-color: #efefef ;
    color: #000;
}