@charset "utf-8";

#site {
	padding-top: 90px;
	font-family: 'notokr', sans-serif;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	border: 0
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin-left: 0!important;
}
.navbar-brand img{
	margin:6px 0;
	width:330px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 18px;
	font-weight: 500;
	color: #313131;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #222;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #29a5df;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: .25rem;
		border: 1px solid #29a5df;
		/* padding: 8px 0; */
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		font-weight: 500;
		letter-spacing: -0.02em;
		font-size: 15px;
	}
ul.dropdown-menu {
    font-size: 14px;
    background-color: #ffffffdb;
    text-align: center;
    padding: 8px 0;
}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 10px 20px;
	}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #29a5df;
}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 500;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 21px 27px 10px;
		letter-spacing: -0.01em;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';           
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
} 	

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
	text-align: left;
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

.container{
	width:1400px;
	max-width:100%;
}
#job01 .subpage-content .container {
    width: 1140px;
}
#inquiry .subpage-content .container {
    width: 1140px;
}
#notice .subpage-content .container {
    width: 1140px;
}
#job02 .subpage-content .se1 .container {
    width: 1140px;
}
/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 30px 0;
	background-color: #333;
	color: #666;
	/* border-top: 1px solid #ddd; */
	font-size:13px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 700px;
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 300px;
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 24px
	}

	#mainCarousel .carousel-caption p {
		font-size: 15px;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}
