
html,
body{
	font-size:15px;
}

/*=================================================
		00. 일반
=================================================*/
/*****#####===== 일반 =====#####*****/
.tag_keyword{
	cursor: pointer;

	color: #777777;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.tag_keyword.active,
.tag_keyword:hover{
	cursor: pointer;

	font-weight: 600;
	color: #000000;
}

.tag_box{
	display: inline-block;
	padding: 3px 8px;

	background-color: #444444;
	border: 1px solid #444444;
	border-radius: 4px;

	font-weight: 400;
	color: #FFFFFF;
}

.tag_box.active,
.tag_box:hover{
	background-color: #FFFFFF;

	font-weight: 400;
	color: #222222;
}

table > tbody > tr > td.subject span {
	cursor: pointer;
}

/*=================================================
		01. 네비게이션
=================================================*/
/*****#####===== 일반 =====#####*****/
#main-gnb {
	width: 100%;
	z-index: 1000;

	background-color: #FFFFFF;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#main-gnb.float {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

/*****#####===== 로고 =====#####*****/
#main-gnb .navbar-brand{
	display: inline-block;
	float: none;
	height: auto;
	padding: 15px 10px 10px 10px;

	font-weight: 600;
	line-height: 30px;
}

#main-gnb .navbar-brand img{
	height:40px;
}

/*****#####===== 리스트 =====#####*****/
#main-gnb #menu-navbar > .navbar-nav{
	margin: 0;

	color: #333333;
}

#main-gnb #menu-navbar > .navbar-nav > li > a{
	padding: 0;
	width:150px;
}

#main-gnb #menu-navbar > .navbar-nav > li > a > span{
	display: block;
	text-align: center;
	padding: 25px;

}

#top-navbar .ul-wrap{
	text-align: right;
}


#top-navbar .vertical-divide{
	display: inline-block;
}

/*****#####===== 서브 메뉴 리스트 =====#####*****/
#main-gnb .navbar-nav .sub-menu{
	position: absolute;
	width: 150px;
	margin: 0;
	padding: 0;
	top: 62px;
	opacity: 0;
	list-style-type: none;

	background-color: #fff;
	color: #111;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#main-gnb #menu-navbar .sub-menu > li:after{
	content:"";
	position:absolute;
	width:90%;
	height:1px;
	background:#bfbfbf;
	margin-left:5%;
}

#main-gnb  .navbar-nav > li:hover .sub-menu{
	opacity: 1;
}


#main-gnb #menu-navbar .sub-menu > li > a > span{
	display: block;
	padding: 8px 15px;
	text-align:center;
	font-weight: 500;
    font-size: 12px;
}

#main-gnb #menu-navbar .sub-menu > li > a > span:hover,
#main-gnb #menu-navbar .sub-menu > li.active > a > span{
	background-color:#039AC6;
	color: #fff;
}

/*****#####===== 탑 메뉴 =====#####*****/
#main-gnb #top-navbar{
	margin-left: 50px;
}

#main-gnb #top-navbar .vertical-divide li+li:before{
	height: 10px;
	margin-top: 7px;
}

#main-gnb #top-navbar .vertical-divide li a{
	padding: 3px 7px;
}

/*=================================================
		02. 섹션
=================================================*/
/*****#####===== 일반 =====#####*****/
header,
section{
	position: relative;
	overflow: hidden;

	text-align: center;
}

section{
	padding: 70px 0 50px;
}

