@charset "utf-8"; 

/*-------------------------------------------------------
** 
** Default 
** 
--------------------------------------------------------*/

/*-------------------------------------------------------
** 
** XE
** 
--------------------------------------------------------*/

/*-------------------------------------------------------
** 
** Color
** 
--------------------------------------------------------*/

/*-------------------------------------------------------
** 
** Button
** 
--------------------------------------------------------*/

/*-------------------------------------------------------
** 
** header 
** 
--------------------------------------------------------*/

/*-------------------------------------------------------
** 
** Section 
** 
--------------------------------------------------------*/

/* section Default*/
#section-parallax:before,
.sub-top:before {background-color:#00000000;}

/* section header */

/* section slider */

/* sub top */
.sub-top .header {color: var(--duna-gray-600);}
#sub-top .header {margin-bottom: -5rem;}
#sub-top .header .subtitle {line-height: 1.2;}

/* section video */

/* section icon */

/* section about */

/* section business */

/* section service */

/* section number */

/* section sentence */

/* section circle */

/* section system */

/* section widget 1 */

/* section widget 2 */

/* section widget 3 */

/* section info */

/* section banner */

/* section mission */


/* section partner */

/* section contact */

/* section contents */
#section-contents .application{border-radius:.5rem;background-color:var(--duna-point1);padding:1rem;text-align: center;}
#section-contents .application a{font-size:1rem;color:var(--duna-gray-100);}
/* section parallax */

/* section map */

/* footer */


/*-------------------------------------------------------
** 
** ETC
** 
--------------------------------------------------------*/
.xet-listTable td {padding: 3rem 1rem;}
.xet-listTable td.td-subject a.subject{font-weight:400;font-size:1.5rem;color:var(--duna-gray-600)}
.xet-boardView .boardReadHeader .boardReadSubject a.subject{font-size:2rem;font-weight:400;color:var(--duna-gray-700)}
.xet-boardView .boardReadHeader .category-icon {display: none;}



/*-------------------------------------------------------
** 
** mediaQuery
** 
--------------------------------------------------------*/
@media (max-width:1399.98px){

}

@media (max-width:991.98px){
	.sub-top:before {background-color: #00000099;}
    .sub-top .header {color: var(--duna-gray-100);}
    #sub-top .header .title {color: var(--duna-gray-100);}
    .xet-listTable td.td-subject a.subject {font-size: 1rem;}

}

@media (max-width:767.98px){
    #section-footer {line-height:1.5;}

}

@media (max-width:575.98px){
}

@media (min-width:992px){
	.navbar-expand-lg .navbar-toggler {display:none;}
	
}

