@charset "utf-8";

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 61;
    background: #FFF;
    border-bottom: 1px solid #f2f3f6;
}
#headerLogo a{
    display:block;
    width:174px;
}
.headerLogo{position:relative;}
#header .headerLogo img {
    left: 0;
    z-index: 65;
    margin-top:24px;
}
#header .headerLogo::after{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 80px;
    background: #efefef;
    margin-left: -60px;
    content: '';
}
/* 운영/개발 표시 */
.logo_badge{
    font-size: 11.5px;
    font-weight: 400;
    position: absolute;
    top: 3.5px;
    background: #ef3b24;
    color: #fff;
    display: inline-block;
    padding: 1px 7px;
    border-radius: 3px;
    left: 145px;
}

.GNB-container {
    margin: 0 auto;
    border-bottom: 1px solid #f2f3f6;
    height: 80px;
}
.topMenu-container {
    display:flex;
    width:100%;
    max-width:1320px;
    min-width:1200px;
    margin: 0 auto;
    box-sizing:border-box;
}
@media screen and (max-width:1360px){
    .topMenu-container{padding-left:20px; padding-right:20px;}
}
#topMenu {
    height: 80px;
    margin: 0 auto;
    top: auto;
    z-index: 1;
    width: auto;
}
#topMenu a,
#topMenu a:link,
#topMenu a:visited,
#topMenu a:active,
#topMenu a:focus {
    color: #111;
    font-size: 100%;
    text-decoration: none;
}
#topMenu .depth1-wrap {
    background: transparent;
    margin: 0 auto;
}
#topMenu .depth1-ul {
    margin: 0 auto;
    list-style: none;
    text-align: center;
    width: 100%;
    vertical-align: top;
}
#topMenu .depth1-ul:after {
    content: '';
    display: block;
    clear: both;
}
#topMenu .depth1-ul .depth1-li {
    display: inline-block;
    margin: 0 7px;
    vertical-align: top;
    cursor: pointer;
}
#topMenu .depth1-ul .active > a {
}
#topMenu .depth1-ul .depth1-li:first-child {
    margin-left: 0;
}
#topMenu .depth1-ul .depth1-li > a {
    position: relative;
    display: block;
    padding: 0 25px;
    font-weight: 700;
    font-size: 1.154em;
    height: 80px;
    line-height:80px;
    cursor: pointer;
}
#topMenu .depth1-ul .depth1-li > a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #ef3b24;
    transition-duration: 0.4s;
}
#topMenu .depth1-li:hover > a::before,
#topMenu .depth1-li.on > a::before {
    width: 100%;
}

#topMenu .depth2-ul {
    display:none;
    position:absolute;
    min-width:200px;
    padding: 12px 0;
    background:#fff;
    border:1px solid #dbe2ef;
    box-sizing: border-box;
    z-index: 2;
}
#topMenu .depth1-ul .depth1-li:hover .depth2-ul{
    display:block;
}
#topMenu .depth2-ul .depth2-li {
    list-style: none;
    line-height: 2;
    white-space:nowrap;
    text-align:left;
}
#topMenu .depth2-ul .depth2-li > a {
    display: block;
    padding:0 25px;
    line-height: 35px;
    color: #6d717a;
    font-size: 1.077em;
}
#topMenu .depth2-ul .depth2-li > a:hover {
    color: #333;
}
#header .side {
    font-size: 0.923em;
    display:block;
}
#header .side ul{
    display:flex;
}

#header .side ul li{
    white-space:nowrap;
    line-height:80px;
    padding:0;
    margin-left: 22px;
    box-sizing:border-box;
}
#header .side ul li:first-of-type{
    margin-left:0;
}
#header .side ul li a{padding:0;}

/*** 관리자메뉴 ***/

#topMenu .depth1-ul .menuForAdmin .admin-depth2{
    display:none;
    position:absolute;
    width:100%;
    left:0;
    box-shadow: 0 20px 32px 0 rgba(85, 101, 138, 0.14);
    background:#fff;
    border-top:1px solid #dbe2ef;
}

