/* common */
* {
	box-sizing: border-box;
}

/* sub-visual */
#sv {
  height:520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inner1600 {
	width: 100%;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
.inner1200 {
	width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.sub-inner{
	padding-top:150px;
	padding-bottom:200px;
}
.visual-box{
	position:relative;
}
.visual-wrapper{
	display: flex;
    align-items: flex-end;
}
.visual-wrapper .subTitle .tit{
	font-size:124px;
	font-weight:500;
	color:#111;

	font-family: "Readex Pro", sans-serif;
	font-size: 90px;
}
.subTitle {
	width: 100%;
}
.visual-wrapper .location {
	color:#ccc;
    margin-top: 150px;
    margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Pretendard', sas-serif;
	display: flex;
	align-items: center;
	width: 100%;
}
.visual-wrapper .xi-home {
	font-size: 22px;
}
.visual-wrapper .xi-home,
.visual-wrapper .location a {
	color:#ccc;
}
.visual-wrapper .location .home {
	padding-right: 20px;
	flex-shrink: 0;
}
.visual-wrapper .location li {
    padding: 0 20px;
	font-size: 22px;
	position: relative;
}
.visual-wrapper .location li::before {
    content: '';
    position: absolute;
	width:20px;
	height: 1px;
	top: 60%;
    left: 0;
    transform: translate(-50%, -50%);
	background:#e5e5e5;
}
.visual-wrapper .location li.on a {
	color: #111;
}
/* .visual-wrapper .location span:first-child{
    padding-left: 0;
}
.visual-wrapper .location span:first-child:before{
	display:none;
}
.visual-wrapper .location span:last-child{
    padding-right: 0;
	color:#111;
}
.visual-wrapper .location span::before {
    content: '';
    position: absolute;
	width:20px;
	height: 1px;
	top: 60%;
    left: 0;
    transform: translate(-50%, -50%);
	background:#e5e5e5;
}
.visual-wrapper .location span.on{
	color:#111;
} */

.lnb{
	width: 100%;
	display: flex;
    align-items: center;
	position: relative;
	height: auto;
	min-height: 80px;
}
.lnb::before,
.lnb::after {
	content: "";
	display: block;
	width: 100vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.lnb::before {
	height: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
}
.lnb::after {
	height: 1px;
	background: #e5e5e5;
	bottom: 0;
}

.lnb .clone_depth {
    width: 100%;
    max-width: 1600px;
	height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.lnb li{
    display: inline-flex;
    justify-content: center;
    align-items: center;
	position:relative;
}

.lnb li .link{
	color:#222;
	padding: 10px 40px;
	font-size:20px;
	font-weight:600;
	font-family: 'Pretendard', sans-serif;
}
.lnb li.on .link{
	background-color: var(--goldColor);
    border-radius: 100px;
	color:#fff;
}
.lnb.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
@media (max-width: 1640px) {
	.inner1600,
	.inner1200,
	.lnb.fixed .clone_depth {
		padding-right:20px;
		padding-left:20px;
	}
}

@media (max-width:1024px){
	#sv{
		height: 450px;
	}
	.visual-wrapper .subTitle .tit{
		font-size:80px;
	}
	.visual-wrapper .location{
		margin-bottom: 30px;
		margin-top: 120px;
	}
	
	.visual-wrapper .location span,
	.visual-wrapper .location li{
		font-size: 20px;
	}
	.lnb {
		min-height: 70px;
	}
	.lnb li .link{
		font-size:19px;
	}
	.sub-inner {
		padding-top: 100px;
		padding-bottom: 150px;
	}
}
@media (max-width:768px){
	#sv {
		height: 370px;
	}
	.visual-wrapper .location span,
	.visual-wrapper .location li{
		font-size: 17px;
	}
	.lnb {
		min-height: 60px;
	}

	.lnb li .link{
	    padding: 10px 30px;
		font-size:17px;
	}
	.visual-wrapper .location {
		margin-top: 100px;
	}
	.visual-wrapper .subTitle .tit {
		font-size: 65px;
	}
}
@media (max-width:576px){
	#sv{
		height: 280px;
	}
	.visual-wrapper .subTitle .tit {
		font-size: 40px;
	}
	.visual-wrapper .xi-home {
		font-size: 18px;
	}
	.visual-wrapper .location li {
		padding: 0 10px;
	}
	.visual-wrapper .location .home {
		padding-right: 10px;
	}
	.visual-wrapper .location li::before {
		width: 10px;
	}
	.visual-wrapper .location span,
	.visual-wrapper .location li{
		font-size: 14px;
	}
	.visual-wrapper .location {
		margin-top: 80px;
	}
	.lnb {
		padding: 10px 0; 
	}
	.lnb li{
		font-size:14px;
	}
	.lnb li .link {
		font-size: 14px;
		padding: 10px 15px;
	}
	.sub-inner {
		padding-top: 50px;
		padding-bottom: 100px;
	}
}


/* history */

.history-list-inner{
    display: flex;
    flex-direction: column;
    row-gap: 180px;
}
.history-section .history-list {
  position: relative;
}
.history-section .history-detail {
  display: flex;
  align-items: center;
}
.history-detail__item {
  /*opacity: 0;
  transition: all 1s;*/
}
.history-section .history-detail__item.left {
  width:400px;
  /*transform: translate(-80px, 0);*/
}
.history-section .history-detail__item.right {
  padding-left: 120px;
  width: calc(100% - 400px);
  /*transform: translate(80px, 0);*/
}
.history-section .history-detail.effect .history-detail__item {
  /*opacity: 1;
  transform: translate(0, 0);*/
}
.history-section .history-detail__item .year {
	color: #111;
	font-size: 108px;
	font-weight: 500;
	position:relative;
}
.history-section .history-detail__item .year.effect::before,
.history-section .history-detail__item .year.effect::after{
	position:absolute;
	transform: translateY(-50%);
    top: 50%;
	opacity:1;
	transition:0.3s;
}

.history-section .history-detail__item .year.effect::before {
	content:"";
	background-color: #c59349;
    border-radius: 3.5px;
	width:7px;
	height:7px;
	right: -4px;
	z-index:4;
}
.history-section .history-detail__item .year.effect::after {
	content:"";
	width:35px;
	height:35px;
	background-color: #c5934926;
    border-radius: 17.5px;
	right:-18px;
	z-index:3;
}
.history-section .history-detail__item .txt-list{
    display: flex;
    flex-direction: column;
	justify-content: center;
    height: 100%;
    row-gap: 20px;
}
.history-section .history-detail__item .txt-item {
	color: #333;
	font-family: 'Pretendard', sans-serif;
	font-size: 22px;
	font-weight: 300;
	position:relative;
	padding-left:14px;
}
.history-section .history-detail__item .txt-item::before {
	content:"";
	width:4px;
	height:4px;
	background: #555;
	border-radius:50%;
	position:absolute;
	top:12px;
	left:0;
}
.history-section .history-line {
  position: absolute;
  left: 400px;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #e5e5e5;
  text-align: center;
  height: 100%;
  z-index: 1;
}
.history-section .history-line .line {
  width: 1px;
  height: 0;
  background-color: #c59349;
  transition: height 0.3s ease-out;
  position:relative;
  z-index: 2;
}

@media (max-width:1400px){
	.history-section .history-detail__item.left{
		width:350px;
	}
	.history-section .history-detail__item.right{
		width: calc(100% - 350px);
		padding-left: 100px;
	}
	.history-section .history-detail__item .year{
	    font-size: 97px;
	}
	.history-section .history-detail__item .txt-item{
	    font-size: 21px;
	}
	.history-section .history-line {
	  left: 350px;
	}
}
@media (max-width:1200px){
	.history-section .history-detail__item.left{
		width:320px;
	}
	.history-section .history-detail__item.right{
		width: calc(100% - 320px);
		padding-left: 90px;
	}
	.history-section .history-detail__item .year{
	    font-size: 95px;
	}
	.history-section .history-detail__item .txt-item{
	    font-size: 20px;
	}
	.history-section .history-line {
	  left: 320px;
	}
}
@media (max-width:1024px){
	.history-section .history-detail__item.left{
		width:auto;
		flex: 1 0 30%;
		max-width:30%;
	}
	.history-section .history-detail__item.right{
		width: auto;
		padding-left: 60px;
		flex: 1 0 70%;
		max-width:70%;
	}
	.history-section .history-detail__item .year{
	    font-size: 75px;
	}
	.history-section .history-detail__item .txt-item{
	    font-size: 19px;
	}
	.history-section .history-line {
	  left: 30%;
	}
	.history-list-inner{
	    row-gap: 130px;
	}
	.history-section .history-detail__item .txt-item::before{
		top:10px;
	}
}
@media (max-width:768px){

	.history-section .history-detail__item .year{
	    font-size: 48px;
	}
	.history-section .history-detail__item .year.effect::after{
		width:30px;
		height:30px;
		right: -16px;
	}
	.history-section .history-detail__item .txt-item{
	    font-size: 17px;
	}
	.history-section .history-detail__item .txt-list{
		row-gap: 10px;
	}
	.history-list-inner{
	    row-gap: 100px;
	}
	.history-section .history-detail__item .txt-item::before{
		top:9px;
	}
}
@media (max-width:576px){
	.history-section .history-detail__item.left{
		flex: 1 0 25%;
		max-width:25%;
	}
	.history-section .history-detail__item.right{
		padding-left: 30px;
		flex: 1 0 65%;
		max-width:65%;
	}
	.history-section .history-detail__item .year{
	    font-size: 34px;
	}
	.history-section .history-detail__item .year.effect::after{
		width:23px;
		height:23px;
		right: -12px;
	}
	.history-section .history-detail__item .txt-item{
	    font-size: 15px;
	}
	.history-section .history-detail__item .txt-item::before{
	    top: 7px;
	}
	.history-list-inner{
	    row-gap: 100px;
	}
	.history-section .history-line {
	  left: 25%;
	}
}

/* network */
.network .map-area {
	position: relative;
	width: 118%;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width:1400px){
	.network .map-area{
		max-width:100%;
	}
}
.network .map-area svg {
	width: 100%;
	height: 100%;
}
.network .map-area .circle-ani {
	transform-origin: center;
	/*transform-box: content-box;*/
	transform-box: fill-box;
	animation: circleAni 4s infinite;
}
@keyframes circleAni {
	50% {
		transform: scale(1.5);
	}
}
.network .list-box {
	background: #fff;
	border-top: 1px solid #000;
	margin-top: 80px;
	position: relative;
	z-index: 1;
}
.network .list {
	border-bottom: 1px solid #e5e5e5;
	padding: 40px;
	transition:0.3s;
}
.network .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 20px;
}
.network .info.on .plus span:last-child {
	height: 100%;
}
.network .txt dl {
	margin-bottom: 20px;
}
.network .txt dl * {
	display: inline-block;
	color: #111;
	font-size: 24px;
}
.network .txt dl dt {
	font-weight: 600;
}
.network .txt dl dt::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 20px;
	margin:  0 20px;
	background: #000;
	transform: translateY(0.01em);
}
.network .txt p {
	display: flex;
	gap: 0 15px;
	color: #555;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
}
.network .txt p b {
	color: #222;
	font-weight: 500;
}
.network .txt-bx{
	display:inline-block;
}

