@charset "utf-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);


출처: https://iflue.tistory.com/37 [윤시즈]
/* ---------------------------------- sub page */
/*
	sub layout
*/
#subWrap {
	position: relative;
	overflow: hidden;
    min-height: 310px;
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
	#subWrap {width:100%;}
}

/* location */
.location-wrap {width:100%; border:1px solid #d9d9d9; border-width:1px 0; background:#fff; }
.location-wrap > ul {margin:0 auto; width:1200px; font-size:0; line-height:0;}
.location-wrap > ul > li {position:relative; display:inline-block; margin-right:-1px; vertical-align:top;}
.location-wrap > ul > li:before {position:absolute; top:13px; right:15px; content:"\f0d7"; display:inline-block; font-family:'FontAwesome'; font-size:17px; line-height:1; color:#575757;}
.location-wrap > ul > li.location-home a {display:block; padding:0; min-width:54px; height:45px; text-align:center;}
.location-wrap > ul > li.location-home img {padding-top:14px;}
.location-wrap > ul > li.location-home:before {display:none;}
.location-wrap li a {display:block; padding:0 40px 0 20px; min-width:170px; border:1px solid #d4d4d4; border-width:0 1px; background:#fff; font-size:17px; line-height:45px; word-break:keep-all; color: #575757;}
.location-wrap > ul > li:last-child > a,
.location-wrap > ul > li.on > a {background:#fff; color:#003e7e;}
/* 2depth */
.location-wrap .location-depth2 {display:none; position:absolute; top:45px; left:0; z-index:999; width:100%; border:1px solid #d9d9d9; border-width:1px 0 0;}
.location-wrap .location-depth2 a {padding:15px 20px; border-bottom:1px solid #d9d9d9; background:#fff; line-height:17px;}
.location-wrap .location-depth2 a:hover {background:#f1f1f1; color:#000;}
.location-wrap .location-depth2 li.on a {color:#03a9f4;}

@media screen and (max-width:1200px) {
	.location-wrap > ul  {width:100%;}
}
@media screen and (max-width:767px) {
	/* .location-wrap > ul > li:not(.on) {display:none;} */
	.location-wrap > ul > li {display:none;}
	.location-wrap > ul > li.location-home {display:inline-block;}
	.location-wrap > ul > li:last-child {display:inline-block; width:calc(100% - 53px);}
	.location-wrap > ul > li:last-child > a {background:#f9f9f9; text-align:center;}
}

/* left menu */
#leftMenu {
	display: none;
	float: left;
    width: 227px;
	padding-bottom: 50px;
}
#leftMenu.fixed {position:fixed; top:0; left:0; z-index:9999;}
#leftMenu > ul {}
#leftMenu > ul > li {position:relative;}
#leftMenu > ul > li a {
	display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#leftMenu > ul > li:last-child a {
	border-bottom: 0;
}
#leftMenu > ul > li.on {background: #fff;}
#leftMenu > ul > li.on:after {content:''; position:absolute; bottom:-1px; left:0; z-index:11; width:100%; height:1px; background: #fff;}
#leftMenu > ul > li.on a {
	padding-top: 25px;
    color: #122e74;
}
#leftMenu > ul > li > a {
    background: url(/html/_skin/seil/images/sub/leftmenu_icon.png) no-repeat right bottom 14px;
}
#leftMenu > ul > li.on > a {
    background: url(/html/_skin/seil/images/sub/leftmenu_icon_on.png) no-repeat right bottom 14px;
}


/* #leftMenu .left-menu-title {padding:38px 15px; background:#111; font-size:22px; line-height:1.3; color:#fff; text-align:center; word-break:keep-all;}
#leftMenu .left-menu-title span {display:none; font-size:14px; font-family:'Noto Sans Kr'; color:#f2b37c;}
#leftMenu > ul > li {position:relative;}
#leftMenu > ul > li:before {position:absolute; top:11px; right:15px; content:"\f105"; display:inline-block; font-family:'FontAwesome'; font-size:24px; line-height:1; color:#333;}
#leftMenu > ul > li > a {padding:12px; border-top:1px solid #dedede; font-weight:700; font-size:14px; line-height:20px; color:#333; letter-spacing:-1px; word-break:keep-all;}
#leftMenu > ul > li:first-child > a {border-top:0 none;}
#leftMenu a {display:block; width:100%; padding-left:25px;}
*/
.left-menu-title {
    padding: 19px 13px 14px 13px;
    text-align: right;
    background-color: #24428c;
    color: #fff;
    border-left: 15px solid #5068a3;
    font-size: 16px;
    font-weight: 500;
}

/* 2depth */
#leftMenu > ul > li > ul {/* display:none;  */padding-bottom: 5px;}
#leftMenu > ul > li > ul li a,
#leftMenu > ul > li > ul li.on a {
	padding:10px 0; font-size:14px; line-height:18px; word-break:keep-all;border-bottom: 0;
}
#leftMenu > ul > li > ul li a,
#leftMenu > ul > li.on > ul li a {
	color: #333;
	padding-top: 10px;
}
#leftMenu > ul > li > ul li a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 2px;
	background-color: #122e74;
	vertical-align: middle;
    margin-right: 10px;
}
#leftMenu > ul > li > ul li.on a {
	color: #122e74;
}
/* on */
/* #leftMenu > ul > li.on >a,
#leftMenu > ul > li:hover > a {font-weight:400; color:#3ec1c2}
#leftMenu > ul > li.on:before,
#leftMenu > ul > li:hover:before {color:#3ec1c2;}
#leftMenu > ul > li.on ul {display:block;}
#leftMenu > ul > li li.on a,
#leftMenu > ul > li li a:hover {font-weight:400; color:#000;}*/

