/*

TemplateMo 546 Sixteen Clothing

https://templatemo.com/tm-546-sixteen-clothing

*/
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	font-size: 1rem;
	font-weight: 400;
	color: #4a4a4a;
	font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	line-height: 180%;
	letter-spacing: 0.02em;
	word-spacing: 0.01em;
}
@media (max-width: 767px) {
  p {
	font-size: 0.95rem;
  }
}

a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #f33f3f;
	color: #fff;
}

a.filled-button {
	background-color: #f33f3f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
    display: flex;
    align-items: center;

	font-size: 1.55rem;
	font-weight: 600;
	color: #303030;
	font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 1.25rem;
  }
}

.section-heading h2 span {
	font-size: 1.55rem;
	font-weight: 600;
	color: #f33f3f;
	font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .section-heading h2 span {
    font-size: 1.25rem;
  }
}

.products-heading {
	background-image: url(../images/products-heading.jpg);
}

.abouts-heading {
	background-image: url(/images/abouts-heading.jpg);
}

.about-heading {
	background-image: url(/images/about-heading.jpg);
}

.treatment-heading {
	background-image: url(/images/treatment-heading.jpg);
}

.botox-heading {
	background-image: url(/images/botox-heading.jpg);
}

.guide-heading {
	background-image: url(/images/guide-heading.jpg);
}

.etc-heading {
	background-image: url(/images/etc-heading.jpg);
}

.column-heading {
	background-image: url(/images/column-heading.jpg);
}

.skindisease-heading {
	background-image: url(/images/skindisease-heading.jpg);
}

.skindiseases-heading {
	background-image: url(/images/skindiseases-heading.jpg);
}

.reviews-heading {
	background-image: url(/images/reviews-heading.jpg);
}

.hayannara-heading {
	background-image: url(/images/hayannara-heading.jpg);
}

.notice-heading {
	background-image: url(/images/notice-heading.jpg);
}

.webseo-heading {
	background-image: url(/images/webseo-heading.jpg);
}

.page-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #000;
	font-size: 0.9rem;
	font-family: Pretendard-Medium, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: rgba(255, 255, 255, 0.5);
	font-size: 2.5rem;
	font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	margin-bottom: 1rem;
}

.page-heading .text-content span { 
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	font-family: Pretendard-SemiBold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	margin-bottom: 1rem;
}

.page-heading .text-content a {
	color: #000;
	font-size: 0.9rem;
	font-family: Pretendard-SemiBold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
	margin-bottom: 1rem;
	text-decoration: none;
}
.page-heading .text-content a:hover {
	color: #fff;
	text-decoration: none;
}

#preloader {
  overflow: hidden;
  background: #f33f3f;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 17px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #f33f3f!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	font-size: 24px;
	font-family: "Taviraj", serif !important;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #f33f3f;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	color: #fff;
	font-size: 0.96rem;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #fff;
	padding-bottom: 25px;
	border-bottom: 3px solid #f33f3f;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #f33f3f;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */
.banner {
	position: relative;
	text-align: center;
	/*padding-top: 80px;*/
}

.banner-item-01 {
	padding: 380px 0px;
	/*background-image: url(/images/slide_01.jpg);*/
	background-image: url(https://tistory1.daumcdn.net/tistory/7530337/skin/images/HaYanNara-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding: 380px 0px;
	/*background-image: url(/images/slide_02.jpg);*/
	background-image: url(https://tistory1.daumcdn.net/tistory/7530337/skin/images/HaYanNara-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding: 380px 0px;
	/*background-image: url(/images/slide_03.jpg);*/
	background-image: url(https://tistory1.daumcdn.net/tistory/7530337/skin/images/HaYanNara-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h4 span {
	color: #1c1c1c;
	font-size: 22px;
	font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}
.banner .text-content h4 .small {
	color: #1c1c1c;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h2 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.85rem;
	font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.banner .text-content h4 img { 
    display: unset;
    width: auto;
    margin-bottom: 10px;
}

.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}


/* 
-------------------------------------
Clinic Information
-------------------------------------
*/

.clinic-Information {
	margin-top: 100px;
}

.clinic-Information .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.clinic-Information .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.clinic-Information .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #303030;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .clinic-Information .section-heading h2 {
    font-size: 1.5rem;
  }
}

.clinic-Information .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #f33f3f;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .clinic-Information .section-heading h3 {
    font-size: 0.9rem;
  }
}

