/*

Template Name: Myway
Template Demo: http://awerest.com/demo/myway

Purchase: http://themeforest.net/item/myway-onepage-bootstrap-parallax-retina-template/4058880?ref=awerest

Author: Awerest

Description: Onepage Bootstrap Multi-Purpose Parallax Retina Template
Tags: Responsive, Mobile First, Retina, Bootstrap 3, One Page, Multi Page, Multi-Purpose, Agency, Clean, Creative, Minimal, Components, Photography, Portfolio, Business, Corporate, White, Modern

Version: 2.5

---------------

Table of Contents:

1) General
2) Typography
3) Backgrounds and buttons
4) Dividers
5) Intro & Sections Headers
6) Services & Features
7) Works
8) Gallery
9) Team
10) Contact
11) Footer
12) Navigation
13) Carousels
14) Preloader

*/

/* ==== 1) General ==== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

::selection {
	background: #07589b;
	color:#fff;
}

::-moz-selection {
	background: #07589b;
	color:#fff;
}

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Noto Sans KR', 'Open Sans', sans-serif;
	background: #fff;
	color: #111;
	overflow-x: hidden;
	margin: 0;
	text-rendering: geometricPrecision;
	font-size: 18px;
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
}

strong {
	font-weight: 500;
}

.color-font { color:#be3518 }
.color-font a { color:#be3518 }

/* Mobile-only class */
.mobile-only {
	display: none;
}
.pc-only {
	display: block;
}

.inline { display:inline; }

@media (max-width: 767px) {
	.mobile-only {
		display: block;
	}
	.pc-only {
	display: none;
}
}

section {
	position: relative;
}



.section-list {
	margin-bottom: 50px;
  }

@media (max-width: 767px) {
  .section-list {
    margin-bottom: 30px;
  }
}


.img-responsive {
	display: inline-block;
}

img { max-width: 100%; }
/* ==== 2) Typography ==== */

.light {
	color: #fff;
}

.smoke, h5 small {
	color: #aaa;
}

p {
	margin: 0 0 18px 0;
	font-size: 20px;
}

@media (max-width: 767px) {
	p {
		font-size: 16px;
	}
}

p:last-child {
	margin: 0;
}

a {
	color: #111;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:focus, a:active {
	color: #999;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4 {

	font-weight: 300;
	margin: 0 0 30px 0;
}

h1 {
	font-size: 52px;
	letter-spacing: -1px;
}





