
/*
  font-family: 'Noto Sans KR', sans-serif;
  font-weight
    300: thin;
    400: normal;
    500: bold;
    600: extraBold;

  color: 4eae40; 연두색 rgba(59, 158, 45, .9);
  color: a04db7; 보라색 rgba(182, 90, 207, .9);  
*/

/************** tag *******************************************/

html {
	font-size: 14px;
	overflow-y: scroll;
}

body, p, ul, a {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	text-decoration: none;
	word-break: keep-all;
}

ul > li {
	list-style: none;
	line-height: 1.75;
}

div {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

img {
	vertical-align: middle;
}

i {
	font-size: 1.2rem;
	margin-right: 8px;
	vertical-align: middle;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 30px 0;
}

:focus {
	outline: 0;
}

/************** gnb **********************************************/

nav {
	width: 900px;
	height: 51px;
	margin: 15px auto 0;	
}

nav ul {
	text-align:center;
}

nav ul li {
	width: 225px;
	float:left;
	display:inline;
	position: relative;
	line-height: normal;	
}

nav ul li a {
	display:block;
	padding:14px 25px;
	font-size: 1.1rem;
	font-weight: 500;
    transition-property: all;
    transition-duration: 0.3s;	
}

nav ul li:hover a {
	color: #a04db7;
}

/************ header *********************************************/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
}

header:after {
    content: " ";
    position: absolute;
    display: block;
    bottom: -15px;
    left: 0;
    width: 100%;
    border: 0;
    height: 22px;
    background-image: url(/img/header_wave_bg.png);
    margin: 0;
    z-index: 10;
    background-size: 75px;
}

.tnb-wrap
{
  	height: 100px;
	line-height: 100px;
	text-align: center;	
}

.tnb-item {
	vertical-align: middle;
}


/************ footer *********************************************/

footer {
	background: #f2f2f2;
	padding: 40px 0 50px;
	margin-top: 50px;
}

.fnb-item {
	font-weight: 500;
	margin-right: 30px;
}

.copy-info {
  	font-size: 1.1rem;
}

.footer-logo {
	height: 45px;
	margin-left: 15px;
}


/************** nav tabs ***********************************************/

.tabset {
  	margin-top: 100px;
}

.tabset > input[type="radio"] {
  	position: absolute;
  	left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  	display: block;
}

.tabset > label {
	position: relative;
	display: inline-block;
	padding: 20px 57px 20px;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	font-weight: 500;
}

.tabset > label:hover,
.tabset > input:focus + label {
  	color: #a04db7;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  	background: #a04db7;
}

.tabset > input:checked + label {
	border-color: #ccc;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.tab-panel {
	padding: 30px 0;
	border-top: 1px solid #ccc;
}


/************* category_tab *********************************************/

.category_tab {
    display: table;
    position: relative;
    table-layout: fixed;
    margin: 0 0 30px;
    box-sizing: border-box;
}

.category_tab:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 930px;
    border-bottom: 1px solid #a04db7;
}

.category_tab ul {
    display: table-row;
}

.category_tab li {
    display: table-cell;
    width: 240px;
    vertical-align: middle;
}

.category_tab .on a {
    position: relative;
    z-index: 2;
    border-color: #a04db7;
    background: #fff;
    color: #a04db7;
    cursor: default;
    font-size: 16px;
    font-weight: 500;
}

.category_tab a {
    display: block;
    margin: 0 0 0 7px;
    padding: 0 5px;
    border-radius: 10px 10px 0 0;
    background: #f8f8f8;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #bbb;
    border-bottom: 0;
    white-space: nowrap;
}

.category_tab li:first-child a {
    margin: 0;
}

/************* gallery tab *********************************************/

/************** public class *******************************************/

.container {
	width: 1200px;
	margin: 180px auto 0;
	min-height: 500px;
}

.nomargin-top {
	margin-top: 0;	
	min-height: 0;
}

.flex-div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.flex-div-top {
	align-items: flex-start;
	vertical-align: top;
}

.gradient-bar {
	background: rgb(0,207,255);
	background: linear-gradient(-90deg, rgba(0,207,255,1) 15%, rgba(0,92,255,1) 25%, rgba(255,90,188,1) 60%, rgba(255,214,90,1) 100%);
}

.pipe-divider {
	font-weight: 100;
	color: #e3e3e3;
	margin: 0 10px;
}

.pipe-divider-dark {
	font-weight: 100;
	color: #c3c3c3;
	margin: 0 10px;
}

.page-title {
	text-align: center;
	margin: 230px 0 75px;
	font-size: 2rem;
	font-weight: 500;
}

