body {
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif !important;
}
/* 네비게이션 */

.navigation {
    margin-bottom: 16px;
}

.navigation li:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-arrow-navi.png) no-repeat center;
    margin: 0px 9px;
}

.navigation li:last-child:after {
    display: none;
}

.navigation li a {
    display: inline-block;
    font-size: 12px;
    color: #959595;
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.navigation li.current a {
    color: #222;
}

/* 상품 썸네일 */

.top-info {
    margin-bottom: 66px;
}

.prd-thumb {
    width: 600px;
}

.prd-thumb .big {
    font-size: 0;
    margin-bottom: 42px;
}

.prd-thumb .big img {
    width: 600px;
    height: 600px;
    object-fit: contain;
}

.prd-thumb .big .thumb{
    position: absolute; 
    top:0px; 
    left:0px; 
    z-index:1;
    height: auto;
}

.prd-thumb .big .soldout{
    position: absolute; 
    top:0px; 
    left:0px; 
    z-index:2;
}

.prd-thumb .thumb-list {
    margin-bottom: 41px;
}

.prd-thumb .thumb-list > a {
    display: inline-block;
    width: 56px;
    height: 65px;
    line-height: 65px;
    font-size: 0;
}

.prd-thumb .thumb-list > a img {
    vertical-align: middle;
}

.prd-thumb .thumb-list ul.inline li {
    margin: 0px 8px;
    font-size: 0;
    box-sizing: border-box;
    width: 67px;
    height: 67px;
    border: 1px solid transparent;
}

.prd-thumb .thumb-list ul.inline li img {
    width: 65px;
    height: 65px;
}


.prd-thumb .thumb-list ul.inline li:hover,
.prd-thumb .thumb-list ul.inline li.on {
    border: 1px solid #222;
}

/* sns 메뉴 */

.share-list li {
    font-size: 0;
    margin: 0px 3px;
}

/* 상품 정보 */

.prd-info {
    width: 550px;
}

.prd-info a.prd-brand {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    display: inline-block;
    padding-right: 12px;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-arrow-right-vs.png) no-repeat right 3px;
    line-height: 1;
    margin-bottom: 15px;
}

.prd-info p.prd-name {
    font-size: 21px;
    color: #222;
    margin-bottom: 33px;
	word-break: break-all;
}

.prd-info p.prd-name span.sold-out {
    font-size: 14px; 
    color: #ee3124;
}