/*****#####===== 섹션 타이틀 =====#####*****/
.section-title-wrap {
	margin: 0 0 30px;
}
.size{
	padding:20% 5%;
	margin-top:50px;
}
/***** 타이틀 *****/
.section-title-wrap .section-title{
	display: block;
	margin: 0 0 20px;

	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

/***** 서브타이틀 *****/
.section-title-wrap .section-subtitle{
	display: inline-block;
	margin: 0;

	font-size: 15px;
	color: #000000;
	text-align: center;
	line-height: 1.6em;
}

/***** 언더바 *****/
.separator{
	display: block;
	width: 45px;
	height: 3px;
	margin: 0 auto 20px;

	background-color: #474D5D;
}

.separator.left{
	margin: 0;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** xs *****/
@media (max-width: 767px){
	section{
		padding: 55px 0 30px;
	}
}


/*=================================================
		03. 페이지
=================================================*/
.page-wrap{
	margin: 102px 0 0;
}

.page-wrap .page-title{
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
}

.page-wrap .title-info{
	font-size: 15px;
	font-weight: 600;
	color: #797979;
}

.page-wrap .info-title{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;

	margin-bottom: 20px;
	padding-bottom: 6px;
	padding-left: 5px;
}

/*=================================================
		04. 페이지 네비게이션
=================================================*/
/*****#####===== 헤더 메인 타이틀 =====#####*****/
.page-main-title{
	padding: 97px 0;

    font-size: 23px;
    font-weight:500;

    background-color:#ffffff;

    border:12px solid #009CC4;
    text-align:center;
}

/*****#####===== 페이지 네비게이션 =====#####*****/
.page-nav-wrap ul{
	padding:22px 27px;
    margin: 0;
    min-height:500px;
	background-color:#F1F1F1;

    vertical-align: top;
}

.page-nav-wrap ul li a{
	width:100%;
	padding:22px 0 3px;

	font-size:15px;
	font-weight:600;

	color:#7C7C7C;

	border-bottom:1px solid transparent;
	display:inline-block;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.page-nav-wrap ul li:hover a,
.page-nav-wrap ul li a.active{
	color:#111111;
	border-bottom:1px solid #009CC4;
}

/*=================================================
		04. 페이지  공통
=================================================*/
/*****#####===== 타이틀 배너 =====#####*****/
/***** 비율 *****/
.section .ratio-rate:before{
    padding-top: 26%;
}

/***** 글씨 이미지 *****/
.section .img-wrap{
    padding: 0 0 0 56px;
}

/*****#####===== 컨텐츠 패딩 =====#####*****/
.content-padding{
	padding:0 0 0 56px;
}

/*=================================================
		04. 페이지  섹션
=================================================*/
/*****#####===== section4-1 =====#####*****/
.section4-1 .middle-box{
    border-radius: 10px;
    min-height:140px;
}

/***** 서브타이틀 *****/
.section4-1 .item-wrap .item-subtitle{
	margin:0;
}

/*****#####===== section8 =====#####*****/
/*****##### 테이블 #####*****/
.section8 .item-table {
	width:100%;
}

.section8 .item-table .text-cell{
	width:55%;
}

.section8 .item-table .img-cell{
	width:45%;
}

/***** 서브타이틀 *****/
.section8 .item-table .text-cell .item-subtitle{
	padding:0 0 20px;
}

/*****#####===== section10 =====#####*****/
/*****##### 테이블 #####*****/
/***** number *****/
.section10 .circle-table .number-cell{
	width:14%;
	text-align:center;

	vertical-align:top;
}

.section10 .circle-table .number-cell .circle-wrap{
    margin: 24px 0 0;

	width:75px;
	height:75px;
	line-height:75px;

	background-color:#039AC5;
	color:#ffffff;

	border-radius:50%;
}

.section10 .circle-table .number-cell .circle-wrap .circle{
    font-size: 35px;
    font-weight: 300;
    display: inline-block;

}

/***** text cell *****/
.section10 .circle-table .text-cell{
	width:86%;
}

/*=================================================
		05. 푸터
=================================================*/
footer{
	padding: 20px 0 0 0;

	background-color: #DFDFDF;

	color: #FFFFFF;
	font-size: 14px;
}
footer .container-fruid .text-center{
	padding:10px 0;
}
footer .logo-img{
	height: 90px;
}

footer .company-info{
	margin: 0;
}

footer .company-info li{
	line-height: 1.8;
}

footer hr{
	margin: 20px 0;

	border-top: 1px solid #111111;
	border-bottom: 1px solid #555555;
}

footer .btn-wrap a{
	border: 1px solid #3169A6;
	color:#3169A6;
	font-weight:600;
    padding: 10px 25px;
    width: 200px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	footer{
		padding: 14px 0;
		font-size: 11px;
		text-align: center;
	}

	footer .company-info li{
		margin: 0 8px 0 0;
		line-height: 1.8;
	}
}
\

/*=================================================
		05. 상품 리스트
=================================================*/
.order-list-table{
	width: 100%;
}

.order-list-table th{
	text-align: center;
	border-bottom: 2px solid #202020;
	padding: 5px;
}

.order-list-table td{
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 5px;
}

/* 체크박스 */
.order-list-table .cart_check{
	width: 30px;
}

/* 주문일자 */
.order-list-table .cart_date{
	width: 150px;
}

/* 주문상태 */
.order-list-table .cart_status{
	width: 90px;
}

/* 제품 이미지 */
.order-list-table .cart_img{
	width: 100px;
}

.order-list-table .cart_img img{
	border: 1px solid #EFEFEF;
}

/* 상품 정보 */
.order-list-table td.cart_info{
	text-align: left;
}

.order-list-table td.cart_info h4{
	margin: 3px 6px 6px;
	font-size: 16px;
}

.order-list-table td.cart_info h3{
	margin: 3px 6px 6px;
	font-size: 20px;
	font-weight: bold;
}

/* 옵션 정보 */
.order-list-table .cart_info .opt_info{
	border: 1px solid #E9E9E9;
	background-color: #F8F8F8;

	padding: 4px 10px;
	margin-top: 3px;

	font-size: 13px;
}

.order-list-table .cart_info .opt_info.cancel{
	background-color: #999999;

	color: #AAAAAA;
}


.order-list-table .cart_info .opt_info > div{
	display: inline-block;
}

.order-list-table .cart_info .opt_info .opt_name{
	width: 250px;
	line-height: 24px;
}

.order-list-table .cart_info .opt_info .opt_price{
	width: 80px;
	text-align: center;
	line-height: 24px;
}

.order-list-table .cart_info .opt_info .opt_qty{
	width: 100px;
	text-align: center;
}

.order-list-table .cart_info .opt_info .opt_qty input{
	width: 45px;
	padding-left: 4px;

	border: 1px solid #C4C2C0;
}

.order-list-table .cart_info .opt_info .change_btn{
	padding: 2px 7px;

	font-size: 12px;
}

.order-list-table .cart_info .opt_info .opt_subtotal{
	line-height: 24px;
}

/* 주문 금액 */
.order-list-table .cart_price{
	width: 110px;
	font-weight: bold;
}

/* 주문 버튼 */
.order-list-table .cart_btn{
	width: 85px;
}

.order-list-table .cart_btn .btn{
	padding: 3px 15px;

	font-size: 13px;
	font-weight: bold;
}

/***** xs *****/
@media (max-width: 767px){
	/* 주문 테이블 */
	.order-list-table,
	.order-list-table > tbody,
	.order-list-table > tbody >tr,
	.order-list-table > tbody > tr > td{
		position: relative;
		display: block;
		width: 100%;
	}

	.order-list-tabel thead{
		display: none;
	}

	/* 상품 정보 */
	.order-list-table .cart_check{
		width: 100%;
	}

	.order-list-table .cart_img{
		width: 100%;
	}

	.order-list-table .cart_price{
		width: 100%;
	}

	/* 옵션 정보 */
	.order-list-table .cart_info .opt_info{
		padding: 2px 5px;
		margin-bottom: 3px;

		font-size: 12px;
	}

	.order-list-table .cart_info .opt_info .opt_name{
		width: 40%;
	}

	.order-list-table .cart_info .opt_info .opt_price{
		width: 60px;
	}

	.order-list-table .cart_info .opt_info .opt_qty{
		width: auto;
	}

	.order-list-table .cart_btn {
		width: 100%;
	}


	/* 토탈 정보 */
	#total_wrap #total_delivery{
		float: none !important;
		display: block;
		text-align: right;
	}

	#total_wrap #total_price{
		float: none !important;
		display: block;
		text-align: right;

		font-size: 18px !important;
	}

	#total_wrap #total_price .price{
		font-size: 24px !important;
	}
}


