@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
#site {
	padding-top: 100px;
	font-family: 'Poppins', 'Roboto', 'notokr', sans-serif;
}

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

#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: none;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	position: relative;
	margin-left: 0 !important;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #666;
}

.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: #222;
}

/* .navbar-brand:after {
    content: 'IGenie';
    display: block;
    color: #edced4;
    font-size: 12px;
    font-weight: 500;
	position: absolute;
	right: 0;
	top: 0;
} */

@media (max-width: 767px) {

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

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #222;
		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) {
	.nav.navbar-nav li .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		border-radius: 0;
		border: 0;
		padding: 10px;
		background: rgba(0, 0, 0, 0.85);
		background: #fff;
		box-shadow: 2px 4px 5px rgb(0 0 0 / 13%);
		text-align: center;
		border-top: 1px solid #e6e6e6;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 5px 20px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #ea4c7c;
		border-color: #edced4;
		color: #fff;
	}
	
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 44px 30px 36px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    letter-spacing: .3px;
}



.nav.navbar-nav li .dropdown-menu li a {
    padding: 5px 25px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.035em;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
}


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

	.navbar-inverse .navbar-nav>li>a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: none;
	transition: ease-in-out .15s all;
	background: none;
}

.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-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}

.glyphicon::before {
    color: #ddd;
}

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

.carousel-indicators li.active {
	width: 40px;
	height: 5px;
	background-color: #000;
	margin: 0 4px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(0);
}

.carousel-caption {
    text-shadow: none;
    color: #222;
    text-align: left;
    top: 50%;
}

.carousel-caption h1 {
    font-size: 64px;
    position: relative;
}

/* .carousel-caption h1:after{
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #edced4;
	position: absolute;
	left: 0;
	top: 0;
} */

.carousel-caption p {
    font-weight: 300;
    font-size: 18px;
    color: #333;
    letter-spacing: 0em;
}

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

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 35px;
		height: 5px;

		
	}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

.navbar-inverse .navbar-brand img {
	height: 74px;
	margin-top: 14px;
}

/* 푸터 */
#site footer {
	margin-top: 0px;
	color: #999;
	padding: 40px 0 50px;
	border-top: 1px solid #eee;
}
#site footer img {
    width: 55px;
    opacity: 0.7;
}

footer .footer-logo h1 {
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 0.9;
}

footer .footer-text {
	margin-top: 0;
	padding-left: 0;
}

footer .footer-text ul {
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden;
}

footer .footer-text ul li {
	margin-right: 10px;
	line-height: 1.3em;
	margin-bottom: 4px;
	font-size: 13px;
	letter-spacing: -0.015em;
}

footer .footer-text ul li:last-child{
	border-right: none;
}

footer .footer-text .copyrights {
	display: block;
	font-size: 11px;
	margin-top: 5px;
	opacity: 0.7;
}


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

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

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

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

.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
}

.board_wrapper,.calendar_wrapper{
	margin-top:0;
	visibility: hidden;
	margin-bottom: 0;
}
.pagination_wrap, .search_wrap{
	visibility: hidden;
}

/* main */
.main-cont1{
	padding: 100px 0 70px;
	border-top: 1px solid #f2f2f2;
}

.main_box {
	border: 1px solid #ddd;
	overflow: hidden;
	transition: all 0.25s;
	border-radius: 0px;
	margin: 0 15px;
	box-sizing: border-box;
}

.main_box:hover {
	border: 1px solid #e37777;
	box-shadow: 5px 8px 8px #eaeaea;
}

.main_box a {
	display: block;
	text-decoration: none;
	color: #222;
	text-align: center;
	margin-top: 15px;
	padding: 15px;
	font-size: 13px;
}

.main_box:hover .go-btn{
	color: #d3526b;
	font-weight: 500;
}

.main_box img {
	transition: all 0.4s;
	padding: 0 35px 0;
}

.main_box:hover img {
	transform: scale(1.08);
}

.slick-prev {
    left: -294px;
    right: auto;
    bottom: auto;
    top: 90px;
}

.slick-next {
    left: -262px;
    right: auto;
    bottom: auto;
    top: 90px;
}

.slick-prev:before, .slick-next:before {
    color: #c1c1c1;
    font-size: 28px;
}

.main-title h2{
	font-size: 30px;
	font-weight: 300;
	border-top: 1px solid #999;
	margin-top: 0;
	padding-top: 10px;
	display: inline-block;
}