.prd-info table.info-table {
    table-layout: fixed;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.prd-info table.info-table th {
    padding: 7px 0px;
    vertical-align: middle;
    color: #222;
    font-weight: normal;
}

.prd-info table.info-table td {
    padding: 7px 0px;
    vertical-align: middle;
    color: #676767;
    font-weight: normal;
}

.prd-info table.info-table td.line {
    border-bottom: 1px dotted #e5e5e5; 
}

.prd-info table.info-table td span.price {
    display: inline-block;
    vertical-align: middle;
    color: #979797;
    font-size: 14px;
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
    margin-right: 2px;
}

.prd-info table.info-table td span.sell-price {
    display: inline-block;
    vertical-align: middle;
    color: #676767;
}

.prd-info table.info-table td span.sell-price strong {
    font-size: 14px;
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.prd-info table.info-table td span.dis-rate {
    display: inline-block;
    vertical-align: middle;
    color: #ee3124;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: -2px;
}

.prd-info table.info-table td span.benefit-price {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-size: 17px;
    margin-left: 4px;
    position: relative;
    bottom: 2px;
}

.prd-info table.info-table td span.benefit-price strong {
    color: #222;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: 1px;
}

.prd-info table.info-table a.btn-s.benefit {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prd-info table.info-table a.btn-s.benefit img {
    margin-left: 6px;
    vertical-align: initial;
}

img.btn-img {
    vertical-align: middle;
    margin-left: 2px;
}

.prd-info .option-select {
    margin: 24px 0px 0px;
}

.prd-info .option-select p.title {
    color: #222;
    line-height: 1;
    margin-bottom: 13px;
}

.prd-info .option-select ul.basic-select {
    width: 100%;
    border-color: #979797;
    margin-bottom: 10px;
}

.prd-info .option-select ul.basic-select:last-child {
    margin-bottom: 0;
}

.prd-info .option-select ul.basic-select ul.option {
    border-color: #979797;
}

.prd-info .option-select ul.basic-select ul.option li:hover {
    background: #f9f9f9;
}

.prd-info .option-select ul.basic-select ul.option li a {
    line-height: 37px;
}

.prd-info .option-select ul.basic-select ul.option li.soldout a {
    color: #979797;
}

.prd-info .selected-option {
    margin-top: 20px;
}

.prd-info .selected-option .selected-box {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 1px;
}

.prd-info .selected-option p.option-name {
    width: 220px;
    color: #222;
    line-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;        
}

.prd-info .selected-option .qty-btn {
    width: 90px;
}

.prd-info .selected-option .qty-btn a {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 27px;
    border: 1px solid #eaeaea;

}

.prd-info .selected-option .qty-btn input.qty-input {
    width: 31px;
    height: 27px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.prd-info .selected-option .option-price {
    
}

.prd-info .selected-option .option-price p {
    color: #222;
    padding-right: 21px;
    line-height: 29px;
    width: 80px;
    text-align: right;
}


.prd-info .selected-option .option-price p strong {
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.prd-info .selected-option .option-price a.btn-del {
    position: absolute;
    top: 50%;
    font-size: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prd-info .total-result {
    margin: 24px 0px;
}

.prd-info .total-result a.popup-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.prd-info .total-result img.btn-img {
    margin-left: 4px;
    position: relative;
    bottom: 1px;
}

.prd-info .total-result span.total-name {
    color: #222;
    margin-right: 18px;
}

.prd-info .total-result span.total-price {
    color: #222;
    font-size: 17px;
}

.prd-info .total-result span.total-price strong {
    color: #222;
    font-size: 30px;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 3px;
}

.prd-info .prd-btn a {
    display: inline-block;
    vertical-align: top;
    width: 244px;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    font-size: 16px;
    color: #393939;
    border: 1px solid #979797;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.prd-info .prd-btn a.wish {
    width: 52px;
    font-size: 0;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-heart-b-m.png) no-repeat center;
}

.prd-info .prd-btn a.wish.on {
    width: 52px;
    font-size: 0;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-heart-b-m-red.png) no-repeat center;
}

.prd-info .prd-btn a.cart {
    margin: 0px 5px;
}

.prd-info .prd-btn a.buy {
    background: #313131;
    border-color: #313131;
    color: #fff;
}

/* 픽스 상품 정보 */

.detail-info-wrap .prd-info {
    width: 370px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ebebeb;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 0px 0px 20px;
}

.detail-info-wrap .prd-info .sticky {
    width: 350px;
    position: sticky;
    top: 80px;
    right: 0;
    box-sizing: border-box;
}

.detail-info-wrap .prd-info .sticky .selected-option {
    max-height: 250px;
    overflow-y: auto;
}

.detail-info-wrap .prd-info .prd-btn a.wish {
    width: 52px;
}

.detail-info-wrap .prd-info .prd-btn a.cart {
    width: 143px;
}

.detail-info-wrap .prd-info .prd-btn a.buy {
    width: 143px;
}

/* 스크롤 탭 */

.section-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 830px;
    box-sizing: border-box;
    z-index: 15;
    background: #fff;
}

.section-tab.fixed {
    /*position: fixed;*/
}

.section-tab ul {
    width: 830px;
}

.section-tab li {
    width: 25%;
}

.section-tab li a {
    display: block;
    line-height: 58px;
    color: #676767;
    font-size: 16px;
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.section-tab li a span {
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
    font-size: 14px;
}

.section-tab li.on a {
    color: #222;
    font-weight: bold;
    position: relative;
}

.section-tab li.on a:after {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: 2px;
    background: #222;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1;
}

/* 상품 상세정보 */

.detail-info-wrap {
    padding-top: 60px;
    margin-bottom: 30px;
}

.detail-info-wrap .detail-content {
    width: 830px;
    padding: 55px 0px 70px;
}

.detail-info-wrap .detail-info-box {
    margin-bottom: 73px;
}

.detail-info-wrap .detail-info-box:last-child {
    margin-bottom: 0;
}

.detail-info-wrap .detail-info-box .box-title h3 {
    line-height: 1;
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
}

.detail-info-wrap .detail-info-box table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #393939;
    border-collapse: collapse;
}

.detail-info-wrap .detail-info-box table tr {
    border-spacing: 0;
}

.detail-info-wrap .detail-info-box table th {
    vertical-align: middle;
    font-weight: normal;
    color: #222;
    text-align: left;
    text-indent: 25px;
    border-bottom: 1px solid #ededed;
    height: 53px;
    background: #f9f9f9;
    border-spacing: 0;
}

.detail-info-wrap .detail-info-box table td {
    vertical-align: middle;
    font-weight: normal;
    color: #676767;
    text-align: left;
    text-indent: 25px;
    border-bottom: 1px solid #ededed;
    height: 53px;
    border-spacing: 0;
}

.detail-info-wrap .detail-info-box p {
    color: #676767;
    margin-top: 24px;
    line-height: 1;
}

/* 상품후기 */

.detail-review-wrap {
/*    margin-bottom: 155px;*/
    padding-bottom: 30px;
}

.board-tab {
    border-bottom: 1px solid #393939;
/*    padding-top: 69px;*/
    padding-top: 120px;
}

.board-tab ul {
    border-left: 1px solid #d2d2d2;
}

.board-tab li a {
    display: block;
    line-height: 44px;
    text-align: center;
    color: #979797;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    width: 138px;
    font-size: 13px;
}

.board-tab li.on a {
    color: #393939;
    border-color: #393939;
    position: relative;
}

.board-tab li.on a:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    position: absolute;
    z-index: 2;
    background: #393939;
}

.board-tab li.on a:after {
    content: "";
    display: block;
    width: calc(100% + 1px);
    height: 2px;
    bottom: -1px;
    left: -1px;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.board-box {
    display: none;
}

.board-box.on {
    display: block;
}

.board-box .box-title {
    margin: 40px 0px 20px;
}

.board-box .box-title h3 {
    font-size: 19px;
    color: #222;
    line-height: 1;
}

.board-box .box-title h3 span,
.product_view h3 span {
    font-weight: normal;
    font-size: 13px;
    color: #393939;
}

table.board-post {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #ededed;
    border-collapse: collapse;
    margin-bottom: 29px;
}

table.board-post td {
    vertical-align: middle;
    height: 51px;
    color: #676767;
    border-bottom: 1px solid #ededed;
}

table.board-post td .score {
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-score.png) no-repeat center;
    width: 73px;
    height: 51px;
    position: relative;
    display: inline-block;
}

table.board-post td .score .rate {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-score-c.png) no-repeat center;
    background-position-x: 0px;
}

table.board-post td .score .rate.one {
    width: 20%;
}

table.board-post td p.subject {
    color: #222;
    cursor: pointer;
    display: inline-block;
    max-width: 460px;
}

table.board-post td .icon {
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    margin-left: 5px;
}

table.board-post td .icon img {
    margin: 0px 2px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;    
}


table.board-post td p.date {
    margin-right: 20px;
    padding-left: 20px;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-select-down.jpg) no-repeat right center;
}