/* personal setting 0.66v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #29A5DF;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #29A5DF;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #29A5DF;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative;
	margin-bottom: 8px;
	padding-left: 100px;
	font-size: 29px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1.3;
}
.li-pill li span{
	position:absolute;
	left:0;
	width: 120px;
	color: #fff;
	line-height:1.1;
	font-weight: 500;
	letter-spacing: -0.04em;
	font-size: 17px;
	top: 6px;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#29A5DF;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#29A5DF;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #29A5DF;
	background:#29A5DF;
}
.more-btn:hover{
	color:#29A5DF;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#29A5DF;
	position:absolute;
	left:0;
	top:0.5em;
	margin-top:-3px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}

.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;/* font-size: 15px; */}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table.table_default thead th {
    font-weight: 500;
}
.main-location .row {
    background: #2188b8;
}
.root_daum_roughmap .wrap_map {
    height: 360px !important;
}
div#Special-text {
    background: #f5f5f5;
    padding: 23px;
    text-align: left;
    border: 1px solid #e6e6e6;
    min-height: 330px;
}
div#Special-text dd {
    font-size: 15px;
    line-height: 1.4;
}
.table-style {
	margin: 0 0 20px;
	border-top: 1px solid #333;
	font-size: 15px;
}
p.baking-info {
    padding: 0px 0px 10px 37px;
    font-size: 16px;
    color: #333;
    position: relative;
}
p.baking-info::after {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    position: absolute;
    top: 2px;
    left: 18px;
}
p.oneday-baking-info {
    padding-left: 37px;
    padding-top: 10px;
    font-size: 17px;
    position:relative;
    font-weight: 500;
}
p.oneday-baking-info::after {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    position: absolute;
    left: 19px;
    top: 14px;
}
p.cour04-content-text {
    font-size: 24px;
    color: #333;
    text-align: center;
    letter-spacing: -0.07em;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 35px;
    position: relative;
    line-height: 1.5;
    padding: 0px 20px 35px 20px;
}
p.cour04-content-text::after {
    display: block;
    content: '';
    border: 2px solid #dbdbdb;
    width: 7%;
    height: 1px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateY(-50%);
}
.cour04-content-text span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    padding: 0px 10px;
}
p.cour04-info-text {
    font-size: 15px;
    padding: 15px;
    border: 1px dashed #ddd;
    letter-spacing: -0.02em;
    margin-top: -20px;
    min-height: 116px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0px;
}
div[id^="cook"] .course-wrap .inner{
	padding-left:32px;
	padding-right:77px;
}
p.cook01-top-text01 {
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.02em;
    display: block;
    margin-top: 50px;
    line-height: 1.5;
}
p.cook01-top-text01::after {
    content: '';
    display: block;
    background: #dbdbdb;
    width: 5%;
    height: 4px;
    position: absolute;
    top: 65px;
}
p {
    margin: 0 0 25px;
}
p.copy {
    font-size: 13px;
}
p.young-chef-text {
    font-size: 20px;
    color: #222;
    text-align: center;
    letter-spacing: -0.04em;
    border-bottom: 1px dashed #ddd;
    padding: 20px 20px 30px 20px;
    position: relative;
    line-height: 1.5;
}
p.young-chef-text::after {
    content: '';
    display: block;
    border: 2px solid #dbdbdb;
    width: 7%;
    height: 1px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
}
p.small-quote3 {
    font-size: 29px;
    font-weight: 600;
    color: #404040;
    text-align: center;
    padding: 0;
    letter-spacing: -0.03em;
}
p.small-quote3:before{
	content:'';
	display: block;
	max-width: 100%;
	width:106px;
	height:105px;
	background:url(/public/img/sub/trophy.png) no-repeat center / cover;
	vertical-align: middle;
	margin: 0 auto 20px;
}
p.small-quote3 .text-gold{
	color: #ffbc00;
    display: inline-block;
    border-bottom: 2px solid;
}
/* p.small-quote3::after {
    content: '\f091';
    font-family: 'Font Awesome 5 Free';
} */
p.cour05-info-text {
    font-size: 15px;
    padding: 15px;
    border: 1px dashed #ddd;
    letter-spacing: -0.02em;
    margin-top: -21px;
    min-height: 122px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0px;
}
p.cour05-caffe-content {
    font-size: 24px;
    color: #333;
    text-align: center;
    letter-spacing: -0.04em;
    padding: 0px 10px;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 42px;
}
p.cour05-caffe-content::after {
    content: '';
    display: block;
    border: 2px solid #dbdbdb;
    width: 7%;
    /* height: 1px; */
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.cour05-caffe-content span {
    font-size: 24px;
    font-weight: 600;
}
p.target {
    font-size: 17px;
    padding: 30px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.02em;
    border-top: 1px dashed #ddd;
    margin-bottom: 10px;
    position: relative;
    padding-left: 38px;
}
p.target::after {
    content: '\f192';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    top: 35px;
    left: 20px;
    color: #333;
}

p.oneday-cooking-info {
    font-size: 17px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    position: relative;
    padding: 0px 0px 0 37px;
    font-weight: 500;
}
p.oneday-cooking-info::after {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 19px;
    font-size: 11px;
    color: #333;
    top: 5px;
}
.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #555;
}
.history-wrap{
	position:relative;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #76706E;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.history-wrap .history-box{
	position:relative;
	width:50%;
	float:left;
	padding:30px 50px;
}