.page-title span {
	padding: 10px;
	border-bottom: 2px solid #efefef;
}

.center-title {
	margin-top: 43px; 
	margin-bottom: 50px;
	font-size: 20px; 
	padding: 10px 0; 
	border-bottom: 1px solid #ddd;
}

.sub-title {
	font-size: 1.1rem;
	font-weight: 500;
	padding: 5px;
}

.center {
  	text-align: center;
}

.left {
  	text-align: left;
}

.right {
  	text-align: right;
}

.well {
	padding: 50px;
	border-radius: 5px;
	box-sizing: border-box;
	background: url(/img/sasun_bg.png) 0 0 repeat;
}

.smaller, .smaller * {
  	font-size: .8rem;
}

.bigger, .bigger * {
	font-size: 1.2rem;
	font-weight: 500;
}

#modal_shadow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 998;
	display: none;
}

.modal-pop {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	display: none;
}

.f100 {
	font-weight: 100;
}

.f300 {
	font-weight: 300;
}

.f400 {
	font-weight: 400;
}

.f500 {
	font-weight: 500;
}

.f700 {
	font-weight: 700;
}

.f900 {
	font-weight: 900;
}

.fbold {
	font-weight: 500;
}

.fred {
	color: #ff0000;
}

.fviolet {
	color: #a04db7;
}

.fblack {
	color: #000000;
}

.fwhite {
	color: #ffffff;
}

.fitalic {
	font-style: italic;
}

.strike {
	text-decoration: line-through;
}

.search-cate {
	position: relative;
}

.search-cate-arrow {
	position: absolute; 
	top: 13px;
	right: 15px;
}

.search-input {
	width: 100%; 
	height: 38px; 
	font-size: 24px;
	font-weight: 600; 
	color: #a04db7;
	padding: 5px 10px; 
	border: 1px solid #a04db7;
}

.search-btn {
	height: 50px; 
	line-height: 50px; 
	background: #a04db7; 
	font-size: 16px;
	color: #fff; 
	text-align: center;
}

.photo-list {
	margin-bottom: 30px; 
	padding: 10px; 
	border: 1px solid #ddd; 
	border-radius: 10px 10px 0 0; 
	box-shadow: 6px 6px 6px -3px rgba(0, 0, 0, .05);
	transition: box-shadow ease-in-out .2s;
	cursor: pointer;
}

.photo-list:hover {
	box-shadow: 6px 6px 6px -3px rgba(0, 0, 0, .2);
}

.photo-list img {
	width: 100%; 
	border-radius: 10px 10px 0 0;
}

.photo-list h3 {
	padding: 20px 10px 0;
}

.photo-list p {
	padding: 10px;
}

/**/
.photo-list-disable {
	background: #ccc;
}

.photo-list-disable img {
	opacity: .5;
}

.photo-list-disable h3 {
	font-style: italic;
	color: #eee;
}

.photo-list-disable p {
	font-style: italic;
	color: #eee;
}

a.tip {
    border-bottom: 1px dashed;
    text-decoration: none;
}

a.tip:hover {
    cursor: help;
    position: relative;
}

a.tip span {
    display: none;
}

a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 10px 20px 10px 10px;
    display: block;
    z-index: 100;
    background: #f0f0f0;
    left: 0px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    line-height: 30px;
}


/************ right quick ***************************************/

.quick-service-item {
	margin: 20px 0;
}

.quick-service-icon {
	width: 75px; 
	height: 75px; 
	background: #fff; 
	border-radius: 50%; 
	box-shadow: 3px 3px 3px #ddd; 
	text-align: center; 
	padding-top: 20px; 
	transition: background ease-in-out .2s;
}

.quick-service-item:hover .quick-service-icon {
	background: #fffbcf;
}

.quick-service-icon img {
	height: 40px; 
}

.quick-service-text {
	margin-top: 5px; 
	font-size: 12px; 
	text-align: center;	
}


/************ left menu *****************************************/

.left-menu-title {
	font-size: 2rem;
	font-weight: 500;
	padding-left: 15px;
	margin-top: 47px;
}

.left-menu-wrap {
	margin-top: 5px;
	padding: 10px;
}

.left-menu-list {
	padding: 10px 20px;
	margin: 1px;
	background-color: #fff;
	cursor: pointer;
}

.left-menu-list i {
  	font-size: .5rem;
}

.left-menu-list.active {
	color: #a04db7;
	padding-left: 30px;
}

.left-menu-list.active a {
	color: #a04db7;
}


/*********** dropdown menu **********************************************/

