
/*
  메인녹색 : #4eae40
  메인빨강 : #ed1b23
  font-family: 'Nanum Barun Gothic', sans-serif;
*/

/************** tag ***********************************************************/
/* https://cdn.jsdelivr.net */

@font-face { font-family: 'S-CoreDream-1Thin'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-2ExtraLight'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-3Light'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-5Medium'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-6Bold'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-7ExtraBold'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-8Heavy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-9Black'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: normal; font-style: normal; }

html {
  font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.7rem;
	font-family: 'S-CoreDream-3Light', sans-serif;

	overflow-y: scroll;  /** 항상 세로 스크롤 영역 넣기 **/
}

form, div, p {
	margin: 0;
	padding: 0;
}

p, div, th, td, select, input {
	color: #000;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:active, a:hover {
	color: #666;
	text-decoration: none;
}

a.hover-white:hover {
	color: #fff;
}

a img,
input.type-image {
	border: 0 none;
}

input, select, textarea {
	vertical-align: middle;
	font-size: 1rem;
	color: #000;
}

select, button {
	font-size: 1rem;
	font-family: 'S-CoreDream-3Light', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul > li {
	line-height: 2rem;
}

table {
	border-collapse: collapse;
}

div {
  	box-sizing: border-box;
}

img {

	vertical-align: middle;
/***
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0);
	backface-visibility: hidden;
***/
}

:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/*
body, p, ul, li, a {
  margin: 0;
  padding: 0;
  font-family: 'S-CoreDream-3Light', sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

p, span {
  line-height: 1.7;
}

ul > li {
  list-style: none;
  line-height: 2;
}
*/

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1rem;
}

i {
  font-size: 1.2rem;
  margin-right: 8px;
  vertical-align: middle;
}

hr {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid transparent;
  margin: 30px 0;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.fbold {
	font-weight: bold;
}

/************** gnb ***********************************************************/

header {
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
  -moz-box-shadow0 0 20px rgba(0,0,0,0.15): ;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

#hd_gnb {
    width: 1140px;
}

#hd_gnb li.hd_gnb_sub {
	float: right;
}

#hd_gnb li.hd_gnb_sub a{
	padding: 30px 0 0;
	color: #ed1b23;
	margin: 0 30px 0 0;
}

/* Menu Container */
#hd_gnb {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
#hd_gnb > li {
	display: block;
	float: left;
	height: 90px;
	line-height: 90px;
}

/* Menu Links */
#hd_gnb > li > a {
  display: inline-block;
  padding: 0 26px;
  font-size: 1.35rem;
}

#hd_gnb .nav-divider {
    color: #bababa;
}

.gnb_hit {
    position: relative;
}

.gnb_hit:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 28px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background-color: #ff3131;
    border-radius: 50%;
}

#top-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/************** public class **************************************************/

.s-core1 {
    font-family: 'S-CoreDream-1Thin', sans-serif;
}

.s-core2 {
    font-family: 'S-CoreDream-2ExtraLight', sans-serif;
}

.s-core3 {
    font-family: 'S-CoreDream-3Light', sans-serif;
}