.history-wrap  h6{
    position: relative;
	margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #29A5DF;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #29A5DF;
    border-radius: 50%;
    background: #fff;	
}
.history-wrap li{
	position:relative;
	margin:5px 0;
	font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#29A5DF;
}
@media(min-width:768px){
	.history-wrap .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap .history-box:nth-child(odd) h6:after{
		left:auto;
		right:-61px;
	}
}
@media(max-width:767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.64v end */
/* navigation setting */

/* mainpage setting */
.carousel-caption h1{
	font-size: 68px;
	font-weight: 400;
	font-family: 'Nanum Myeongjo', serif;
	letter-spacing: -0.06em;
}
.carousel-caption h1:after{
	content:'';
	display:block;
	margin: 32px 0;
	width: 120px;
	height: 1px;
	background:#eee;
}
.carousel-caption h1 img{
	margin-top:-3px;
	margin-right:10px;
}
.carousel-caption p{
	font-size: 26px;
	letter-spacing: -0.034em;
	padding: 0px 412px 0px 0px;
}
.main-course{
	padding: 110px 0 130px;
	color:#fff;
	text-align:center;
	background:url(/public/img/main/main-course.jpg) no-repeat center / cover;
}
.main-content .title{
	margin-bottom: 25px;
	text-align:center;
}
.main-content .title h3{
	margin: 0 0 50px;
	font-size: 45px;
	letter-spacing: -0.06em;
}
.main-content .title p{
	font-size: 18px;
	letter-spacing: -0.04em;
	color: #666;
	margin-bottom: 10px;
	margin-top: -26px;
}
.main-content .title h3:before{
	content:'';
	display:block;
	width: 35px;
	height: 4px;
	margin: 0 auto 16px;
	background: #2eb4f3;
}
.main-course .row{
	margin:0 -5px;
}
.main-course .row >div{
	padding: 0 20px;
}
.main-course h5{
	margin: 30px 0 0px;
	color:#fff;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -0.03em;
}
.main-course .more{
	display:inline-block;
	padding: 10px 91px;
	font-weight: 500;
	font-size: 14px;
	color: #29a5df;
	letter-spacing: -0.03em;
	transition:all .3s ease;
	border: 1px solid #195875;
	margin-top: 30px;
	/* background: #fff; */
}
.main-course .more:hover {
    background: #fff;
    color: #29a5df;
}
/*.main-course .more:after{
	content:'';
	display:block;
	margin:2px 0 0;
	width:0;
	height:2px;
	transition:all .3s ease;
	background: #29a5df;
}*/
.main-course a:hover .more:after{
	width:100%;
}
.main-course .img-box{
	position:relative;
	overflow:hidden;
	background:#000;
}
.main-course .img-box:before{
	content:'';
	display:block;
	z-index: 10;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/* transition:all .3s ease; */
}
.main-course a:hover .img-box:before{
	border: 6px solid #29a5dfe3;
}
.main-course .img-box img{
	transition:all .3s ease;
}
.main-course a:hover .img-box img{
	transform:scale(1.1);
	opacity: 0.7;
}
.main-schedule{
	padding: 50px 0 30px;
}
.main-bbs{
	padding-bottom: 20px;
}
.main-link .btn-wrap{
	height: 240px;
	text-align: right;
	display: flex;
}
.main-link .item{
	position:relative;
	display:inline-block;
	margin:0 auto;
	width: 50%;
	height:100%;
	border:1px solid #ddd;
	background: #2596cc;
	color: #fff;
}
.main-link .item2{background: #5979d4;}
.main-link .item1:hover{ background: #1c82b1; }
.main-link .item2:hover{ background: #3e58b6; }
#m-schedule .img-box{
	position:relative;
	/* display:inline-block; */
	/* width: calc(100% - 400px); */
	height: 100%;
	text-align: center;
	background:#f5f5f5 url(/public/img/main/m-schedule1.jpg) no-repeat center / cover;
}
#m-schedule .img-box p{
	/* position:absolute; */
	/* left: 50%; */
	/* top:50%; */
	/* transform:translate(-50%,-50%); */
	font-size: 44px;
	font-weight:bold;
	color:#fff;
	text-shadow:0 0 15px rgba(0,0,0,0.72);
	letter-spacing: -0.03em;
	white-space: nowrap;
	padding: 50px 0;
	margin: 0;
}
.main-link .item .txt-box{
	/* width:200px; */
	padding: 55px 15px;
	text-align:center;
}
.main-link .item .txt-box i{
	font-size: 60px;
}
.fa-calendar-alt:before {
    content: "\f073";
    font-size: 55px;
}
.main-link .item .txt-box h5{
	margin: 17px 0 0;
	font-size: 25px;
}
.main-link .item .txt-box h5 .more{
	display:block;
	margin-top:6px;
	font-size:14px;
}
.main-facility{
	padding: 110px 0 120px;
	background: #f5f5f5;
}
.main-facility .img-inline span{
	display:block;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	letter-spacing: -0.03em;
	color: #484848;
	font-weight:500;
}
.main-facility img{
	cursor: pointer;
	transition:all .3s ease;
}
.main-facility img:hover{
	transform:translateY(-5px);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);;
}
.main-location .right-con{
	padding: 65px 45px 0;
}
.main-location .right-con h5{
	margin: 0 0 35px;
	font-weight:bold;
	font-size: 35px;
	position:relative;
	padding-left: 50px;
	color: #fff;
}
.main-location .right-con h5::after {
    content: '\f5a0';
    color: #fff;
    font-family: "Font Awesome 5 Free";
    position:absolute;
    left: 0;
}
#section_44f683{
	/* main bbs  */
	display:none;
}
.main-notice > div{
	border:1px solid #ddd;
	padding: 40px 45px;
	height: 240px;
}
.main-notice .page-header{
	margin-top:0;
	padding-bottom: 0;
	border: 0;
}
.main-notice .page-header h4{
	margin-top:0;
	font-size:26px;
}
.main-notice .page-header a{
	font-size:26px;
}
.board_box_list ul li a{
	font-size:17px;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
	font-size: 14px;
	color: #b0b0b0;
}
ul.footer-margin {
    margin-bottom: 5px;
}
b, strong {
    font-weight: 700;
    font-size: 15px;
}
/* subpage setting */
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.pageheader{
	height:250px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
div[id^="course"] .pageheader {
    background: #000 url(/public/img/sub/subtop-bg4.jpg) no-repeat center / cover;
}
#job01 .pageheader { background: #000 url(/public/img/sub/subtop-job01.jpg) no-repeat center / cover; }
#job02 .pageheader { background: #000 url(/public/img/sub/subtop-job02.jpg) no-repeat center / cover; }
#notice .pageheader{
    background: #000 url(/public/img/sub/subtop-notice.jpg) no-repeat center / cover;
}
#inquiry .pageheader {
    background: #000 url(/public/img/sub/subtop-bg3.jpg) no-repeat center / cover;
}
#gallery .pageheader{background: #000 url(/public/img/sub/subtop-bg5.jpg) no-repeat center / cover;}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin: 80px 0 55px;
    font-size: 47px;
    color:#fff;
    letter-spacing: -0.03em;
    font-weight: 600;
}
.pageheader h2 small{
    display:block;
    margin-bottom: 13px;
    color: #ccc;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size: 11px;
	color:#bbb;
	text-align: right;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content .emp{
	font-weight:500;
	color:#29A5DF;
}
.subpage-content section{
	padding: 110px 0;
	border: 1px solid #eee;
}
#cook03 .subpage-content .se2 {
    background: #edf2f6;
}
#cook02 .subpage-content .se2 {
    background: #edf2f6;
}
#cook01 .subpage-content .se2 {
    background: #edf2f6;
}
.subpage-content section h4{
	position:relative;
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: -0.04em;
	padding-left: 15px;
}
h4.oneday-baking-title::after {
    content: '\f564';
    font-family: 'Font Awesome 5 Free';
    margin-left: 12px;
    font-weight: 700;
    font-size: 34px;
    position: absolute;
    top: 1px;
    color: #d5d5d5;
}
h4.oneday-cooking-title::after {
    content: '\f517';
    font-family: 'Font Awesome 5 Free';
    margin-left: 12px;
    font-weight: 700;
    font-size: 34px;
    position: absolute;
    top: 1px;
    color: #d5d5d5;
}
h4.baking-title::after {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    margin-left: 8px;
    color: #df4a29;
    font-weight: 400;
    font-size: 30px;
    position: absolute;
    top: 3px;
}
.subpage-content section .license-title::after {
    content:'\f058';
    font-family: "Font Awesome 5 Free";
    margin-left: 8px;
    color: #df4a29;
    font-weight: 400;
    font-size: 30px;
    position: absolute;
    top: 3px;
}
.subpage-content section h4 small{
	margin-left :10px;
	font-size:18px;
	opacity: 0.8;
	letter-spacing: 0em;
}
.subpage-content section h4:before{
	content:'';
	display:block;
	width: 4px;
	height: 37px;
	position: absolute;
	margin-bottom:7px;
	background:#29A5DF;
	left: 1px;
	top: 1px;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size: 20px;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}


