
/* 20250228 */
.community button,
.community input{ border:none; background:transparent; outline:none; }
.community{ padding-top: 190px; }
.community figure{ margin: 0; }
.community *{ line-height: 1.3; box-sizing:border-box; }
.community h3.title{ font-size:45px; color: var(--mainColor); font-family: var(--subFont); letter-spacing: -1.4px; font-weight: 800; }
.community h4.stit{ font-size:40px; font-weight: 700; letter-spacing: -0.8px; padding: 60px 0; border-bottom: 1px solid #ddd; color:#000; }
.community .content .form-box{ display:flex; justify-content:space-between; align-items:center; margin: 30px 0 70px; } 
.community .content .form-box .btn-box button{ font-size:17px; background: none; border:none; letter-spacing: -0.34px; font-weight: 500; color:#777;
display:inline-flex; align-items:center; }
.community .content .form-box .btn-box button:not(:last-child){ margin-right: 20px; }
.community .content .form-box .btn-box button span{ position: relative; display:block; width: 18px; height: 18px; border-radius:50%; border:1px solid #999; margin-right: 8px; }
.community .content .form-box .btn-box button span:after{ content:''; display:block; width: 8px; height: 8px; position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; background: var(--mainColor); border-radius:50%; opacity: 0; }
.community .content .form-box .btn-box button.on{ color:#111; }
.community .content .form-box .btn-box button.on span:after{ opacity: 1; }
.community .content .form-box .search-box{ display:flex; align-items:center; }
.community .content .form-box .search-box *{ font-size:18px; font-family: var(--subFont1); border:none; }
.community .content .form-box .search-box input{ width: 390px; height: 45px; border-bottom:1px solid #222; color:#333; outline:none; }
.community .content .form-box .search-box input::placeholder{ color:#ddd; } 
.community .content .form-box .search-box button{ width: 95px; height: 45px; background: var(--mainColor); color:#fff; font-weight: 600; letter-spacing: -0.36px; margin-left: 15px; }
.community .content .form-box .search-box button.write{ background: #151515; width: 120px; }
.community .content .ctn-box .item-box{ border: 1px solid #EEE; transition:all 0.5s; }
.community .content .ctn-box .item-box:hover{ background: rgba(82, 178, 84, 0.03);}
.community .content .ctn-box .item-box:not(:last-child){ margin-bottom: 30px; }
.community .content .ctn-box .item-box a{ display:block; padding: 40px 50px; }
.community .content .ctn-box .item-box .stxt{ color:var(--mainColor); font-size:18px; font-weight: 600; letter-spacing: -0.36px; display:flex; justify-content:space-between; }
.community .content .ctn-box .item-box .stxt span{ color:#bbb; font-weight: 500; }
.community .content .ctn-box .item-box .title{ font-size:26px; color:#000; font-weight: 600; letter-spacing: -0.52px; margin: 15px 0 30px; }
.community .content .ctn-box .item-box .txt{ font-size:20px; color:#999; letter-spacing: -0.4px; text-overflow: ellipsis; overflow: hidden;  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-bottom: 50px; }
.community .content .ctn-box .item-box dl{ display:flex; justify-content:space-between; }
.community .content .ctn-box .item-box dl dt{ font-size:20px; color:var(--mainColor); font-weight: 500; letter-spacing: -0.4px; display:flex; align-items:center; }
.community .content .ctn-box .item-box dl dt figure{ position: relative; width: 44px; height: 44px; border-radius:50%; overflow: hidden; margin-right: 15px; }
.community .content .ctn-box .item-box dl dt figure img{ position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; min-width:100%; min-height:100%; object-fit:cover; }
.community .content .ctn-box .item-box dl dd{ display:flex; align-items:center; }
.community .content .ctn-box .item-box dl dd p{ display:flex; align-items:center ; color:#999; font-weight: 500; letter-spacing: -0.36px; font-size:18px; }
.community .content .ctn-box .item-box dl dd > *:not(:last-child){ margin-right: 25px; }
.community .content .ctn-box .item-box dl dd p img{ margin-right: 5px; }
.community .content .ctn-box .item-box dl dd button{ display:flex; justify-content:center; align-items:center; border-radius: 5px; border: 1px solid #DDD; background: #F5F5F5; color: #999; font-size: 16px; font-weight: 500; letter-spacing: -0.32px; width: 70px; height: 30px; }
.community .content .ctn-box .item-box dl dd button img{ margin-right: 5px; }
.community .content .more{ text-align: center; margin-top: 70px; }
.community .content .more a{ position: relative; font-family:var(--subFont1); color:#111; font-size:18px; font-weight:700; line-height:1.3; letter-spacing: -0.36px;
display:inline-flex; align-items:center; }
.community .content .more a:after{ content:""; display:block; width:36px; height:36px; background:url(/img/main/more_icon.png) center center no-repeat; margin-left: 15px; transition:all 0.5s; }
.community .content .more:hover a:after{ transform:rotate(180deg); transform-origin:50% 50%;}

.community .popup-box{ position: relative; position: fixed; transform:translate(-50%,-50%); top: 50%; left: 50%; max-width:1620px; width: 100%; height: max-content; padding: 100px 110px; background: #fff; transition:none; }
.community .dimmed{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 999; display:none; }
.community .popup-box .close{ position: absolute; top: 60px; right: 60px; color:#000; font-size:30px; }
.community .popup-box .title{ color: #000; font-size: 50px; font-weight: 700; letter-spacing: -1px; margin-bottom: 50px; text-align: center; }
.community .popup-box .ctn-box{ border: 1px solid #EEE; border-bottom:none; }
.community .popup-box .ctn-box dl{ display: flex;  }
.community .popup-box .ctn-box dl *{ font-size:20px; }
.community .popup-box .ctn-box dl > *{ display:flex; align-items:center; min-height: 80px;}
.community .popup-box .ctn-box dl dt{ background: #F8F8F8; border-right: 1px solid #EEE; min-width:240px; padding: 0 30px; flex-shrink:0; color: #222; font-weight: 500; letter-spacing: -0.4px;
border-bottom: 1px solid #EEE; }
.community .popup-box .ctn-box dl dt span{ color: #F20000; }
.community .popup-box .ctn-box dl dd{ padding: 10px 15px; width: 100%; min-height: 80px; border-bottom: 1px solid #EEE; }
.community .popup-box .ctn-box dl dd > *{ border: 1px solid #EEE; height: 100%; padding: 0 20px;}
.community .popup-box .ctn-box dl dd input{ width: 630px; color:#333; }
.community .popup-box .ctn-box dl dd textarea{ width: 100%; resize:none; outline:none; height: 175px; padding: 10px 20px; }
.community .popup-box .ctn-box dl dd input[type="file"]{ display:none; }
.community .popup-box .ctn-box dl dd label{ border:none; display:flex; height: 100%; padding: 0; }
.community .popup-box .ctn-box dl dd label p{ display:flex; align-items:center; font-size: 17px;  }
.community .popup-box .ctn-box dl dd label p.txt{ width: 350px; border: 1px solid #EEE; color: #999;  font-weight: 500; letter-spacing: -0.34px; padding: 0 25px; height: 100%; } 
.community .popup-box .ctn-box dl dd label p.btn{ border: 1px solid #EEE; background: #EEE; color: #222; font-weight: 500; letter-spacing: -0.34px; justify-content:center; cursor:pointer; width: 170px; margin-left: 13px; }
.community .popup-box .b-btn{ text-align: center; margin-top: 50px; }
.community .popup-box .b-btn button{ width: 200px; height: 70px; padding: 10px 30px; background: var(--mainColor); color: #FFF; font-size: 20px; font-weight: 600; letter-spacing: -0.4px; }
 
.community.view .inner1720 > .title-box{ border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 60px 20px; text-align: center; margin: 120px 0 100px; }
.community.view .inner1720 > .title-box .title{ color:#111; font-size:38px; font-weight: 600; letter-spacing: -0.76px; margin-bottom: 30px; }
.community.view .inner1720 > .title-box ul,
.community.view .inner1720 > .title-box ul li{ display:flex; justify-content:center; align-items:center; color:#999; font-size:18px; letter-spacing: -0.36px; }
.community.view .inner1720 > .title-box ul li:not(:last-child){ margin-right: 40px; }
.community.view .inner1720 > .title-box ul li span{ position: relative; display:flex; align-items:center; color:#111; }
.community.view .inner1720 > .title-box ul li span:after{ content:''; display:block; width: 1px; height: 10px; background: #ddd; margin: 0 10px; }
.community.view .content{ padding: 0 60px; }
.community.view .content .file-box .dl-box{ border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 10px 0; }
.community.view .content .file-box .dl-box dl{ display:flex; align-items:center; min-height:55px; }
.community.view .content .file-box .dl-box dl dt{ position: relative; display:flex; align-items:center; color: #111; font-size: 20px; font-weight: 500; letter-spacing: -0.4px; flex-shrink:0; }
.community.view .content .file-box .dl-box dl dt span{ min-width:160px; padding: 0 30px; }
.community.view .content .file-box .dl-box dl dt:after{ content:''; display:block; width: 1px; height: 35px; background: #ddd; margin: 0 30px; }
.community.view .content .file-box .dl-box dl dd{ width: 100%; }
.community.view .content .file-box .dl-box dl dd a{ display:flex; justify-content:space-between; align-items:center; width: 100%; }
.community.view .content .file-box .dl-box dl dd a span{ color: #999; font-size: 20px; font-weight: 300; letter-spacing: -0.4px; display:inline-flex; align-items:center; }
.community.view .content .file-box .dl-box dl dd a span:first-child{ color:var(--mainColor); }
.community.view .content .file-box .dl-box dl dd a span img{ margin-right: 15px; }
.community.view .content .file-box .btn-box{ display:flex; justify-content:flex-end; margin: 15px 0 140px; }
.community.view .content .file-box .btn-box button{ width: 140px; height: 50px; border: 1px solid #333; background: #333; border-radius:50px; color:#fff; color: #FFF; font-size: 20px; font-weight: 500; letter-spacing: -0.4px; }
.community.view .content .file-box .btn-box button:last-child{ margin-left: 15px; border: 1px solid #DDD; background: #F5F5F5; color: #555;}
.community.view .content .comment{ border-top:1px solid #555; border-bottom: 1px solid #999; margin-bottom: 100px; margin-top: 50px;}
.community.view .content .comment .item-box{ padding: 30px; border-bottom: 1px solid #DDD; }
.community.view .content .comment .item-box .title-box{ display:flex; justify-content:space-between; align-items:center; margin-bottom: 15px; }
.community.view .content .comment .item-box .title-box .title{ color: #555; font-size: 20px; font-weight: 600; letter-spacing: -0.4px;}
.community.view .content .comment .item-box .title-box .title span{ color:#999; font-size:18px; font-weight: 300; letter-spacing: -0.36px; margin-left: 20px; }
.community.view .content .comment .item-box .title-box button{ border:none; background: none; }
.community.view .content .comment .item-box .title-box button:not(:last-child){ margin-right: 5px; }
.community.view .content .comment .item-box .txt{ color: #333; font-size: 20px; letter-spacing: -0.4px;}
.community.view .content .comment .enter-box{ padding: 40px 30px; }
.community.view .content .comment .enter-box .txt{ color: #999; font-size: 18px; font-weight: 500; letter-spacing: -0.36px; margin-bottom: 20px; }
.community.view .content .comment .enter-box .txt span{ color:var(--mainColor); }
.community.view .content .comment .enter-box textarea{ width: 100%; height: 180px; border-radius: 20px; border: 1px solid #DDD; padding: 30px; color: #333; font-size: 20px; font-weight: 300; letter-spacing: -0.4px; resize:none; }   
.community.view .content .comment .enter-box textarea::placeholder{ color:#bbb; }
.community.view .content .comment .enter-box .btn{ text-align: right; margin-top: 20px; }
.community.view .content .comment .enter-box .btn button{ width: 140px; height: 50px; border: 1px solid #DDD; background: #F5F5F5; border-radius:50px; color: #555; font-size: 18px; font-weight: 500; letter-spacing: -0.36px; }
.community.view .content .page-box dl{ display:flex; align-items:center; min-height:75px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; }
.community.view .content .page-box dl:not(:first-child){ margin-top: -1px; }
.community.view .content .page-box dl dt{ display:flex; align-items:center; flex-shrink:0; }
.community.view .content .page-box dl dt span{ padding: 0 30px; display:flex; align-items:center; color: #111; font-size: 20px; font-weight: 500; letter-spacing: -0.4px; min-width:160px; }
.community.view .content .page-box dl dt span img{ margin-right: 33px; }
.community.view .content .page-box dl dt:after{ content:''; display:block; width: 1px; height: 35px; background: #DDD; margin: 0 30px; }
.community.view .content .page-box dl dd{ width: 100%; padding-left: 30px; display:flex; justify-content:space-between; align-items:center;width: 100%; color: #666; font-size: 20px; font-weight: 300; letter-spacing: -0.4px;}
.community.view .content .page-box dl dd p{ text-overflow: ellipsis;  overflow: hidden; display:-webkit-inline-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.community.view .content > .btn-box{ display:flex; justify-content:center; margin-top: 100px; }
.community.view .content > .btn-box button{ width: 200px; height: 70px; background: var(--mainColor); color: #FFF; font-size: 20px; font-weight: 500; letter-spacing: -0.4px; border:none; 
display:flex; align-items:center; justify-content:center; }
.community.view .content > .btn-box button img{ margin-right: 15px; }
.community.view .popup{ max-width: 600px; margin: 0 auto; width: 100%; }
.community.view .popup input{ background: #fff; }


@media screen and (max-width: 1500px) {
	.community h3.title{ font-size:60px; }
	.community h4.stit{ font-size:35px; }

	.community .popup-box{ padding: 50px; width: calc(100% - 40px); margin: 0 auto;}
	.community .popup-box .title{ font-size:40px; }

	.community.view .inner1720 > .title-box{ margin: 80px 0 100px;}
	.community.view .content{ padding: 0 20px; }
}
@media screen and (max-width: 1024px) {
	.community h3.title{ font-size:45px; }
	.community h4.stit{ font-size:30px; padding: 20px 0 30px;}
	.community .content .form-box{ flex-direction: column; margin: 30px 0 50px;}
	.community .content .form-box .search-box{ margin-top: 40px; }
	.community .content .ctn-box .item-box a{ padding: 30px;}

	.community .popup-box .ctn-box dl dt{ min-width: 200px; }
	.community .popup-box .ctn-box dl dd{ min-height: auto; }
	.community .popup-box .ctn-box dl dd input{ width: 100%; }
	.community .popup-box .ctn-box dl dd input,
	.community .popup-box .ctn-box dl dd label p{ height: 60px !important; }
	.community .popup-box .ctn-box dl dd label{ flex-wrap:wrap; }
	.community .popup-box .ctn-box dl dd label p.txt{ width: 100%; }
	.community .popup-box .ctn-box dl dd label p.btn{ margin: 10px 0 0; }

	.community.view .inner1720 > .title-box{ margin: 60px 0 80px; padding: 40px 20px; }
	.community.view .inner1720 > .title-box .title{ font-size:30px; }
	.community.view .inner1720 > .title-box ul{ flex-wrap:wrap; gap:20px; }
	.community.view .inner1720 > .title-box ul li:not(:last-child){ margin-right: 0; }
	.community.view .content .file-box .btn-box,
	.community.view .content .comment{ margin-bottom: 80px; }
	.community.view .content > .btn-box{ margin-top: 80px; }
}

@media screen and (max-width: 768px) {
	.community{ padding-top: 130px;}
	.community h3.title{ font-size:34px; }
	.community h4.stit{ font-size:28px; }
	.community .content .form-box .search-box{ width: 100%; }
	.community .content .form-box .search-box input{ width: 100%; }
	.community .content .ctn-box .item-box .stxt{ font-size:16px; }
	.community .content .ctn-box .item-box .title{ font-size:22px; }
	.community .content .ctn-box .item-box .txt{ font-size:18px; }
	.community .content .ctn-box .item-box dl{ flex-direction: column;  }
	.community .content .ctn-box .item-box dl dt{ margin-bottom: 20px; font-size:18px; }
	.community .content .ctn-box .item-box dl dt figure{ width: 40px; height: 40px; }
	.community .content .ctn-box .item-box dl dd p{ font-size:16px; }

	.community .popup-box{ padding: 30px 20px; }
	.community .popup-box .close{ top: 30px; right: 30px; }
	.community .popup-box .title{ font-size:30px; margin: 30px; }
	.community .popup-box .ctn-box{ height: 500px; overflow-y: scroll; border: 1px solid #EEE;}
	.community .popup-box .ctn-box dl{ flex-wrap:wrap; }
	.community .popup-box .ctn-box dl *{ font-size:18px; }
	.community .popup-box .ctn-box dl dt{ padding: 0 20px; min-width:auto; width: 100%; min-height: 60px; border-right:none; }
	.community .popup-box .ctn-box dl dd input,
	.community .popup-box .ctn-box dl dd label p{ height: 50px !important; }
	.community .popup-box .ctn-box dl dd textarea{ z-index: -1;}
	.community .popup-box .b-btn button{ width: 150px; height: 60px; font-size:18px; }

	.community.view .inner1720 > .title-box .title{ font-size:25px; }
	.community.view .inner1720 > .title-box ul li { font-size:16px; }
	.community.view .content .file-box .dl-box{ padding: 20px 0;}
	.community.view .content .file-box .dl-box dl dd a span,
	.community.view .content .file-box .dl-box dl dt{ font-size:18px; }
	.community.view .content .file-box .dl-box dl{ flex-wrap:wrap; }
	.community.view .content .file-box .dl-box dl:not(:last-child){ margin-bottom: 20px; }
	.community.view .content .file-box .dl-box dl > *{ padding: 0 10px;}
	.community.view .content .file-box .dl-box dl dt{ width: 100%; margin-bottom: 10px; }
	.community.view .content .file-box .dl-box dl dt span{ padding: 0; min-width:auto; }
	.community.view .content .file-box .dl-box dl dt:after{ display:none; }
	.community.view .content .file-box .btn-box,
	.community.view .content .comment{ margin-bottom: 60px; }
	.community.view .content .file-box .btn-box button,
	.community.view .content .comment .enter-box .btn button{ width: 100px; height: 45px; font-size:18px; }
	.community.view .content .comment .item-box{ padding: 20px 10px; }
	.community.view .content .comment .item-box .title-box .title{ font-size:18px; }
	.community.view .content .comment .item-box .title-box .title span{ font-size:16px; margin-left: 10px;}
	.community.view .content .comment .item-box .txt{ font-size:18px; }
	.community.view .content .comment .enter-box{ padding: 20px 10px; }
	.community.view .content .comment .enter-box .txt{ font-size:16px; }
	.community.view .content .comment .enter-box textarea{ padding: 20px; font-size:18px; }
	.community.view .content .page-box dl{ flex-wrap:wrap; padding: 20px 0;}
	.community.view .content .page-box dl dt { width: 100%; margin-bottom: 10px;}
	.community.view .content .page-box dl dt span{ font-size:18px; padding: 0; min-width:auto; width: 100%; justify-content:space-between; }
	.community.view .content .page-box dl dt:after{ display:none; }
	.community.view .content .page-box dl dt span img{ margin-right: 0; margin-left: 10px; order:2; }
	.community.view .content .page-box dl dd{ padding-left: 0; font-size:18px; }
	.community.view .content > .btn-box{ margin-top: 60px; }
	.community.view .content > .btn-box button{ width: 140px; height: 60px; font-size: 18px;}
}

@media screen and (max-width: 640px) {
}