/*
.network .txt-bx:after{
	display:block;
	content: '';
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	transform-origin:  0% 50%;
	background: linear-gradient(98deg, #D9B73D 0%, #84540F 100%);
	width:100%;
	height:2px;
}
*/
.network .plus {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	position: relative;
	transition:0.5s;
}
.network .list:hover .plus{
	transform:rotate(180deg);
}
.network .list:hover .txt-bx:after{
	transform: scaleX(1);
}
.network .plus span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	background: #ccc;
	transition: all 0.4s;
}
.network .plus span:first-child {
	width: 100%;
	height: 2px;
}
.network .plus span:last-child {
	width: 2px;
	height: 0;
}
.network .img-inner {
	padding-top: 40px;
}
.network .img-box {
	display: flex;
	gap: 0 20px;
}
.network .box-swiper{
	margin: 0 20px;
	position: relative;
}
.network .box-swiper .swiper-container{
    overflow: hidden;
}
.network .box-swiper .swiper-button{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 5;
	cursor: pointer;
	margin: 0 5px;
    padding: 0;
	color:#222;
}
.network .box-swiper .swiper-button--prev{
	left:-2.5%;
}
.network .box-swiper .swiper-button--next{
	right:-2.5%;
}
.network .img-inner .box-swiper .img_pop{
    display: block;
    width: fit-content;
	width: 100%;
    /* height: 100%; */
}
.network .img-inner .box-swiper figure{
    width: fit-content;
	width: 100%;
	position: relative;
	padding: 50% 0;
	overflow: hidden;
	height: auto;
}
.network .img-inner .box-swiper figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.network .img-inner figure{
	width:200px;
	height:200px;
	border-radius: 10px;
    overflow: hidden;
}
.network .img-inner figure img{
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1200px) {
	.network .list-box {
		margin-top: 40px;
	}
	.network .list {
		padding: 30px 20px;
	}
	.network .img-inner {
		gap: 0 20px;
	}
}
@media (max-width: 1024px) {
	.network .txt dl * {
		font-size: 20px;
	}
	.network .txt dl dt::after {
		height: 20px;
		margin: 0 20px;
	}
	.network .txt p {
		flex-direction: column;
		gap: 10px 0;
	}
	.network .box-swiper .swiper-button--prev{
		left:-4%;
	}
	.network .box-swiper .swiper-button--next{
		right:-4%;
	}
}
@media (max-width: 768px) {
	.network .list {
		padding: 20px 10px;
	}
	.network .list-box {
		margin-top: 20px;
	}
	.network .inner {
		padding-top: 20px;
	}
	.network .txt dl {
		margin: 0 0 15px;
	}
	.network .txt p {
		gap: 5px 0;
	}
	.network .box-swiper .swiper-button--prev{
		left:-5%;
	}
	.network .box-swiper .swiper-button--next{
		right:-5%;
	}

}
@media (max-width: 576px) {
	.network .txt dl * {
		font-size: 18px;
	}
	.network .txt dl dt::after {
		height: 17px;
		margin: 0 15px;
	}
	.network .txt p {
		font-size: 16px;
	}
	.network .plus {
		width: 15px;
		height: 15px;
	}
	.network .img-inner {
		gap: 0 10px;
	}
	.network .img-inner .box-swiper{
		margin: 0 10px;
	}
	.network .img-inner figure{
	    width: 150px;
		height: 150px;
	}
	.network .box-swiper .swiper-button--prev{
		left:-7%;
	}
	.network .box-swiper .swiper-button--next{
		right:-7%;
	}
}

/* 홍보자료 .data*/
.product .img_borad_list.gallery2{
	gap: 120px 50px
}
.product .img_borad_list.gallery2 .item{
    width: calc((100% - 100px) / 3);
	background: none;
	padding:0 ;
	font-family: 'Pretendard', sans-serif;
}
.product .img_borad_list.gallery2 figure {
    padding: 38.502% 0;
	border-radius: 20px;
}
.product .img_borad_list.gallery2 .item .txt{
	padding-top:30px;
}
.product .img_borad_list.gallery2 .item .txt span {
	color: #CCC;
	font-size: 18px;
	font-weight: 600;
}
.product .img_borad_list.gallery2 .item h5{
	font-size: 25px;
	font-weight: 500;
	margin: 15px 0;
}
.product .img_borad_list.gallery2 .item .tit {
	color: #111;
	font-size: 28px;
	font-weight: 500;
	padding:15px 0;
}
.product .img_borad_list.gallery2 .item .desc {
	color: #888;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%; /* 30px */
}
.product .img_borad_list.gallery2 .item h5 {
    text-align: left;
	transition:0.3s;
}
.product .img_borad_list.gallery2 .item:hover::after {
    opacity: 0;
}
.product .img_borad_list.gallery2 figure img{
    transition: 0.7s;
	transform: translate(-50%, -50%) scale(1);
	width:100%;
	height:100%;
}
.product .img_borad_list.gallery2 .item:hover figure img{
	transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width:1200px){
	.product .img_borad_list.gallery2{
		gap: 100px 50px;
	}
}
@media (max-width:1024px){
	.product .img_borad_list.gallery2 {
		gap: 70px 20px;
	}
	.product .img_borad_list.gallery2 .item{
	    width: calc((100% - 40px) / 3);
	}
	.product .img_borad_list.gallery2 .item h5{margin: 20px 0;font-size: 22px;}
	.product .img_borad_list.gallery2 .item .desc{font-size:18px;}
	.product .img_borad_list.gallery2 .item .txt span{font-size:17px;}
	.product .img_borad_list.gallery2 .item .txt{
	    padding-top: 20px;
	}
}
@media (max-width:768px){
	.product .img_borad_list.gallery2 {
		gap: 40px 10px;
	}
	.product .img_borad_list.gallery2 .item{
	   width: calc(50% - 5px);
	}
	.product .img_borad_list.gallery2 .item h5{
		font-size: 19px;
	}
	.product .img_borad_list.gallery2 .item .desc{
		font-size:15px;
	}
}