/* subpage course */
#course01 section h4 img{
	position:absolute;
	left: 10px;
	bottom:100%;
	width: 50px;
	/* margin-bottom: 10px; */
}
.course-wrap .img-box{
	background-color:#f5f5f5;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.course-wrap .txt-box{
	padding:50px 0 50px 70px;
	min-height: 400px;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size: 19px;
	color: #444;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}


/* subpage course */
.course-wrap .img-box{
	background-color:#f5f5f5;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.course-wrap .txt-box{
	padding: 50px 0 0px 90px;
	min-height: 400px;
}
#course05 .col-sm-8.txt-box {
    padding-top: 60px;
}
.course-wrap .txt-box .license-title-info1 {
	margin-bottom: 30px;
	font-size: 16px;
	/* background: #eee; */
	padding: 5px 0px 7px 37px;
	letter-spacing: -0.02em;
	position:relative;
}
p.license-title-info1::after {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    position: absolute;
    top: 7px;
    left: 19px;
}

.icon-wrap{
	margin-top: 40px;
	text-align: center;
}
#course05 .row .icon-wrap {
    margin-top: 80px;
}
.icon-wrap i{
	font-size: 33px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 92px;
	color: #fff;
	position:relative;
	border: 5px solid rgba(255,255,255,0.25);
	margin-top: 10px;
}
.icon-wrap .box1 i{background: #b9823e;}
.icon-wrap .box2 i{background: #91b655;}
.icon-wrap .box3 i{background: #3f5ca7;}
.icon-wrap .box4 i{background: #ef803d;}

#site .icon-wrap h5{
	margin-bottom: 20px;
	margin-top: 25px;
	padding: 13px;
	letter-spacing: -0.02em;
	color: #fff;
}
h5.info-menu-title {
    background: #be9766;
}
h5.info-design-title {
    background: #6e83b8;
}
h5.info-interior-title {
    background: #a0b877;
}
#course06 .li-none strong img{
	margin-right:10px;
	height:45px;
}
#course06 .li-none li:nth-child(4) img{
	visibility: hidden;
}
/* subpage cook */
.process-wrap {
	margin-top: 65px;
}
.process-wrap .inner{
	position:relative;
	border: 1px solid #e6e6e6;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	background: #fff;
	min-height: 228px;
	padding: 20px;
	border-radius: 5px;
}
.inner-num-01::before {
    content: '\f4fc';
    top: 13%;
    font-family: "Font Awesome 5 Free";
    font-size: 36px;
    left: 37%;
    color: #ccc;
    display: block;
    position: absolute;
}
/*#inner-num-01 {
	background-image: url('/public/img/sub/icon2.png');

}*/
.process-wrap .inner:after{
	content:'\f054';
	font-family:'font awesome 5 free';
	font-weight:900;
	font-size: 25px;
	color: #ccc;
	position:absolute;
	right: -28px;
	top: 99px;
}

.process-wrap > div:last-child .inner:after{
	display:none;
}
.process-wrap .numbering{
	/* font-weight: 500; */
	font-size: 30px;
	font-style: italic;
	color:#29A5DF;
}
.process-wrap  dt{
	margin-bottom: 11px;
	font-size: 22px;
	text-align: left;
	margin-top: 10px;
	color: #000;
	font-weight: 400;
}
.process-wrap .clearfix{
	padding-bottom:50px;
}

.competition-wrap .inner{
	display:block;
	transition:all .3s ease;
	border:1px solid #ddd;
	min-height: 427px;
}
.competition-wrap .inner:hover{
	transform:translateY(-5px);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	border-color: #29A5DF;
}
.competition-wrap .txt-box{
	border-top:1px solid #ddd;
	padding:30px;
	color: #555;
	font-size: 14px;
}
.competition-wrap .txt-box h5{
	margin-top:0;
	line-height: 1.2;
	font-weight: 700;
}
.competition-wrap .clearfix{
	padding-bottom:30px;
}
.camp-wrap {
	margin-top:40px;
}
.camp-wrap dt{
	margin-bottom: 21px;
	border-bottom:1px solid #999;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
	height: 6.5em;
	letter-spacing: -0.04em;
	text-align: center;
	padding: 0px 3px 0px 3px;
}
.camp-wrap dt span{
	display:block;
	margin-bottom: 17px;
	width: 100px;
	text-align:center;
	font-size:13px;
	color:#fff;
	background: #29a5df;
	font-weight:400;
	position: relative;
	border-radius: 16px;
	left: 58px;
}

.bbs-area{
	padding:0 15px;
}
/* #gallery .col-md-12.bbs-area {
    padding: 0px;
}
#notice .col-md-12.bbs-area {
    padding: 0 15px;
}
#job02 .col-md-12.bbs-area {
    padding: 0 15px;
}
#inquiry .col-md-12.bbs-area {
    padding: 0 15px;
} */
#site .small-quote{
	font-size: 21px;
	font-weight: 600;
	color: #29A5DF;
	display: block;
	/* margin-top: 14px; */
	padding: 10px 0px 50px 0px;
	border-bottom: 1px dashed #ddd;
	/* text-decoration: underline; */
	text-align: center;
	letter-spacing: -0.04em;
}