/*=================================================
	00.공통
=================================================*/
table{
	width:100%;
}
.hvr-box-shadow-inset:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover{
	    box-shadow: inset 1px 1px 2px rgba(0,0,0,.4),0 0 1px rgba(0,0,0,0);
}
ul,li{
	list-style:none;
	padding:0;
}
.separator{
	margin:0;
}
.long{
	width:300px;
}


/***** 텍스트 *****/
.item-maintitle,
.item-maintitle span{
	font-size:36px;
}

.item-maintitle-small{
	font-size:20px !important;
}

.item-title,
.item-title span{
	font-size:30px;
}

.item-subtitle{
	font-size:24px;
	margin-top:20px;
}

.item-subtitle span{
	font-size:24px;
}

.item-subtitle-small{
	margin-top:10px;

	font-size: 15px !important;
	line-height: 1.2;
}

.item-desc{
	font-size:18px;
	font-weight:500;
}
.item-stitle{
	font-size:50px;
	font-weight:500;
}
.item-content{
	font-size:15px;
	font-weight:500;
}


/***** color *****/
.black-c{
	color:#1c1c1c;
}
.dblue-c{
	color:#006FB9;
}
.blue-c{
	color:#039AC6;
}
.gray-c{
	color:#7c7c7c;
}
.w-c{
	color:#fff;
}
.e-c{
	color:#e1e1e1;
}

