

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(themify-icons/themify-icons.css);

@font-face {
	font-family: 'MonumentExtended', sans-serif;
	src: url('../fonts/monumentextended-regular-webfont.woff2') format('woff2'),
		 url('../fonts/monumentextended-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


html {
	font-size: 15px;
	-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Noto Sans KR', sans-serif;
	color: #666666;
	/*overflow:hidden;*/
	word-break: break-all; word-wrap: break-word;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #009bfa;
	text-decoration: none;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #009bfa !important;
}

::selection {
	background-color: #2a4ea6;
	color: #ffffff;
	text-shadow: none;
}

-webkit-::selection {
	background-color: #2a4ea6;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background-color: #2a4ea6;
	color: #ffffff;
	text-shadow: none;
}



@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		/*max-width: 1200px;*/
		max-width: 1440px;
	}
}

@media (min-width: 1600px) {
	.container-fluid {
		padding-left: 4.25rem;
		padding-right: 4.25rem;
	}
}

.full-height {
	min-height: 100vh;
}

section {
  position: relative;
  padding: 100px 0;
}

img {
  max-width: 100%;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}


/*----------------------------
      ���� Ŭ����
----------------------------*/

.row-container {
	width: 100%;
	/*min-height: 100%;*/
	display: flex;
	align-items: center;
	padding-top: 7.75rem;
	padding-bottom: 3.25rem;
	position: relative;
	overflow: hidden;
}

.row-container > .container {
	position: relative;
	z-index: 200;
	width: 1440px;
}



.col-padding-0>.row {
  margin: 0;
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
  padding: 0;
}

.inner-padding {
  padding: 120px 70px;
}

.width-auto {
  width: auto !important;
}

.fz-16 {
  font-size: 16px;
}

.font-secondary {
  font-family: "Noto Sans KR", sans-serif;
}

.lh-1 {
  line-height: 1 !important;
}

.vh-100 {
  height: 100vh !important;
}

.list-inline>li {
  display: inline-block;
}

.align-v {
  display: flex;
  align-items: center;
}

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-top {
  border-top: 1px solid #eaeaea !important;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}

@media (min-width: 992px) {
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1024px) {
  .divice-mt-50 {
    margin-top: 50px;
  }
}


.industris-space-5 {
  height: 5px;
}

.industris-space-10 {
  height: 10px;
}

.industris-space-20 {
  height: 20px;
}

.industris-space-30 {
  height: 30px;
}

.industris-space {
  height: 40px;
}

.industris-space-50 {
  height: 50px;
}

.industris-space-60 {
  height: 60px;
}

.industris-space-90 {
  height: 90px;
}

.industris-space-100 {
  height: 100px;
}

.industris-space-150 {
  height: 150px;
}

.industris-space-200 {
  height: 200px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt--100 {
  margin-top: -100px;
}


.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}


.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}


.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}


.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}


.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pc-none {display: none !important;}
.pc-none-divice-780 {display: none !important;}