h2 { font-size: 54px; color: #07589b; padding: 0 50px; margin-bottom: 50px; }
h3 { 
	font-size: 30px; 
	font-weight: 500; 
	background: url('../img/ul_dot.png') no-repeat left center;
	padding-left: 45px;
}

@media (max-width: 767px) {
	h1, h2, h3, h4 {
		margin-bottom: 20px;
	}
	h2 { 
		font-size: 44px; 
		padding-left: 0;
		padding-right: 0;
	}
	h3 {
		font-size: 24px;
		background-size: 20px 20px;
		padding-left: 28px;
	}
}


ul.list { margin: 0; padding:0; }
ul.list li {
	list-style: none;
	padding-left: 50px;
	font-size: 22px; background: url(../img/ul_dot.png) 0 8px no-repeat;
	line-height: 45px;
	 }
@media (max-width: 767px) {
	ul.list li {
		background: url(../img/ul_dot.png) 0 4px no-repeat;
		padding-left: 35px; font-size: 20px; background-size:20px;
		line-height: 35px;
	}
}
@media (max-width: 568px) {
	ul.list li {
		background: url(../img/ul_dot.png) 0 6px no-repeat;
		background-size:20px;
		line-height: 40px;
	}
}





h4 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

h5 {
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	font-style: italic;
	line-height: 1.48;
	margin: 0 0 15px 0;
}

@media (max-width: 768px) {
	h1 {
		font-size: 42px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 568px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
}


/* ==== 3) Backgrounds and buttons ==== */

.white-bg {
	background: #fff;
}

.smoke-bg {
	background: #f5f5f5;
}


.divide { padding: 100px 0; }

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
	background: #007879;

	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 0 25px;
	margin: 15px 0 0 0;
	/*border-radius: 25px !important;*/
	border: 1px solid transparent;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:hover {
	background: #01a89e;
}

.btn.btn-ghost, .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost:active:focus {
	background: transparent;
	color: #01a89e;
	border: 1px solid #01a89e;
}

.btn.btn-ghost:hover {
	background: #07589b;
	color: #fff;
}

.btn.btn-submit{
 height: 43px;
 border-radius: 25px !important;
}


/* ==== 4) Dividers ==== */

.divide-xs {
	padding-top: 7px;
	padding-bottom: 8px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.divide-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 768px) {
	.divide-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-margin-top {
	margin-top: 0;
}

hr.no-margin-bottom {
	margin-bottom: 0;
}

hr.title-divider {
	border-width: 2px 0 0 0;
	max-width: 180px;
}








/* ==== 5) Services ==== */

.services {
	background: #fff;
}

.myway-icon-services {
	position: relative;
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(187, 189, 192, 1);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.8px;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

@media (max-width: 767px) {
	.myway-icon-services {
		width: 48px;
		height: 48px;
	}
}

.thumbnail:hover > .myway-icon-services {
	fill: rgba(0, 140, 186, 1);
	stroke-dasharray: 150, 0;
}

.myway-icon-services:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.services .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 25px 0;
	border: 0;
}

.services .thumbnail i {
	color: #bbbdc0;
	font-size: 68px;
}

@media (max-width: 767px) {
	.services .thumbnail i {
		font-size: 48px;
	}
}

.services .thumbnail h3 {
	color: #008cba;
	margin: 0;
}

.services .thumbnail h4 {
	color: #bbbdc0;
	margin: 0;
}

.services .thumbnail p {
	margin: 0;
	margin: 0;
}


.services h2 { padding: 0 200px; margin-bottom: 50px; }


#services .services_services { background: #01a89e;  border-radius: 75px;  }
#services .services_1 { }
#services .services_2 { background: #07589b; }
#services .services_3 { background: #007879; }
#services .services_4 { background: #006571; }
#services .services_services h3 { height: 86px; line-height: 86px; font-size: 30px; color: #fff; }

@media (max-width: 767px) {
	.services h2 {
		padding: 0 20px;
		margin-bottom: 10px;
	}
	#services .services_services h3 {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	#services .services_services { margin: 0 30px;  }
	.services .thumbnail { margin: 10px 0; }
}

@media (max-width: 568px) {
	#services2 ul { margin-left: 20px; }
	.services h2,
	h2 { margin-bottom: 40px; }
	.divide { padding: 40px 0; }
}


#services2 { background: #f9f9f9; }
#services2 ul { margin-top: 50px; }



#services3 .col-sm-12 div { background: #01a89e; height: 100px; line-height: 100px;
				 text-align: center; font-size: 30px; color: #fff;}
#services3 .col-sm-12 div.services_2 { background: #07589b; }
#services3 .col-sm-12 div.services_3 { background: #007879; }
#services3 .col-sm-12 div.services_4 { background: #006571; }
@media (max-width: 767px) {
	#services3 .col-sm-12 div { font-size: 20px; height: 60px; line-height: 60px; }
}

#services4 { background: #f9f9f9; }





/* ==== 5) Intro & Sections Headers ==== */
#intro {
  margin-top: 98px;
  background-image: url("../img/top_bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0;
}

#intro .container { margin: 0; padding: 0; max-width: 1300px; margin: 0 auto; }
.intro-face-inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}


.intro-info {
	height: 100%;
  }

.intro-face-inner img {
  align-self: flex-end;
  margin-bottom: 0;
  margin-top: 50px;
}

.intro-info-inner h2 {
  color: #111;
  margin-bottom: 30px;
  font-size: 5.5rem;
  text-align: center;
  padding-top: 130px;
}

.specialties {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 16px;
}
.specialty-btn {
  display: inline-block;
  background: none;
  color: #222;
  border: 2px solid #222;
  border-radius: 35px;
  padding: 7px 30px;
  font-size: 2rem;
  margin: 0 8px 8px 8px;
  font-weight: 400;
  cursor: default;

}

@media (max-width: 991px) {
	#intro .container { margin: 0; padding: 0 0 0 0; width: 100%;}
  #intro,
  #intro .row {
    width: 100%;
  }
  .intro-face-inner,
  .intro-info-inner {

    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
	
  }

  .intro-info-inner {
	background-color: #fff;
	padding-top: 10px;
  }
  .intro-info-inner h2 {
    font-size: 3rem;
	margin-bottom: 0px;
	margin-top: 10px;
  }
  .specialties { 
	gap:0
  }
  .specialty-btn {
    font-size: 1.5rem;
    padding: 4px 10px;
    border-width: 1px;
    margin: 0 4px 8px 4px;
    cursor: default;
  }

  .intro-info,
  .intro-face {
    height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
  }

  .intro-info h2 { 
	padding-top: 20px;
  }

  #intro,
  #intro .row {
    height: auto;
    min-height: unset;
	margin-left: 0;
	margin-right: 0;
  }
}