@media screen and (max-width:1200px) {
	#leftMenu {display:none;}
}

/* 
	--- sub conts 
*/
#subConts {width:100%;}
.sub_cont_tit {font-size: 24px;font-weight: 700;color: #000;margin-bottom: 55px;text-align: center;word-break: keep-all;}
.img_full_wrap {text-align: center;font-size: 0;}
.img_full_wrap > img {width: auto;max-width: 100%;}


@media screen and (min-width: 1201px) {
	.tab_btn_box > ul >li:hover {
		opacity: .8;
	}
}
@media screen and (max-width:1200px) {
	#subConts {float:none; width:100%;}
	[class^="sub-wrap-"] {}
}
@media screen and (min-width: 768px) {
	.tab_btn_box > ul >li:first-child {margin-left: 0;}
	.tab_btn_box > ul >li:last-child {margin-right: 0;}
}
@media screen and (max-width: 767px) {
	/* #subConts {float:none; padding:30px 20px 0;} */
	
	.tab_btn_box > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		height: auto;
	}
	.tab_btn_box > ul >li {
		font-size: 13px;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		max-width: 100%;
		left: 0;
		margin-left: 0;
		margin: 2px;
	}
	.tab_btn_box > ul >li > a {
		white-space: nowrap;
    	padding: 17px 10px;
	}
	.tab_content_box {margin-top: 40px;}
	
} 

/* 게시판 */
.board-search-wrap {
	text-align: center;
	background: #f4f5f7;
}
.board-wrap input, .board-wrap select, .board-wrap textarea {
	border: 1px solid #ccd0d7;
}
.board-search-wrap .search-btn-wrap a {
	background: #003e7e;
}
.basic-board-list, .webzine-board-list {
	border-top: 2px solid #003e7e;
    border-bottom: 1px solid #c7c7c7;
}
.basic-board-list tbody tr,
.webzine-board-list tbody tr {
	border-top: 1px solid #e9e9e9;
}

.basic-board-list tbody tr:first-child,
.webzine-board-list tbody tr:first-child {
    border-top: 1px solid #c7c7c7;
}
.basic-board-list thead th,
.webzine-board-list thead th {
	position: relative;
	background-color: #f4f5f7;
	font-size: 1.07rem;
}
.basic-board-list tbody td.board-subject a{
    font-size: 17px;
}