/* ����� ���� Ŭ���� */


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.pc-none-divice-780 {display: inline !important;}
	.mobile-none-divice-780 {display: none !important;}
	
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	
	.pc-none {display: inline !important;}
	.mobile-none {display: none !important;}
	
  section {
    padding: 50px 0;
  }
  
    .section h2, .section h4 {
    	margin-top: 60px;
    }


  .inner-padding {
    /*padding: 50px 30px !important;*/
    padding: 200px 30px !important;
  }

  .text-center-xs-sm {
    text-align: center !important;
  }

  .mt-30 {
    margin-top: 36.3636363636px !important;
  }

  .mt-40 {
    margin-top: 30.7692307692px !important;
  }

  .mt-50 {
    margin-top: 33.3333333333px !important;
  }

  .mt-60 {
    margin-top: 33.3333333333px !important;
  }

  .mt-70 {
    margin-top: 35px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mt-90 {
    margin-top: 45px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mb-30 {
    margin-bottom: 27.2727272727px !important;
  }

  .mb-40 {
    margin-bottom: 30.7692307692px !important;
  }

  .mb-50 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-60 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-70 {
    margin-bottom: 35px !important;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .mb-90 {
    margin-bottom: 45px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  
  .mr-30 {
    margin-right: 27.2727272727px !important;
  }

  .mr-40 {
    margin-right: 30.7692307692px !important;
  }

  .mr-50 {
    margin-right: 33.3333333333px !important;
  }

  
  .ml-30 {
    margin-left: 27.2727272727px !important;
  }

  .ml-40 {
    margin-left: 30.7692307692px !important;
  }

  .ml-50 {
    margin-left: 33.3333333333px !important;
  }

  
  .pt-30 {
    padding-top: 27.2727272727px !important;
  }

  .pt-40 {
    padding-top: 30.7692307692px !important;
  }

  .pt-50 {
    padding-top: 33.3333333333px !important;
  }

  .pt-60 {
    padding-top: 33.3333333333px !important;
  }

  .pt-70 {
    padding-top: 35px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pt-90 {
    padding-top: 45px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pt-110 {
    padding-top: 55px !important;
  }

  .pt-120 {
    padding-top: 60px !important;
  }

  .pt-130 {
    padding-top: 66.6666666667px !important;
  }

  .pt-140 {
    padding-top: 63.6363636364px !important;
  }

  .pt-150 {
    padding-top: 65.2173913043px !important;
  }

  .pt-160 {
    padding-top: 66.6666666667px !important;
  }

  .pt-170 {
    padding-top: 68px !important;
  }

  
  .pb-30 {
    padding-bottom: 27.2727272727px !important;
  }

  .pb-40 {
    padding-bottom: 30.7692307692px !important;
  }

  .pb-50 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-60 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-70 {
    padding-bottom: 35px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .pb-90 {
    padding-bottom: 45px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .pb-110 {
    padding-bottom: 55px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .pb-130 {
    padding-bottom: 61.9047619048px !important;
  }

  .pb-140 {
    padding-bottom: 63.6363636364px !important;
  }

  .pb-150 {
    padding-bottom: 65.2173913043px !important;
  }

  .pb-160 {
    padding-bottom: 66.6666666667px !important;
  }

  .pb-170 {
    padding-bottom: 68px !important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

  section {
    padding: 75px 0;
  }

  .inner-padding {
    padding: 100px 50px !important;
  }

  .mt-30 {
    margin-top: 36.3636363636px !important;
  }

  .mt-40 {
    margin-top: 30.7692307692px !important;
  }

  .mt-50 {
    margin-top: 35.7142857143px !important;
  }

  .mt-60 {
    margin-top: 42.8571428571px !important;
  }

  .mt-70 {
    margin-top: 50px !important;
  }

  .mt-80 {
    margin-top: 57.1428571429px !important;
  }

  .mt-90 {
    margin-top: 64.2857142857px !important;
  }

  .mt-100 {
    margin-top: 71.4285714286px !important;
  }

  .mb-30 {
    margin-bottom: 27.2727272727px !important;
  }

  .mb-40 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-50 {
    margin-bottom: 35.7142857143px !important;
  }

  .mb-60 {
    margin-bottom: 42.8571428571px !important;
  }

  .mb-70 {
    margin-bottom: 50px !important;
  }

  .mb-80 {
    margin-bottom: 57.1428571429px !important;
  }

  .mb-90 {
    margin-bottom: 64.2857142857px !important;
  }

  .mb-100 {
    margin-bottom: 71.4285714286px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 27.2727272727px !important;
  }

  .mr-40 {
    margin-right: 33.3333333333px !important;
  }

  .mr-50 {
    margin-right: 35.7142857143px !important;
  }

  
  .ml-30 {
    margin-left: 27.2727272727px !important;
  }

  .ml-40 {
    margin-left: 33.3333333333px !important;
  }

  .ml-50 {
    margin-left: 35.7142857143px !important;
  }

  
  .pt-30 {
    padding-top: 27.2727272727px !important;
  }

  .pt-40 {
    padding-top: 33.3333333333px !important;
  }

  .pt-50 {
    padding-top: 35.7142857143px !important;
  }

  .pt-60 {
    padding-top: 42.8571428571px !important;
  }

  .pt-70 {
    padding-top: 50px !important;
  }

  .pt-80 {
    padding-top: 57.1428571429px !important;
  }

  .pt-90 {
    padding-top: 64.2857142857px !important;
  }

  .pt-100 {
    padding-top: 71.4285714286px !important;
  }

  .pt-110 {
    padding-top: 78.5714285714px !important;
  }

  .pt-120 {
    padding-top: 85.7142857143px !important;
  }

  .pt-130 {
    padding-top: 93.3333333333px !important;
  }

  .pt-140 {
    padding-top: 87.5px !important;
  }

  .pt-150 {
    padding-top: 88.2352941176px !important;
  }

  .pt-160 {
    padding-top: 88.8888888889px !important;
  }

  .pt-170 {
    padding-top: 89.4736842105px !important;
  }

  
  .pb-30 {
    padding-bottom: 27.2727272727px !important;
  }

  .pb-40 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-50 {
    padding-bottom: 35.7142857143px !important;
  }

  .pb-60 {
    padding-bottom: 42.8571428571px !important;
  }

  .pb-70 {
    padding-bottom: 50px !important;
  }

  .pb-80 {
    padding-bottom: 57.1428571429px !important;
  }

  .pb-90 {
    padding-bottom: 64.2857142857px !important;
  }

  .pb-100 {
    padding-bottom: 71.4285714286px !important;
  }

  .pb-110 {
    padding-bottom: 78.5714285714px !important;
  }

  .pb-120 {
    padding-bottom: 85.7142857143px !important;
  }

  .pb-130 {
    padding-bottom: 86.6666666667px !important;
  }

  .pb-140 {
    padding-bottom: 87.5px !important;
  }

  .pb-150 {
    padding-bottom: 88.2352941176px !important;
  }

  .pb-160 {
    padding-bottom: 88.8888888889px !important;
  }

  .pb-170 {
    padding-bottom: 89.4736842105px !important;
  }
}

/*-------------------------
   Ÿ�����׶���
--------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #222;
}

h1 {
  font-size: 90px;
  font-weight: 900;
}

h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}
h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3 !important;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 27px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0 0 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

p:last-child {
  margin-bottom: 0;
}

.Heebo {
	font-family: "Heebo", sans-serif;
}

.Inter {
	font-family: "Inter", sans-serif;
}

.heading__title {
  font-size: 33px;
  line-height: 42px;
  margin-bottom: 20px;
}

.heading__hsubtitle {
  font-size: 2.118em;
  line-height: 1.4;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 37px;
}

.heading__subtitle {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -1px;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-bottom: 12px;
}

.heading__hdesc {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 0;
}

.heading__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
}

.divider__line+.heading__desc {
  margin-top: 18px;
}

.heading .divider__line:after {
  width: 40px;
}

.heading-2 .heading__title {
  font-size: 40px;
  line-height: 54px;
}

.heading-2 .heading__desc {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  color: #666666;
}

.heading-3 .heading__subtitle {
  font-size: 17px;
  margin-bottom: 19px;
}

.heading-3 .heading__title {
  font-size: 24px;
  line-height: 35px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1 {
    font-size: 65px;
    font-weight: 900;
  }
  
  h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
  }
	
  .heading__title {
    font-size: 3.4em;
    line-height: 1.5;
  }

  .heading-2 .heading__title {
    font-size: 35px;
    line-height: 44px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
	

  h1 {
    font-size: 60px;
    font-weight: 900;
  }
  
  h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }
		
  .heading__title {
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .heading-2 .heading__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .heading-2 .heading__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}


@media only screen and (max-width: 450px) {
  .heading-2 .heading__title {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2 .heading__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}


/*-------------------------
   ���� �÷�
--------------------------*/

.font-inter {
	font-family: 'Inter', sans-serif;
}

.text-primary {
	color: #222222 !important;
}

.text-success,
a.text-success:hover {
	color: #36b4ef !important;
}

.text-underline {
	text-decoration: underline;
}

.text-md {
	font-size: 1.125rem;
}

.text-white a {
	color: #ffffff;
}


.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-gray99 {
  color: #999999 !important;
}

.color-gray66 {
  color: #666666 !important;
}

.color-dark {
  color: #000000 !important;
}

.color-theme {
  color: #0072ce !important;
}

.color-theme-dark {
  color: #2a4ea6 !important;
}

.color-heading {
  color: #333333 !important;
}

.color-body {
  color: #9b9b9b !important;
}


.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-gray-f3 {
  background-color: #f3f3f3 !important;
}

.bg-dark {
  background-color: #282828 !important;
}

.bg-heading {
  background-color: #222222 !important;
}

.bg-theme {
  background-color: #0072ce !important;
}


.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .85);
}

video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: .7;
}

.img-app {
	border-radius:20px;
	width:72px;
	margin:20px 0 10px 0;
}
.img-app-md {
	border-radius:20px;
	width:96px;
	margin:20px 0;
}
.img-app-sm {
	border-radius:20px;
	width:72px;
	margin:30px 0;
}
@media (max-width: 767.98px) {
	.img-app {
		width:64px;
		margin:17px 0;
	}
	.img-app-md {
		border-radius:20px;
		width:58px;
		margin:0px 0;
	}
	.img-app-sm {
		width:64px;
		margin:20px 0;
	}
}


/* ��ư */

button:focus,
input:focus {
	outline: none;
}

.btn {
	padding: 1rem 2.5rem;
	border-radius: 500px;
	font-weight: bold;
	font-size: 1.125rem;
	text-transform: uppercase;
}

@media (min-width: 360px) {
	.btn {
		margin: 0px !important;
		padding: 0.7rem 1.1rem !important;
		font-size: 1rem;
	}
}

@media (min-width: 375px) {

	/* @media (min-height: 667px) { 
		.btn {
			margin: 0px !important;
			padding: 0.7rem 1.1rem !important;
			font-size: 1rem;
		}
	} */
}

@media (min-width: 768px) {
	.btn {
		/* display: flex; */
		justify-content: center;
		align-items: center;
		width: auto;
		margin: 0px !important;
		padding: 1rem 1rem !important;
		font-size: 0.9rem !important;
	}
}

@media (min-width: 1024px) {
	.btn {
		display: inline-block;
		width: auto;
	}
}

.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	background-color: #009bfa;
	border-color: #009bfa;
}

.btn-success {
	transition: box-shadow .3s ease-in-out;
	transition-delay: 0;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
	box-shadow: rgba(92,165,149,.2) 0 0 0 6px;
}


.btn-outline {
	background-color: #ffffff;
	border: 2px #009bfa solid;
  	color: #009bfa;
  padding: 0.7rem 2.5rem;
}

.btn-outline:hover,
.btn-outline.focus,
.btn-outline:focus,
.btn-outline:not(:disabled):not(.disabled).active,
.btn-outline:not(:disabled):not(.disabled):active {
	background-color: #009bfa;
	border: 2px #009bfa solid;
  color: #ffffff;
  padding: 0.7rem 2.5rem;
}

.btn-outline {
	transition: box-shadow .3s ease-in-out;
	transition-delay: 0;
}



.btn-sm {
	padding-top: .5rem;
	padding-bottom: .375rem;
	font-size: 1rem;
}

.btn-circle.btn-sm {
	padding-left: .4375rem;
	padding-right: .4375rem;
	min-width: calc(.875rem + 1.5em + 2px);
}



/* Forms */

.control-btn {
	margin-top: 2rem;
}

select.form-control {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23000000' d='M32,48.1c-1.3,0-2.4-0.5-3.5-1.3L0.8,20.7c-1.1-1.1-1.1-2.7,0-3.7c1.1-1.1,2.7-1.1,3.7,0L32,42.8l27.5-26.1 c1.1-1.1,2.7-1.1,3.7,0c1.1,1.1,1.1,2.7,0,3.7L35.5,46.5C34.4,47.9,33.3,48.1,32,48.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	background-position: 100% 50%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.form-group-material {
	margin-bottom: .625rem;
	padding-top: 1rem;
	position: relative;
}

.form-group-material .label {
	position: absolute;
	left: 0;
	font-size: 1.125rem;
	color: #999999;
	pointer-events: none;
	transform-origin: left top;
	transition: all .3s ease-in-out;
}

.form-group-material .label,
.form-group-material.a-form-group.active .label {
	transform: scale(.77777778);
	top: 0;
}

.form-group-material.a-form-group .label {
	transform: scale(1);
	top: 1.5625rem;
}

.form-group-material .form-control {
	border-radius: 0;
	border: none;
	border-bottom: #999999 1px solid;
	background-color: transparent;
	padding: .5rem 0;
	font-size: 1.125rem;
	color: #000000;
}

.form-group-material .form-control:not(textarea) {
	height: calc(1.5em + 1rem + 1px);
}

.form-group-material .form-control:focus {
	outline: none;
	box-shadow: none;
	border-bottom-color: #000000;
}

label.error {
	margin-top: .5rem;
	margin-bottom: 0;
	color: #b99e64;
}

.form-control.error,
.form-control.error:focus {
	border-color: #b99e64;
	color: #b99e64;
}

.control-file {
	margin-top: 1.625rem;
	margin-bottom: 2.5rem;
	position: relative;
}

.control-file i {
	position: absolute;
	left: -.25rem;
	top: .5625rem;
	font-size: 1.625rem;
}

.control-file .file-path-wrapper {
	overflow: hidden;
}

.control-file input.file-path {
	padding: 0 0 0 2.125rem;
	border: none;
	border-radius: 0;
	background: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.125rem;
}

.control-file input.file-path::-moz-placeholder {
	color: #b99e64;
	text-decoration: underline;
	opacity: 1;
	transition: color .3s ease;
}

.control-file:hover input.file-path::-moz-placeholder {
	color: #5ca595;
}

.control-file input.file-path:-ms-input-placeholder {
	color: #b99e64;
	text-decoration: underline;
	transition: color .3s ease;
}

.control-file:hover input.file-path:-ms-input-placeholder {
	color: #5ca595;
}

.control-file input.file-path::-webkit-input-placeholder {
	color: #b99e64;
	text-decoration: underline;
	transition: color .3s ease;
}

.control-file:hover input.file-path::-webkit-input-placeholder {
	color: #5ca595;
}

.control-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}

.control-file input[type=file]::-webkit-file-upload-button {
	display: none;
}



/* �ִϸ��̼� ó�� */

@-webkit-keyframes fadeZooming {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
		margin-left: -12rem;
	}

	100% {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes fadeZooming {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
		margin-left: -12rem;
	}

	100% {
		opacity: 1;
		margin-left: 0;
	}
}

.fadeZooming {
	-webkit-animation-name: fadeZooming;
	animation-name: fadeZooming;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -6.5rem, 0);
		transform: translate3d(0, -6.5rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -6.5rem, 0);
		transform: translate3d(0, -6.5rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10rem, 0);
		transform: translate3d(0, 10rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10rem, 0);
		transform: translate3d(0, 10rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10rem, 0, 0);
		transform: translate3d(-10rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10rem, 0, 0);
		transform: translate3d(-10rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10rem, 0, 0);
		transform: translate3d(10rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10rem, 0, 0);
		transform: translate3d(10rem, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}



/*-------------------------------------------------------------------------------
  �����δ�
/* ------------------------------------------------------------------------------- */

.preloader {
	position: fixed;
	overflow: hidden;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f5f4f0;
	text-align: center;
}

.three-bounce {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.three-bounce > div {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #c06451;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
	animation: bouncedelay 1.4s infinite ease-in-out both;
}

.three-bounce .one {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.three-bounce .two {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
	40% { transform: scale(1); -webkit-transform: scale(1); }
}


/*-------------------------------------------------------------------------------
  ���� ���
-------------------------------------------------------------------------------*/


/* �����̵� �׺���̼� �÷� ����  */

.bg-light .nav-lnb {
	background-color: rgba(255,255,255,1);
	border-bottom: 1px rgba(0,0,0,.1) solid;
}

.bg-light .nav-lnb .nav-link {
	color: #000;
}

.bg-light .langs_menu {
	color: #000;
}

.bg-light .toggle_menu span {
	color: #000;
	background:#000;
}

.bg-light .logo-white {
	display: none !important;
}


/* */

.nav-lnb {
	z-index:1010 !important;
	/*background-color: rgba(17,17,17,.9);*/
	height:90px;
	/*
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
	*/
}

.nav-lnb.nav-w {
	background-color: rgba(255,255,255,1);
	border-bottom: 1px rgba(0,0,0,.1) solid;
}

.nav-lnb .navbar-brand {
    padding: 0;
		position:absolute;
		top:20px;
		left:30px;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
		margin-top:0px;
		z-index:9999999;
}



.nav-lnb .nav {
	margin-top:5px;
}


@media (max-width: 767.98px) {
	.nav-lnb .nav {
		margin-top:5px;
	}
}
.nav-lnb .nav-link {
  display: block;
  padding: 1rem 2.25rem;
	color:#fff;
	font-weight:500;
	font-size:19px;
	letter-spacing:-1px;
}
.nav-link.active {
	color:#0072ce  !important;
}
.nav-link.active:after {
    content: '';
    display: block;
    width: auto;
    height: 4px;
    background: #0072ce;
    /*margin: 36px auto;*/
    position: relative;
    top: 1.625rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.nav-link.active:after {
    top: 1rem;
	}
	.nav-lnb {
		height: auto;
		min-height: 7.5vw;
		background-color: rgba(17,17,17,0.95);
	}
	.nav-lnb .nav {
		/*margin-top:5px;*/
		margin-top: 70px;
	}
}
@media (max-width: 767.98px) {
	.nav-link.active:after {
    display: none;
	}
	.nav-lnb {
		height: auto;
		min-height: 150px;
		background-color: rgba(17,17,17,0.95);
	}
	.nav-lnb .nav {
		/*margin-top:5px;*/
		margin-top:50px;
	}	
	.nav-lnb .navbar-brand {
			top:9px;
			left:10px;
	}
	.nav-lnb .navbar-brand img {
			height:40px;
	}
	.nav-lnb .nav-link {
		display: block;
		padding: 0.4rem 0.33rem;
		font-size:14px;
	}
	.nav-lnb .nav li{	
		padding-right: 0.95em;
	}	
	.carousel-caption {
		margin-top: 60px;
	}	
}

.navbar-fixed-top.navbar-expanded > .nav-link.active {
	color:#51b7ff !important;
}
@media(min-width:768px) {
    .navbar-fixed-top.navbar-expanded {
        padding: 0px 0;
    }  
		.navbar-fixed-top.navbar-expanded > .nav-link.active {
			color:#51b7ff !important;
		}
    .navbar-fixed-top {
        padding: 0px 0;
    }

    .navbar-fixed-top .navbar-brand:hover {
        opacity: .5;
    }

    .navbar-fixed-top.navbar-expanded {
        border: 0;
        background:transparent
    } 
}

/* end LNB */

/* ���� */
.langs {
	position:absolute;
	top:0;
	right:80px;
	z-index:1;
}
.langs:after { 
	display:block; 
	clear:both; 
	content:"";
}

.langs_menu { 
	width:90px;
	height:90px;
	padding: 37px 0px;
	float:left; 
	cursor:pointer; 
	border: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	background-color: transparent;
	color: rgba(255,255,255,.5);
}

/*���*/
.toggle {
	position:absolute;
	top:0;
	right:0;
	z-index:999999999;
}
.toggle:after { 
	display:block; 
	clear:both; 
	content:"";
}

.toggle_menu { 
	width:90px;
	height:90px;
	padding: 31px 32px;
	box-sizing:border-box;
	float:right; 
	cursor:pointer; 
	border:0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	cursor:pointer;
	background-color: transparent;
	border-left:0px solid rgba(255,255,255,1);
	z-index:999999999;
}
@media (max-width: 767.98px) {
	.toggle {
		position:absolute;
		top:10px;
		right:5px;
	}
	
	.langs_menu { 
		/*width:40px;*/
		width:60px;
		height:40px;
		/*padding: 10px 15px;*/
		padding: 20px 0;
	}	
	
	.toggle_menu { 
		width:40px;
		height:40px;
		padding: 2px 7px;
	}
}
.toggle_menu,
.toggle_menu:hover,
.toggle_menu:focus,
.toggle_menu:active { 
	outline: 0; 
}
.toggle_menu.on {
	background:#09468E;
	outline: 0; 
}
.toggle_menu.on span {
	background:#fff !important;
}
.toggle_menu span { 
	width:100%;
	height: 3px;
	background:#fff;
	display:block;
	margin: 4px 0;
}
.toggle_menu span.on header { 
	height:400px;
}
.toggle_menu>.on:nth-child(1) {
	transform: translateY(10px) rotate(-45deg); 
	transition-delay: 0.5s; 
	transition:all 0.5s;
}
.toggle_menu>span:nth-child(2) {
	width:80%; 
}
.toggle_menu>.on:nth-child(2) {
	opacity: 0; 
	transform: translateX(50px); 
}
.toggle_menu>.on:nth-child(3) {
	transform: translateY(-12px) rotate(45deg);
	transition-delay: 0.5s; 
	transition:all 0.5s;
}
.allmenu{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	padding: 130px 0 150px;
	z-index:99999999;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.allmenu .innerwrap {
	overflow:hidden;
	width:1400px;
	margin:0 auto;
}
.allmenu .innerwrap:afte {
	display:block; 
	content:""; 
	clear:both;
}
.allmenu .m_util {
	display:none;
}
.allmenu .innerwrap>div {
	border-right: 1px solid #c4c4c4;
}
.allmenu .innerwrap>div:last-child {
	border-right:0;
}
.allmenu .innerwrap .menu_wrap > div+div {
	border-left:0px solid #c4c4c4;
}
.allmenu .innerwrap .menubox { 
	float:left;
	width: 50%;
	height: auto;
	text-align:center;
	padding: 10px 0;
	box-sizing: border-box;
	font-size:17px;
}
.allmenu .innerwrap .menubox h2 {
	font-size: 26px;
	color:#000;
	font-weight:500;
}
.allmenu .innerwrap .menubox h2:after {
	display:block;
	content:"";
	width: 24px;
	height:2px;
	background: #000;
	margin: 11px auto 15px;
}
.allmenu .innerwrap .menubox ul {
}
.allmenu .innerwrap .menubox ul li {
	margin-bottom: 8px;
}
.allmenu .innerwrap .menubox ul li a {
	font-size: 18px;
	color: #333;
}
.allmenu .innerwrap .menubox ul li:hover a {
	color:#1390c7;
}
@media (max-width: 767.98px) {
	.allmenu{
		padding: 30px 0 30px;
		height:auto;
		overflow-y:auto;
	}
	.allmenu .innerwrap {
		width:100%;
	}
	.allmenu .innerwrap .menubox { 
		width: 50%;
		height: auto;
		padding: 20px 0 5px 0;
		font-size:11px;
		border-bottom:0px solid #ddd;
	}
	.allmenu .innerwrap .menubox.nobtm {
		border-bottom:0px solid #ddd;
	}
	.allmenu .innerwrap .menu_wrap > div+div {
		border-left:0px solid #c4c4c4;
	}
	.allmenu .innerwrap .menubox h2 {
		font-size: 15px;
	}
}
/* nav-pills */
.nav-pills .nav-link {
  border-radius: 50px;
	font-size:15px;
	font-weight:500;
	background-color: #8a94a0;
	margin:7px;
	color: #fff !important;	
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #1473e6;
	font-weight:700;
}

.history {
	overflow:hidden;
}
.history dl {
	margin:0;
	overflow:hidden; 
	padding:3px 0 0px 50px; 
	background:url(../assets/img/svg/bg-step.svg) no-repeat top left ; 	
}
.history dl dt {
	text-align:left;
	font-weight:700;
	font-size:21px;
	color:#09468e;
	display:block;
	overflow:auto;
	letter-spacing:-1px;
}
.history dl dd {
	display:block;
	text-align:left;
	font-size:17px;
	color:#333;
	font-weight:400;
	margin:0 0 50px 0;
}
@media (max-width: 767.98px) {
	.history dl dt {
		font-size:13px;
	}
	.history dl dd {
		display:block;
		text-align:left;
		font-size:12px;
	}
}
.history ul {
	float:left; 
	overflow:hidden; 
	padding:0 0 10px 0;
}







/*-------------------------------------------------------------------------------
  ����. Footer
-------------------------------------------------------------------------------*/

.social {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.3125rem;
}

.social li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

.social a {
	color: #999999;
	transition: color .3s ease;
}

.social a:hover {
	color: #000000;
}

.social-fixed {
	position: fixed;
	z-index: 300;
	left: 15px;
	bottom: 0rem;
}

.social-fixed li {
	display: block;
	margin-right: 0;
	margin-bottom: 1.375rem;
}

.social-fixed-sub {
	position: fixed;
	z-index: 300;
	left: 15px;
	bottom: 0rem;
}

.social-fixed-sub li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 1.375rem;
}

.copyright {
	text-align: right;
	color: #999999;
	font-weight: bold;
	font-size: .875rem;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.copyright-fixed {
	position: fixed;
	right: 15px;
	bottom: 1.5rem;
	z-index: 300;
}

.copyright-sub {
	z-index: 1;
	width: 100%;
	height: 80px;
	margin-top: 100px;
	padding-top: 20px;
	background: #fff;
	border-top: 1px #eee solid;
	text-align: right;
	color: #999999;
	font-weight: bold;
	font-size: .875rem;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.copyright-fixed-sub {
	position: fixed;
	/*right: 15px;*/
	right: 0;
	bottom: 0;
	padding-right: 15px;
	z-index: 200;
}

@media (min-width: 1600px) {
	.social-fixed {
		left: 4.25rem;
		bottom: 2rem;
	}

	.copyright-fixed {
		right: 4.25rem;
		bottom: 3.5rem;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.copyright-sub, .copyright-fixed-sub, 
	.social, .social-fixed-sub {
		display: none !important; 
	}
}


.body-bg-dark .header:not(.header-shadow) .container-fluid {
	color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .header-tagline,
.body-bg-dark .copyright,
.body-bg-dark .slide-num,
.body-bg-dark .footer .social a,
.body-copyright-light .copyright {
	color: rgba(255,255,255,.6);
}

.body-bg-dark .social a:hover {
	color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .nav-toggle .stick,
.body-bg-dark #pp-nav li a:not(.active) span {
	background: #ffffff;
}

.body-menu-opened .body-bg-dark .nav-toggle .stick {
	background: #000000;
}



/*-------------------------------------------------------------------------------
  ����. Modal
-------------------------------------------------------------------------------*/

.modal-content {
	border: none;
	border-radius: 1rem 1rem 3rem 1rem;
}

.modal-header {
	padding-top: 2rem;
	padding-bottom: .5rem;
	border-bottom: none;
}

.modal-header,
.modal-body,
.modal-footer {
	padding-left: 2rem;
	padding-right: 2rem;
}

.modal-body {
	padding-bottom: 2rem;
}

.modal-title {
	font-family: 'MonumentExtended', sans-serif;
	font-size: 2rem;
	color: #b99e64;
	text-transform: uppercase;
}

.modal-header .close {
	padding: .5rem;
	position: relative;
	top: -.5rem;
	right: -.5rem;
	font-size: 1.5rem;
	line-height: .75;
}

.message {
	display: none;
}



@media (min-width: 768px) {
	html {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 1280px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 1600px) {
	html {
		font-size: 16px;
	}
}







