/* #222 */
.title {
    color: var(--color-title);
}

/* #666 */
.subcopy {
    color: var(--color-subcopy);
}

/* 888 */
.smallcopy {
    color: var(--color-smallcopy);
}


/* ¼­ºêÆäÀÌÁö »ó´Ü °æ·Î Ç¥½Ã */
.lt-location {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    color: #666;
    height: 24px; /* ¾ÆÀÌÄÜ°ú ÅØ½ºÆ®ÀÇ ÀÏ°üµÈ ³ôÀÌ¸¦ À§ÇØ Ãß°¡ */
}

.lt-location .material-icons {
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
}

.lt-location span {
    display: flex;
    align-items: center;
    line-height: 1;
	letter-spacing:0.5px;
}

.lt-location .home {
    display: flex;
    align-items: center;
}


/* ¼­ºê ¸®½ºÆ® ÆäÀÌÁö ÁÂÃø ¿ìÃø ¿µ¿ª */

.lt-subpage {
    padding: 50px 0;
    background: #fff;
}

.lt-inner {
    width: 1180px;
    margin: 0 auto;
}


/* ÄÁÅÙÃ÷ ·¹ÀÌ¾Æ¿ô */
.lt-contents {
    display: flex;
    gap: 70px;
}


/* ¿ÞÂÊ ¸®½ºÆ® ¿µ¿ª */
.lt-sub-list {
    flex: 1;
}

.lt-sub-item {
    display: flex;
    gap: 40px;
    padding: 30px 0;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #eee;
}

a.lt-sub-item:last-child {
    border-bottom: none;
}

.lt-sub-item:first-child{padding:0 0 30px 0;}
.lt-sub-item:last-child{border-bottom:none;}

.lt-sub-img {
    width: 280px;  /* ±âÁ¸ ³Êºñ À¯Áö */
    height: 168px;  /* 5:3 ºñÀ² Àû¿ë (280 * 3/5) */
    overflow: hidden;
    position: relative;  /* Æ÷Áö¼Å´× ÄÁÅØ½ºÆ® »ý¼º */
    background: #f5f5f5;  /* ÀÌ¹ÌÁö ·Îµù Àü ¹è°æ»ö */
}

.lt-sub-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    position: absolute;  /* ºÎ¸ð ¿ä¼Ò ±âÁØÀ¸·Î ¹èÄ¡ */
    top: 0;
    left: 0;
}

.lt-sub-item:hover .lt-sub-img img {
    transform: scale(1.05);
}

.lt-sub-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0 0;  /* À§¾Æ·¡ ¿©¹é Ãß°¡ */
}

.lt-sub-content .title {
    font-size: 17px;  /* Å©±â ´õ Ãà¼Ò */
    font-weight: 600;
    margin-bottom: 14px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;  /* ÁÙ°£°Ý Ãà¼Ò */
	padding-right:30px;
}

.lt-sub-content .desc {
    font-size: 14px;  /* ¼³¸í ÅØ½ºÆ® Å©±â Ãà¼Ò */
    color: #666;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;  /* ¸¶Áø Á¦°Å */
	padding-right:10px;
}

.lt-sub-item:hover .title {
    color: #666;
}

.lt-sub-content .info {
    margin-top: auto;
    color: #888;
    font-size: 13px;
	text-align: left;
}

.lt-sub-content .info span:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ddd;
    margin: 0px 8px;
    vertical-align: middle;
}




/* ¿À¸¥ÂÊ »çÀÌµå ¿µ¿ª */
.lt-sidebar {
    width: 310px;
	position: sticky;
    top: 30px;  /* »ó´Ü¿¡¼­ 30px ¶³¾îÁø À§Ä¡¿¡ °íÁ¤ */
    height: fit-content;  /* ³»¿ë¹° ³ôÀÌ¿¡ ¸ÂÃã */
}

.lt-side-banner {
    width: 100%;
    height: 213px; /* 3:2 ºñÀ² */
    background: #f5f5f5;
    margin-bottom: 40px;
}

.lt-side-nav ul {
    list-style: none;
    padding: 0;
}

.lt-side-nav .nav-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
}

.lt-side-nav li a {
    display: block;
    padding: 20px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    transition: color 0.3s ease;
	letter-spacing:0.5px;
}

.lt-side-nav li a:hover {
    color: #666;
}

.lt-side-nav li:last-child a {
    border-bottom: none;
}


/* Google Material Icons ·Îµå */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/* ¼­ºê ¸®½ºÆ® ÆäÀÌÁö ÁÂÃø ¿ìÃø ¿µ¿ª */






/* ¼­ºê ÁÂÃø »ó¼¼ºäÆäÀÌÁö ½ÃÀÛ */
/* °øÅë ºäÆäÀÌÁö ½ºÅ¸ÀÏ */
.sub-content-view {
    width: 800px;  /* °íÁ¤ ³Êºñ */
}

/* °øÅë Çì´õ ¿µ¿ª */
.common-view-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.common-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    word-break: keep-all;
    color: #000;
	font-family: 'Noto Sans', 'Roboto', Arial, sans-serif;
}

.common-info {
    color: #888;
    font-size: 15px;
}

.common-info span:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ddd;
    margin: 0 10px;
    vertical-align: middle;
}

/* °øÅë º»¹® ¿µ¿ª */
.common-view-content {
    margin-bottom: 50px;
}

.common-thumbnail {
    width: 100%;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.common-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.common-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    word-break: keep-all;
}