.basic-board-list tbody td.board-subject img{margin-left:10px;}

.basic-board-list thead th:before,
.webzine-board-list thead th:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #b1b1b1;
    top: 18px;
    left: 0;
}
.basic-board-list thead th:first-child:before,
.webzine-board-list thead th:first-child:before {
	display: none;
}
.basic-board-list tbody td.board-subject a img.list-file2 {
	display: none;
}
.board-wrap .btn-write-wrap .btn-write {
	border: 1px solid #7b858e;
    background: #7b858e;
	color: #fff;
}
.board-wrap .board-paging {
	margin-top: 15px;
}
.board-paging li>a {
	border: 0;
	font-size: 16px;
}
.board-paging li.on>a,
.board-paging li:hover>a {
	border: 1px solid #003e7e;
	background: #003e7e;
}
.board-write-btn-wrap .btn-confirm {
	color: #fff !important;
}

@media screen and (min-width: 1201px) {
	.basic-board-list tbody td.board-subject a:hover,
	.board-wrap .board-view .post-navi .next-post a:hover {
		text-decoration: underline;
	}
	.basic-board-list tbody td.board-subject a:hover img.list-file {
		display: none;
	}
	.basic-board-list tbody td.board-subject a:hover img.list-file2 {
		display: inline;
	}
	.board-wrap .btn-write-wrap .btn-write:hover,
	.board-search-wrap .search-btn-wrap a:hover,
	.board-wrap .board-view .btn-view-wrap .btn-list:hover,
	.board-wrap .board-view .btn-view-wrap .btn-del:hover,
	.board-wrap .board-view .btn-view-wrap .btn-modify:hover,
	.board-wrap .board-view .btn-view-wrap .btn-reply:hover,
	.board-write-btn-wrap .btn-confirm:hover,
	.board-write-btn-wrap .btn-cancel:hover {
		opacity: .8;
	}
}
@media screen and (max-width: 767px) {
	.basic-board-list tbody td {
		padding-right: 0;
	}
	.basic-board-list tbody td.board-subject a {
		white-space: normal;
    	float: none !important;
	}
	.board-paging li>a {
		font-size: 13px;
	}
}
@media screen and (max-width: 480px) {
	.board-search-wrap .search-btn-wrap a,
	.board-wrap .btn-write-wrap .btn-write {
		font-size: 0.75rem; width: 100%!important;
	}
}