.main-box {
    padding: 25px;
    background: #fff;
    position: relative;
    border: 3px solid #f6e1e5;
}

.main-box a {
    text-decoration: none;
    display: inline-block;
    width: 95px;
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 13px;
    transition: all 0.25s;
    position: relative;
    z-index: 10;
    color: #333;
}

.main-box h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    z-index: 10;
    position: relative;
}

.m-about::before {
    content: '\f1ad';
    right: 10%;
}
.m-infor::before {
    content: '\f05a';
    right: 10%;
}

.main-box:before {
    display: block;
    color: #ecc1c9;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 7%;
    bottom: 10%;
    font-size: 40px;
    z-index: 10;
}

.main-cont2{
	/* background: #f2f2f2; */
	/* padding: 40px 0; */
	padding-bottom: 60px;
}
.main-cont2 .b-bot > div {
    padding: 0 5px;
}

.main-cont2 .b-bot {
    margin: 0 -5px;
}
.main-box:after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    background: #a02a2a;
    border-left: 0;
    width: 0;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: 0;
}
.main-box:hover::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    background: #c5344f;
    border-left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.main-box:hover h5, .main-box:hover a {
    color: #fff;
}
.main-box:hover {
    border: 3px solid #c5344f;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
/* subpage */
.subtitle {
    position: relative;
    background: url(/public/img/sub/sub-bg.jpg) no-repeat bottom center;
    background-size: cover;
    height: 300px;
}
.subpage-header {
    margin: auto;
    padding: 0 15px;
    position: relative;
}
.subpage .subpage-header h2 {
    text-align: left;
    color: #fff;
    font-size: 42px;
    letter-spacing: 0;
    font-weight: 200;
    position: absolute;
    margin: 0;
    top: 140px;
}

.sub-menu-title {
    text-align: center;
    margin-top: 0;
    /* border-bottom: 1px solid #333; */
}

.sub-menu-title h2 {
    font-size: 26px;
    letter-spacing: -0.025em;
    margin: 0;
    font-weight: 700;
    padding: 70px 0 30px;
    color: #333;
    text-align: left;
    position: relative;
    overflow: hidden;
    /* background: #cea1aa; */
}

.sub-menu-title h2:after {
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    left: 7px;
    top: 7px;
    border: 1px solid #fff;
    position: absolute;
    opacity: 0.35;
    display: none;
}

/* .sub-menu-title h2:before {
    content: "";
    width: 132%;
    height: 100%;
    background: #cea1aa;
    position: absolute;
    left: -45px;
    bottom: -50px;
    transform: rotate(30deg);
} */

.sub-title {
    margin: 70px 0 60px;
    padding-bottom: 23px;
    position: relative;
    border-bottom: 1px solid #999;
}

.sub-title h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.035em;
    margin: 0;
    color: #333;
}

.sub-title .breadcrumb {
    position: absolute;
    right: 0;
    bottom: 26px;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: 10px;
    letter-spacing: 0.03em;
}
.breadcrumb>li+li:before {
    font-size: 10px;
}
.sub-title .breadcrumb li{
	font-size: 12px;
}

.sub-title .breadcrumb .active {
    color: #777;
    font-weight: 500;
}

.sub-menu {
    text-align: center;
}

.sub-menu ul {
    padding-left: 0;
}

.sub-menu li {
    display: inline-block;
    min-width: 100%;
    line-height: 0;
    margin: 0 -2px;
    position: relative;
}

.sub-menu li a {
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 15px;
    text-align: left;
    padding: 15px 0 15px 2px;
    border-bottom: 1px solid #eee;
    line-height: 1;
    position: relative;
    background: #fff;
    letter-spacing: -0.01em;
    transition: all 0.15s;
}
.sub-menu li:first-child a {
    /* border-color: #999; */
}
.sub-menu li.on a {
    /* background: #edced4; */
    font-weight: 700;
    color: #ed5081;
}

.sub-menu li.on a::before {
    color: #ed5081;
}

.sub-menu li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    color: #d0d0d0;
}