@media (max-width: 767px) {
  #intro {
    margin-top: 59px;
  }
  .intro-face-inner img {
    margin-top: 20px;
  }
  .intro-face-inner {
    padding-left: 20%;
    padding-right: 20%;
  }
}


#clients {
	background-image: url("http://placehold.it/1400x800");
	-webkit-background-size: cover;
	background-size: cover;
}

#works-top {
	background-image: url("http://placehold.it/1400x800");
	-webkit-background-size: cover;
	background-size: cover;
}

#gallery-top {
	background-image: url("http://placehold.it/1400x800");
	-webkit-background-size: cover;
	background-size: cover;
}

#team-top {
	background-image: url("http://placehold.it/1400x800");
	-webkit-background-size: cover;
	background-size: cover;
}

.parallax {
	background-attachment: fixed;
}

@media screen and (max-device-width: 1024px) {
	.parallax {
		background-attachment: scroll;
	}
}

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ==== 6) Services & Features ==== */

.myway-icon-services {
	display: inline-block;
	position: relative;
	width: 56px;
	height: 56px;
	fill: #07589b;
}

.myway-icon-features {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #07589b;
}

.myway-icon-services:after, .myway-icon-features:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service i {
	color: #bbbdc0;
	font-size: 48px;
}

@media (max-width: 767px) {
	.service i {
		font-size: 36px;
	}
}

.media {
	margin: 0;
}

.media-left {
	padding-right: 20px;
}

/* ==== 7) Works ==== */

.squared {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.squared, .squared-content {
	padding-left: 0;
	padding-right: 0;
}

.squared-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) and (min-width: 768px) {
	.squared {
		padding-top: 133%;
	}
}

@media (max-width: 767px) {
	.squared {
		padding-top: 0;
	}
	.squared .squared-content {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

/* ==== 8) Gallery ==== */

#gallery .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.gallery-item {
	padding: 0;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.gallery-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.myway-icon-gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: .05em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

@media (max-width: 768px) {
	.myway-icon-gallery {
		width: 48px;
		height: 48px;
	}
}

.gallery-overlay:hover > .myway-icon-gallery {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-gallery:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-backdrop.in {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #000;
}

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	border: 0;
}

.ekko-lightbox .modal-header .close {
	font-size: 42px;
	font-weight: 100;
	color: #fff;
	text-shadow: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	float: none;
}

.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	padding: 0;
}

/* ==== 9) Team ==== */

#team .thumbnail, #team .team-img {
	background-color: transparent;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

.team-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-overlay .myway-icon-team {
	position: absolute;
	top: 110%;
	left: 50%;
	right: 0;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-ms-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
}

.team-overlay:hover > .myway-icon-team {
	top: 50%;
}

.team-overlay .myway-icon-team a {
	width: 42px;
	height: 42px;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.08em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	stroke-dashoffset: 150px;
	-webkit-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
}

.team-overlay:hover > .myway-icon-team a {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-team svg {
	padding: 5px;
	display: inline-block;
	max-width: 42px;
}

.myway-icon-team a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.myway-icon-team a {
	position: relative;
	display: inline-block;
	z-index: 1;
	-webkit-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
}

.myway-icon-team a:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.testimonial blockquote {
	font-size: 14px;
	position: relative;
	padding: 30px 0 45px 0;
	margin: 0;
	top: 0;
	border-left: 0;
	min-height: 230px;
	-webkit-transition: box-shadow .3s, top .5s ease;
	-moz-transition: box-shadow .3s, top .5s ease;
	-ms-transition: box-shadow .3s, top .5s ease;
	-o-transition: box-shadow .3s, top .5s ease;
	transition: box-shadow .3s, top .5s ease;
}

@media (min-width: 1025px) {
	.testimonial blockquote {
		min-height: 170px;
	}
}

@media (max-width: 767px) {
	.testimonial blockquote {
		min-height: 0;
	}
}

.testimonial:hover > blockquote {
	top: -5px;
	box-shadow: 0 5px 0 rgba(0, 140, 186, 1);
}

/* ==== 10) Contact ==== */

#gmap {
	height: 300px;
}

@media (max-width: 568px){
	#gmap {
		height: 200px;
	}
}