/* °øÅë ÇÏ´Ü ¿µ¿ª */
.common-view-footer {
    text-align: center;
    margin-top: 50px;
}

.common-btn {
    display: inline-block;
    padding: 12px 40px;
    background: #666;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.common-btn:hover {
    background: #333;
}

/* ¼­ºê ÁÂÃø »ó¼¼ºäÆäÀÌÁö ³¡ */

/* ¼½¼Ç Å¸ÀÌÆ² °øÅë ½ºÅ¸ÀÏ */
.section-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
	font-family: 'Noto Sans', 'Roboto', Arial, sans-serif;
	letter-spacing: 0px;
}

/* ¿ìÃø¿µ¿ª ¸¹ÀÌ º» ´º½º ¿µ¿ª */
.lt-popular-news {
    margin-bottom: 40px;  /* ¸Þ´º¿ÍÀÇ °£°Ý */
}

.popular-list {
    list-style: none;
    padding: 0;
}

.popular-item {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: color 0.3s ease;
	flex-direction: row-reverse;  /* ÀÌ ¼Ó¼º Ãß°¡ */
	align-items: center;  /* ¼¼·Î Áß¾Ó Á¤·Ä Ãß°¡ */
}

.popular-item:hover {
    color: #666;
}

.popular-list li:last-child a {
    border-bottom: none; /* ¸¶Áö¸· ¸®½ºÆ®ÀÇ a ÅÂ±×ÀÇ ¹ÙÅÒ º¸´õ Á¦°Å */
}

.popular-img {
    width: 100px;
    height: 56.25px;  /* 5:3 ºñÀ² */
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.popular-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.popular-item:hover .popular-img img {
    transform: scale(1.05);
}

.popular-title {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    /* 2ÁÙ Á¦ÇÑ */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
	font-family: Arial, sans-serif;
	text-align: left;  /* ¿ÞÂÊ Á¤·Ä Ãß°¡ */
}

/* ¿ìÃø¿µ¿ª ¸¹ÀÌ º» ´º½º ¿µ¿ª ³¡ */


/* ÇÏ´Ü ¿µ¿ª ½ºÅ¸ÀÏ */
.lt-bottom-area {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

/* ÆäÀÌÂ¡ */
.pagination_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.pagination_box .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #666;
    font-size: 14px;
}

.pagination_box .btn.num {
    border-radius: 4px;
}

.pagination_box .btn.num.active {
    background-color: #888;
    color: #fff;
    font-weight: 500;
}

/* ±Û¾²±â ¹öÆ° */
.lt-btn-box {
    position: absolute;
    right: 0;
    top: 40px;
}

.lt-write-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #888;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
}



/* ¸ñ·Ïº¸±â ¹öÆ° */
.lt-inventory-btn-box {
    position: absolute;
    right: 50%;
    top: 40px;
}

.lt-inventory-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #888;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
}




.conditionBox {
    clear: both;
    overflow: hidden;
    padding: 18px 24px;
    margin-top: 20px;
	background:#f7f7f7;
	border-radius: 4px;
}

.conditionBox2 {
    clear: both;
    overflow: hidden;
    padding: 0;
    margin-top: 20px;
	background:none;
	border-radius: 4px;
	margin-bottom:20px;
}

.No_emailBox img{margin:0 auto;}

.conditionBox ul {
    float: left;
}

.conditionBox ul li {
	font-size:16px;
	width:33%;
	float:left;
	padding-bottom:5px;
}

.conditionBox ul li:nth-child(10),
.conditionBox ul li:nth-child(11) {
  padding-bottom: 0;
}
	
.conditionText h4 {
    color: #363636;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
	margin-bottom:7px;
}

.conditionText div {
	font-size:16px;
	color:#333;
}

.dash {
    height: 1px;
    border-bottom: 1px dashed #d7d7d7;
    padding-top: 10px;
    overflow: hidden;
}

.No_emailBox img {width:180px; padding-bottom:10px;}

.conditionText ul li{
	font-size:17px;
	color:#333;
}


.No_emailBox h4 {
    color: #363636;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    line-height:1.5;
	margin-bottom:9px;
}

.No_emailBox h5 {
    color: #363636;
    font-size: 17px;
    font-weight: 500;
    margin-top: 28px;
    line-height: 22px;
}
	
.No_emailBox ul {
    margin-top: 15px;
    padding: 15px 23px;
	background:#f7f7f7;
	border-radius:4px;
}

.No_emailBox ul li{
    margin: 7px 0px 0px 13px;
    list-style-type: decimal;
    list-style-position: outside;
    line-height: 1.5;
	margin-bottom:10px;
}

.No_emailBox ul li:last-child{
	margin-bottom:none !important;
}

.No_emailBox p{
	color:#888;
	font-size:14px;
}

.txtc {
    float: left;
    margin-top: 10px;
    width: 50%;
}

.txtc h4 {
    color: #363636;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 22px;
}

.txtc dl {
    float: left;
    margin-top: 10px;
    overflow: hidden;
    width: 50%;
}

.txtc dl dt {
    float: left;
    font-weight: bold;
    font-size: 15px;
    width: 20%;
}

.txtc dl dd {
    float: left;
    font-size: 15px;
    width: 75%;
}

.conditionBox h2{font-family: 'Noto Sans' !important; sans-serif; font-size:30px;}

.conditionBox3{
	padding:0 0 19px 0;
	padding-left:0;
	background:none;
	margin-top:36px;
}