.clinic-Information h4 {
    display: block;
    align-items: center;
    font-size: 1.10rem;
    font-weight: 600;
    color: #349C9E;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
}



/* 
-------------------------------------
Medical Departments
-------------------------------------
*/

.medical-departments {
	margin-top: 100px;
}

.medical-departments .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.medical-departments .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.medical-departments .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #303030;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .clinic-Information .section-heading h2 {
    font-size: 1.5rem;
  }
}

.medical-departments .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #f33f3f;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .medical-departments .section-heading h3 {
    font-size: 0.9rem;
  }
}

.medical-departments h4 {
    display: block;
    align-items: center;
    font-size: 1.10rem;
    font-weight: 600;
    color: #349C9E;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
}



/* 
-------------------------------------
Latest Produtcs 
-------------------------------------
*/

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.product-item {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.product-item .down-content {
	padding: 30px;
	position: relative;
}

.product-item img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.product-item .down-content h4 {
	color: #1a6692;
	font-size: 1rem;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 20px;
}

.product-item .down-content h6 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: #121212;
}

.product-item .down-content p {
	margin-bottom: 20px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #f33f3f;
	font-size: 14px;
}

.product-item .down-content span {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
}



/* Best Features */

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

/*
.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
*/

.about-features .container .row {
	padding-bottom: 0px!important;
	border-bottom: none!important;
}

.best-features {
	margin-top: 50px;
}

.best-features .container .row {
	border-bottom: 0px solid #eee;
	padding-bottom: 60px;
}

.best-features .down-content {
	padding: 30px;
	position: relative;
}

.best-features img {
	width: auto;
	overflow: hidden;
	border-radius: 0;
}

.best-features h4 {
	font-size: 1.10rem;
	color: #1a6692;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 600;
	line-height: 180%;
	margin-bottom: 1.5rem;
}

.best-features h3 {
	font-size: 1.33rem;
	color: #5E6165;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 800;
	line-height: 180%;
	margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .best-features h3 {
    font-size: 1.10rem;
  }
}

.best-features h3.red {
	font-size: 1.33rem;
	color: #F33F3F;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 800;
	line-height: 180%;
	margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .best-features h3.red {
    font-size: 1.10rem;
  }
}

.best-features h5 {
	font-size: 1.10rem;
	color: #F33F3F;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 600;
	line-height: 180%;
	margin-bottom: 1.5rem;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features p {
	margin-bottom: 2rem;
}

.best-features ul.featured-list li a {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #f33f3f;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #f33f3f;
}

.best-features .filled-button {
	margin-top: 20px;
}


/* 
--------------------------
article Features 
-------------------------
*/

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

/*
.article-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
*/

.article-features .container .row {
	padding-bottom: 0px!important;
	border-bottom: none!important;
}

.article-features ul {
    padding: 0;
    margin: 0;
    list-style: unset;
    border-radius: 0.3rem;
    border: 0.1rem solid #ddd;
    background-color: #fcfcfc;
    padding: 1rem;
    padding-inline-start: 40px;
    margin-bottom: 2rem;

}

.article-features ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    font-size: 1rem;
    font-weight: 500;
    color: #4a4a4a;
    font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    line-height: 200%;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
}

/* Call To Action */

.call-to-action .inner-content {
	margin-top: 60px;
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.call-to-action .inner-content h4 {
	font-size: 1rem;
	color: #303030;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	font-weight: 600;
	margin-bottom: 1rem;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-top: 12px;
}




/* Footer */

footer {
	text-align: center;
}

footer .inner-content {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: #f33f3f;
	margin-left: 3px;
}




/* Product Page */

.products {
	margin-top: 100px;
}

.products .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #f33f3f;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #f33f3f;
	border-color: #f33f3f;
	color: #fff;
}

.products .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #303030;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .products .section-heading h2 {
    font-size: 1.5rem;
  }
}

.products .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #f33f3f;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .products .section-heading h3 {
    font-size: 0.9rem;
  }
}


/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-members .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #f33f3f;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	color: #1a6692;
	font-size: 1rem;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 0.9rem;
	color: #f33f3f;
	font-weight:500;
	margin-bottom: 1rem;
}




/* Services */