/* kindoflashes */
#kindoflashes .col+.col > .title {
    margin-top: 45px;
}
#kindoflashes .col1 > .image {
    padding: 0;
}
#kindoflashes .col1 > .text {
    padding: 0 0 0 30px;
}
#kindoflashes .sub-cont ul li {
	font-size: 15px;
	line-height: 1.6;
	position: relative;
	padding-left: 15px;
	font-family: 'Roboto', sans-serif;
}
#kindoflashes .sub-cont ul li+li {
    margin-top: 8px;
}
#kindoflashes .sub-cont ul li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#kindoflashes table {
	margin-bottom: 0;
}
#kindoflashes table > tbody > tr > th,
#kindoflashes table > tbody > tr > td {
    text-align: center;
}
#kindoflashes table > tbody > tr:first-child > td {
    padding: 0;
}
#kindoflashes table > tbody > tr > td img {
    max-width: 57px;
}

/* company01 */
.company-img img {
    padding: 30px 0 30px;
    margin: 0;
}
.company-txt{
	text-align: left;
	margin-top: 20px;
}

.company-txt p{
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.4;
	font-weight: 300;
}

.company-txt p strong{
	font-size: 22px;
	display: block;
	margin-bottom: 15px;
}

.company-txt p span.point{
	font-size: 22px;
	font-weight: 700;
	color: #f05081;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}

.company-map{
	margin-top: 80px;
	background: #f8f8f8;
	padding: 40px 40px 30px;
}

.title{
	padding-bottom: 20px;
}

.title h4{
	font-size: 24px;
	position: relative;
	font-weight: 500;
	margin: 0;
	display: inline-block;
}

.title h4:after {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: #ffdfe5;
    position: absolute;
    bottom: -1px;
    z-index: -1;
}
.company-map h4 {
    display: block;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.company-map .title {
    padding-bottom: 10px;
}
.company-txt p:last-child {
    font-weight: 400;
}
.map-li ul li{
	padding: 3px 10px;
	position: relative;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.map-li ul li::before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 14px;
}

.map-li ul li span{
	font-weight: 500;
	margin-right: 5px;
}

/* product */
.prod-title{
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
}

.prod-li{
	padding-left: 15px;
	font-size: 14px;
	position: relative;
}

.prod-li::before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#bbs img{
	border: 3px solid #f2f2f2;
}

.sub-wrap{
	margin-bottom: 150px;
}


/* infor */
#infor01 .company-txt:first-child {
    margin: 0;
	padding-top: 0;
}

#infor01 .company-txt {
    text-align: left;
    padding: 30px 0 30px;
    margin-top: 0;
}

#infor01 .company-txt ul li{
	font-size: 15px;
	line-height: 1.6;
	position: relative;
	padding-left: 15px;
	font-family: 'Roboto', sans-serif;
}

#infor01 .company-txt ul li:before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* 주문폼 */
.btn.btn-primary {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    border-color: #df768a;
    background-color: #df768a;
    color: #fff;
}

#bbs01 .content {
    margin-top: -61px;
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}

.board_wrapper .table.board_write_table tbody tr th {
    background: #fff;
    padding: 20px 10px;
}

/* 이미지게시판 */
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 0;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 17px;
    font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #a61325;
}
.table_video dd .inner, .table_blog2 dd .inner {
    border: 0;
}
.table_video dd .inner .top a, .table_blog2 dd .inner .top a {
    border: 1px solid #eee;
}
.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom {
    padding: 15px 0;
}
.board_data_view {
    border-top: 0;
}
.board_data_view .header_wrap .title {
    text-align: left;
    padding: 0;
}
.board_data_view .header_wrap .info {
    text-align: left;
}
.board_data_view .header_wrap {
    padding-top: 0;
    padding-bottom: 30px;
    border-color: #eee;
}
.board_data_view .contents_wrap {
    padding: 60px 0;
}

#reply{
	display: none !important;
}