#topMenu .depth1-ul .menuForAdmin:hover .admin-depth2{
    display:block;
}
#topMenu .depth1-ul .menuForAdmin .depth2-ul{
    position:initial;
    padding:0;
    display:flex;
    left:0;
    max-width:1320px;
    margin:0 auto;
    border-left:none;
    border-top:none;
}
#topMenu .depth1-ul .menuForAdmin:hover .depth2-ul{
    display:flex;
}
#topMenu .depth1-ul .menuForAdmin .depth2-li{
    position: relative;
    width:16.6%;
    box-sizing: border-box;
    text-align:center;
    border-left:1px solid #dbe2ef;
    border-top:none;
    padding:10px 0;
}
#topMenu .menuForAdmin .depth2-ul .depth2-li > a,
#topMenu .menuForAdmin .depth2-ul .depth2-li > a:hover{font-weight:700; color:#333;}
#topMenu .depth1-ul .menuForAdmin:hover .depth3-ul{
}
#topMenu .depth1-ul .menuForAdmin:hover .depth2-ul .depth3-li{
}

#topMenu .depth1-ul .menuForAdmin .depth2-ul .depth3-li > a{
    display:block;
    padding:0;
    line-height: 35px;
    text-align: center;
    color: #6b727c;
}
#topMenu .depth1-ul .menuForAdmin .depth2-ul .depth3-li > a:hover{
    font-weight: 500;
    color: #484848;
}



#header .side li {
    float: left;
    margin-left: 6px;
    cursor: pointer;
}
#header .side a.bd, .header .side a.bd:link {
    font-weight: 300;
    display: block;
}
#header .side li.name {
    border: none;
    font-size: 0.923em;
}
#header .btn-openWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}
.headerLogo a{display: block;}
/*
#header.on #topMenu {
    background: #fff;
}
#header.on .headerLogo .on {
    display: block;
}
#header.on .headerLogo .off {
    display: none;
}
#header.on .depth2-ul {
    display: block;
}
#header.on .depth1-ul .depth1-li > a {
    color: #333;
}
*/
/* 관리자 메뉴 */
.admin-menu {
    position: fixed;
    overflow:auto;
    top: 10vh;
    left: 50%;
    min-width: 1150px;
    height: 80vh;
    margin-left: -605px;
    padding: 100px 30px 0;
    background: #fff;
    box-sizing:border-box;
    z-index: 145;
    border: 1px solid #666;
    display: none;
}
.admin-menu .btn-close-all {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 30px;
    height: 30px;
    border: solid 1px #333;
    background: transparent;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}
.admin-menu .btn-close-all:before, .admin-menu .btn-close-all:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 69%;
    width: 20px;
    height: 1px;
    margin-left: -15px;
    background: #333;
}
.admin-menu .btn-close-all:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.admin-menu .btn-close-all:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.admin-menu .menuBox {
    overflow: hidden;
}
.admin-menu .menuBox a {
    color: #333;
}
.admin-menu .menuBox a:hover {
    color: #000;
}
.admin-menu .menuBox > ul {
    overflow: hidden;
    list-style: none;
    padding-bottom: 50px;
}
.admin-menu .menuBox ul li.depth1-li {
    float: left;
    width: 16.666%;
}
.admin-menu .type1 .depth1-li {
    width: 100%;
}
.admin-menu .type2 .depth1-li {
    width: 50%;
}
.admin-menu .type3 .depth1-li {
    width: 33.333%;
}
.admin-menu .type4 .depth1-li {
    width: 25%;
}
.admin-menu .type5 .depth1-li {
    width: 20%;
}
.admin-menu .type6 .depth1-li {
    width: 16.666%;
}
.admin-menu .menuBox ul li.depth1-li > a {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
    position: relative;
    color: #000;
    border-bottom: 2px solid #000;
    margin: 0 20px 10px;
}
.admin-menu .menuBox .depth2-wrap .depth2-ul {
    overflow: hidden;
}
.admin-menu .menuBox li.depth2-li > a {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    color: #666;
}
.admin-menu .menuBox li.depth2-li > a:hover {
    color: #a19742;
}
.admin-menu .menuBox li.depth2-li ul li a {
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 0;
}
.admin-menu .menuBox > ul.depth1-ul .depth2-ul {
    margin-bottom: 20px;
    margin-left: 20px;
}
.admin-menu .menuBox img {
    margin-top: 50px;
}
.popup_dimmed , .gnb_dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: default;
}
.popup_dimmed {
    z-index: 62;
}
.gnb_dimmed {
    z-index: 60;
}
/*
.popup_dimmed.on , .gnb_dimmed.on {
    display: block;
    background: rgba(0, 0, 0, .5);
}
*/
#load-ajax {
    /* transition: opacity 1s, width 1s 1s, height 1s 1s; */
    position: fixed;
    opacity: 0;
    background: black;
    top: 0;
    left: 0;
    z-index: 12085723;
    width: 0;
    height: 0;
}
#load-ajax.on {
    /* transition: opacity 1s; */
    /* opacity: 0.6; */
    opacity: 0.1;
    width: 100%;
    height: 100%;
}
a {
    cursor: pointer;
}
div.ui-jqgrid-bdiv tr td > a{
    /*color: #a19742;*/
    display: inline-block;
    color: #308dfc;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width:100%;
}
div.ui-jqgrid-bdiv tr td > a:hover{
    text-decoration: underline;
}