table.board-post tr.post-subject.on td p.date {
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-select-up.jpg) no-repeat right center;
}

table.board-post tr.post-content {
    display: none;
}

table.board-post tr.post-content td {
    padding: 15px 0px 15px 127px;
    color: #676767;
}

table.board-post tr.post-content td p {
    color: #676767;
    line-height: 2;
	word-break: break-all;
}

/* 반품/교환 안내*/

.exchange-wrap {
    padding-top: 120px;
}

.exchange-wrap .request-form {
    background: #f8f8f8;
    padding: 0px 40px 0px 49px;
    margin: 0px 0px 60px;
}

.exchange-wrap .request-form h5 {
    font-size: 20px;
    color: #393939;
    line-height: 112px;
}

.exchange-wrap .request-form a.btn-request {
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #979797;
    background: #fff;
    font-size: 13px;
    color: #393939;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.exchange-wrap .detail-info-box .box-title h3 {
    line-height: 1;
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
}

.exchange-wrap .detail-info-box table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #393939;
    border-collapse: collapse;
}

.exchange-wrap .detail-info-box table tr {
    border-spacing: 0;
}

.exchange-wrap .detail-info-box table th {
    vertical-align: top;
    font-weight: normal;
    color: #222;
    text-align: left;
    text-indent: 25px;
    border-bottom: 1px solid #ededed;
    height: 53px;
    background: #f9f9f9;
    border-spacing: 0;
    padding-top: 30px;
}

.exchange-wrap .detail-info-box table td {
    vertical-align: top;
    font-weight: normal;
    color: #676767;
    text-align: left;
    text-indent: 25px;
    border-bottom: 1px solid #ededed;
    height: 53px;
    border-spacing: 0;
    padding: 30px 0px;
}

.exchange-wrap .detail-info-box table td p {
    line-height: 2;
}

/* 팝업 */

.popup.basic.view-popup {
    position: fixed;
    width: 448px;
    height: auto;
    /*-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);     */
}

.popup.basic.view-popup.restock {
    left: 0;
}

.popup.basic.view-popup.on {
    top: 33px;
    /*-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);   */ 
}

.popup.basic.view-popup.benefit.on {
    top: 43px;
}

.popup.basic.view-popup.restock.on {
    top: 39px;
}

.popup.basic.view-popup .inner {
    padding: 0px 30px;
}

.popup.basic.view-popup .title-area {
    margin: 0;
}

.popup.basic.view-popup .popup-content {
    padding-bottom: 30px;
}

.popup.basic.view-popup.restock .popup-content {
    padding-bottom: 25px;
}