#contact {
	background: #fff;
	padding-top: 70px;
}

@media (min-width: 768px) {
	.form-group {
		display: inline-block;
	}
}

.honeypot {
	display: none !important;
}

form .btn, form .btn:hover, form .btn:focus, form .btn:active:focus {
	margin-top: 30px;
}

.flowuplabels .fl_wrap {
	position: relative;
	margin-top: 30px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowuplabels .fl_label {
	position: absolute;
	background: #fff;
	color: #111;
	font-weight: 300;
	line-height: 1.2;
	padding: 8px;
	left: 30px;
	top: 5px;
	z-index: 3;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flowuplabels .fl_input {
	background: none;
	color: #111;
	padding: 0 0 0 20px;
	height: 43px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 25px;
	z-index: 2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
	font-size: 12px;
	color: #aaa;
	top: -15px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #07589b;
}

.message {
	display: none;
}

#form-alert {
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
}

.alert li {
	list-style: none;
	display: inline-block;
}

.alert-danger {
	background: #ffaa00;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

.alert-success {
	background: #7dc800;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

/* ==== 11) Footer ==== */

footer a {
	display: inline-block;
	padding: 6px;
}

footer h4 {
	margin: 0;
}

.myway-icon-info {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	fill: #07589b;
	font-size: 30px;
}

.myway-icon-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==== 12) Navigation ==== */

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-collapse {
	border-color: #f8f8f8;
}

.navbar-fixed-top {
	position: fixed;
}

.navbar-brand {
	line-height: 0;
}



.nav a {
	color: #111;
}

.nav a:hover {
	color: #07589b !important;
}

.nav .active a {
	color: #555 ;
}

.navbar li a {
	text-align: center;
	padding: 39px 15px;
}

@media (max-width: 767px) {
	.navbar li a {
		padding: 10px 15px ;
	}
}

.navbar a, .navbar .active a:hover, .navbar .active a:focus {
	background-color: transparent ;
}

.navbar-brand {
	position: relative;
	padding: 25px 15px;
	height: auto;
	line-height: 0;
}

.navbar-brand img {
  max-height: 48px;
  height: auto;
  width: auto;
}


@media (max-width: 767px) {

	.navbar-brand {
		padding: 15px 15px;
	}

	.navbar-brand img {
		height: 25px;
	}
}




.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
	border: 0px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111;
	width: 30px;
	height: 2px;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* ==== 13) Carousels ==== */

@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-backface-visibility: initial;
		backface-visibility: initial;
	}
}

#carousel-intro .carousel-inner {
	overflow: inherit;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: rgba(255, 255, 255, .3);
	opacity: 1;
	width: 10%;
	height: 10%;
	top: 45%;
	padding: 0;
	border: none;
	text-shadow: none;
	color: #111;
	z-index: 3;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel {
	opacity: 1;
}