/***** 배경 *****/
.blue-bg{
	background-color:#009CC4;
}
.blue-bg1{
	background-color:#3169A6;
}
.blue-bg2{
	background-color:#33b0d0;
}
.gray-bg{
	background-color:#999999;
	color:#ffffff;
}

.gray-bg-l{
	background-color:#F1F1F1;
}

/***** p *****/
p{
	margin-bottom:5px;
}

/***** 패딩 *****/
.all-text-box1{
	padding:1%;
}
.all-text-box2{
	padding:2%;
}
.all-text-box3{
	padding:3%;
}
.all-text-box4{
	padding:4%;
}
.all-text-box5{
	padding:5%;
}
.all-text-box10{
	padding:10%;
}
.all-text-box13{
	padding:13%
}
.all-text-box15{
	padding:15%;
}
.all-text-box20{
	padding:20%;
}
.all-text-box30{
	padding:30%;
}
.n-text-box20{
	padding:25% 4%;
}
.text-box1{
	padding:1% 0;
}
.text-box2{
	padding:2% 0;
}
.text-box3{
	padding:3% 0;
}
.text-box4{
	padding:4% 0;
}
.text-box5{
	padding:5% 0;
}
.text-box10{
	padding:10% 0;
}
.text-box13{
	padding:13% 0;
}
.text-box15{
	padding:15% 0;
}
.text-box20{
	padding:20% 0;
}
.text-box25{
	padding:25% 0;
}
.text-box30{
	padding:30% 0;
}
.text-box40{
	padding:40% 0;
}
.text-box50{
	padding:50% 0;
}
.p-none{
	padding-left:0;
	padding-right:0;
}
.pr-40{
	padding-right:40%;
}
.pr-20{
	padding-right:20%;
}
.pr-10{
	padding-right:10%;
}
.pr-15{
	padding-right:15%;
}
.pr-5{
	padding-right:5%;
}
.pl-20{
	padding-left:20%;
}
.pl-10{
	padding-left:10%;
}
.pl-5{
	padding-left:5%;
}
/***** 폰트 *****/
.fs-24{
	font-size:24px;
}
.f-w5{
	font-weight:500;
}
.f-w6{
	font-weight:600;
}
.f-w7{
	font-weight:700;
}
.f-w8{
	font-weight:800;
}
.f-w9{
	font-weight:900;
}
.fw-600{
	font-weight:600;
}
.fw-700{
	font-weight:700;
}
.fw-800{
	font-weight:800;
}
.fw-900{
	font-weight:900;
}
.l-s12{
	letter-spacing:1.2px;
}
.l-s14{
	letter-spacing:1.4px;
}
.l-s05{
	letter-spacing:-0.5px;
}
.l-s1{
	letter-spacing:-1px;
}
.l-s15{
	letter-spacing:-1.5px;
}
.l-s2{
	letter-spacing:-2px;
}

button:hover{
	color:#fff;
}
.btn1{
	width:150px;
	height:40px;
	border-radius:30px;
	border:none;
	color:#fff;
	font-size:18px;
}
.btn-wrap .blue-btn{
	background-color:#039AC6;
	margin-right:5%
}
/*****#####===== section1 =====#####*****/
.section1 .item-logo .ratio-box:before{
	padding-top:15%
}
.section1 .item-title .ratio-box:before{
	padding-top:20%
}
.section1.separator{
	width:30%;
	text-align:left;
	display:inline-block;
	height:1px;
	background-color:#478290;
	margin-bottom:1px;
}
.section1 .item-content{
	padding-top:10px;
}
.section1{
	width:100%;
}
.section1 .item-title .ratio-box:before{
	padding-top:14%;
}
.section1 .item-img .ratio-box:before{
	padding-top:130%;
}

/*****#####===== section2 =====#####*****/
.section2 .bg{
	background-size:inherit;
}
.section2 .item-title .ratio-box:before{
	padding-top:20%;
}
.section2 .item-img .ratio-box:before{
	padding-top:110%;
}

/*****#####===== section3 =====#####*****/
.section3 .item-wrap-right .item-title .ratio-box:before{
	padding-top:17%
}