/********************************************

                main(공통)

********************************************/

.m_wrap{
    position: relative;
    width:100%;
    box-sizing: border-box;
}
.m_wrap .main_contents{
    position: relative;
    width:1320px;
    height: calc(100vh - 165px);
    min-height: 700px;
    margin:-40px auto 0;
}
.m_wrap .main_contents::after{
    position:absolute;
    left:0; top:0;
    display: block;
    width:1px; height: calc(100vh - 81px);
    min-height: 800px;
    background: #efefef;
    margin-left: -60px;
    content: '';
}
/*
.content{
    position:relative;
    height: calc(100vh - 81px);
}
.content::after{
    position:absolute;
    left:0; top:0;
    display: block;
    width:1px; height: calc(100vh - 81px);
    min-height: 800px;
    background: #efefef;
    margin-left: -60px;
    content: '';
}
*/
.main_wrap{
    background: url(../img/main-background.jpg) center center no-repeat;
    background-size: contain;
}

/**** API Developer Portal타이틀 ****/
.m_wrap .main_contents{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}
.m_wrap .main_contents .main_tit{
    height: 140px;
    margin-top:50px;
    padding:20px 0;
    font-size: 38px;
    line-height: 43px;
    box-sizing: border-box;
}
.m_wrap .main_contents .main_tit::after{
    position:absolute;
    left:0; top:0;
    display: block;
    width:1px; height: 140px;
    margin-top:50px;
    margin-left: -60px;
    background: #475069;
    content: '';
    z-index: 1;
}