/* img-zoom modal */
.modal.fade .modal-dialog{
	margin:0;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,calc(-50% - 60px));
}
.modal.in .modal-dialog{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: auto;
}
.modal-content{
	background:transparent;
	box-shadow:none;
	border:none;
}
.modal-body{
	position:relative;
	padding: 0;
}
.modal-body .close{
	position:absolute;
	right: 0;
	top: 0;
	color:#fff;
	opacity:0.8;
	font-size:40px;
	text-shadow:0 0 3px rgba(0,0,0,0.6);
	padding: 0px 10px 7px;
	background: rgba(0,0,0,0.5);
}
#img-zoom img{
	max-height:90vh;
}

/* subpage about */
.profile-wrap .left-con{
	padding-right:50px;
}
.profile-wrap dt{
	font-size:18px;
	font-weight: 900;
	color:#111;
	letter-spacing: -0.04em;
	display: inline-block;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.profile-wrap dd + dt{
	margin-top: 50px;
}
.profile-wrap dd ul{
	margin:0;
}
.profile-wrap dd li{
	margin-left:0;
	font-size: 17px;
}

.cour02-curri .top-con{
	text-align:center;
	margin-bottom:50px;
}
.cour02-curri .top-con h4{
	margin-top:0;
}
.cour02-curri .top-con h4:before{
	display:none;
}
.cour02-curri dl{
	padding:40px 60px;
	background:#f5f5f5;
}
.cour02-curri dt{
	margin-bottom:10px;
	font-size:18px;
}
.cour02-curri dt span{
	color:#1c82b1;
}
.cour02-curri dd + dt{
	margin-top:20px;
}
.cour02-curri dd{
	padding-left: 20px;
	color:#666;
}
@media(max-width:767px){
	#site{
		padding-top:66px;
	}
	#m-schedule .img-box p{
		white-space: initial;
		font-size:23px;
	}
	
	#mainCarousel .carousel-caption p{
		padding:0;
	}
	.main-link .btn-wrap{
		width:100%;
	}
	.navbar-brand img{
		margin:0 10px;
		width:250px;
	}
	.navbar-inverse .navbar-toggle{
		margin:0 10px;
	}
	.carousel-control{
		display:none;
	}
	.main-location .row{
		margin:0;
	}
	.main-location .row > div{
		padding:0;
	}
	.carousel-caption h1 img{
		height:50px;
	}
	.navbar-inverse .navbar-nav>li>a{
		font-size:16px;
	}
	#mainCarousel .carousel-caption h1{
		font-size: 24px;
	}
	.carousel-caption {
		left:15px;
		right:15px;
	}
	.main-facility,
	.main-course{
		padding:60px 0 70px;
	}
	.main-content .title h3{
		margin-bottom:30px;
		font-size:36px;
	}
	.main-course .more{
		margin-bottom:60px;
	}
	.main-link .btn-wrap{
		height:170px;
	}
	.fa-calendar-alt:before,
	.main-link .item .txt-box i{
		font-size:40px;
	}
	.main-link .item .txt-box h5{
		font-size:21px;
	}
	.main-link .item .txt-box{
		padding:34px 15px;
	}
	.main-content .title{
		margin-bottom:55px;
	}
	.main-content .title p{
		margin-top:5px;
		font-size:16px;
	}
	.main-facility .img-inline span{
		margin-bottom:40px;
	}
	.modal.in .modal-dialog{
		width:90vw;
	}
	.main-location .row .right-con{
		padding:40px 20px;
	}
	.main-location .right-con h5{
		font-size:30px;
	}
	.li-pill li{
		font-size:21px;
	}
	.foot-logo{
		margin-bottom:20px;
		height:40px;
	}
	.profile-wrap .left-con{
		padding:0 15px 50px;
	}
	.pageheader{
		height:210px;
	}
	.pageheader h2{
		margin-top: 50px;
		font-size:37px;
	}
	.course-wrap .txt-box{
		padding:20px 15px;
	}
	.course-wrap .img-box{
		min-height:0!important;
		height:360px;
	}
	.subpage-content section{
		padding:70px 0;
	}
	.subpage-content section h4{
		font-size:27px;
	}
	h4.baking-title::after{
		font-size:24px;
	}
	.subpage-content section h4:before{
		height:31px;
	}
	.course-wrap .txt-box .license-title-info1,
	p.baking-info{
		padding-left:20px;
	}
	.course-wrap .txt-box .license-title-info1:after,
	p.baking-info::after{
		left:0;
	}
	.cour02-curri dl{
		padding:40px;
	}
	#course01 .subpage-content section h4{
		margin-top:70px;
	}
	.trait-dl dt{
		width:100%;
		padding:20px 15px 0;
	}
	.trait-dl dd{
		padding:0 15px 0;
		border-color:transparent;
	}
	#course06 .trait-dl dd li{
		margin-left:0;
		margin-bottom:10px;
	}
	#course06 .trait-dl dd li strong{
		display:block;
		margin-bottom:5px;
	}
	#course06 .li-none li:nth-child(4) img{
		display:none;
	}
	h4.oneday-baking-title::after,
	h4.oneday-cooking-title::after{
		font-size: 29px;
	}
	.subpage-content section .license-title::after{
		font-size: 26px;
	}
	p.cour05-caffe-content span,
	p.cour05-caffe-content,
	.cour04-content-text span,
	p.cour04-content-text{
		font-size:18px;
	}
	.icon-wrap .inner{
		margin-bottom:40px;
	}
	#site .small-quote{
		font-size:18px;
	}
	div[id^="cook"] .course-wrap .inner{
		padding:0;
	}
	p.cook01-top-text01{
		font-size:18px;
	}
	p.small-quote3{
		font-size:22px;
	}
	.process-wrap .inner{
		margin-bottom:40px;
		min-height:0;
	}
	.process-wrap .inner:after{
		content:"\f078";
		left:50%;
		transform:translateX(-50%);
		top:auto;
		right:auto;
		bottom:-40px;
	}
	.competition-wrap .clearfix,
	.process-wrap .clearfix{
		padding-bottom:0;
	}
	.competition-wrap .inner{
		margin-bottom:20px;
		min-height:0!important;
	}
	div#Special-text{
		margin-bottom:20px;
		min-height:0;
	}
	.camp-wrap dt{
		height: auto;
		padding-bottom: 20px;
	}
	.camp-wrap dt span{
		left:0;
		margin:0 auto 17px;
	}
}