.services {
	background-image: url(/images/services-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services {
    margin-top: 100px;
}

.services .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.services .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .services .section-heading h2 {
    font-size: 1.5rem;
  }
}

.services .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .services .section-heading h3 {
    font-size: 0.9rem;
  }
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 1rem;
	color: #1a6692;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 8px;
}
.services .service-item .down-content span {
    display: block;
    color: #f33f3f;
    font-weight: 500;
    margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}


.services .translucent-content {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 1rem;
	text-align: left;
}

.services .translucent-content p {
	color: #fff;
	font-weight: 400;
	margin-bottom: 1.1rem;
}

.services .translucent-content a.filled-button {
	background-color: #92CAE5;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	margin-bottom: 1rem;
}

.services .translucent-content a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}


/* 
---------------------------
Latest Notice
---------------------------
*/

.latest_notice {
	background-image: url(/images/latest_notice-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.latest_notice {
    margin-top: 100px;
}

.latest_notice .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.latest_notice .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .latest_notice .section-heading h2 {
    font-size: 1.5rem;
  }
}

.latest_notice .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .latest_notice .section-heading h3 {
    font-size: 0.9rem;
  }
}

.latest_notice .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

.latest_notice .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.latest_notice .service-item .down-content h4 {
	font-size: 1rem;
	color: #1a6692;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 8px;
}
.latest_notice .service-item .down-content span {
    display: block;
    color: #f33f3f;
    font-weight: 500;
    margin-bottom: 20px;
}

.latest_notice .service-item .down-content p {
	margin-bottom: 25px;
}
	

.latest_notice .translucent-content .accordion li:first-child {
	/* border-top: 1px solid #eee; */
}

.latest_notice .translucent-content .accordion li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4); /* 더 흐리게 표현됨 */
	padding: 15px 0px;
}

.latest_notice .translucent-content .accordion li > a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .latest_notice .translucent-content .accordion li > a {
    display: block;
    font-size: 0.9rem;
  }
}

.latest_notice .translucent-content .accordion li > p {
  white-space: normal;        /* 기본값으로 지정해도 되고 생략해도 됩니다 */
}

/*
.latest_notice .translucent-content .accordion li:last-child {
	border-bottom: none;
}
*/

.latest_notice .translucent-content .accordion a {
	cursor: pointer;
	font-size: 1rem;
	color: #92CAE5 !important;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	margin-bottom: 20px;
	transition: all .3s;
}
.latest_notice .translucent-content .accordion a:hover {
	color: #fff !important;
}
	@media screen and (max-width: 767px) {
	  .latest_notice .translucent-content .accordion a {
	    font-size: 0.9rem;
	  }
	}

.latest_notice .translucent-content .accordion a.active {
  color: #fff !important;
}

.latest_notice .translucent-content .accordion li .content {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    margin-top: 10px;
}

.latest_notice .translucent-content .accordion li .content .read-more-btn {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #92CAE5;
    text-decoration: none;
    cursor: pointer;
}

.latest_notice .translucent-content {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 1rem;
	text-align: left;
	border-radius: 0.5rem;
}

.latest_notice .translucent-content p {
	color: #fff;
	font-weight: 400;
	border-radius: 0.5rem;
	margin-bottom: 1.1rem;
}

.latest_notice .translucent-content a.filled-button {
	background-color: #92CAE5;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	margin-bottom: 1rem;
}

.latest_notice .translucent-content a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}


/* 
---------------------------
Notice
---------------------------
*/

#notice {
	background-image: url(https://tistory1.daumcdn.net/tistory/7530337/skin/images/HayanNara-notice-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
    z-index: 9;
}

#notice .container {
    border-bottom: 0px solid #f7f7f7;
    /*padding-bottom: 80px;*/
    /*margin-bottom: 3rem;*/
}

#notice .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

#notice .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #notice .section-heading h2 {
    font-size: 1.5rem;
  }
}

#notice .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #notice .section-heading h3 {
    font-size: 0.9rem;
  }
}

#notice .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

#notice .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

#notice .down-content p {
	margin-bottom: 25px;
}




.notice {
	border: 0px solid #eee;
	margin-bottom: 30px;
}

.notice img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.notice .thumb-container {
	position: relative;
}

.notice .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.notice .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.notice .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #f33f3f;
}