.s-core4 {
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.s-core5 {
    font-family: 'S-CoreDream-5Medium', sans-serif;
}

.s-core6 {
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s-core7 {
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s-core8 {
    font-family: 'S-CoreDream-8Heavy', sans-serif;
}

.s-core9 {
    font-family: 'S-CoreDream-9Black', sans-serif;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

.container.contents {
  padding: 100px 0;
}

.container.goods-contents {
  padding-top: 0px;
}

.flex-div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flex-div-top {
  	align-items: flex-start;
}

.flex-div-bottom {
	align-items: flex-end;
}

.flex-div-center {
	justify-content: center;	
}

.pipe-divider {
  color: #efefef;
  margin: 0 10px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.invisible {
  position: fixed;
  top: -500px;
}

.well {
    padding: 50px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.page-title {
  margin-bottom: 50px;
  padding-bottom: 11px;
  font-size: 1.5rem;
  border-bottom: 1px solid #d8d8d8;
}

.sub-title {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 5px;
}

.line-hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.effect-item {
	-webkit-box-shadow: 0 0 2px #efefef;
	box-shadow: 0 0 2px #efefef;
	transition: box-shadow .2s linear;
	cursor: pointer;
}

/*
.effect-item > div > a > div:hover {
	 transform: scale(1.1);
	 transition-duration: 0.5s;
}
*/

.effect-item:hover {
	-webkit-box-shadow: 0 0 5px #8f8f8f;
	box-shadow: 0 0 5px #8f8f8f;
}

/************ header **********************************************************/

.topLine {
  background: #fff;
  width: 100%;
  height: 32px;
  line-height: 29px;
  text-align: right;
  background-color: #f9fafc;
  border-bottom: 1px solid #eee;
}

.topLine-item {
  vertical-align: middle;
}

.topLine .pipe-divider {
  vertical-align: middle;
}

.topLogo-wrap
{
  height: 100px;
  padding: 0 10px;
}

.cart-count {
	position: absolute;
	top: 45px; right: 88px;
	color: #fff;
	font-size: .9rem;
	background-color: #e70012;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

/************ footer **********************************************************/

footer {
	margin-top: 100px;
	margin-bottom: 20px;
}

.footer-bbs-wrap {
  padding: 50px 0;
  background-color: #e6e6e6;
}

.footer-tel-no {
  font-size: 3rem;
  color: #ed1b23;
  margin: 20px 0 10px;
}

.footer-account-no {
  font-size: 1.8rem;
  color: #ed1b23;
  margin: 20px 0 10px;
}

.footer-txt {
  margin-right: 5px;
}

.footer-icon {
    margin-left: 5px;
}

/************ buttons *********************************************************/

.btn {
  border: 0;
  font-size: 1rem;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  background-color: rgba(204, 204, 204, .9);
  vertical-align: middle;
  color: #666;
}

.btn:hover, .btn:focus, .btn:active {
  background-color: rgba(204, 204, 204, 1);
}

.btn-primary {
  color: #ffffff;
  background-color: rgba(230, 0, 18, 1);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: rgba(137, 3, 19, 1);
}

.btn-danger {
  color: #ffffff;
  background-color: rgba(201, 48, 44, .9);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: rgba(201, 48, 44, 1);
}

.btn-xs {
    font-size: .8rem;
    width: 35px;
    height: 20px;
    line-height: 20px;
}

.btn-sm {
    font-size: .9rem;
    width: 50px;
    height: 30px;
    line-height: 30px;
}

.btn-lg {
    font-size: 1.2rem;
    width: 150px;
    height: 60px;
    line-height: 60px;
}

.btn_black {
    margin: 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 0;
}

/************ form-controls ***************************************************/

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: inline-block;
  width: 200px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[readonly], .form-control[disabled] {
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

.form-row {
  padding: 5px 0;
}

.form-label {
  display: inline-block;
  width: 100px;
  text-align: left;
}

input[type="radio"].radio-control {
    margin-top: 0;
    vertical-align: middle;
}

/************ table ***********************************************************/

.table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ccc;
}

.table tr > th {
    text-align: center;
    /* background: #f7f7f7; */
    font-weight: bold;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.table-bordered {
	border: 0;
}

.table-bordered {
	border-top: 1px solid #ccc;
}

.table-hor > tbody > tr > th {
	border-left: 0;
}

.table-hor > tbody > tr > td {
    border-right: 0;
    line-height: 2;
}

.table-ver > tbody > tr > td {
	/*text-align: center;*/
}

.table-ver > thead > tr > th:first-child, .table-ver > tbody > tr > th:first-child, .table-ver > tbody > tr > td:first-child {
	border-left: 0;
}

.table-ver > thead > tr > th:last-child, .table-ver > tbody > tr > td:last-child {
	border-right: 0;
}

.table-ver > thead > tr > th, .table-ver > tbody > tr > th, .table-ver > tfoot > tr > th {
    font-size: 1.1rem;
}

/* 커뮤니티 테이블 디자인 */
.table-mon > thead > tr > th, .table-mon > tbody > tr > th, .table-mon > tfoot > tr > th {
    font-size: 1.1rem;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}

.table-mon > thead > tr > td, .table-mon > tbody > tr > td, .table-mon > tfoot > tr > td {
    text-align: center;
    border-left: 1px solid #c3c3c3;
}

.table-mon > tbody > tr > td.left {
    text-align: left;
}

.table-mon > thead > tr {
    border-top: 1px solid #c3c3c3;
}

.table-mon > tbody > tr:last-child {
    border-bottom: 1px solid #c3c3c3;
}

.table-mon > thead > tr > th:first-child, .table-mon > tbody > tr > th:first-child, .table-mon > tbody > tr > td:first-child {
	border-left: 0;
}

.table-mon > thead > tr > th:last-child, .table-mon > tbody > tr > td:last-child {
	border-right: 0;
}
/* 커뮤니티 테이블 디자인 */

table > tbody > tr > td.no-list {
	height: 50px;
	text-align: center;
}

table > tbody > tr > td.no-list:hover {
	background: #fff;
	cursor: default;
}

.form-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.form-table tr td {
  height: 60px;
  border-top: 1px dashed #ddd
}

.form-table tr td:first-child {
  width: 100px;
}

.form-table tr:first-child td {
  border-top: 0;
}

.form-table tr td.required {
  position: relative;
}

.form-table tr td.required::after {
  content: '';
  position: absolute;
  top: 20px;
  left: -5px;
  width: 3px;
  height: 3px;
  display: block;
  background: #ff0000;
  border-radius: 100%;
}

/************** nav tabs ****************************************8*************/

.tab-panel {
  padding: 100px 0;
  border-bottom: 1px solid #ccc;
  /*border-top: 1px solid #ccc;*/
}

/************** list-item *****************************************************/

.list-item {
  /*margin-bottom: 75px;*/
  margin-bottom: 100px;
  /*box-shadow: 0 0 4px #efefef;*/
}

.list-item-img {
  width: 100%;
}

.list-item-nm {
  /*margin-top: 20px;*/
  font-size: 1.25rem;
  font-weight: bold;
}

.list-item-desc {
  margin-top: 10px;
  font-size: 1.125rem;
}

.list-item-price-desc {
  margin-top: 2px;
  color: #666;
  font-style: italic;
}

.list-item-origin-price {
  color: #666;
  font-size: .9rem;
  text-decoration: line-through;
  /*font-style: italic;*/
}

.list-item-sale-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ed1b23;
}

/************** <container> sub menu ******************************************/
.page-lnb li {
	border-bottom: 1px solid #d8d8d8;
	border-top: 0;
	padding: 10px;
    text-align: center;
}

.lnb-on {
	color: #8dc63f;
	font-weight: bold;
}

.left-menu-list.active {
    color: #000;
}

/************* 공통 탭 부분 ****************************************************/

#tabset li {
    display: inline-block;
}

#tabset a {
    display: block;
    background: #fff;
    margin: 0 0 5px 0;
}

#tabset li.pipe-divider:last-child {
    display: none;
}

#tabset #tabset-on {
    z-index: 2;
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
}

/************* 슬라이드 컨텐츠 영역 (자주하는 질문, 이용후기) ********************/

#slide_wrap {
    margin-top: 5px;
}

#slide_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #c3c3c3;
}

#slide_wrap li {
    background: #fff;
    text-align: left;
}