.dropbtn {
	background-color: #fff;
	border: 1px solid #a04db7;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
    padding-left: 15px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ffeffe
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
 	display: block;
}


/************** image hover effect - zoom ****************************/

.figure {
  overflow: hidden;
}

.figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/************ buttons ***************************************************/

.btn {
	border: 0;
	font-size: 1rem;
	border-radius: 3px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(224, 224, 224, .9);
	vertical-align: middle;
	color: #666;
	cursor: pointer;
}

.btn-set .btn {
	margin: 0 7px;
}

.btn-set .btn:first-child {
	margin-left: 0;
}

.btn-set .btn:last-child {
	margin-right: 0;
}

.btn:hover, .btn:focus, .btn:active {
	background-color: rgba(224, 224, 224, 1);
}

.btn-primary {
	color: #ffffff;
	background-color: rgba(182, 90, 207, .9);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: rgba(182, 90, 207, 1);
}

.btn-danger {
	color: #ffffff;
	background-color: rgba(201, 48, 44, .9);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background-color: rgba(201, 48, 44, 1);
}

.btn-sm {
    font-size: .9rem;
    border-radius: 2px;
    width: 50px;
    height: 30px;
    line-height: 30px;
}

.btn-lg {
    font-size: 1.2rem;
    border-radius: 5px;
    width: 150px;
    height: 60px;
    line-height: 60px;
}

.border-btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
	transition-property: color,background-color;
	-webkit-transition-property: color,background-color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;    
}

.border-btn:hover {
    color: #fff;
    background-color: #000;
}

/************ form-controls *********************************************/

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.form-control {
	display: inline-block;
	width: 200px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 8px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
  	color: #999;
}

.form-control::-webkit-input-placeholder {
  	color: #999;
}

.form-control[readonly], .form-control[disabled] {
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}

.form-row {
	padding: 5px 0;
}

.form-label {
	display: inline-block;
	width: 100px;
}

/************ table **********************************************/

.form-table {
	width: 100%;
	border-collapse: collapse;
}

.form-table tr td {
	height: 60px;
	border-top: 1px dashed #ddd
}

.form-table tr td:first-child {
	width: 100px;
}

.form-table tr:first-child td {
	border-top: 0;
}

.form-table tr td.required, .form-table tr td.required2 {
	position: relative;
}

.form-table tr td.required::after {
	content: '';
	position: absolute;
	top: 20px;
	left: -5px;
	width: 3px;
	height: 3px;
	display: block;
	background: #ff0000;
	border-radius: 100%;
}

.form-table tr td.required2::after {
	content: '';
	position: absolute;
	top: 55px;
	left: -5px;
	width: 3px;
	height: 3px;
	display: block;
	background: #ff0000;
	border-radius: 100%;
}

.table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px 10px;
    height: 40px;
    vertical-align: middle;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ccc;
}

.table tr > th {
	text-align: center;
	background: url(/img/sasun_bg.png) 0 0 repeat;
	font-weight: 500;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.table-bordered {
	border: 0;
}

.table-bordered {
	border-top: 1px solid #ccc;
}

.table-hor > tbody > tr > th {
	border-left: 0;
}

.table-hor > tbody > tr > td {
	border-right: 0;
}

.table-ver > tbody > tr > td {
	text-align: center;
}

.table-ver > thead > tr > th:first-child, .table-ver > tbody > tr > th:first-child, .table-ver > tbody > tr > td:first-child {
	border-left: 0;
}

.table-ver > thead > tr > th:last-child, .table-ver > tbody > tr > td:last-child {
	border-right: 0;
}

.table-hover > tbody > tr:hover > td {
	background: #f9f9f9;
	cursor: pointer;
}

table > tbody > tr > td.no-list {
	height: 200px;
	text-align: center;
	color: #a04db7;
	font-size: 18px;
}

table > tbody > tr > td.no-list:hover {
	background: #fff;
	cursor: default;
}


/************ modal *****************************************/

.modal-open {
  	/* overflow-y: scroll; */
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	min-height: 20px;
	background: #a04db7;
	color: #fff;
}
.modal-header .close {
  	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 20px;
}
.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  	margin-left: 0;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	
	.modal-w1000 {
		width: 1000px;
	}
	
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	
	.modal-sm {
		top: 50%;
		margin: 0 auto;
		margin-top: -71px;
	}
	
	.modal-sm .modal-dialog {
		width: 400px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

/********** popup *************/

.popup {
	position: absolute; 
	display: none; 
	box-shadow: 0 1px 10px rgba(0,0,0,.5); 
	z-index: 9999;	
}