@charset "utf-8";

/*폰트정의*/
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
	font-weight: 100;
    src: url('./fonts/NotoSans/NotoSans-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
	font-weight: 300;
    src: url('./fonts/NotoSans/NotoSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
	font-weight: 400;
    src: url('./fonts/NotoSans/NotoSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
	font-weight: 500;
    src: url('./fonts/NotoSans/NotoSans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
	font-weight: 700;
    src: url('./fonts/NotoSans/NotoSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
	font-weight: 900;
    src: url('./fonts/NotoSans/NotoSans-Bold.woff') format('woff');
}



:root {
    --primary: #0062ab;
    --light: #F0FBFC;
    --dark: #181d38;
	--lightgray: #f8f8f8;

}


html, body {
  margin:0;
  line-height: 1.7;
  letter-spacing:-1.0px;
  color: #333;
  font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;  
  }




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}




/*** Button ***/

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}



 .btn2{
 
	 display:inline-block;
	 font-weight:400;
	 line-height:1.5;
	 text-align:center;
	 vertical-align:middle;
	 cursor:pointer;user-select:none;
	 background-color:transparent;
	 border:1px solid transparent;
	 padding:.375rem 1.75rem;
	 font-size:0.8rem;
	 border-radius: 1.078em;
	 transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
 
 }


 .btn .h6{color: #FFFFFF;}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-gray{color:#000;background-color:#ededed;border-color:#d3d3d3}
.btn-gray:hover{color:#000;background-color:#2bc5d4;border-color:#1fc2d1}



.btn-lg-square {
    width: 48px;
    height: 48px;
}


.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


.btn-blue {


    align-items: center;
    justify-content: center;

    color:#ffffff;
	background:#005593;

}







.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 1.1rem;
  font-size: 0.938em;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.form-select{
	font-size: 0.938em;font-weight:400;
	padding:.7rem 2.25rem .65rem .75rem;
}

.form-check-input{width:1.3em;height:1.3em;}



/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    outline: none; 
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}


.logo h5 {font-size:1.0em;}


@media (max-width: 576px) {
	.logo h5 {font-size:0.8em;}
	.logo img{width:80%}
}

.letter-spacing-2 {letter-spacing:-4px}





.alert {
border-radius: 1.0rem;
border: 1px solid #ececec; 
}




.btn-rud {border-radius: 0.375rem !important;}
.text-blue {color:#005593 !important}
h1.title {
	font-size:2.3rem;
	line-height: 2;
	font-weight: 600;
	}


.CheckID {
    display: none;
}

/*테이블헤더*/
.table-header-color {
    color: #0062ab;
}

table tr th {
    text-align: center;
}
table .title {
    text-align: center;
    background-color: var(--lightgray);
}

table tbody .content-center {
    text-align: center;
}

th {
    text-align: center;
}

td {
    text-align: center;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

h1.title {
	font-size:1.8rem;
	line-height: 2;
	font-weight: 600;
	}



}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500; 
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;		
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1; 
    }
   
    
}




/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 400px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


	.header-carousel .owl-carousel-item h1 {font-size:1.7rem}
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
	border-radius: 0.375rem;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}









/*** Footer ***/

.copytxt a{padding-right:27px; color:#ffffff}
.copytxt a:hover{color:#228ad6}





@media (max-width: 767px) {
.sanchor li {font-size:0.9rem;width:50%; border:1px solid #ddd;}
.sanchor a {padding:14px 25px; }
.sanchor a.active{border:1px solid #163575;}


}