.notice:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.notice .down-content {
	background-color: #fff;
	padding: 40px 30px;
	text-align: center;
}

.notice .down-content h4 {
	font-size: 1rem;
	color: #1a6692;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 8px;
}

.notice .down-content span {
	display: block;
	font-size: 0.9rem;
	color: #f33f3f;
	font-weight:500;
	margin-bottom: 1rem;
}


/* Botox */

#botox {
	background-image: url(https://tistory1.daumcdn.net/tistory/7530337/skin/images/HayanNara-botox-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
    z-index: 9;
}

#botox {
    margin-top: 100px;
}

#botox .container {
    border-bottom: 0px solid #f7f7f7;
    /*padding-bottom: 80px;*/
    /*margin-bottom: 3rem;*/
}

#botox .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

#botox .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #botox .section-heading h2 {
    font-size: 1.5rem;
  }
}

#botox .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #botox .section-heading h3 {
    font-size: 0.9rem;
  }
}

#botox .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

#botox .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

#botox .down-content p {
	display: block;
	font-size: 0.9rem;
	color: #92CAE5;
	font-family: "Taviraj", serif;
	font-weight: 600;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}




.botox {
	border: 0px solid #eee;
	margin-bottom: 30px;
}

.botox img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.botox .thumb-container {
	position: relative;
}

.botox .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(146,202,229,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.botox .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.botox .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #92CAE5;
}

.botox:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.botox .down-content {
	background-color: #fff;
	padding: 40px 30px;
	text-align: center;
}

.botox .down-content h4 {
	font-size: 1.10rem;
	color: #303030;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 8px;
}

.botox .down-content span {
	display: block;
	font-size: 0.9rem;
	color: #92CAE5;
	font-weight:500;
	margin-bottom: 1rem;
}


.botox .down-content a.filled-button {
	background-color: #92CAE5;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	margin-top: 1rem;
}

.botox .down-content a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

/*
---------------------------------
Main Contents
---------------------------------
*/

.main-contents {
	margin-top: 100px;
}

.main-contents .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.main-contents .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #303030;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .main-contents .section-heading h2 {
    font-size: 1.5rem;
  }
}

.main-contents .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #f33f3f;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .main-contents .section-heading h3 {
    font-size: 0.9rem;
  }
}

.main-contents .down-content h4 {
    align-items: center;
	font-size: 1.55rem;
	font-weight: 600;
	color: #303030;
	font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .main-contents .down-content h4 {
    font-size: 1.25rem;
  }
}

.main-contents .down-content h5 {
    align-items: center;
	font-size: 0.9rem;
	font-weight: 600;
	color: #303030;
	/*font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;*/
	margin-bottom: 0.5rem;
}

.main-contents .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.main-content {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.main-content img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.main-content .down-content {
	padding: 30px;
	text-align: center;
}

.main-content .thumb-container {
	position: relative;
}

.main-content .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.main-content .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.main-content .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #f33f3f;
}

.main-content:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.main-content .down-content p {
    font-size: 1.10rem
    font-weight: 400;
    color: #4a4a4a;
    font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    line-height: 180%;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
}

.main-content .down-content span {
	display: block;
	font-size: 0.9rem;
	color: #f33f3f;
	font-weight:500;
	margin-bottom: 1rem;
}

.main-contents .team-member .down-content h4 {
	color: #1a6692;
	font-size: 1rem;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 8px;
}
@media (max-width: 768px) {
  .main-contents .down-content h4 {
    font-size: 1.25rem;
  }
}


/* 
---------------------------
Specialist
--------------------------- 
*/

#specialist {
	background-image: url(/images/specialist-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
	z-index: 9;
}

#specialist {
    margin-top: 100px;
}

#specialist .container {
    border-bottom: 0px solid #f7f7f7;
    /*padding-bottom: 80px;*/
    /*margin-bottom: 3rem;*/
}

#specialist .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

#specialist .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #specialist .section-heading h2 {
    font-size: 1.5rem;
  }
}

#specialist .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #specialist .section-heading h3 {
    font-size: 0.9rem;
  }
}

#specialist .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

#specialist .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #92CAE5;
	color: #fff;
	font-size: 32px;
}

#specialist .down-content p {
	margin-bottom: 25px;
}




.specialist  {
	border: 0px solid #eee;
	margin-bottom: 30px;
}