/* CONACT US
------------------------------------------------------ */
#map1 {height:447px !important; opacity:0.7;}
.contact-address {overflow:hidden; position:relative; margin-top:3.5%; padding:2% 3%; width:100%; border:1px solid #ddd;}
.contact-address li {display:inline-block; padding:6px 0; font-weight: 400; font-size:16px; line-height: 1.3; font-family:'Noto Sans KR'; color:#575757; vertical-align:top;}
.contact-address li:first-child {display:block;}
.contact-address li:nth-child(3) {margin-left: 3%;}
.contact-address li.copy {display:block; margin-top: 12px; font-weight: 300; font-size:14px;}
.contact-address li strong {margin-right:5px; color:#000;}
.contact-address > img {position:absolute; top:50%; right:3%; margin-top:-18px; border:1px solid #ddd;}


@media screen and (max-width:1200px) { 
	.contact-address > img {float:right; position:relative; top:auto; right:auto; margin-top: 20px;}	 
}
@media screen and (max-width:640px) { 
	#map1 {height:350px !important;}	 
}

/* --- placeholder */
input[type="text"]::placeholder {color: #d0d0d0;opacity: 1; /* Firefox */}
input[type="text"]:-ms-input-placeholder {color: #d0d0d0;}
input[type="text"]::-ms-input-placeholder {color: #d0d0d0;}

.sub-visual {display:table; width:100%; height:400px; text-align:center;padding-top: 85px;}
.sub-visual > div {display:table-cell; width:100%; height:100%; vertical-align:middle;}
.sub-visual h2 {font-size:30px; font-weight: 300;  color:#fff; line-height: 1.5em;}
.sub-visual h2 br{display: none;}
.sub-visual p {margin-top: 10px; padding:0 30px; font-size:19px; font-weight:300; line-height: 1.3; color:#bce1fe; word-break:keep-all; font-family:'Noto Serif', serif;}
.sub-visual.facility p {font-weight: 400; font-size:24px;}

@media screen and (max-width: 1200px) {
	.sub-visual {padding-top: 81px;}
}
@media screen and (max-width:767px) { 
	.sub-visual {padding-top: 56px;height:200px;}
	.sub-visual h2 {font-size:20px;}	 
	.sub-visual p {font-size:16px;}
	.sub-visual.facility p {font-size:18px;}
}
@media screen and (max-width:640px) { 
	.sub-visual.facility p {font-size:16px;}
}

.sub-visual.about {background: url('/html/_skin/seil/images/sub/sub_tit_bg00.jpg') no-repeat center center; background-size:cover;}
.sub-visual.company {background: url('/html/_skin/seil/images/sub/sub_tit_bg01.jpg') no-repeat center center; background-size:cover;}
.sub-visual.business {background: url('/html/_skin/seil/images/sub/sub_tit_bg02.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product {background: url('/html/_skin/seil/images/sub/sub_tit_bg03.jpg') no-repeat center center; background-size:cover;}
.sub-visual.news {background: url('/html/_skin/seil/images/sub/sub_tit_bg04.jpg') no-repeat center center; background-size:cover;}
.sub-visual.brand {background: url('/html/_skin/seil/images/sub/sub_tit_bg05.jpg') no-repeat center center; background-size:cover;}
.sub-visual.contact{background: url('/html/_skin/seil/images/sub/sub_tit_bg06.jpg') no-repeat center center; background-size:cover;}


.sub-cont-section {padding: 50px 0;}
.sub-cont-section:last-child {padding-bottom: 100px;}
@media screen and (max-width: 768px) {
	.sub-cont-section {padding: 30px 0;}
	.sub-cont-section:last-child {padding-bottom: 50px;}
}


/*****************************************************************/
.w1200{width: 1200px; margin: 0 auto; overflow: hidden;}
.goog-te-gadget-simple{display: none!important;}
.sub_tit{ text-align: center; padding: 100px 0px 70px 0px;}
.sub_tit h2{color:#333; font-size:40px; font-weight: 900;}
.sub_tit h3{color:#909090; font-size:35px; font-weight: 600;}
.sub_tit P{color:#909090;}
.pb100{padding-bottom: 100px;}

/*******************************************************************/

/*about*/
.page-111 .location-wrap{display:none;}
.sep{width: 1px; height: 270px; background-color: rgba(255, 255, 255, 0.5); !important; margin: 0px auto !important;}
.point{border: 5px solid rgba(255, 255, 255, 0.5); width: 10px; height: 10px; display: block; margin: 0 auto; border-radius: 100%;}
.cont01{height: 1000px; padding: 0px 0px 100px 0px; background: url('/html/_skin/seil/images/sub/aboutus_cont_bg01.jpg') no-repeat center center; background-size:cover; overflow: hidden; background-attachment: fixed; text-align: center;}

.cont02{height: 1000px; padding: 0px 0px 100px 0px; background: url('/html/_skin/seil/images/sub/aboutus_cont_bg02.jpg') no-repeat center center; background-size:cover; overflow: hidden; background-attachment: fixed; text-align: center;}

.cont03{height: 1000px; padding: 0px 0px 100px 0px; background: url('/html/_skin/seil/images/sub/aboutus_cont_bg03.jpg') no-repeat center center; background-size:cover; overflow: hidden; background-attachment: fixed; text-align: center;}



.aboutus h3 {text-align: center; color: rgba(255, 255, 255, 0.9);  font-size:65px; font-family: 'Noto Serif', serif; margin-bottom: 30px;}
.cont {width: 1000px; background-color: rgba(0, 0, 0, 0.5); padding:50px 30px;}
.cont h4 { text-align: center; color:#fff; font-size:25px; font-weight: 600; margin-bottom: 20px;}
.cont p { text-align: center; color:#d7d7d7; font-size:18px; word-break: keep-all; }


/*story*/
.story li{width: 50%; display: block; float: left; padding:15px; word-break: keep-all;}
.story li img{display: block; margin-top: 40px;}


/*cibi*/
.item01{margin-bottom: 100px;}
.item01 h3{font-size: 40px; font-weight: 300; margin: 30px 0px 20px 0px; text-align: center;}
.item01 h3 strong{font-weight: 600;}
.item01 p{font-size: 18px; color:#909090; margin-bottom: 50px; padding-bottom: 50px; text-align: center;}
.color h4{font-size:35px; text-align: center; margin-bottom: 70px; font-weight: 900;}

.color .info_t {display: block; float: right;}
.color .info_t li{font-size:17px; display: inline; float: left; margin-right: 10px; color: #484848;}
.color .info_t h5{font-size:20px; margin-bottom: 10px; color:#333; font-weight: 600;}
.color .info_t li span{font-weight: 900!important; padding-right: 10px; color:#484848;}

section .color{background-color:#f3f3f3; padding: 70px 0px 100px 0px;}


/*history*/
.historylist{display: inline-block; margin-bottom: 80px;}
.historylist ul{display: block; float: left; width: 600px;}
.historylist h4{font-size:25px; font-weight: 900; color: #17427d; margin-bottom: 5px; letter-spacing: -1px;}
.historylist .text{padding: 30px;}
.historylist .year{font-size:60px; font-weight: 600; color: #e1e8f3; font-family: 'Noto Serif', serif; line-height: 1.2em;}
.historylist .tit{font-size: 42px; color: #333; line-height: 1.3em; margin-top: 10px;}
.historylist .tit span{font-weight: 900;}
.historylist .day{margin-top: 25px; color:#909090;}
.historylist .day dd{line-height: 1.5em; margin-bottom: 5px; letter-spacing: -0.5px; 16.5px; word-break: keep-all;}
.historylist .day span{font-weight: 900; color:#484848; padding-right: 8px;}


/*오시는 길*/
.address{margin-top: 30px;}
.address li{display: block; float: left; margin-right: 3%;}
.address li:last-child{margin-right:0px;}
.address li strong{color:#0a4dc7; font-weight: 600; margin-right: 10px;}


/*특허인증서*/
.certification {padding-bottom: 100px; overflow: hidden;}
.certification li{display: block; float: left; width: 18%; margin-right: 2%; text-align: center; margin-bottom: 30px; word-break: keep-all;}
.certification li:last-child{margin-right:0px;}
.certification img{width: 100%;  border: 1px solid #d7d7d7;}


/*브랜드*/
#subWrap .b_wrap{background-color:#ededed;}
.brand{overflow: hidden;}
.brand ul{display: block; float: left;}
.brand .b_cont01{margin-bottom: 100px; overflow: hidden;}
.brand .b_cont01, .b_cont02 img{display: block; position: relative;}
.brand .b_cont01 .text{width: 600px; height: 470px; display: block; background-color: #17427d; padding: 50px; position: relative; margin-top: 100px; margin-left: -50px; color: #d7d7d7; box-shadow: 2px 2px 3px 0px grey; word-break: keep-all;}
.brand .b_cont01 .text .tit{font-family: 'Noto Serif', serif; font-size:50px; letter-spacing: -0.5px; margin-bottom: 10px; color:#bce1fe;}

    /**text**/
.brand .b_cont02{overflow: hidden;}
.brand .b_cont02 .text{width: 600px; height: 470px; display: block; background-color: #fff; padding: 50px; position: relative; margin-top: 100px; margin-left: -50px; color: #484848; box-shadow: 2px 2px 3px 0px grey; word-break: keep-all;}
.brand .b_cont02 .text .tit{font-family: 'Noto Serif', serif; font-size:50px; letter-spacing: -0.5px; margin-bottom: 10px; color:#4a658a;}
    


/*product_list*/
.tabcontent .item{overflow: hidden; padding: 20px 0px 50px 0px; margin-bottom: 30px; border-bottom: 1px solid #ededed;}
.item .coverimg{display: block; float: left;}
.item .p_t{width: 580px; display: block; float: left; padding:20px 30px; margin-top: 30px;}
.item .p_t h3{font-size: 30px; margin-bottom: 20px; font-weight: 600; color: #0a4dc7; letter-spacing: -0.5px; word-break: keep-all;}
.item .p_t p{font-size: 17px; word-break: keep-all;}
.p_t .alt{font-size:20px; font-weight: 900; color:#d7d7d7;}
.item .p_t a{display: block; float: left; padding: 10px 20px; border: 1px solid #d7d7d7; margin-right: 5px; background-color: #ededed; margin-top: 50px;}
.item .p_t a:hover{background-color:#003e7e; color:#fff;}
 

.tab {overflow: hidden; background-color: #f1f1f1; margin-bottom: 100px;}
.tab li {display:block; width: 200px; background-color: #ededed; float: left; outline: none; transition: 0.3s; font-size: 16.5px; border-right: 1px solid #d7d7d7; text-align: center; letter-spacing: -1px;}
.tab li:last-child{border-right:none!important;}
.tab li a{display:block; padding:14px 16px;}
.tab li:hover a{background-color: #003e7e; color:#fff;}
.tab li.active a{background-color: #003e7e;color:#fff;}
.tabcontent {overflow: hidden; width: 100%; padding: 30px; margin-bottom: 100px;}
.tab-content>.tab-pane{display: none;}
.tab-content>.active{display: block;}
.p_link{display: none !important;}/*button*/

/*원료여행*/
.travel{margin-bottom: 80px; overflow: hidden;}
.travel img{display: block;}
.travel list ul{margin-bottom: 50px;}
.travel .col2 li{overflow: hidden; width: 49%; margin-right: 1%; display: block; float: left; margin-bottom: 50px;}
.travel .col2 li:last-child{margin-right: 0;}
.travel .col3 li{width:32.333% !important; margin-right: 1%; display: block; float: left; margin-bottom: 50px; word-break: keep-all;}
.travel .col3 li:last-child{margin-right:0;}
.travel span{width: 33.333%;}
.col2.list{overflow: hidden; margin-top: 30px;}
.col3.list{overflow: hidden; margin-top: 30px;}
.list h3{font-size:30px; font-weight: 600;  margin: 20px 0; text-align: center;}



/*ing*/
.ing{text-align: center; margin: 50px 0px 200px 0px;}


/*contact+news*/
.board-wrap .webzine-board-list tbody tr td.board-subject div strong {
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    font-size: 20px;
    color: #333!important;
    letter-spacing: -0.5px;
    text-align: left !important;
}
.board-wrap .btn-write-wrap .btn-write{font-size:17px !important;}
.board-wrap .webzine-board-list tbody tr td.board-subject div span{font-size: 16.5px; line-height: 1.5em; height:45px;}
.board-wrap .webzine-board-list tbody tr td.board-subject div:last-child{text-align: left !important;}
.board-wrap .board-view header h1{font-size: 20px!important;}
.board-wrap .board-view header {padding: 20px 32px 19px;}
.board-wrap .board-num{font-size: 17px;}

/*미디어*/
.media .board-wrap .gallery-list figure a figcaption p{font-size: 16.5px; margin: 10px 0px;}
.media .board-wrap .gallery-list figure a figcaption {padding: 11px 20px 0px !important;}
.media .board-wrap .gallery-list{margin-bottom: 30px; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
.media .board-wrap .btn-write-wrap{margin:0px !important;}