#slide_wrap li div.title {
    font-weight: 700;
    min-height: 45px;
    line-height: 30px;
    padding: 8px;
    padding-left: 50px;
    position: relative;
}

#slide_wrap li div.title .tit_bg {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#slide_con .con_inner {
    display: none;
    border-top: 1px solid #ddd;
    padding: 15px;
    padding-left: 50px;
    position: relative;
    background: #f9fafc;
}

#slide_con .con_inner .tit_bg {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    background: #777;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#slide_con .con_closer {
    text-align:right;
}

/************************** 페이징 (paging) ********************************/

.paging a {
	display: inline-block;
	width: 38px;
    height: 38px;
    line-height: 38px;
    color: #c3c3c3;
}

.paging-prev, .paging-next {
    border: 1px solid #c3c3c3;
}

.paging-prev {
	margin-right: 3px;
}

.paging-on {
    border: 1px solid #000;
}

.paging-off {
    border: 1px solid #c3c3c3;
}

.paging-prev:hover, .paging-next:hover, .paging-off:hover {
    color: #000;
}

/************************** 인화 메인 페이지 (inhwa_main.html) ********************************/

.inhwa-menu {
	width: 100%;
	background: #fff;
}

.inhwa-menu.fixed {
	position: fixed;
	z-index: 9;
	top: 0;	
	left: 0;
	box-shadow: 3px 0 5px 2px rgba(0, 0, 0, .2);
}

.inhwa-menu-item {
	font-size: 1.2rem; 
	color: #000;
}

.inhwa-menu-item.active {
	font-weight: bold;
}





/**************************loding********************************/
.wrap-loading{ /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.2); /*not in ie */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000',endColorstr='#20000000');    /* ie */
    z-index: 9999;
}

.wrap-loading div{ /*로딩 이미지*/
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -21px;
    margin-top: -21px;
}

.display-none{ /*감추기*/
    display:none;
}

/****************** modal ***********************************************/

.modal-open {
	overflow: hidden;
	width: calc(100% - 17px); 		/** for chrome, safari **/
	width: -moz-calc(100% - 16px); 	/** firefox **/
}
.modal {
  display: none;
  overflow: auto;
  /*overflow-y: scroll;*/
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