/**** 오픈 API 플랫폼 ****/
.m_wrap .m_main_contents_bottom{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom:10px;
}
.m_wrap .main_contents .m_api_list{
    width:310px;
    margin-top:30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
/* 타이틀 */
.m_wrap .main_contents .m_api_list .api_list_tit{
    margin-bottom: 7px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
}
.m_wrap .main_contents .m_api_list .api_list_tit span{
    font-weight: 300;
}
/* 더보기 버튼 */
.m_wrap .main_contents .m_api_list .api_list_tit .more{
    display: inline-block;
    width:17px; height: 40px;
    margin-left: 9px;
    text-indent: -6000px;
    background: url(../img/icon_main_plus.png) center center no-repeat;
}
/** 리스트 **/
.m_wrap .main_contents .m_api_list li{
    position: relative;
    width:365px; height: 148px;
    margin-top:15px;
    padding:24px 28px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 34px 8px rgba(49, 78, 203, 0.08);
}
.m_wrap .main_contents .m_api_list li h4{
    line-height: 28px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin:0;
}
.m_wrap .main_contents .m_api_list li h4 .api_logo{
    display:inline-block;
    height:28px; width:180px;
}
.m_wrap .main_contents .m_api_list li:nth-of-type(1) h4 .api_logo{
    background:url(../img/api_list_logo1.png) left center no-repeat;
}
.m_wrap .main_contents .m_api_list li:nth-of-type(2) h4 .api_logo{
    background:url(../img/api_list_logo2.png) left center no-repeat;
}
.m_wrap .main_contents .m_api_list li:nth-of-type(3) h4 .api_logo{
    background:url(../img/api_list_logo3.png) left center no-repeat;
}
.m_wrap .main_contents .m_api_list li h4 .api_logo img{
    display: none;
    max-height: 100%;
    max-width:100%;
    object-fit: cover;
}
.m_wrap .main_contents .m_api_list li h4 a{
    font-weight: 100;
    font-size: 1em; /* 13px */
    color: #cfcfcf;
}
.m_wrap .main_contents .m_api_list li .api_tit{
    display: inline-block;
    line-height: 18px;
    margin-bottom: 11px;
    font-weight: 300;
    color: #949595;;
}
.m_wrap .main_contents .m_api_list li p{
    display:-webkit-box;
    -webkit-line-clamp:2; /* 라인수 */
    -webkit-box-orient:vertical;
    width:100%;
    white-space:normal;
    line-height:1.5em;
    height:3em;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight: 300;
    color: #4d5463;
}


/**** 커뮤니티 ****/
.m_commu{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-content: flex-end;
    margin-right: -40px;
    box-sizing: border-box;
}
.m_commu .m_logobox{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    margin-left: 15px;
    justify-content: flex-end;
    align-content: flex-end;
}
.m_commu .m_logobox .m_commulogo{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding:14px 0;
    width:185px; height: 185px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border-radius: 100px;
    background: rgba(23, 23, 23, 0.9);
}
.m_commu .m_logobox .m_commulogo .logo{
    height: 78.5px;
    text-indent: -6000px;

}
.m_commu .m_logobox .m_commulogo .tit{
    display: inline-block;
    width:100px; height: 78.5px;
    line-height: 78.5px;
    margin:0 auto;
    border-top:1px solid #666;
    font-weight: 500;
}
.m_commu .m_commulist{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    margin-right: 92.5px;
    justify-content: flex-end;
}
.m_commu .m_commulist li{
    width:185px;
    margin-left: 15px; margin-top: 15px;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 22px 5px rgba(85,101,138,0.14);
}
.m_commu .m_commulist li .tit{
    height: 50px;
    padding-left: 45px;
    line-height: 50px;
    font-size: 1.077em;
    font-weight: 500;
    background:rgba(0,29,111,0.85);
}
.m_commu .m_commulist li:nth-of-type(1) .tit{
    background: url(../img/icon_commu_list1.png) 17px center no-repeat, rgba(0,29,111,0.85);
}
.m_commu .m_commulist li:nth-of-type(2) .tit{
    background: url(../img/icon_commu_list2.png) 17px center no-repeat, rgba(2,56,94,0.85);
}
.m_commu .m_commulist li:nth-of-type(3) .tit{
    background: url(../img/icon_commu_list3.png) 17px center no-repeat, rgba(100,0,0,0.85);
}
.m_commu .m_commulist li p{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    padding:18px;
    font-size: 0.923em;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
}
.m_commu .m_commulist li p span{
    display: block;
    display:-webkit-box;
    -webkit-line-clamp:2; /* 라인수 */
    -webkit-box-orient:vertical;
    width:100%;
    white-space:normal;
    line-height: 18px;
    height:36px;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight: 300;
    color: #000;
}
.m_commu .m_commulist li p a{
    display: block;
    text-align: right;
    color: #ef3b24;
}

/** 승인 요청건 **/
.alarm{
    position:relative;
    height:40px;
    margin-top:20px;
    width:120px;
    box-shadow:0 7px 10px 0 rgba(68, 123, 196, 0.05);
    border:1px solid #f2f2fb;
    border-radius:5px;
    background:url(../img/icon_alarm.png) 90px center no-repeat;
}
.alarm .tit{
    padding-left:14px;
    color:#666871;
    line-height:38px;
    font-weight:500;
}
.alarm .badge{
    position:absolute;
    right:0; top:0;
    display:inline-block;
    margin-top:-5px;
    margin-right:-5px;
    padding:3px 5px;
    font-size:12px;
    font-weight:300;
    line-height:1;
    border-radius:9px;
    background:#ef3b24;
    color:#fff;
}