.section3 .ratio-box:before{
	padding-top:15%;
}

.section3 .item-wrap-left{
	background-color:#f1f1f1;
	padding:50px 0 70px 0;
	border-radius:15px;
	-webkit-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
}

.section3 .item-wrap-left .item-title{
	font-size:54px;
	font-weight:bold;
    color: transparent;
	text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
	background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    margin-bottom:10px;
}

.section3 .item-wrap-left .item-subtitle{
	font-size:40px;
	font-weight:500;
	line-height:0.6;
}

 .section3 .item-wrap-left .item-subtitle span{
	font-size:150px;
	font-weight:900;
	font-family:"Open Sans Hebrew";
	color:#039AC6;
}

.section3 .item-wrap-right{
	padding-left:20px;
}

.section3 .item-wrap-right th{
	padding:5px 13px 0 0;
}

.section3 .item-wrap-right th p{
	margin-left:20px;
}

.section3 .item-logo .bg{
	background-size:inherit;
}

.section3.item-logo .ratio-box:before{
	padding-top:10%;
}

/*****#####===== section4 =====#####*****/
.section4 .box-wrap{
	padding:5px 0;
}
.section4 .row{
	padding:5px 0;
}
.section4 .content-box .item-title{
	padding:10% 10% 0 10%;
}
.section4 .content-box .item-subtitle{
	padding:7% 6% 7% 6%;
	margin:0;
	font-weight:500;
}
.section4 .content-wrap{
	border-radius:10px;
	min-height:170px;
}
.section4 .direction-img{
	padding:20px 0;
}
.section4 ul li{
	padding:0 0 30px 0;
}

/*****#####===== section4-1 =====#####*****/
.section4-1 table .ratio-box:before{
	padding-top:76%
}
.section4-1 table td{
	padding-right:40px;
}
.section4-1 table th{
	width:40%;
}
.section4-1 table img{
	width:100%;
}
.section4-1 .content-box{
	padding:0;
}

/*****#####===== section5 =====#####*****/
.section5 .content-box .ratio-box:before{
	padding-top:67%;
}
.section5 .content-box .dubble .ratio-box:before{
	padding-top:128%;
}
.section5 .content-box .text-box{
	padding-left:0;
}
/*****#####===== section6 =====#####*****/
.section6 .content-box{
	padding-right:20%;
}
/*****#####===== section7 =====#####*****/
.section7 .after{
	margin-left:7%;
}
.section7 .img-box .ratio-box:before{
	padding-top:74%;
}
.section7 .separator{
	margin:0;
	background-color:#0E97B9;
	height:4px;
}
@media (min-width: 992px) and (max-width: 1199px){
 .item-subtitle{
 	font-size:20px;
 }
 .section4 .content-box .item-title{
 	padding:5% 5% 0 5%;
 }
}
/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
	#main-gnb #menu-navbar > .navbar-nav > li > a{
		width:120px;
		font-size:12px;
	}
	#main-gnb .navbar-nav .sub-menu{
		width:120px;
	}
}
/***** xs *****/
@media (max-width: 767px){
	.content-padding{
		padding:0;
	}
	.item-stitle{
		font-size:46px;
	}
	.item-maintitle{
		font-size:32px;
	}
	.item-title{
		font-size:26px;
	}
	.item-subtitle{
		font-size:20px;
	}
	.item-content{
		font-size:13px;
	}
	.itme-desc{
		font-size:14px;
	}
	footer .logo-img{
		height:60px;
	}
	.section .carousel-inner>.item>a>img,.section .carousel-inner>.item>img,.section .img-responsive,.section .thumbnail a>img,.section .thumbnail>img{
		max-width:60%;
	}
	.section .img-wrap{
		padding:5%;
	}
	#main-gnb #menu-navbar > .navbar-nav{
		overflow:hidden;
		text-align:left;
	}
	#main-gnb #menu-navbar > .navbar-nav > li{
		border-bottom:1px solid#f1f1f1;
	}
	#main-gnb #menu-navbar > .navbar-nav > li > a > span{
	    padding: 10px;
	    font-size:13px;
	    text-align:left;
	}
	.form-control{
		min-height:40px;
	}

.section3 .item-wrap-left{
	margin: 0;
}

.section3 .item-wrap-left .item-title{
	font-size:30px;
}

.section3 .item-wrap-right .item-subtitle {
	top: -40px;
}

.section3 .item-wrap-right .item-subtitle span {
    font-size: 100px;
}

}