/* 모바일 최적화 */
@media (max-width: 767px) {
	#site {padding-top: 70px;}
    .navbar-inverse {position: fixed;}
	.navbar-inverse .navbar-brand img {
		height: 50px;
		margin-top: 11px;
		margin-left: 15px;
	}
	.navbar-inverse .navbar-nav {margin: 0 -15px;}
    .navbar-inverse .navbar-nav > .open {background-color: #f6f6f6;}
    .navbar-inverse .navbar-nav > li > a {padding: 10px 15px;}
    .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 {
        color: #fff;
        background: #c5344f;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu {padding: 10px 0;}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {color: #111;}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
        font-weight: 500;
        color: #111;
    }
	.carousel-control {display: none;}
    .carousel-caption {
        right: 8%;
        left: 8%;
    }
	.main-cont1 {padding: 60px 0 40px;}
	.main-title h2 {
		margin: 0 0 30px;
		font-size: 27px;
	}
	.slick-prev,
	.slick-next {
		top: -40px;
		left: auto;
		width: 30px;
		height: 30px;
	}
	.slick-prev {right: 35px;}
	.slick-next {right: 5px;}
	.main_box {margin: 0 5px;}
	.main_box a:first-child {padding: 5px 15px;}
	.main_box img {padding: 0;}
	.main-cont2 {padding-bottom: 40px;}
	.main-cont2 .b-bot > div+div {margin-top: 10px;}
	.main-box {padding: 18px;}
	.main-box:before {font-size: 30px;}
	.main-box h5 {
		min-width: 130px;
		font-size: 18px;
	}
	#site footer {
		padding: 30px 0;
		text-align: center;
	}
	#site footer img {
		width: 45px;
		margin-bottom: 15px;
	}
	footer .footer-text {padding-left: 15px;}
	footer .footer-text ul li {
		margin-right: 0;
		font-size: 10px;
	}
	footer .footer-text .copyrights {font-size: 10px;}

	.subtitle {
		height: 150px;
		background-position: 20% 50%;
	}
	.subpage .subpage-header h2 {
		top: 60px;
		font-size: 37px;
	}
	.sub-wrap {margin-bottom: 80px;}
	.sub-menu-title h2 {
		padding: 20px 0 10px;
		font-size: 23px;
	}
	.sub-menu li a {
		font-size: 13px;
		padding: 10px 0 10px 2px;
	}
	.sub-title {
		margin: 50px 0 30px;
		padding-bottom: 13px;
	}
	.sub-title h3 {font-size: 28px;}
	.sub-title .breadcrumb {
		position: static;
		margin-top: 5px;
		text-align: left;
	}
	.sub-title .breadcrumb li {font-size: 10px;}
	.title h4 {font-size: 21px;}
	.title h4:after {height: 10px;}
	ol, ul {padding-left: 0;}

	.prod-title {
		margin-top: 25px;
		font-size: 18px;
	}
	.prod-li {font-size: 13px;}

	#kindoflashes .sub-cont ul li {font-size: 14px;}
	#kindoflashes .col1 > .text {padding: 20px 0 0 0;}
	.company-img img {padding: 0;}
	.company-txt p {font-size: 15px;}
	.company-txt p strong {font-size: 20px;}
	.company-txt p span.point {font-size: 20px;}
	.company-map {
		margin-top: 40px;
		padding: 25px 25px 15px;
	}
	.company-map h4 {font-size: 18px;}
	.map-li ul li {
		padding: 1px 10px;
		font-size: 14px;
	}
	#infor01 .company-txt {padding: 18px 0;}
	#infor01 .company-txt ul li {font-size: 14px;}
	#bbs01 .content {
		margin-top: -31px;
	}

	/* 게시판 */
	.board_wrapper .table colgroup,
	.board_wrapper .table.table_default tr .num,
	.board_wrapper .table.table_default tr .regdate,
	.board_wrapper .table.table_default tr .hits {
		display: none;
	}
	.board_wrapper .table .table-style>tbody>tr>th {
		width: auto;
	}
	.board_wrapper .table.table_default tr .subject {
		width: 70%;
	}
	.board_wrapper .table.table_default tr .writer {
		width: 30%;
	}
	.table_video dd .inner .top a .thumb,
	.table_blog2 dd .inner .top a .thumb {
		height: 120px;
	}

	/* .table-responsive */
	.table-responsive::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.table-responsive::-webkit-scrollbar:vertical {
		width: 12px;
	}

	.table-responsive::-webkit-scrollbar:horizontal {
		height: 5px;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 1px solid #ffffff;
	}

	.table-responsive::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}

	/* 주문폼 */
	.board_wrapper .table.board_write_table .input-group.input-group-big,
	.board_wrapper .table.board_write_table .form-control.form-control-big {
		width: 100%;
	}

	.board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
		width: 100%;
		vertical-align: middle;
	}
	.board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 12px;
    }
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn {margin-top: 15px;}
    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }
	/* 주무폼 라디오 버튼 */
	.radio-inline{
		margin-top: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
	.nav.navbar-nav>li>a {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
	.subpage-header {width: 1170px;}
	.sub-menu {padding-right: 40px;}
	.sub-cont {padding-left: 30px;}
	#kindoflashes .col1 > .image {width: 36%;}
	#kindoflashes .col1 > .text {width: 64%;}
}