@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 .bread {color:var(--bs-gray-600);}
.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-about .duna-btn-circle:after{background-color:var(--duna-gray-200)}
#section-about:hover .duna-btn-circle:after{width:100%;background-color:var(--duna-point1)}
#section-about:hover .duna-btn span{color:var(--duna-gray-200)}
#section-about:hover .duna-btn i{color:var(--duna-gray-200)}
#section-about .contents .duna-btn-circle:hover:after{background-color:var(--duna-gray-500)}

/* section business */

/* section service */

/* section number */
#section-number {color: inherit; background-color: var(--duna-gray-100);}
#section-number .header {margin: 0 auto; max-width: 50rem;}
#section-number .contents {padding: 0px 1rem;}
#section-number .contents .desc {max-width: inherit;}

/* section sentence */
#section-sentence .contents {padding-bottom: 6rem;padding-right: 1rem}
#section-sentence .section_sentence_contents_warp .row div:nth-child(8) .contents {padding-bottom: 0;}

/* section circle */
#section-circle {background-color: var(--duna-gray-100);}
#section-circle .contents li .inner {color: var(--duna-gray-500); transition: .5s;}
#section-circle .contents li:hover .inner {color: var(--duna-gray-700);}
#section-circle .contents li .inner .title {color: var(--duna-gray-700); transition: .5s;}
#section-circle .contents li:hover .inner .title{color: var(--duna-point1);}

/* section system */
#section-system .contents li .round-box div {width: 100%;}
#section-system .contents li .box3 {color: #fff;}

/* section widget 1 */

/* section widget 2 */

/* section widget 3 */

/* section info */

/* section banner */
#section-banner .header {color: var(--duna-gray-100);}
#section-banner .header .title {color: var(--duna-gray-100);}

/* section mission */
#section-mission .number-contents .row>div:before {top: 0rem;}
#section-mission .number-contents .contents {border-bottom: 1px dotted #bbb; padding: 7rem 3rem 3rem 0;}
#section-mission .number-contents .contents h3 {padding-bottom: 1rem;}

/* section partner */

/* section contact */

/* section contents */

/* section parallax */
#section-parallax{margin-right:10vw; border-radius: 0 0 7rem 0;}

/* section map */

/* footer */


/*-------------------------------------------------------
** 
** ETC
** 
--------------------------------------------------------*/

/*-------------------------------------------------------
** 
** 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);}
}

@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;}
	
}