.carousel .item {
	position: absolute;
	display: block !important;
	width: 100%;
	top: 0;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.carousel .item:first-child {
	position: relative;
	top: auto;
}

.carousel .item.active {
	opacity: 1;
	z-index: 0;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	-webkit-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}

/* ==== 14) Preloader ==== */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #aaa;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}





@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.navbar-nav > li > a {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #333 !important;
}

/* ==== Global List Styles ==== */
ul {
  margin: 0 0 0 12px;
  padding: 0 0 0 16px;
  list-style: disc;
}
ul li {
  line-height:2;
}

/* ==== About Section ==== */
.about-section {
  padding: 60px 0 100px 0;
}
.about-info {
  color: #222;
  padding-left: 24px;
  padding-right: 24px;
}
.about-title {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 18px;
}
.about-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #07589b;
}
@media (max-width: 991px) {
  .about-info {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 32px 0 18px 0;
  }
  .about-title {
    font-size: 1.3rem;
  }

}

/* Books Gallery */
.books-gallery {
  margin-top: 12px;
  position: relative;
  padding: 0;
}
.books-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.book-item {
  text-align: left;
  flex: 0 1 calc(25% - 12px);
}
.book-cover {
  width: 100%;
}

.prize-item {
		
	flex: 0 1 calc(50% - 10px);
	}

@media (max-width: 991px) {

.book-item {
	flex: 0 1 calc(33.33% - 10px);
	}


}



@media (max-width: 767px) {

.book-item {
		
		flex: 0 1 calc(50% - 10px);
		}

  .books-gallery {
    padding: 0;
  }

  .prize-item {
	flex: 0 1 calc(100%);
	}

  .prize-cover {
	width: 100%;
  }
}
@media (max-width: 480px) {

  .prize-cover {
	width: 100%;
	height: auto;
  }
}

/* Awards Slider */
.awards-slider {
  margin-top: 12px;
  position: relative;
  padding: 0 20px;
}
.awards-slider .swiper-slide {
  text-align: center;
}
.award-image {
  width: 100%;
  max-width: 280px;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}
.award-image:hover {
  transform: scale(1.05);
}
.awards-slider .swiper-button-prev,
.awards-slider .swiper-button-next {
  color: #07589b;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background: rgba(255,255,255,0.9);
}
.awards-slider .swiper-button-prev {
  left: -50px;
}
.awards-slider .swiper-button-next {
  right: -50px;
}
.awards-slider .swiper-button-prev:after,
.awards-slider .swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
}
.awards-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.awards-slider .swiper-pagination-bullet {
  background: #999;
  opacity: 0.6;
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.awards-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #666;
}
@media (max-width: 767px) {
  .awards-slider {
    padding: 0 12px;
  }
  .award-image {
    height: 200px;
  }
  .awards-slider .swiper-button-prev,
  .awards-slider .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .awards-slider .swiper-button-prev {
    left: -40px;
  }
  .awards-slider .swiper-button-next {
    right: -40px;
  }
  .awards-slider .swiper-button-prev:after,
  .awards-slider .swiper-button-next:after {
    font-size: 14px;
  }
}

/* ==== Usage Section ==== */

.usage { 
	background: #f9f9f9;
}

.usage .phone-number {
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 36px;
}

@media (max-width: 767px) {
  .usage .phone-number {
    font-size: 24px;
  }
}
.usage .account-number {
  font-weight: 600;
  margin-bottom: 8px;
}
.usage .account-note {
  margin-bottom: 24px;
}
.usage .notice-text {
  background: #f8f9fa;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
}

/* Modern Table Styling */
.section-list-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border-bottom: 2px solid #07589b;
}

.section-list-table table th {
  font-weight: 600;
  padding: 16px 12px;
  text-align: left;
  border-top: 2px solid #07589b;
  border-bottom: 1px solid #07589b;

}

.section-list-table table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;

}

.section-list-table table tbody tr:hover {
  background: #f8f9fa;
  transition: background-color 0.2s ease;
}

.section-list-table table tbody tr:last-child td {
  border-bottom: none;
}


/* Responsive table styling */
@media (max-width: 768px) {
  .section-list-table table {
    margin: 15px 0;
  }
  
  .section-list-table table th,
  .section-list-table table td {
    padding: 10px 8px;
  }
}

@media (max-width: 568px) {
  .section-list-table table th,
  .section-list-table table td {
    padding: 8px 6px;
  }
}