.specialist img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.specialist .thumb-container {
	position: relative;
}

.specialist .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(146, 202, 229, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.specialist .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.specialist .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #92CAE5;
}

.specialist:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.specialist .down-content {
	background-color: #fff;
	padding: 40px 30px;
	text-align: center;
}

.specialist .down-content h4 {
	font-size: 1.10rem;
	color: #303030;
	font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
	margin-bottom: 8px;
}

.specialist .down-content span {
	display: block;
	font-size: 0.9rem;
	color: #92CAE5;
	font-weight:500;
	margin-bottom: 1rem;
}

.specialist .down-content a.filled-button {
	background-color: #92CAE5;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	margin-top: 1rem;
}

.specialist .down-content a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

/* Clients */

.happy-clients {
	margin-top: 100px;
	margin-bottom: 0px;
}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}

.happy-clients .client-item h4 {
    font-size: 1rem;
    color: #303030;
    font-family: Pretendard-Bold, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
}

.happy-clients .client-item p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #4a4a4a;
    font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    line-height: 180%;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact {
	margin-top: 100px;
}

.contact .section-heading {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.contact .section-heading h2 {
    display: block;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: #303030;
    font-family: Pretendard-Black, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contact .section-heading h2 {
    font-size: 1.5rem;
  }
}

.contact .section-heading h3 {
    display: block;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #f33f3f;
    font-family: "Taviraj", serif !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .main-contents .section-heading h3 {
    font-size: 0.9rem;
  }
}

.contact .down-content h4 {
    color: #303030;
    font-size: 1.33rem;
    font-family: "Taviraj", serif !important;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact .down-content h6 {
  color: #f33f3f;
}

.contact .down-content ul {
  margin-bottom: 3rem;
}

.contact .down-content ul li {
  margin-bottom: 0.5rem;
}

.contact .down-content ul li {
    color: #5F6767;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.contact .down-content ul li a {
    display: inline-block;
    color: #349C9E;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.contact .down-content ul li a:hover {
    color: #303030;
    text-decoration: underline;
}

.contact .down-content ul li img {
  margin-right: 15px;
}

.contact .down-content ul li span {
    color: #f33f3f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


/* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* Send Message */

.send-message {
	margin-top: 100px;
}

.contact-form input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #f33f3f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.accordion {
	/*margin-left: 30px;*/
}

.accordion a {
	cursor: pointer;
	font-size: 1rem;
	color: #1a6692 !important;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	margin-bottom: 20px;
	transition: all .3s;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.accordion a:hover {
	color: #f33f3f!important;
}
	@media screen and (max-width: 767px) {
	  .accordion a {
	    font-size: 0.9rem;
	  }
	}

.accordion a.active {
  color: #f33f3f!important;
}

.accordion li .content {
    display: none;
    background-color: #fafafa;
    padding: 1rem;
    margin-top: 10px;
}

.accordion li:first-child {
	/*border-top: 1px solid #eee;*/
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

/* Responsive Style */
@media (max-width: 768px) {
	.banner .text-content {
		width: 90%;
		margin-left: 5%;
	}
	.banner .text-content h4 {
		font-size: 22px;
	}

	.banner .text-content h2 {
		font-size: 1.28rem;
		line-height: 180%;
		letter-spacing: 0.5px;
	}
	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		padding: 180px 0px;
	}
	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.page-heading .text-content h2 {
		font-size: 1.33rem;
		letter-spacing: 0.5px;
	}
	.latest-products .section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}
	.product-item .down-content h4 {
		margin-bottom: 20px!important;
	}
	.product-item .down-content h6 {
		position: absolute!important;
		top: 30px!important;
		right: 30px!important;
	}
	.product-item .down-content span {
		position: absolute!important;
		right: 30px!important;
		bottom: 30px!important;
	}
	.best-features .left-content {
		margin-bottom: 30px;
	}
	.call-to-action .inner-content {
		text-align: center;
	}
	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.about-features img {
		margin-bottom: 1px;
	}
	.service-item {
		margin-bottom: 30px;
	}
	.find-us #map {
		margin-bottom: 30px;
	}
	.find-us .left-content {
		margin-left: 0px;
	}
	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 32px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #f33f3f!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.product-item .down-content span {
		position: relative;
		right: 0;
		bottom: 0;
	}
}