@media (max-width:576px){
	.product .img_borad_list.gallery2 .item h5{margin: 10px 0;font-size:16px;}
	.product .img_borad_list.gallery2 .item .desc{font-size:14px;}
	.product .img_borad_list.gallery2 .item .txt span{font-size:14px;}
}

/* data_View */

:root{
	/* 게시판-상세 */
	--titCommonMargin: 30px;
	--pagesBg: #F8F8F8;
	--dtWidth: 140px;
	--dtColor: #222;
	--ddWidth: calc(100% - 140px);
	--ddColor: #666;
	--lightLineC: #e0e0e0;
}

.view_ctn{border-top: 1px solid #000;font-family:'Pretendard', sans-serif;}
.view_ctn .tit h2{
	padding-bottom: 20px;
	color: #111;
	font-family: Pretendard;
	font-size: 54px;
	font-weight: 500;
}
.view_ctn .tit .tag{display: inline-block; padding: 0 23px; line-height: 35px; border-radius:20px; font-weight: 500; font-size: 15px; color: #fff; min-width: 85px}
.view_ctn .tit ul{
	display:flex;
	margin-bottom:40px;

}
.view_ctn .tit ul li{
	color: #555;
	font-size: 20px;
	font-weight: 300;
	padding:0 15px;
	position:relative;
}
.view_ctn .tit ul li:last-of-type{margin-right: 0;}
.view_ctn .tit ul li:after{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:15px;
	background: #555;
	transform: translateY(-50%);
}
.view_ctn .tit ul li:first-child{
	padding-left:0;
}
.view_ctn .tit ul li:first-child:after{
	display:none;
}
.view_ctn .tit ul li:last-child{
	padding-right:0;
}
.view_ctn .info{padding: 20px;}
.view_ctn .file_box a {
	padding:30px 20px;
	display:block;
	color: #333;
	font-size: 18px;
	font-weight: 400;
}
.view_ctn .file_box span {
	display: flex;
    align-items: center;
	gap: 15px;
}
.view_ctn .file_box dl{display:flex; flex-wrap:wrap; align-items:center;}
.view_ctn .file_box dl dt{position: relative; font-weight: 500; font-size: 16px; padding: 20px 30px; }
.view_ctn .file_box dl dd{ font-size: 16px;}
.view_ctn .file_box dl dd a{position: relative; display: inline-block; vertical-align: top; width: 100%; padding: 20px 30px; transition: 0.3s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.view_ctn .file_box dl dd a span{position: absolute; top: 50%; right: 30px; transform: translateY(-50%);}
.view_ctn .file_box dl dd a i{margin-right: 8px;}
.view_ctn .pages-area{
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	height: 135px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.view_ctn .pages{display: flex;align-items: center;column-gap: 200px;}
.view_ctn .pages dl{display: flex; align-items: center;width: calc(50% - 100px);}
.view_ctn .pages dl dt{
	position: relative;
	flex-shrink: 0;
	color: #111;
	font-size: 22px;
	font-weight: 500;
	display: flex;
    justify-content: center;
    align-items: center;
}
.view_ctn .pages dl:last-child {
  justify-content: flex-end;
}
.view_ctn .pages dl:last-child dd {
  text-align: right;
}
.view_ctn .pages dl dd a{
	color:#333;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	vertical-align:middle;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 500px;
}
.view_ctn .pages dl dd{overflow:hidden;width: 100%;}
.view_ctn .pages dt span{
	padding:0 40px;
	width: max-content;
}
.view_ctn .file_box dl dt::after{content:""; position: absolute; top: 50%; right: -1px; width: 1px; height: 20px; background: #e0e0e0; transform: translateY(-50%);}
.view_ctn .list_btn{margin-top: 130px; text-align: center;}
.view_ctn .list_btn a{display: inline-block; width: 180px; line-height: 60px; vertical-align: top; background: #000; font-weight: bold; font-size: 17px; color: #fff; border-radius: 5px; transition: 0.3s;}
.view_ctn .list_btn a i{margin-right: 10px; transform: translateY(1px);}

@media (max-width:1600px){
	.view_ctn .pages-area{height: 120px;}
}

@media (max-width:1400px){
	.view_ctn .pages dl dt{
		font-size: 21px;
	}
}

@media (max-width:1200px){
	.view_ctn .pages-area{
		height: 110px;
	}
	.view_ctn .pages dl dt{
		font-size: 20px;
	}
	.view_ctn .pages dt span{
	    padding: 0 30px;
	}
}
@media (max-width:1024px){
	.view_ctn .pages-area{
		height: 100px;
	}
	.view_ctn .pages dt span{
	    padding: 0 20px;
	}
	.view_ctn .pages dl dt{font-size: 18px;}
	.view_ctn .pages dl dd a{font-size: 17px;}
}
@media (max-width:768px){
	.view_ctn .pages-area {
		height: auto;
		border-bottom: 0;
	}
	.view_ctn .pages{
	    flex-direction: column;
		justify-content: normal;
		align-items: normal;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.view_ctn .pages dl dd{order:2;}
	.view_ctn .pages dl dt{order:1;font-size:17px;}
	.view_ctn .pages dt span{padding-left:0;padding-right:10px;}
	.view_ctn .pages dl:last-child dd { text-align: left; }
	.view_ctn .pages dl dt i{display:none;}
	.view_ctn .pages dl dd a{font-size:16px;}
}
@media (max-width:576px){
	.view_ctn .pages dl dt{font-size: 16px;}
	.view_ctn .pages dl dd a{font-size:15px;}
}

/* 변수 */
.view_ctn .tit{border-bottom: 1px solid var(--lightLineC);}
.view_ctn .tit .tag{background: var(--pointC); margin: 0 auto var(--titCommonMargin);}
.view_ctn .file_box{border-top: 1px solid #000;border-bottom: 1px solid #E5E5E5;}
.view_ctn .file_box dl dt{width:var(--dtWidth); color: var(--dtColor);}
.view_ctn .file_box dl dd{width: var(--ddWidth); }
.view_ctn .file_box dl dd a{color: var(--ddColor);}
.pages-area{
    position: relative;
}
.board_view_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
.board_view_btn .btn-list{
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	padding:15px 80px;
	background-color: var(--goldColor);
	border-radius: 100px;
	font-family: 'Oswald', sans-serif;
	display:inline-block;
}

@media (max-width:1400px){
	.board_view_btn .btn-list{
		padding: 15px 75px;
		font-size: 19px;
	}
}
@media (max-width:1200px){
	.board_view_btn .btn-list{
		padding: 13px 70px;
		font-size: 18px;
	}
}
@media (max-width:1024px){
	.board_view_btn .btn-list{
		padding: 12px 60px;
	}
}
@media (max-width:768px){
	.board_view_btn{
		position: initial;
		transform: none;
		margin: 30px 0;
		text-align: center;
	}
	.board_view_btn .btn-list{
	    padding: 10px 40px;
		font-size:17px;
	}
}
@media (max-width:576px){
	.board_view_btn{
		margin: 20px 0;
	}
	.board_view_btn .btn-list{
		padding: 8px 35px;
		font-size: 16px;
	}
}


/* 호버 */
.view_ctn .file_box dl dd:hover a{color: var(--pointC);}
.view_ctn .list_btn a:hover{background: var(--pointC);}

/* 미디어 */
@media (max-width:1600px){
	.view_ctn .tit h2{font-size: 50px;}
	.view_ctn .tit ul li{font-size: 19px;}
}
@media (max-width:1400px){
	.view_ctn .tit h2{font-size: 45px;padding-bottom: 10px;}
	.view_ctn .tit ul li{font-size: 18px;}
	.view_ctn .tit ul{margin-bottom: 30px;}
}
@media (max-width:1200px){
	:root{
		--titCommonMargin: 20px;
	}
	.view_ctn .tit h2{font-size: 40px;}
	.view_ctn .tit ul li{font-size: 17px;}
	.view_ctn .file_box a{padding:20px;}
}
@media (max-width:1024px){
	:root{
		--dtWidth: 120px;
		--ddWidth: calc(100% - 120px);
	}
}
@media (max-width:768px){
.view_ctn .tit h2{font-size: 30px;}
	.view_ctn .file_box a{padding:20px 0;}
	.view_ctn .info{padding:20px 0;}
	.view_ctn .pages dl{height:50px;width: 100%;}
	.view_ctn .pages dl:first-child{border-bottom: 1px solid #E5E5E5;}
}
@media (max-width:576px){
	.view_ctn .tit h2{font-size: 25px;}
	.view_ctn .tit ul{margin-bottom: 20px;}
	.view_ctn .tit ul li{font-size: 15px;}
	.view_ctn .pages dl{height:40px;}
	.view_ctn .file_box a{padding:15px 0;font-size: 16px;}
}


/* product */
.product .tab-bx{
	display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 120px;
}
.product .tab-list {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background: #F8F8F8;
    padding: 10px;
}
.product .tab-list .tab-item{
	padding: 10px 30px;
	/*color: #ccc;*/
	color:#111;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	font-family: 'Pretendard', sans-serif;
	text-align:center;
}
.product .tab-list .tab-item.current{
	color:#fff;
	background-color: var(--goldColor);
    border-radius: 100px;
}
.product .product-content {
    display: none;
}

.product .product-content.current{
    display: block;
}
.product .board_inner{
    display: flex;
}
.product .img_borad_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
	gap: 80px 20px;
}

.product .img_borad_list .item{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 20px;
	width: calc((100% - 60px) / 4);
	position: relative;
}
.product .img_borad_list .item::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.4s;

	/* gradient border 넣는 css입니다. */
	/*border: 2px solid transparent;
	background: linear-gradient(135deg, rgba(231, 178, 100, 1), rgba(103, 68, 15, 1), rgba(103, 68, 15, 1), rgba(231, 178, 100, 1)) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: subtract;*/
	border: 2px solid #d8a44e;
	box-sizing: border-box;
}

.product .img_borad_list .item .txt,
.product .img_borad_list .item h5 {
	width: 100%;
}

.product .img_borad_list .item h5{
    margin: 30px 0;
	font-family: 'Pretendard', sans-serif;
	color: #111;
	font-size: 22px;
	font-weight:500;
	text-align: center;
	/* 텍스트 ...처리 */
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product .img_borad_list .item .link{
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	background: #DDD;
	border-radius: 100px;
	padding:10px 20px;
	position: relative;
	transition: all 0.4s;
}
.product .img_borad_list .item .link span {
	position: relative;
	z-index: 1;
}
.product .img_borad_list .item .link::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--goldColor);
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.product .img_borad_list .item a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.product .img_borad_list .item:hover::after {
	opacity: 1;
}
/*.product .img_borad_list .item:hover .link {
	background: transparent;
}*/
.product .img_borad_list .item:hover .link::before {
	opacity: 1;
}

@media (max-width:1500px){
	.product .img_borad_list .item{
		padding:30px;
	}
}
@media (max-width:1200px){
	.product .img_borad_list .item{
		padding:20px;
	}
}

@media (max-width:1024px){
	.product .tab-bx{
		padding-bottom: 80px;
	}
	.product .tab-list .tab-item{
		font-size:17px;
	}

	.product .img_borad_list .item h2{
	    margin: 20px 0;
		font-size: 17px;
	}
	.product .img_borad_list .item .link{
		font-size: 13px;
		padding: 8px 15px;
	}
	.product .img_borad_list {
		gap: 40px 20px;
	}
	.product .img_borad_list .item{
		width: calc((100% - 40px) / 3);
	}
	.product .img_borad_list .item h5 {
		font-size: 19px;
	}

}
@media (max-width:768px){
	.product .tab-bx{
		padding-bottom: 50px;
	}
	.product .img_borad_list {
		gap: 20px 10px;
	}
	.product .img_borad_list .item {
		padding: 20px 10px;
		width: calc(50% - 5px);
	}
	.product .img_borad_list .item h5{
	    margin: 15px 0;
		font-size: 16px;
	}
	.product .img_borad_list .item .link {
		font-size: 12px;
		padding: 8px 13px;
	}
}
@media (max-width:576px){
	.product .img_borad_list .item h2{
		margin: 10px 0;
		font-size: 14px;
	}
	.product .img_borad_list .item .link {
		font-size: 11px;
	}
	.product .tab-bx{
	    padding-bottom: 40px;
	}
	.product .tab-list{
		border: 0;
		background: transparent;
		flex-wrap: wrap;
		gap: 10px;
		padding:0;
	}
	.product .tab-list .tab-item{
		font-size:14px;
		background: #F8F8F8;
		border-radius:100px;
		padding: 10px;
	}


}

/* ======== 이미지 게시판 - 세로형 ======== */

/* 기본 */
.img_borad_list{display: flex; flex-wrap:wrap;}
.img_borad_list .item{position: relative; cursor: pointer;}
.img_borad_list .item .txt p{font-size: 17px; line-height: 1.58824em; margin-top: 10px; white-space: normal; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; /*높이값 라인하이트 x 2*/ height: 3.17648em}
.img_borad_list .item .txt ul{display:flex; justify-content: space-between; padding-top: 15px; margin-top: 15px;  border-top: 1px solid #E8E8E8; }
.img_borad_list .item .txt ul li{font-size: 16px; color: #888;}
.img_borad_list .item .txt ul li img{margin-right: 3px; transform: translateY(2px);}
.img_borad_list figure{
	margin:0;
	width: 100%;
	position: relative;
	padding: 42.35% 0;
	overflow: hidden;
}
.img_borad_list figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

/* 우측정렬 */
.img_borad_list.r .item .txt ul{justify-content:flex-end}
/* 비디오 */
.img_borad_list .item.v_pop figure::after{content:""; position:absolute; top: 50%; left: 50%; width: 60px; height: 60px; transform:translate(-50%,-50%); background:url(/new_borad/img/sub/icon_media.svg) 50% 50% /contain no-repeat;}

/* 태그 + 제목 + 설명 + 날짜  */
.img_borad_list.style02 .item{border: 1px solid #e0e0e0;}
.img_borad_list.style02 .item .txt{padding: 40px 40px 55px;}
.img_borad_list.style02 .item .txt ul{border-top: none;}

/* ======== 페이징 기본 ======== */

/* 기본 */
.paging{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.paging .arr{display:flex;}
.paging .arr a.last,
.paging .arr a.last i,
.paging .arr a.first i{-webkit-transform:translateX(-5px);transform:translateX(-5px);}
.paging a{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.paging ul{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 5px;}
.paging .arr a:not(:last-child),.paging ul li:not(:last-child){margin-right:5px;}

/* 커스텀 */
.paging{margin-top:120px;}
.paging a{width:40px; height:40px; color: #ccc; font-weight: 500; font-size:18px; border:none;}
.paging ul li.on a {
  color:#fff;
	border-radius: 100px;
	background: #000;
  border-color: var(--pointC);
}
.paging .arr a.first i{transform:translateX(-6px);}
.paging .arr a.last i{transform:translateX(-4px);}
.paging .arr a.first i:first-of-type{transform:translateX(-5px);}
.paging .arr a.last i:last-of-type{transform:translateX(-5px);}

@media (max-width:600px) {
	:root{
		--pagingMarTop: 50px;
	}
	.paging a{font-size: 15px;width: 30px;height: 30px;font-size: 13px;}
	.paging .arr a:not(:last-child), .paging ul li:not(:last-child){margin-right: 0;}
}



/* product_view */
.view-area{
	display: flex;
}
.view-area .explanation{
	padding-left: 100px;
	width:100%;
}
.swiper-box{
	/*overflow: hidden;*/
	max-width:550px;
	flex: 1 0 550px;
}
.swiper-box .img-bx{
	display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper2 .img-bx{
	border-radius: 40px;
	background: #F8F8F8;
}
.view-area .mySwiper .swiper-wrapper{
    /*justify-content: center;*/
}
.mySwiper .swiper-slide .img-bx{
	position:relative;
	background: #F8F8F8;
}
.mySwiper .swiper-slide-thumb-active .img-bx:before {
    border-width: 2px !important;
}
.mySwiper .swiper-slide-thumb-active .img-bx::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: border-width 0.3s;
    z-index: 5;
	/*border:0 solid;
	border-image: linear-gradient(98deg, #D9B73D 0%, #84540F 100%);
	border-image-slice:1;*/
	border: 2px solid #d8a44e;
}
.swiper-box .swiper-slide .img-bx{
	margin:0;
	width: 100%;
	position: relative;
	padding: 50% 0;
	overflow: hidden;
}
.swiper-box .swiper-slide img{
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
.board_ctn .content .tit,
.board_ctn .content .tit span {
	display: flex;
	align-items: center;
}
.board_ctn .content .tit{
	color: #111;
	font-size: 42px;
	font-weight: 400;
	margin-bottom:40px;
	gap: 0 15px;
}
@media (max-width:1024px){
	.board_ctn .content .tit{
	    font-size: 30px;
		margin-bottom: 25px;
	}
}
@media (max-width:576px){
	.board_ctn .content .tit{
	    font-size: 25px;
		margin-bottom: 20px;
	}
}
.board_ctn .content .tit span {
	gap: 0 5px;
}
.board_ctn .content .tit span::before,
.board_ctn .content .tit span::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.board_ctn .content .tit span::before {
	background: #C59349;
}
.board_ctn .content .tit span::after {
	background: #000;
}
.board_ctn .content:not(:first-child) {
	margin-top: 40px;
}
.swiper-button{
    background: none;
	border:0;
}
.swiper-button svg{
	width:12px;
	height:12px;
}
.swiper-box .wrap{
    position: relative;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
}
.mySwiper2,
.mySwiper {
    overflow: hidden;
}
.swiper-box .wrap .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
	cursor: pointer;
}
.swiper-box .wrap .swiper-button--prev {
    left: -5.5%;
}
.swiper-box .wrap .swiper-button--next {
    right: -5.5%;
}
.view-area .explanation .tit-area{
	font-family: Pretendard;
}
.view-area .explanation .tit-area .cate{
	color: #CCC;
	font-size: 18px;
	font-weight: 700;
	margin-bottom:20px;
	display: block;
}
.view-area .explanation .tit-area .tit{
	color: #111;
	font-size: 45px;
	font-style: normal;
	font-weight: 500;
}
.view-area .explanation .tit-area .desc{
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	padding:60px 0;
	margin-bottom:120px;
	border-bottom: 1px solid #E5E5E5;
}
.view-area .explanation .txt-bx .badge{
	border-radius: 100px;
	background-color: var(--goldColor);
	color:#fff;
	padding: 0 60px;
	height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	margin-bottom:30px;
	font-family: 'Pretendard', sans-serif;
	font-size: 22px;
	font-weight: 400;
}
.view-area .explanation .txt-bx .txt{
	font-family: Pretendard;
	color: #555;
	font-size: 20px;
	font-weight: 300;
	margin-bottom:10px;
	position:relative;
	padding-left:14px;
}
.view-area .explanation .txt-bx .txt:last-child{
	padding-bottom:0;
}
.view-area .explanation .txt-bx .txt::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 55%;
    left: 0;
    background: #000;
	border-radius:50%;

	top: 0.6em;
}

.product .board-area .inner{
	padding-top:120px;
}

.product .board-area .tit{
	color: #111;
	font-family: Pretendard;
	font-size: 36px;
	font-weight: 600;
	padding-bottom:40px;
}

.product .board-area p{
	/* word-break: break-all; */
}

@media (max-width:1600px) {
	.swiper-box{
		max-width: 50%;
		flex: 1 0 50%;
	}
	.view-area .explanation {
		padding-left: 70px;
	}
	.view-area .explanation .tit-area .tit {
		font-size: 42px;
	}
	.view-area .explanation .tit-area .desc{
		padding: 40px 0;
		margin-bottom: 80px;
	}
	.view-area .explanation .txt-bx .txt{
		font-size: 18px;
	}
	.product .board-area .tit{
		font-size: 34px;
	}
}

@media (max-width:1200px) {
	.view-area .explanation {
		padding-left: 40px;
	}
	.view-area .explanation .tit-area .tit {
		font-size: 38px;
	}
	.view-area .explanation .txt-bx .txt {
		font-size: 16px;
	}
	.view-area .explanation .tit-area .desc {
		padding: 30px 0;
		margin-bottom: 60px;
	}
	.view-area .explanation .txt-bx .badge{
	    font-size: 19px;
		padding: 0 40px;
		height: 40px;
		margin-bottom:20px;
	}
	.product .board-area .tit{
		font-size: 32px;
	}
	.product .board-area .inner{
		padding-top:100px;
	}
}

@media (max-width: 1024px) {
	.view-area {
		flex-direction: column;
	}
	.swiper-box {
		max-width: 100%;
		flex: 1 0 100%;
	}
	.view-area .explanation{
		padding-left:0;
		padding-top: 50px;
	}
	.product .board-area .inner{
	    padding-top: 70px;
	}
	.product .board-area .tit{
	    font-size: 30px;
	}
	.swiper-box .wrap .swiper-button--prev{
	    left: -4%;
	}
	.swiper-box .wrap .swiper-button--next{
	    right: -4%;
	}
}

@media (max-width: 768px) {
	.view-area .explanation{
		padding-top: 40px;
	}
	.view-area .explanation .tit-area .tit {
		font-size: 30px;
	}
	.view-area .explanation .tit-area .desc {
		padding: 20px 0;
		margin-bottom: 40px;
		font-size: 15px;
	}
	.view-area .explanation .txt-bx .txt {
		font-size: 15px;
	}
	.product .board-area .inner{
	    padding-top: 60px;
	}
	.product .board-area .tit{
	    font-size: 25px;
	}
	.product .board-area .tit {
		padding-bottom: 20px;
	}
	.swiper-box .wrap .swiper-button--prev{
	    left: -7%;
	}
	.swiper-box .wrap .swiper-button--next{
	    right: -7%;
	}
}

@media (max-width: 576px) {
	.view-area .explanation{
		padding-top: 30px;
	}
	.view-area .explanation .tit-area .tit {
		font-size: 25px;
	}
	.view-area .explanation .tit-area .desc {
		padding: 20px 0;
		margin-bottom: 40px;
		font-size: 14px;
	}
	.view-area .explanation .txt-bx .txt {
		font-size: 14px;
	}
	.view-area .explanation .txt-bx .badge{
	    margin-bottom: 10px;
	}
	.product .board-area .inner{
	    padding-top: 30px;
	}
	.product .board-area .tit{
	    font-size: 20px;
	}
	.product .board-area .tit {
		padding-bottom: 10px;
	}
	.swiper-box .wrap .swiper-button--prev{
	    left: -10%;
	}
	.swiper-box .wrap .swiper-button--next{
	    right: -10%;
	}
}


.board_tab .tab-bx {
    background: rgba(0, 0, 0, 1);
	padding:0;
	height:90px;
	margin-top:120px;
}
.board_tab .tab-list{
	background:none;
	border:0;
	padding:0;
	height: 100%;
}
.board_tab .tab-list .tab-item{
	color: rgba(255, 255, 255, 1);
	flex: 1 0 33.333%;
    max-width: 33.333%;
	padding:0;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.board_tab .tab-list .tab-item.current{
    background: rgba(51, 51, 51, 1);
	border-radius: 0;
}
.board_tab .tab-list .tab-item.current{
    background: rgba(51, 51, 51, 1);
	border-radius: 0;
}
.board_tab .board-area .tit{
	padding-bottom: 80px;
	font-size: 62px;
	font-weight: 600;
    text-align: center;
}
@media (max-width:1600px){
	.board_tab .board-area .tit{
		font-size: 55px;
	}
}
@media (max-width: 1400px) {
	.board_tab .tab-bx {
		height: 80px;
	}
	.board_tab .board-area .tit {
		padding-bottom: 70px;
		font-size: 50px;
	}
}
@media (max-width: 1024px) {
	.board_tab .tab-bx {
		height: 70px;
	}
	.board_tab .board-area .tit {
		padding-bottom: 60px;
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.board_tab .tab-bx {
		height: 60px;
	}
	.board_tab .board-area .tit {
		padding-bottom: 50px;
		font-size: 35px;
	}
}
@media (max-width: 576px) {
	.board_tab .tab-list{
		gap:0;
	}
	.board_tab .tab-list .tab-item {
		background: none;
		border-radius: 0;
		padding: 0 10px;
		font-size: 13px;
		flex: 1 0 30%;
		max-width: 30%;
	}
	.board_tab .board-area .tit {
		padding-bottom: 20px;
		font-size: 35px;
	}
}

/* customer */
.customer .img-area{
    display: flex;
    flex-wrap: wrap;
	gap:10px;
}
.customer .img-area figure{
	border: 1px solid #e5e5e5;
	margin:0;
	border-radius:10px;
	width: calc((100% - 50px) / 6) !important;
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	position: relative;
	overflow: hidden;
	padding: 3.5% 0;
}
.customer .img-area figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
}

.nation-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 120px;
}
.nation-area .nation-wrap{
    width: calc(50% - 20px);
	font-family: 'Pretendard', sans-serif;
}
.nation-area .list{
	display:flex;
	flex-wrap:wrap;
	gap: 0 30px;
}
.nation-area .list .item:first-child,
.nation-area .list .item:nth-child(2),
.nation-area .list .item:nth-child(3){
	padding-top:0;
}

.nation-area .list .item{
	color: #666;
	font-size: 15px;
	font-weight: 300;
	line-height: 170%;
	text-align: center;
	width: calc((100% - 60px) / 3);
	border-bottom:1px solid #e5e5e5;
	padding: 10px 0;
	word-break: keep-all;
}
.nation-area .nation{
	background:#222;
	color:#fff;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
	display:block;
}
@media (max-width:1600px){
	.nation-area .list .item{
		font-size: 14px;
	}
}
@media (max-width:1400px){
	.nation-area .list{
		gap: 0 20px;
	}
	.nation-area .list .item{
		width: calc((100% - 40px) / 3);
	}
}
@media (max-width:1200px){
	.nation-area .list {
		gap: 0 10px;
	}
	.nation-area .list .item{
		width: calc((100% - 20px) / 3);
		font-size: 13px;
	}
}
@media (max-width:1024px){
	.nation-area{
		row-gap: 80px;
	}
	.nation-area .nation-wrap {
		width: calc(50% - 10px);
	}
	.nation-area .nation{
		font-size:29px;
	}
	.nation-area .list {
		gap: 0 20px;
	}
	.nation-area .list .item{
		width: calc(50% - 10px);
		font-size: 14px;
	}
	.nation-area .list .item:nth-child(3){
		padding-top:10px;
	}
	.customer .img-area figure{
	    width: calc((100% - 20px) / 3) !important;
		padding: 5% 0;
	}
}
@media (max-width:768px){
	.nation-area{
		flex-direction: column;
	}
	.nation-area .nation-wrap{
		width:100%;
	}
	.nation-area .nation{
	    margin-bottom: 25px;
		font-size:27px;
	}
	.nation-area .list {
		gap: 0 10px;
	}
	.customer .img-area figure{
	    width: calc(50% - 5px) !important;
		padding: 6% 0;
	}
}
@media (max-width:576px){
	.nation-area{
		row-gap: 60px;
	}
	.nation-area .nation{
		font-size:25px;
	}
	.customer .img-area figure{
		padding: 7% 0;
	}
}

.sub-arrow{
	margin-top:80px;
	margin-bottom:100px;
	display: block;
	text-align:center;
}
.sub-arrow.view-arrow{
	margin-top:20px;
	margin-bottom: initial;
}
@media (max-width:1200px){
	.sub-arrow{
	    margin-top: 60px;
		margin-bottom: 80px;
	}
}
@media (max-width:768px){
	.sub-arrow{
	    margin-top: 40px;
		margin-bottom: 60px;
	}
}
@media (max-width:576px){
	.sub-arrow{
	    margin-top: 20px;
		margin-bottom: 40px;
	}
	.sub-arrow svg{
		width:26px;
		height:13px;
	}
}
.scroll-arrow {
	animation: arrow-wave 1.5s infinite; 
	animation-direction: alternate;
	display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-arrow:nth-child(1) {
	animation-delay: 0.1s;
}
.scroll-arrow:nth-child(2) {
	animation-delay: 0.2s;
}
.scroll-arrow:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes arrow-wave {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 15px);
    opacity: 0;
  }
}

/* contact */
.contact .text,
.contact-bx .wrapper .tit{
	font-family: 'Pretendard' ,sans-serif;
}

.contact .text{
	color: #111;
	font-size: 28px;
	font-weight: 500;
	margin-bottom:80px;
}
.contact-bx{display:flex;justify-content: space-between;}
.contact-bx .wrapper{width: calc(50% - 40px);}
.contact-bx .wrapper .tit{
	color: #111;
	font-size: 42px;
	font-weight: 600;
	display: flex;
    align-items: center;
	gap: 0 15px;
	margin-bottom: 30px;
}
.contact-bx .wrapper .tit span{
    gap: 0 5px;
	display: flex;
    align-items: center;
}
.contact-bx .wrapper .tit span:before,
.contact-bx .wrapper .tit span:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.contact-bx .wrapper .tit span:before{
    background: #C59349;
}
.contact-bx .wrapper .tit span:after{
    background: #000;
}
.contact-bx .info-inner{
    border-radius: 20px;
    background: #F8F8F8;
	padding:30px;
	display: flex;
}
.contact-bx .info-inner .info{
	max-width:50%;
	width:100%;
	display: flex;
	align-items: center;
	font-size: 21px;
}
.contact-bx .info-inner .txt{
    display: flex;
    align-items: center;
    justify-content: center;
	color: #111;
	font-weight: 500;
}
.contact-bx .info-inner .icon{
	width:40px;
	height:40px;
	background:#000;
	border-radius:50%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right:15px;
}
.contact-bx .info-inner .desc{
	margin-left:15px;
	color: #333;
	font-weight: 300;
}
.contact-popup {
	width: calc(100vw - 40px);
	max-width: 800px;
	height: calc(100vh - 100px);
	background: white;
	border-radius: 10px;
	padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	display: none;
}
.contact-popup .inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.contact-popup i {
	font-size: 24px;
	flex-shrink: 0;
	color: #111;
	cursor: pointer;
	margin: 0 0 20px auto;
}
.contact-popup .scroll-y {
	height: 100%;
	overflow-y: scroll;
}
.contact-popup .scroll-y::-webkit-scrollbar {
	width: 0;
}
.contact-popup .privacy--2 h3 {
	font-size: 24px;
}
@media (max-width:1600px){
	.contact-bx .info-inner .info{
		font-size: 20px;
	}
}
@media (max-width:1400px){
	.contact .text{
		font-size: 26px;
	}
	.contact-bx .wrapper .tit{
	    font-size: 39px;
	}
	.contact-bx .wrapper {
		width: calc(50% - 30px);
	}
	.contact-bx .info-inner{
	    padding: 20px;
	}
	.contact-bx .info-inner .info{
		font-size: 22px;
	}
}
@media (max-width:1200px){
	.contact-bx .wrapper {
		width: calc(50% - 20px);
	}
	.contact .text {
		font-size: 24px;
	}
	.contact-bx .wrapper .tit {
		font-size: 36px;
	}
	.contact-bx .info-inner .desc{
	    margin-left: 10px;
	}
	.contact-bx .info-inner .info {
    font-size: 18px;
	}
}
@media (max-width:1024px){
	.contact-bx {
		flex-direction: column;
	}
	.contact-bx .wrapper{
		width:100%;
	}
	.contact-bx .wrapper:first-child{
		margin-bottom:40px;
	}
	.contact .text {
		font-size: 22px;
	}
	.contact-bx .wrapper .tit {
		font-size: 34px;
	}
	.contact-bx .info-inner .info {
		font-size: 17px;
	}
}
@media (max-width:768px){
	.contact .text {
		font-size: 20px;
		margin-bottom:60px;
	}
	.contact-bx .wrapper .tit {
		font-size: 30px;
	}
	.contact-bx .info-inner .info {
		font-size: 15px;
	}
}
@media (max-width:576px){
	.contact .text{
		font-size: 18px;
		margin-bottom: 40px;
	}
	.contact-bx .info-inner{
	    flex-direction: column;
	}
	.contact-bx .info-inner .info{
	    max-width: none;
	}
	.contact-bx .info-inner .info:first-child{
		margin-bottom:15px;
	}
	.contact-bx .info-inner .icon{
	    width: 35px;
		height: 35px;
		margin-right:10px;
	}
	.contact-bx .info-inner .desc{
		margin-left:10px;
	}
	.contact-bx .wrapper .tit {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.contact-popup {
		padding: 20px;
	}
}

.board-area{
    font-family: 'Pretendard', sans-serif;
}

/* technology */
.technology .box{
    display: flex;
    flex-wrap: wrap;
	gap: 20px;
}
.technology .box .item{
    width: calc((100% - 40px) / 3);
	/*height:380px;*/
	height:300px;
	background: #ccc;
	border-radius:10px;
	overflow:hidden;
}
.technology .box .item .link figure{
	position:relative;
	width: 100%;
    height: 100%;
	transition: 0.5s;
}
.technology .box .item .link:hover figure::before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
    height: 100%;
	z-index: 2;
}
.technology .box .item .link figure img{
	width: 100%;
    height: 100%;
	position:absolute;
	top:50%;
	left:50%;
    transform: translate(-50%, -50%) scale(1);
	object-fit: cover;
	transition: 0.5s;
	z-index:1;
}
.technology .box .item .link:hover figure img{
	transform: translate(-50%, -50%) scale(1.1);
}
.technology .box .item .link{
	display: block;
	width:100%;
	height:100%;
	position:relative;
}
.technology .box .item .txt-bx{
	color:#fff;
	display: flex;
	flex-direction: column;
	position:absolute;
	bottom:0;
	left:30px;
	z-index:3;
	transition: 0.5s;
}
.technology .box .item .link:hover .txt-bx {
    bottom: 30px;
}
.technology .box .item .txt-bx strong{
	font-family: 'Pretendard', sans-serif;
	/*font-size: 36px;*/
	font-size: 33px;
	font-weight: 600;
}
.technology .box .item .link:hover strong{
	padding-bottom:4px;
}
.technology .box .item .txt-bx span{
	color: #FFF;
	/*font-size: 18px;*/
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
	opacity: 0;
}
.technology .box .item .link:hover span {
    opacity: 1;
}
@media (max-width:1400px){
	.technology .box .item{
		height: 280px;
	}
}
@media (max-width:1200px){
	.technology .box{
		gap:10px;
	}
	.technology .box .item{
	    width: calc((100% - 20px) / 3);
		height: 230px;
	}
	.technology .box .item .txt-bx strong{
		font-size: 30px;
	}
	.technology .box .item .link:hover strong{
		padding-bottom:2px;
	}
	.technology .box .item .txt-bx span{
		font-size: 14px;
	}
	.technology .box .item .txt-bx{
	    left: 20px;
	}
	.technology .box .item .link:hover .txt-bx {
		bottom: 20px;
	}
}
@media (max-width:1024px){
	.technology .box{
		gap:20px;
	}
	.technology .box .item{
	    width: calc(50% - 10px);
	}

	.technology .box .item .txt-bx strong{
		font-size: 30px;
	}
	.technology .box .item .txt-bx span{
		font-size: 14px;
	}
}
@media (max-width:768px){
	.technology .box{
		flex-direction: column;
	}
	.technology .box .item{
		width:100%;
		height: 200px;
	}
	.technology .box .item .txt-bx{
		left:0;
		padding: 20px;
	}
	.technology .box .item .txt-bx span{
		opacity: 1;
		visibility: visible;
	}
	.technology .box .item .link:hover strong{
		padding-bottom: 3px;
	}
	.technology .box .item .link strong{
		padding-bottom: 3px;
	}
	.technology .box .item .link:hover .txt-bx {
		bottom: 0;
	}
	.technology .box .item .link:hover figure img{
		transform: translate(-50%, -50%) scale(1);
	}
	.technology .box .item .link:hover figure::before{
		background: none;
	}
}
/*
@media (max-width:768px){
	.technology .box{
		flex-direction: column;
	}
	.technology .box .item{
		width:100%;
		height: 200px;
	}
	.technology .box .item .txt-bx{
		left:0;
		padding: 12px 20px;
		background: rgba(0,0,0,0.2);
		width: 100%;
		display: flex;
		flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
	}
	.technology .box .item .txt-bx span{
		opacity: 1;
		visibility: visible;
		padding-bottom: 5px;
		width: 60px;
	}
	.technology .box .item .link:hover strong{
		padding-bottom: 0;
	}
	.technology .box .item .link strong{
		padding-bottom: 0;
		width: calc(100% - 60px);
	}
	.technology .box .item .link:hover .txt-bx {
		bottom: 0;
	}
	.technology .box .item .link:hover figure img{
		transform: translate(-50%, -50%) scale(1);
	}
	.technology .box .item .link:hover figure::before{
		background: none;
	}
}
*/
@media (max-width:576px){
	.technology .box .item .txt-bx strong{
		font-size:27px;
	}
	.technology .box .item .txt-bx span{
		font-size:13px;
	}
}


/* 소재 */
.sub-inner--2{
    padding-top: 150px;
	padding-bottom:0;
}
.tech-area .wrapper{
	display: flex;
    align-items: center;
}
.tech-area .box{
	padding: 120px 0;
}
.tech-area .box.reverse:last-child{
	padding-bottom: 120px;
}
.tech-area .box:first-child{
	padding-top: 0;
}
.tech-area .box:last-child{
	padding-bottom: 0;
}

.tech-area .box .txt-bx{
	font-family: 'Pretendard', sans-serif;
	width:calc(100% - 550px);
	padding-left:100px;
}
.tech-area .box .txt-bx strong{
	color: #111;
	font-size: 40px;
	font-weight: 800;
	padding-bottom:40px;
	display: block;
}
.tech-area .box .txt-bx p{
	color: #111;
	font-size: 18px;
	font-weight: 300;
	position:relative;
	padding-bottom:10px;
}
.tech-area .box .txt-bx p:last-child{
	padding-bottom:0;
}

.tech-area .box figure,
.tech-area .box .txt-bx{
	height:100%;
}
.tech-area .box figure{
	border-radius:10px;
	width:550px;
}

.tech-area .box.reverse {
	background: #F8F8F8;
}
.tech-area .box.reverse figure{
	order:2;
}
.tech-area .box.reverse .txt-bx{
	order:1;
}
.tech-area .box.reverse .wrapper{
	justify-content: flex-end;
}
.tech-area .box.reverse .txt-bx{
	padding-left: 0;
	padding-right: 100px;
}

@media (max-width:1200px){
	.tech-area .box figure{
		width: 500px;
	}
	tech-area .box .txt-bx {
		width: calc(100% - 500px);
	}
	.tech-area .box .txt-bx{
	    padding-left: 80px;
	}
	.tech-area .box.reverse .txt-bx{
		padding-right: 80px;
	}
}
@media (max-width:1024px){
	.tech-area .box{
	    padding: 100px 0;
	}
	.tech-area .box.reverse:last-child {
		padding-bottom: 100px;
	}
	.tech-area .box figure,
	.tech-area .box .txt-bx{
		width:50%;
	}
	.tech-area .box .txt-bx strong{
	    font-size: 30px;
		padding-bottom: 20px;
	}
	.tech-area .box .txt-bx p{
	    font-size: 16px;
	}

	.tech-area .box .txt-bx{
	    padding-left: 30px;
	}
	.tech-area .box.reverse .txt-bx{
	    padding-right: 30px;
	}
}
@media (max-width:768px){
	.tech-area .wrapper{
	    flex-direction: column;
		row-gap:40px;
	}
	.tech-area .box figure img{
		width:100%;
	}
	.tech-area .box .txt-bx{
		padding:0;
	}
	.tech-area .box figure,
	.tech-area .box .txt-bx{
		width:100%;
	}
	.tech-area .box.reverse figure{
		order:1;
	}

	.tech-area .box.reverse .txt-bx{
		order:2;
	}
}
@media (max-width:576px){
	.tech-area .wrapper{
		row-gap:20px;
	}
	.tech-area .box{
	    padding: 50px 0;
	}
	.tech-area .box.reverse:last-child {
		padding-bottom: 50px;
	}
	.tech-area .box .txt-bx strong{
	    font-size: 23px;
		padding-bottom: 10px;
	}
	.tech-area .box .txt-bx p{
	    font-size: 15px;
		padding-bottom:5px;
	}
}

.service .tit-wrap{
	text-align: center;
	margin-bottom:30px;
}
.service strong{
	color:#111;
	font-weight:400;
	font-size:18px;
}
.service h3{
	font-size: 25px;
	text-align: center;
	position:relative;
	display: inline-block;
	color:#111;
}
.service h3:after{
	content:"";
	background:#d8a44e;
	width:22px;
	height:2px;
	display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: -10px;
}
.service ol li span{
	color: #d8a44e;
	padding: 20px 0;
	display:block;
	font-size:17px;
}
.service ol li p{
	color: #333;
	font-weight: 500;
	padding-bottom:5px;
	font-size:16px;
}

/* 웹 에디터*/
.board-area .inner div,
.board-area .inner span,
.board-area .inner p{
	text-indent: initial !important;
	/* word-break: break-all; */
	margin:0 !important;
}


/* 문의하기 form */
.form-bx{
	font-family: 'Pretendard', sans-serif;
}
.form-bx .text-red{
	color: #F81515;
	letter-spacing: -0.32px;
	display: inline-block;
}

.form-bx .txt{
	color: #AAA;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.32px;
	padding-bottom:10px;
	text-align: right;
}
.form-bx  .mail{
	color: #111;
	font-size: 17px;
	font-weight: 300;
}
.table-form{
	border-top: 1px solid #000;
	border-bottom: 1px solid #E5E5E5;
	padding:40px 0;
}
.table-form .pt-0{
	padding-top:0;
}
.table-form .w-110{
	width:110px;
}
.table-form .w-190{
	width:190px;
}
.table-form .pl-80{
	padding-left:80px;
}
.table-form .form-text{
	display:flex;
	gap:10px;
}
.table-form .form-text .inner{
	display:flex;
	max-width:370px;
	width:calc(100% - 70px);
	border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.table-form .form-text input{
    border-radius: 0 10px 10px 0;
	height:70px;
}
.table-form .refresh{
	width:70px;
	height:70px;
	border-radius: 10px;
	background: #000;
	border:0;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}

.table-form th,
.table-form td{
	padding: 5px 0;
}
.table-form tr th{
	color: #111;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -0.38px;
	text-align: left;
	font-family: 'Pretendard', sans-serif;
}

.table-form input{
	width:100%;
}
.table-form textarea{
	width:100%;
	height:240px;
	resize: none;
}
.table-form input::placeholder,
.table-form textarea::placeholder,
.table-form select {
	color: #CCC;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
	font-family: 'Pretendard', sans-serif;
}
.table-form input,
.table-form textarea{
	color:#111;
	font-family: 'Pretendard', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
}
.table-form input,
.table-form select{
	height:70px;
}
.table-form input,
.table-form textarea,
.table-form select {
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 20px;
}
.table-form select{
	appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    background-position: calc(100% - 20px) center;
    background-image: url("/img/sub/icon-bottom.svg");
	background-repeat: no-repeat;
    background-size: 11px 6px;
	background-color: #fff;
}
.table-form .form-mail{
	display:flex;
	align-items: center;
	gap:10px;
	font-family: 'Pretendard', sans-serif;
}
#email--1,
#email--2 {
	max-width:385px;
	width:100%;
}
#select-mail{
	max-width:275px;
	width:100%;
	font-family: 'Pretendard', sans-serif;
}

.agree{
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top:40px;
	position:relative;
}

.agree input{
	display:none;
}
.agree .box{
	display:inline-block;
    background: url("/img/sub/icon-check.svg") no-repeat;
	width:20px;
	height:20px;
}

.agree label{
	color: #333;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.34px;
	padding: 0 10px;
	position:relative;
}
.agree label:after{
	content:"";
    background: url("/img/sub/icon-check.svg") no-repeat;
	width:20px;
	height:20px;
    display: inline-block;
	position: absolute;
    left: -20px;
    top: 0;
	filter: invert(100%);
    border: 1px solid #999;
}
.agree label.on:after{
    background: url("/img/sub/icon-check-on.svg") no-repeat;
}
.agree .link{
	color: #AAA;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.3px;
	text-decoration-line: underline;
	display:inline-block;
	padding-top: 2px;
}
.board_btn_bx{
    display: flex;
    justify-content: center;
    align-items: center;
}
.board_btn_bx button{
	border-radius: 100px;
    background-color: var(--goldColor);
	border:0;
	padding:20px 100px;
	color: #FFF;
	font-family: 'Pretendard', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.4px;
	margin-top:80px;
	margin-bottom:150px;
	cursor:pointer;
}
@media (max-width:1200px){
	.table-form .w-110{
		width:100px;
	}
	.table-form .w-190{
		width:180px;
	}
	.table-form .pl-80 {
		padding-left: 70px;
	}
}
@media (max-width:1024px){
	.table-form .w-110{
		width:100px;
	}
	.table-form .w-190{
		width:180px;
	}
	.table-form .pl-80 {
		padding-left: 60px;
	}
	.table-form tr th{
	    font-size: 18px;
	}
	.table-form input,
	.table-form input::placeholder,
	.table-form textarea,
	.table-form textarea::placeholder,
	.table-form select{
	    font-size: 17px;
	}
	.table-form input,
	.table-form select{
	    height: 60px;
	}
	.form-bx .txt{
	    font-size: 15px;
	}
	.board_btn_bx button{
		padding: 15px 75px;
		font-size: 18px;
		margin-top: 70px;
		margin-bottom: 100px;
	}
}
@media (max-width:768px){
	.table-form .w-110{
		width:95px;
	}
	.table-form .w-190{
		width:140px;
	}
	.table-form .pl-80 {
		padding-left: 30px;
	}
	.table-form tr th{
	    font-size: 17px;
	}
	.table-form input,
	.table-form input::placeholder,
	.table-form textarea,
	.table-form textarea::placeholder,
	.table-form select{
	    font-size: 16px;
	}
	.table-form input,
	.table-form select{
	    height: 50px;
	}
	.table-form input,
	.table-form textarea,
	.table-form select{
		padding: 10px;
	}
	.board_btn_bx button{
		padding: 13px 65px;
		font-size: 17px;
		margin-top: 60px;
		margin-bottom: 90px;
	}
}
@media (max-width:576px){
	.table-form .w-110{
		width:auto;
	}
	.table-form .w-190{
		width:auto;
	}
	.table-form .pl-80 {
		padding-left: 0;
	}
	.table-form tr th{
	    font-size: 16px;
	}
	.table-form input,
	.table-form input::placeholder,
	.table-form textarea,
	.table-form textarea::placeholder,
	.table-form select{
	    font-size: 15px;
	}
	.form-bx .txt{
	    font-size: 14px;
	}
	.table-form th,
	.table-form td{
		display:block;
	}
	.table-form td{
		padding-bottom:10px;
	}
	.table-form .form-mail{
		gap:5px;
	}
	.board_btn_bx button{
		padding: 12px 60px;
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 70px;
	}
	.table-form{
	    padding: 30px 0;
	}
	.agree {
		margin-top: 30px;
	}
	.table-form select{
		background-position: calc(100% - 10px) center;
	}
}
.data .tab-bx {
	display: none;
}