/* Map Section Styling */
.map-section {
  padding: 0 0 0 0;
  background: #f9f9f9;
}

.map-container-full {
  width: 100%;
}

/* 카카오맵 iframe 스타일링 */
#daumMap {
  border: none;
  width: 100%;
  height: 500px;
}

@media (max-width: 767px) {

  #daumMap {
    height: 500px !important;
  }
}

.map-info {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.map-info p {
  margin: 10px 0;
  font-size: 16px;
}

.map-info strong {
  color: #07589b;
}

@media (max-width: 767px) {
  .map-info {
    padding: 15px;
  }
  
  .map-info p {
    font-size: 14px;
  }
}

/* Blog Icon Styling */
.blog-icon {
  width: 120px;
  height: 120px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.blog-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .blog-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .blog-icon {
    width: 80px;
    height: 80px;
  }
}

/* Address and Phone Icon Styling */
.address-icon {
  color: #FFD700; /* 노란색 */
  transition: color 0.3s ease;
}

.address-icon:hover {
  color: #FFA500; /* 호버 시 주황색 */
}

.phone-icon {
  color: #007BFF; /* 파란색 */
  transition: color 0.3s ease;
}

.phone-icon:hover {
  color: #0056B3; /* 호버 시 진한 파란색 */
}

@media (max-width: 767px) {
  .address-icon,
  .phone-icon {
    font-size: 1.75em !important; /* 30% 줄인 크기 (2.5em * 0.7) - fa-3x 덮어쓰기 */
  }
}

/* Icon Container Alignment */
.myway-icon-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px; /* 고정 높이로 정렬 */
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .myway-icon-info {
    height: 60px; /* 아이콘 크기에 맞춰 높이 조정 */
  }
}



/* Contact Section Icon Alignment */
#contact .col-sm-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#contact .col-sm-4 p {
  margin-top: 0;
  text-align: center;
  width: 100%;
}

/* Reduce spacing between icons and text */
#contact .divide-xs {
  padding: 5px 0;
}

#contact .col-sm-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#contact .col-sm-4 p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

/* Icon area bottom margin */
#contact .row:first-child {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #contact {
    padding-top: 30px;
  }
  
  #contact .row:first-child {
    margin-bottom: 15px;
    padding: 10px;
  }
  
  #contact .divide-sm {
    padding: 10px 0;
  }
}


#contact .divide-sm {
  margin-bottom: 30px;
}

/* ==== Map Image Container ==== */
.map-image-container {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	background: #f5f5f5;
}

.map-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.map-image:hover {
	transform: scale(1.05);
}

.map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.7) 100%
	);
	display: flex;
	align-items: flex-end;
	padding: 30px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.map-image-container:hover .map-overlay {
	opacity: 1;
}

.map-info {
	color: #333;
	width: 100%;
}

.map-info h4 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: 500;
}

.map-info p {
	margin: 0 0 15px 0;
	font-size: 16px;
	opacity: 0.9;
}

.map-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.map-buttons .btn {
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-top: 0;
}

.map-buttons .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.map-buttons .btn i {
	margin-right: 5px;
}

.map-image {
	transform: scale(1.5);
	transform-origin: center center;
}

.map-image:hover {
	transform: scale(1.5);
}



/* 반응형 스타일 */
@media (max-width: 767px) {
	.map-image-container {
		height: 300px;
		border-radius: 4px;
	}
	
	.map-image {
		transform: scale(2.5) translateX(-20px) translateY(10px);
		transform-origin: center center;
	}
	
	.map-image:hover {
		transform: scale(2.6) translateX(-20px) translateY(10px);
	}
	
	.map-overlay {
		padding: 20px;
	}
	
	.map-info h4 {
		font-size: 20px;
	}
	
	.map-info p {
		font-size: 14px;
	}
	
	.map-buttons {
		flex-direction: column;
		gap: 8px;
	}
	
	.map-buttons .btn {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.map-image-container {
		height: 250px;
	}
	
	.map-overlay {
		padding: 15px;
	}
	
	.map-info h4 {
		font-size: 18px;
	}
}