.popup.basic.view-popup table th {
    background: #f9f9f9;
    color: #222;
    padding: 20px 0px 20px 20px;
    border-bottom: 1px solid #eaeaea;
}

.popup.basic.view-popup.coupon table th {
    padding-left: 0;
    text-align: center;
}

.popup.basic.view-popup.coupon table tr th:nth-last-of-type(2) {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.popup.basic.view-popup table td {
    color: #222;
    padding: 20px 0px 20px 26px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    line-height: 1.5;
}

.popup.basic.view-popup.coupon table tr td {
    padding: 20px 15px 20px;
    text-align: center;
}

.popup.basic.view-popup.coupon table tr td:first-child {
    border-left: 0px;
}

.popup.basic.view-popup.coupon table tr td p {
    line-height: 1.5;
    margin: 0;
}

.popup.basic.view-popup.coupon table tr td p.discount {
    font-size: 16px;
    color: #222;
}

.popup.basic.view-popup.coupon table tr td p.discount strong {
    font-size: 24px;
    color: #222;
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.popup.basic.view-popup.coupon table tr td p.des {
    font-size: 12px;
    color: #979797;
    font-family: 'pretendard', 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.popup.basic.view-popup.coupon .info-caption {
    margin-top: 15px;
}

.popup.basic.view-popup.coupon .info-caption li {
    font-size: 12px;
    color: #979797;
    line-height: 1.7;
}

.popup.basic.view-popup p {
    color: #676767;
    line-height: 1;
    font-size: 12px;
    margin-top: 20px;
}

.popup.basic.view-popup.restock .btn-area {
    height: auto;
    border: none;
}

.popup.basic.view-popup.restock .btn-area a.submit {
    width: 152px;
    margin: 0px 0px 29px;
}

.basic-select > li { height:100%; }
.basic-select > li > select {
	width:100%; 
	border:none; 
	height:100%; 
	padding:0 0 0 10px;
	background: url(//cdn-square.bizhost.kr/lfweb20180702/icon-select-down.jpg) no-repeat right center;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;  
    font-family: "맑은 고딕", Dotum, "돋 움", sans-serif !important;
}

.review_options {
    padding:0 20px 0 10px !important;
}

.basic-select > li > select > option { 
	display: block; 
	
	height:37px;
	line-height: 37px; 
	font-size: 13px; 
	color: #222; 
	text-indent: 10px; 
	-ms-appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;  
}

.basic-select > li > select::-ms-expand {
  display: none;
}

/* 포토후기 이미지 */
.post-content img {
	width:auto;
	max-width:279px;
	height:auto;
	display: block;
}

.info-table th { text-align:left; }



/* 20180803 상품상세 내용 틀어지는 상품들이 있어서 강제로 수정 - 문제가 생길시 바로 삭제 하겠습니다. */
.exchange-wrap .detail-info-box table td {
    text-indent: 0;
    padding: 30px 25px;
    box-sizing: border-box;
}
.exchange-wrap .detail-info-box table table {
    vertical-align: top;
    font-weight: initial;
    color: #676767;
    text-align: left;
    text-indent: 0;
	padding-left:25px;
	box-sizing:border-box;
    border: none;
    height: auto;
    border-spacing: 0;
    padding: 0;
	width: auto !important;
    height: auto !important;
	max-width: 100% !important;
}
.exchange-wrap .detail-info-box table table td {
    vertical-align: top;
    font-weight: initial;
	font-size: 13px;
    color: #676767;
    text-align: left;
    text-indent: 0;
	padding-left:25px;
	box-sizing:border-box;
    border: none;
    height: auto;
    border-spacing: 0;
    padding: 0;
	width: auto !important;
    height: auto !important;
	max-width: 100% !important;
}
.exchange-wrap .detail-info-box table table tr {
	height:auto;
}
.exchange-wrap .detail-info-box table table td * {
    font-weight: initial;
	font-size: 13px; 
    color: #676767;
}

.exchange-wrap .detail-info-box table td p img {
	width: 100%;
}

.exchange-wrap .detail-info-box table td p * {
	font-weight: initial;
	font-size: 13px !important;
}

/* 추가 쿠폰다운로드 */
.redcolor {
	color: #ee3124 !important;
}

.anomemo p {}


.anomemo { 
    text-align: center;
    overflow: hidden;
    max-width: 800px;
    margin-bottom:55px; }

.memo {
    text-align: center;
}    

.detail-content img { display:block; margin:0 auto; }
.detail-content iframe { max-width: 100%; }
.detail-content > div.tac {
    text-align:center;
    overflow: hidden;
    max-width: 800px;
}

table.board-post tr.post-re {
    display: none;
}


.adn_recommend_feed_wrap { margin-top:50px !important; }
#contents,.footer-bottom{text-align:left;}


/* 나인 상세페이지 뒤틀림 */
.memo .prd-detail { width: 100% !important; }

.MK_innerOpt_01_sub .option-price p { 
    text-align: left !important;
}

.MK_innerOpt_01_sub p.option-name {
    width: 197px !important;
}

.MK_innerOpt_01_sub .option-price a.btn-del {
    top: -13px !important;
    right: -208px !important;
}
/* event_banner_css */
.event_banner_wrap {
    box-sizing: border-box;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #1b1b1d;
    width: 100%;
    margin: 30px auto 5px;
    min-width: 786px;
    position: relative;
}

.event_banner_wrap .event_banner {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 16.26%;
}

.event_banner * {
    line-height: 18px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.event_banner_wrap .event_banner li img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event_banner_wrap .event_banner_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event_banner_wrap .event_banner_btn li {
    width: 20%;
    padding: 12px 12px;
    background: #fff;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.event_banner_wrap .event_banner_btn li:first-child {
    border-left: 1px solid #ddd;
}

.event_banner_wrap .event_banner_btn li.active {
    background: #545454;
}

.event_banner_wrap .event_banner_btn li a {
    color: #777;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    display: block;
    text-align: left;
    float: left;
    font-size: 14px;
}

.event_banner_wrap .event_banner_btn li i {
    color: #777;
    vertical-align: middle;
    margin: 1px 0 0 5px;
    display: inline-block;
    font-size: 13px;
    float: right;
}

.event_banner_wrap .event_banner_btn li.active a{
    color: #fff;
    font-weight: bold;
}

.event_banner_wrap .event_banner_btn li.active i {
    color: #fff;
}

.rel_list {
    margin-top: 20px;
    overflow: hidden;
}

.rel_list ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.rel_list ul li {
    width: 100px !important;
}


.rel_list ul a {
    display: flex;
    flex-direction: column;
}

.rel_list ul a img {
    border: 1px solid #eee;
}

.rel_list .name {
    display: inline-block;
    width:100px;
    margin-top: 8px;
    padding:0 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.review-wrap {
    padding-top : 120px;
}

.box-title h3 span {
    font-weight: normal;
    font-size: 13px;
    color: #393939;
}

.photo_after {
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.review-wrap .review-info-box .box-title h3 {
    line-height: 1;
    font-size: 19px;
    color: #222;
    margin-bottom: 20px;
}

.review_img_wrap ul {
    display: flex;
    align-items: center;
}

.review_img_wrap ul li {
    position: relative;
    border-radius: 4px;
    width: 115px;
    height: 115px;
    overflow: hidden;
    margin: 5px;
}

.review_img_wrap ul li a {
    position: absolute;
    width: 115px;
    height: 115px;
}

.review_img_wrap ul li.review_more a span{
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    height: 100%;
    left: 0;
    letter-spacing: 0;
    padding: 42px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.review_img_wrap ul li img {
    width: 100%;
}

.review_select_wrap {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}

.review_select_wrap .basic-select {
    border: 1px solid #676767;
    min-width: 100px;
}

.review_list_wrap > ul > li {
    padding: 15px 0px 15px 10px;
    border-bottom: 1px solid #ededed;
}

.review_list_wrap .review_list_img {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.review_list_wrap .review_list_img a {
    position: relative;
    border-radius: 4px;
    width: 115px;
    height: 115px;
    overflow: hidden;
}

.review_list_wrap .review_list_img a img {
    width: 100%;
}

.review_contents .score,
.review_list_wrap .score {
    width: 73px;
    margin: 0 0 10px;
}

.review_contents .score .rate,
.review_list_wrap .score .rate {
    display: block;
    width: 100%;
    height: 12px;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-score-c.png) no-repeat center;
    background-position-x: 0px;
}

.review_list_wrap .review_subject {
    color: #222;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 21px;
}

.review_list_wrap .review_memo {
    margin: 10px 0 20px;
    color: #676767;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 21px;
}

.review_list_wrap .review_info {
    display: flex;
}

.review_list_wrap .review_writer {
    position: relative;
    padding: 0 20px 0 0;
    color: #676767;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
}

.review_list_wrap .review_date {
    position: relative;
    padding: 0 20px 0 0;
    color: #676767;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
}

.review_list_wrap .review_writer:after {
    background: #bdbdbd;
    content: "";
    height: 11px;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 1px;
}

.review.popup .inner {
    margin-bottom: 30px;
}

.admin_review {
    min-height: 51px;
    margin-top: 10px;
    background: rgb(237, 237, 237);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.popup.basic.review .title-area {
    padding: 0 20px;
    margin-bottom: 0;
}

.popup.basic.review .title-area a.btn-close {
    right: 20px;
}

.review.popup .review_list_pop_wrap > ul > li{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 20px 30px 20px;
}

.review.popup .review_list_pop_wrap li .review_list_img {
    width: 900px;
}

.review.popup .review_list_pop_wrap li .review_list_img li a {
    display: inline-block;
    width: 580px;
    height: 580px;
    margin-right: 10px;
    overflow: hidden;
}

.review.popup .review_list_pop_wrap li .review_list_img li a img {
    width: 100%;
}

.review.popup .review_list_pop_wrap li .review_list_img li > div {
    display: inline-block;
    width: 300px;
    height: 100%;
    vertical-align: top;
}

.review.popup .swiper-button-next, .review.popup .swiper-button-prev {
    background: url(https://cdn-square.bizhost.kr/lfweb20180702/img/btn/sp_home.png) no-repeat;
    height: 54px!important;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px!important;
}

.review.popup .swiper-button-prev {
    background-position: -340px -84px;
    left: 0!important;
}

.review.popup .swiper-button-next {
    right: calc(100% - 580px)!important;
    background-position: -439px -84px;
}

.review.popup .swiper-button-prev:hover {
    background-position: -373px -84px;
}

.review.popup .swiper-button-next:hover {
    background-position: -406px -84px;
}

.review.popup .swiper-pagination {
    width: 580px;
}

.review.popup .swiper-pagination,
.review.popup .swiper-pagination-current,
.review.popup .swiper-pagination-total {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}


.review_list_pop_wrap .review_subject {
    color: #222;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    margin: 10px 0;
}

.review_list_pop_wrap .review_memo {
    font-size: 14px;
    color: #676767;
    letter-spacing: 0;
    line-height: 19px;
}

.review_list_pop_wrap .review_info {
    margin-top: 20px;
}

.review_list_pop_wrap .review_writer,
.review_list_pop_wrap .review_date {
    color: #757575;
    display: inline-block;
    margin-right: 10px;
    padding-right: 11px;
    position: relative;
}

.review_list_pop_wrap .review_writer:after {
    background: #bdbdbd;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
}

.review_total_wrap {
    width: 1056px;
}

.review_total_wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    align-items: center;
}

.review_total_wrap ul li {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.review_total_wrap ul li img {
    width: 100%;
}

.popup.basic.review_total .pagination {
    margin-bottom: 30px;
}

.popup.basic.review_total .pagination ul,
.review_list_wrap .pagination ul {
    display: flex;
    gap: 0;
    justify-content: center
} 

.popup.basic.review_total .pagination ul li a,
.review_list_wrap .pagination ul li a {
    color: #757575;
    font-size: 14px;
    height: 25px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: -2px;
    padding: 0 8px;
    vertical-align: middle;
}

.popup.basic.review_total .pagination ul li.on a,
.review_list_wrap .pagination ul li.on a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.popup.basic.on.review_modal,
.popup.basic.on.review_pop,
.popup.basic.on.review_total {
    max-height: 800px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
.popup_qna {display:block; position:fixed; left:0; top:100%; z-index:150; width:100%; height:100%; transition:top 0.05s ease-out 0.25s;}
.popup_qna.open {top:0; transition: top 0.05s ease-out 0s;}
.popup_qna:before {content:''; position:absolute; left:0px; top:0px; width:100%; height:100%; background-color:#000; opacity:0; transition:opacity 0.3s ease-out;}
.popup_qna.open:before {opacity:0.7; transition:opacity 0.4s ease-out;}
.popup_qna .outter_box {width:100%; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.popup_qna .inner_box {position:relative; margin: auto; width:700px; padding:20px 30px 60px; box-sizing:border-box; background-color:#fff; opacity:0; transform: translate(0, 100px) scale(0.75, 0.75); transition: all  0.4s cubic-bezier(1,-0.74,.13,.99);}
.popup_qna.open .inner_box {transform: translate(0, 0) scale(1.0, 1.0); opacity:1; transition: all 0.5s cubic-bezier(.59,0,0,1.63); }
.popup_qna .btn_close {border:none;display:inline-block; width:25px; height:25px; position:absolute; right:30px; top:30px; background:url(//cdn-square.bizhost.kr/LFSquareWeb/ico_close1.png) center center no-repeat;}
.popup_qna .title {padding-bottom:15px; font-size:32px; line-height:1.5; color:#000; border-bottom:solid 2px #000; font-weight:700;}
.popup_qna .in_box {max-height:700px; padding-right:10px; overflow:auto;}
.popup_qna .table th,
.popup_qna .table td {border-bottom:solid 1px #e6e6e6;}
.popup_qna .table th {padding:10px 0 10px 30px; font-size:16px; color:#000; line-height:1.5; font-weight:500; text-align:left;}
.popup_qna .table td {padding:10px 0;}
.popup_qna .table .tr_02 th {padding:20px 0 20px 30px; border-bottom:solid 1px #000;}
.popup_qna .table .tr_02 td {padding:20px 0; border-bottom:solid 1px #000;}
.popup_qna .table .tr_03 th {padding:10px 0 0 30px; border-bottom:solid 0 #fff;}
.popup_qna .table .tr_03 td {padding:10px 0 0 0; border-bottom:solid 0 #fff;}
.popup_qna .table .tr_04 th {padding:22px 0 20px 30px; vertical-align:top;}
.popup_qna .table .tr_04 td {padding:10px 0 20px 0; }
.popup_qna .table .info_box {padding-left:90px; min-height:80px; position:relative;}
.popup_qna .table .info_box span {display:block;}
.popup_qna .table .info_box span.img {border:solid 1px #e4e4e4; position:absolute; left:0px; top:0px;}
.popup_qna .table .info_box span.img img {width:58px;}
.popup_qna .table .info_box span.brand {margin-bottom:10px; font-size:14px; line-height:1.5; color:#666;}
.popup_qna .table .info_box span.name {margin-bottom:10px; font-size:14px; line-height:1.5; color:#000; font-weight:700;}
.popup_qna .table .info_box span.option {font-size:14px; line-height:1.5; color:#999;}
.popup_qna .table .info_box span.option strong {color:#000; font-weight:400;}
.popup_qna .table .rdo_list {overflow:hidden;}
.popup_qna .table .rdo_list li {margin-right:30px; float:left;}
.popup_qna .table .name_box {padding-right:80px; position:relative;}
.popup_qna .table .it {height:47px; padding-left:20px; border:solid 1px #c5c5c5; color:#000;}
.popup_qna .table textarea {height:180px; padding:15px 20px; border:solid 1px #c5c5c5; outline:none; resize:none;}
.popup_qna .table .name_box .checkbox {position:absolute; right:0px; top:13px;}
.popup_qna .table .file_box {margin-bottom:10px; padding-right:87px; position:relative;}
.popup_qna .table .file_box:after {content:"파일검색"; display:block; width:77px; height:47px; font-size:14px; color:#5e5e5e; border:solid 1px #999; line-height:47px; text-align:center; position:absolute; right:0px; top:0px; box-sizing:border-box;}
.popup_qna .table .file_box .it_file {width:100%; height:47px; position:absolute; left:0px; top:0px; font-size:0; opacity:0; z-index:1;}
.popup_qna .table .file_list ul {overflow:hidden; margin-left:-30px;}
.popup_qna .table .file_list ul li {margin-left:30px; padding-right:27px; position:relative; float:left;}
.popup_qna .table .file_list ul li .img {display:inline-block; border:solid 1px #e6e6e6;}
.popup_qna .table .file_list ul li .img img {width:78px;}
.popup_qna .table .file_list ul li .btn_del {display:inline-block; width:17px; height:17px; background:url(//cdn-square.bizhost.kr/LFSquareWeb/ico_close2.png) 0 0 no-repeat; position:absolute; left:90px; top:0px;}
.popup_qna .txt_box {margin-bottom:30px; padding:15px 0 30px; border-bottom:solid 2px #000; font-size:14px; line-height:22px; color:#888; letter-spacing:-0.05em;}
.popup_qna .btn_box {text-align:center;}
.popup_qna .btn_box button {display:inline-block; width:90px; height:45px; margin:0 3px; border:solid 1px #000; text-align:center; font-size:16px; box-sizing:border-box;}
.popup_qna .btn_box button.btn_cancel {color:#000;}
.popup_qna .btn_box button.btn_send {background-color:#000; color:#fff;}
.mt14 {
    margin-top: 14px;
    display: inline-block;
}
.qna_s {
    display: inline-block;
    width: 90px;
    height: 45px;
    margin: 0 3px;
    border: solid 1px #000;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #000;
    color: #fff !important;
    line-height: 45px;
}


.qna {position:relative;}
.qna .tit_24 {font-family:'Noto Sans KR'; padding-bottom:15px; border-bottom:solid 2px #000;}
.qna .tit_24 span {font-size:14px; color:#888; font-weight:400;}
.qna .tit_24 span strong {color:#000; font-weight:400;}
.qna .btn_ask {color: #636262;display:inline-block; width:77px; height:30px; line-height:25px; text-align:center; font-size:14px; background-color:white; border:solid 1px #636262; box-sizing:border-box; position:absolute; right:0px; top:10px;}
.list_box {margin-bottom:30px; border-bottom:solid 1px #a2a2a2;border-top: 1px solid #000;}
.list_box .tit {height:41px; background-color:#f5f5f5; position:relative;}
.list_box .tit > span {display:inline-block; font-size:14px; color:#000; line-height:41px; text-align:center; position:absolute; top:0px;}
.list_box .tit > span.con {width:500px; left:195px;}
.list_box .list li {height:38px; border-bottom:solid 1px #ececec; overflow:hidden;}
.list_box .list li.open {height:auto;}
.list_box .list li .info {padding:0 440px 0 252px; position:relative; border-bottom:solid 1px #ececec;}
.list_box .list li .info span {display:inline-block; font-size:14px; color:#666; line-height:38px; text-align:center; position:absolute; top:0px;}
.list_box .list li .info span.answer.fin {color:#787ace;}
.list_box .list li .info .con {display:block; max-width:700px; line-height:38px; font-size:14px; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:left;}
.list_box .list li .info .con.secret {padding-right:20px; background:url(//cdn-square.bizhost.kr/LFSquareWeb/ico_08.png) right center no-repeat; }
.list_box .list li .con_box {padding:20px 30px 30px; background-color:#f8f8f8;}
.list_box .list li .con_box .q {font-size:14px; line-height:24px; color:#444;}
.list_box .list li .con_box .answer_box {margin-top:25px; padding:15px 20px 30px 120px; background-color:#fff; border:solid 1px #000; position:relative;}
.list_box .list li .con_box .answer_box .a_date {font-size:12px; line-height:1.5; color:#000; position:absolute; left:20px; top:15px;}
.list_box .list li .con_box .answer_box .a {font-size:14px; line-height:24px; color:#000;}
.list_box span.no {width:72px; left:0;}
.list_box span.sort {width:123px; left:72px;}
.list_box span.answer {width:147px; left:829px;}
.list_box span.writer {width:160px; left:940px;}
.list_box span.date {width:134px; left:1066px;}
button {
    border: none;
}


.pagination {overflow:hidden; text-align:center; position:relative; }
.pagination .paging {display:inline-block; *display:inline; zoom:1;}
.pagination .paging > a {display:inline-block; width:45px; height:45px; margin-left:5px; float:left; font-size:12px; line-height:30px; color:#fff; position:relative;}
.pagination .paging > a:after {content:""; display:block; width:13px; height:18px; position:absolute; left:50%; top:50%; margin:-9px 0 0 -6px;}
.pagination .paging .page_prev:after {background:url(//cdn-square.bizhost.kr/LFSquareWeb/control_01.png) left 0 no-repeat;}
.pagination .paging .page_next:after {background:url(//cdn-square.bizhost.kr/LFSquareWeb/control_01.png) right 0 no-repeat;}
.pagination .paging .page {display:inline-block; float:left; padding:0 90px;}
.pagination .paging .page a {display:inline-block; float:left; margin-left:35px; font-size:22px; line-height:40px; color:#888; letter-spacing:0; border-top: solid 2px transparent;}
.pagination .paging .page a:first-child {margin-left:0px;}
.pagination .paging .page a.current {color:#000; border-top:solid 1px #000; font-weight:bold; }
.pagination .btn_type1 {position:absolute; right:0px; top:-5px; display:inline-block; padding: 0 14px; font-size:14px; line-height:37px; color:#fff; background-color:#000;}
.pagination.my {overflow:visible; }
.pagination.small .paging > a {height:24px;}
.pagination.small .paging > a:after {width:10px; height:14px; margin:-7px 0 0 -5px; background-size:20px auto !important;}
.pagination.small .paging .page {padding:0 40px;}
.pagination.small .paging .page a {font-size:14px; line-height:24px;}
.pagination.small .paging .page a.current {font-weight:700;}

.big-slider{
    overflow: hidden;
    margin: 0 auto;
}

.thumb-slider-wrap {
    position: relative;
    margin: 0 auto;
}

.thumb-slider-wrap .thumb-swiper-button-next {
    width: 16px;
    height: 29px;
    background: url("https://cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-arrow-right-g-m.png")
    no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}
.thumb-slider-wrap .thumb-swiper-button-prev {
    width: 16px;
    height: 29px;
    background: url("https://cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-arrow-left-g-m.png")
    no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.thumb-slider {
    position: relative;
    width: 316px;
    margin: 0 auto;
    overflow: hidden;
}


.thumb-slider li img {
    width: 100%;
    height: 100%;
}

.thumb-slider li img {
    width: 67px;
    height: 67px;
    border: 1px solid #FFFFFF;
}

.thumb-slider li.swiper-slide-active img {
    border: 1px solid #222;
}