@charset "utf-8";

/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");


.fa{font: normal normal normal 14px / 1 FontAwesome !important;}
a,a:hover,a:focus {text-decoration: none;}
ul{list-style: none;}
button{background-color: transparent; cursor: pointer;border: none;outline: none;}
img{max-width: 100%;border:0; display:block;}
h1, h2, h3, h4, h5, h6{padding:0;margin:0;font-family: var(--font-Pretendard);font-size: inherit;}
p{padding:0;margin:0;word-break: keep-all;}
input{border: none;box-shadow: none;}
input:focus{outline: none;}
#theme-controller .fixed-top{z-index: 999999;}
.modal{z-index: 999999;}
.nt-container{max-width: unset !important;width: 100%;}
#nt_sidebar_move{display: none;}
.blind {width: 1px;height: 1px;overflow: hidden;position: absolute;top: 50%;left: 50%;display: block;text-indent: -9999em;font-size: 0px;line-height: 0;z-index: -1;}
.line-br {display: block;}
.btn:focus {outline: none;box-shadow: none !important;}

:root {
    --font-Pretendard: "Pretendard Variable", sans-serif;
    --color-main: #49A92E;
    --color-acc: #006026;
}


html, body {font-size: 20px;font-family: var(--font-Pretendard);letter-spacing: -0.038rem;line-height: 1.5;word-break: keep-all;word-wrap: break-word;color:#000;touch-action: auto;overscroll-behavior: auto;text-size-adjust:100%;overflow-x: hidden;} 
@media all and (max-width: 1024px) { 
    html, body { font-size: 18px; } 
}
@media all and (max-width: 640px) { 
    html, body { font-size: 16px; } 
}

/* scroll Bar */
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb { background-color: var(--color-main); }
body::-webkit-scrollbar-track { background-color: #f9f9f9; }


/* 공통 css 시작*/
.cinner {max-width: 1320px;margin: 0 auto;position: relative;}


@media all and (max-width: 1399px){
    .cinner {margin: 0 50px;}
}
@media all and (max-width: 1024px){
    .cinner {margin: 0 30px;}
}
@media all and (max-width: 640px){
    .cinner {margin: 0 20px;}
}
/* 공통 css 끝 */


/* header 시작 */
#header {width: 100%;height: 115px;border-bottom: 1px solid #ddd;box-sizing: border-box;background: #fff;/* position: absolute; *//* top: 0; *//* left: 0; *//* z-index: 999; */transition: .35s;}
#header.hide {display: none;}
.header__nav {height: 100%;}
.header__nav .nav {display: block;height: 100%;}
.header__nav .cinner {display: flex;justify-content: space-between;align-items: center;/* max-width: 1520px; */height: 100%;margin: 0 auto;}
.header__nav .header__logo a {display: flex;width: 96px;}
.header__nav .header__logo a img {max-width: 100%;}
.header__cont {display: flex;align-items: center;height: 100%;}
#main-nav {height: 100%;}
.main-nav__depth1 {height: 100%;}
.main-nav__depth1 .mn-ul1 {display: flex;gap: 0 100px;height: 100%;}
.main-nav__depth1 .mn-li1 {position: relative;}
.main-nav__depth1 .mn-a1 {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;color: #000;font-size: 1.40em;font-weight: 600;text-align: center;transition: .35s;}
.main-nav__depth2 {display: none;width: 200%;padding-top: 1px;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);z-index: 100;text-align: center;}
.main-nav__depth2 .mn-ul2 {width: 100%;border: 1px solid #eee;border-top: 0;}
.main-nav__depth2 .mn-li2 {position: relative;}
.main-nav__depth2 .mn-li2:not(:last-child) {border-bottom: 1px solid #eee;box-sizing: border-box;}
.main-nav__depth2 .mn-a2 {display: block;width: 100%;padding: 15px 16px;box-sizing: border-box;background: #fff;color: #000;font-size: .90em;font-weight: 500;line-height: 1.3;transition: .35s;position: relative;}
.main-nav__depth2 .mn-a2:hover {color: var(--color-main);}
.main-nav__depth2 .mn-a2.sub-icon::after {content: "\f105";display: block;width: 9px;height: 26px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;font-family: "FontAwesome";position: absolute;top: 0;bottom: 0;right: 10px;margin: auto;}
.main-nav__depth3 {display: none;background: #fff;position: absolute;top: 0;left: 100%;z-index: 101;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.main-nav__depth3 .mn-li3:not(:last-child) {border-bottom: 1px solid #eee;box-sizing: border-box;}
.main-nav__depth3 .mn-a3 {display: block;width: 160px;padding: 15px 16px;color: #000;font-size: .90em;text-align: center;line-height: 1.3;}
.main-nav__depth3 .mn-a3:hover {color: var(--color-main);}
.header__nav .nav__btn {display: none;}
.header__nav .nav__btn a {display: flex;align-items: center;width: 40px;height: 29px;position: relative;}
.header__nav .nav__btn a::before,
.header__nav .nav__btn a::after {content: '';display: block;width: 100%;height: 4px;background: #000;position: absolute;left: 0;right: 0;margin: auto;}
.header__nav .nav__btn a::before {top: 0;}
.header__nav .nav__btn a::after {bottom: 0;}
.header__nav .nav__btn a span{display: block;width: 100%;height: 4px;background: #000;}
#header.active {border-color: #ddd;}
#header.active .main-nav__depth1 .mn-a1 {color: #000;}
#header.active .header__nav .nav__btn a::before,
#header.active .header__nav .nav__btn a::after,
#header.active .header__nav .nav__btn a span {background: #000;}

@media all and (max-width: 1600px ){
    .header__nav .cinner {margin: 0 50px;}
}
@media all and (max-width: 1399px){
    .header__nav .cinner {margin: 0 30px;}
    .header__nav .quick-list {margin-right: 30px;}
}
@media all and (max-width: 1199px){
    #header {height: 80px;}
    .main-nav__depth1 .mn-ul1 {gap: 80px;}
    .main-nav__depth1 .mn-a1 {font-size: 1.20em;}
}
@media all and (max-width: 1024px){
    #header {height: 80px;}
    #main-nav {display: none;}
    .header__nav .nav__btn {display: block;}
    .header__nav .header__logo a img {max-width: 85%;}
}
@media all and (max-width: 768px ){
    .header__nav .nav__btn a {width: 30px;height: 22px;}
}
@media all and (max-width: 640px ){
    #header {height: 70px;}
    .header__nav .cinner {margin: 0 20px;}
    .header__nav .header__logo a img {max-width: 80%;}
    .header__nav .nav__btn a span,
    .header__nav .nav__btn a::before, 
    .header__nav .nav__btn a::after {height: 3px;}
    
}
/* header 끝 */


/* tail 시작 */
#footer {padding: 50px 0;background: #fff;color: #000;}
.footer__logo {width: 299px;}
.footer__cont {display: flex;justify-content: space-between;}
.footer__info {font-size: 12px;}
.footer__info > *:not(:last-child) {margin-bottom: 5px;}
.footer__info > p {font-weight: 600;text-align: right;}
.footer__info .info {display: flex;justify-content: flex-end;font-weight: 500;}
.footer__info .info li:not(:last-child) {position: relative;padding-right: 10px;margin-right: 10px;}
.footer__info .info li:not(:last-child)::after {content: '';display: block;width: 1px;height: 10px;background: #000;position: absolute;top: 4px;right: 0;margin: auto;}
.footer__info .info li address {margin-bottom: 0;font-style: normal;}
.footer__sitemap {width: 180px;margin-left: auto;position: relative;}
.footer__sitemap > p{max-width: 100%;padding: 10px 20px;border: 1px solid #c8c8c8;border-radius: 2px;box-sizing: border-box;background: #F5F5F5;color: #969696;font-size: 16px;position: relative;cursor: pointer;}
.footer__sitemap > p::after {content: '';display: block;width: 10px;aspect-ratio: 1 / 1;border-bottom: 2px solid #DADADA;border-right: 2px solid #DADADA;transform: rotate(45deg);position: absolute;top: 18px;right: 20px;}
.footer__sitemap.active > p::after {top: 22px;transform: rotate(-135deg);}
.footer__sitemap > p img{width: 10px;position: absolute;right: 20px;top: 50%;transform: translateY(-50%) rotate(90deg);}
.footer__sitemap > ul {display: none;background: #F8F8F8;color: #666;position: absolute;width: 100%;bottom: 100%;left: 0;z-index: 1000;box-shadow: 0 -4px 10px rgba(0,0,0,0.1);}
.footer__sitemap > ul li{padding: 10px 20px;font-size: 16px;text-align: center;border-bottom: 1px solid rgba(218,218,218,.3);cursor: pointer;}
.footer__sitemap > ul li:last-child{border-bottom: unset;}
.footer__sitemap>  ul li:hover{font-weight: bold;}
.footer__links {display: flex;justify-content: space-between;align-items: center;margin-top: 20px;padding: 20px 0;border-top: 1px solid #4A4A4A;box-sizing: border-box;}
.footer__links .copy p {font-size: 14px;}
.footer__links .links {display: flex;}
.footer__links .links li:not(:last-child) {margin-right: 4px;}
.footer__links .links li a,
.footer__links .links li span {color: #000;font-size: 14px;cursor: pointer;}
.footer__links .links li:not(:last-child)::after {content: '·';padding-left: 4px;}
.footer__links .links li > a:hover,
.footer__links .links li > a:focus {text-decoration: underline;text-underline-offset: 4px;}

@media all and (max-width: 1399px){
    .footer__inner {margin: 0 30px;}
}
@media all and (max-width: 1024px){
    #footer {padding: 30px 0;}
    .footer__logo img {max-width: 85%;}
    
}
@media all and (max-width: 768px){
    .footer__cont {flex-direction: column;position: relative;}
    .footer__logo {margin-bottom: 20px;}
    .footer__items {display: flex;}
    .footer__info > *:not(:last-child) {margin-bottom: 3px;}
    .footer__info > p {text-align: left;}
    .footer__info .info {justify-content: flex-start;}
    .footer__info .info li:not(:last-child)::after {top: 5px;}
    .footer__links {flex-direction: column;}
    .footer__links .copy {margin-bottom: 10px;text-align: center;}
    .footer__links .copy > p {font-size: 12px;}
    .footer__links .links {justify-content: center;}
    .footer__links .links li a, 
    .footer__links .links li span {font-size: 12px;}
}
@media all and (max-width: 640px){
    .footer__logo img {max-width: 75%;}
    .footer__items {display: block;}
    .footer__info .info {flex-wrap: wrap;}
    .footer__info .info li {text-align: center;}
    
}
@media all and (max-width: 480px){
    .footer__sitemap {width: 100%;position: relative;top: auto;}
}

#top_btn {display: none;position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background: rgba(255,255,255,0.8);}
#top_btn:hover {border-color:var(--color-main);background:var(--color-main);color:#fff}
/* tail 끝 */


/* 메인 공통css 시작 */
#main .msec {padding: 150px 0;}
#main .msec-title {margin-bottom: 60px;}
#main .msec-title > .tit {font-size: 2.50em;font-weight: 600;text-align: center;}

@media all and (max-width: 1024px){
    #main .msec {padding: 100px 0;}
    #main .msec-title {margin-bottom: 40px;}
}
@media all and (max-width: 768px){
    #main .msec-title > .tit {font-size: 2.22em;}
}
@media all and (max-width: 640px){
    #main .msec-title > .tit {font-size: 32px;}
}
/* 메인 공통css 끝 */


/* 메인 배너 시작 */
#main .mvis {height: calc(100vh - 115px);position: relative;}
#main .mvis .main-visual {height: 100%;position: relative;}
#main .mvis .main-visual .mvis-img-wrap {height: 100%;}
#main .mvis .main-visual .mvis-img-wrap > .mvis-img {height: 100%;}
#main .mvis .main-visual .mvis-img-wrap > .mvis-img .cinner {display: flex;flex-direction: column;justify-content: center;position: absolute;height: 100%;left: 0;right: 0;bottom: 0;/* margin: auto; */}
#main .mvis .main-visual .mvis-img-wrap > .mvis-img a {width: 100%;height: 100%;display: block;background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;pointer-events: none;}
#main .mvis .main-visual .mvis-img-wrap > .mvis-img .video-wrap {height: 100%;}
#main .mvis .main-visual .mvis-img-wrap > .mvis-img .video-wrap > video {width: 100%;height: 100%;object-fit: cover;}
#main .mvis .main-visual .mvis-txt-wrap {color: #fff;line-height: 1.3;}
#main .mvis .main-visual .mvis-txt-wrap > .tit {margin-bottom: 40px;font-size: 4.0em;font-weight: 700;}
#main .mvis .main-visual .mvis-txt-wrap > .txt {font-size: 1.50em;font-weight: 500;}
#main .mvis .pager {position: absolute;left: 0;right: 0;margin: auto;bottom: 40px;z-index: 999;pointer-events: auto;}
#main .mvis .pager .cinner {display: block;height: auto;}
#main .mvis .pager .carousel-indicators {justify-content: center;gap: 10px;margin: 0;position: unset;}
#main .mvis .pager .carousel-indicators > li {flex: 0 0 auto;width: 13px;height: 13px;border-top: 0;border-bottom: 0;border-radius: 7px;background-color: rgba(255,255,255,.6);}
#main .mvis .pager .carousel-indicators > li.active {width: 27px;background-color: var(--color-main);}
#main .mvis .carousel-control-prev,
#main .mvis .carousel-control-next{display: none;}

@media all and (max-width: 1399px){
    #main .mvis .main-visual .mvis-txt-wrap .tit {font-size: 3.50em;}
}
@media all and (max-width: 1199px){
    #main .mvis {height: calc(100vh - 80px);}
}
@media all and (max-width: 1024px){
    #main .mvis {height: 600px;}
    #main .mvis .main-visual .mvis-txt-wrap {text-align: center;}
    #main .mvis .main-visual .mvis-txt-wrap > .tit {margin-bottom: 30px;font-size: 3.0em;}
    #main .mvis .main-visual .mvis-txt-wrap > .txt {font-size: 1.39em;}
    #main .mvis .pager {bottom: 20px;}
}
@media all and (max-width: 768px){
    #main .mvis {height: 540px;}
    #main .mvis .main-visual .mvis-txt-wrap > .tit {margin-bottom: 20px;font-size: 2.50em;}
    #main .mvis .main-visual .mvis-txt-wrap > .txt {font-size: 1.22em;}
    #main .mvis .pager .carousel-indicators {gap: 6px;}
    #main .mvis .pager .carousel-indicators > li {width: 10px;height: 10px;}
}
@media all and (max-width: 640px){
    #main .mvis {height: 480px;}
    #main .mvis .main-visual .mvis-txt-wrap .tit {font-size: 2.0em;}
    #main .mvis .main-visual .mvis-txt-wrap .txt {font-size: 20px;}
    #main .mvis .main-visual .mvis-txt-wrap .txt > .line-br {display: inline;}
}
@media all and (max-width: 480px){
}
/* 메인 배너 끝 */


/* 메인 msec01 - COLLECTION 시작 */
#main .mcollection > ul {display: flex;flex-wrap: wrap;gap: 40px;}
#main .mcollection > ul > li {width: calc(50% - 20px);border-radius: 20px;position: relative;overflow: hidden;}
#main .mcollection > ul > li > a {display: block;width: 100%;height: 100%;position: relative;}
#main .mcollection > ul > li .img-cont {position: relative;}
#main .mcollection > ul > li .img-cont::before,
#main .mcollection > ul > li .img-cont::after {content: '';display: block;}
#main .mcollection > ul > li .img-cont::before {width: 0;padding-top: 53.91%;}
#main .mcollection > ul > li .img-cont::after {width: 100%;height: 100%;background: rgba(0, 96, 38, 0.8);position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;opacity: 0;transition: .35s;}
#main .mcollection > ul > li > a:hover .img-cont::after {opacity: 1;}
#main .mcollection > ul > li .img-cont > img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#main .mcollection > ul > li .txt-cont {color: #fff;position: absolute;left: 40px;bottom: 40px;}
#main .mcollection > ul > li .txt-cont > .tit {font-size: 1.50em;font-weight: 700;}
#main .mcollection > ul > li .txt-cont > .txt {font-weight: 600;}

@media all and (max-width: 1024px){
    #main .mcollection > ul {gap: 20px;}
    #main .mcollection > ul > li {width: calc(50% - 10px);border-radius: 10px;}
    #main .mcollection > ul > li .txt-cont {left: 20px;bottom: 20px;}
    #main .mcollection > ul > li .txt-cont > .tit {font-size: 1.33em;}
    #main .mcollection > ul > li .txt-cont > .txt {font-size: 16px;}
}
@media all and (max-width: 640px){
    #main .mcollection > ul > li {width: 100%;}
    #main .mcollection > ul > li .txt-cont {left: 30px;bottom: 30px;}
    #main .mcollection > ul > li .txt-cont > .tit {font-size: 22px;}
}
@media all and (max-width: 480px){
    #main .mcollection > ul > li .txt-cont {left: 20px;bottom: 20px;}
    #main .mcollection > ul > li .txt-cont > .txt {font-size: 15px;}
}
/* 메인 msec01 - COLLECTION 끝 */



/* 메인 msec02 - SLOGAN 시작 */
#main .msec02 {background: url('../img/main/img-msec02_bg.png') center center / cover no-repeat;background-attachment: fixed;}
#main .mslogan .txt-cont {display: flex;flex-direction: column;align-items: center;gap: 40px;color: #fff;}
#main .mslogan .txt-cont > .tit {font-size: 3.0em;font-weight: 700;}
#main .mslogan .txt-cont > .txt {font-size: 1.20em;font-weight: 600;}

@media all and (max-width: 1399px){
    #main .mslogan .txt-cont {gap: 20px;}
}
@media all and (max-width: 1024px){
    #main .msec02 {background-attachment: unset;}
}
@media all and (max-width: 768px){
    #main .mslogan .txt-cont {gap: 10px;}
    #main .mslogan .txt-cont > .logo > img {max-width: 80%;margin: 0 auto;}
    #main .mslogan .txt-cont > .tit {font-size: 2.50em;}
    #main .mslogan .txt-cont > .txt {font-size: 1.11em;}
}
@media all and (max-width: 640px){
    #main .mslogan .txt-cont > .logo > img {max-width: 70%;}
    #main .mslogan .txt-cont {text-align: center;line-height: 1.3;}
    #main .mslogan .txt-cont > .tit {font-size: 2.0em;}
    #main .mslogan .txt-cont > .txt {font-size: 18px;}
}
@media all and (max-width: 480px){
    #main .mslogan .txt-cont > .logo > img {max-width: 60%;}
    #main .mslogan .txt-cont > .tit {font-size: 28px;}
    #main .mslogan .txt-cont > .txt {font-size: 16px;}
}
/* 메인 msec02 - SLOGAN 시작 */



/* 메인 msec03 - PRODUCT 시작 */
#main .mproduct > .tab-menu {margin-bottom: 30px;}
#main .mproduct > .tab-menu > ul {display: flex;flex-wrap: wrap;gap: 60px;}
#main .mproduct > .tab-menu > ul > li > a {color: #A5A5A5;font-size: 1.20em;font-weight: 600;}
#main .mproduct > .tab-menu > ul > li.active > a {color: var(--color-main);text-decoration: underline;text-underline-offset: 6px;}
#main .mproduct .tab-content {display: none;}
#main .mproduct .tab-content.active {display: block;}
#main .mproduct .tab-content .gallery-swiper-cont {position: relative;}
#main .mproduct .tab-content .gallery-swiper {position: relative;}
#main .mproduct .tab-content .gallery-swiper .swiper-slide {border-radius: 20px;box-shadow: inset 0px 0 10px 0px rgba(0, 0, 0, 0.05);-webkit-box-shadow: inset 0px 0 10px 0px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0px 0 10px 0px rgba(0, 0, 0, 0.05);}
#main .mproduct .tab-content .gallery-swiper .swiper-slide > a {display: block;padding: 40px;box-sizing: border-box;}
#main .mproduct .tab-content .gallery-swiper .swiper-slide > a > .img-cont {width: 100%;margin-bottom: 40px;position: relative;}
#main .mproduct .tab-content .gallery-swiper .swiper-slide > a > .img-cont::before {content: '';display: block;width: 0;padding-top: 107.55%;}
#main .mproduct .tab-content .gallery-swiper .swiper-slide > a > .img-cont> img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
#main .mproduct .tab-content .gallery-swiper .swiper-slide > a > .title {color: #000;font-weight: 500;text-align: center;}
#main .mproduct .tab-content .gallery-swiper-ctrls {display: flex;align-items: center;width: 100%;}
#main .mproduct .tab-content .gallery-swiper-ctrls button {width: 30px;height: 30px;position: absolute;top: 0;bottom: 0;margin: auto;z-index: 1;}
#main .mproduct .tab-content .gallery-swiper-ctrls button:after {content: '';display: block;border-width: 1px;border-style: solid;border-color: transparent #636363 #636363 transparent;box-sizing: border-box;width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
#main .mproduct .tab-content .gallery-swiper-ctrls .btn-prev {right: calc(100% + 80px);}
#main .mproduct .tab-content .gallery-swiper-ctrls .btn-prev:after {transform: rotate(135deg) translate(-25%, -25%);}
#main .mproduct .tab-content .gallery-swiper-ctrls .btn-next {left: calc(100% + 80px);}
#main .mproduct .tab-content .gallery-swiper-ctrls .btn-next:after {transform: rotate(-45deg) translate(-25%, -25%);}
#main .mproduct .tab-content .btn-more {display: flex;align-items: center;gap: 15px;color: #636363;font-size: 18px;position: absolute;top: 12px;right: 0;}
#main .mproduct .tab-content .btn-more::after {content: '';display: block;width: 10px;height: 10px;border-top: 1px solid #636363;border-right: 1px solid #636363;transform: rotate(45deg);}

@media all and (max-width: 1540px){
    #main .mproduct .tab-content .gallery-swiper-ctrls .btn-prev {right: calc(100% + 30px);}
    #main .mproduct .tab-content .gallery-swiper-ctrls .btn-next {left: calc(100% + 30px);}
}
@media all and (max-width: 1540px){
    #main .mproduct .tab-content .gallery-swiper-ctrls .btn-prev {right: calc(100% + 10px);}
    #main .mproduct .tab-content .gallery-swiper-ctrls .btn-next {left: calc(100% + 10px);}
}
@media all and (max-width: 1399px){
    #main .mproduct .tab-content .gallery-swiper .swiper-slide > a {padding: 30px;}
}
@media all and (max-width: 1024px){
    #main .mproduct > .tab-menu > ul {gap: 30px;}
    #main .mproduct .tab-content .gallery-swiper-cont {padding: 0 20px;}
    #main .mproduct .tab-content .gallery-swiper .swiper-slide > a {padding: 20px 20px 30px;}
    #main .mproduct .tab-content .gallery-swiper-ctrls button {width: 24px;height: 24px;}
    #main .mproduct .tab-content .gallery-swiper-ctrls .btn-prev {right:100%;}
    #main .mproduct .tab-content .gallery-swiper-ctrls .btn-next {left: 100%;}
    #main .mproduct .tab-content .btn-more {top: 5px;}
}
@media all and (max-width: 768px){
    #main .mproduct .tab-content .btn-more {justify-content: center;gap: 10px;margin-top: 40px;font-size: 16px;position: relative;}
    #main .mproduct .tab-content .btn-more::after {width: 8px;height: 8px;}
}
@media all and (max-width: 640px){
    #main .mproduct > .tab-menu > ul > li > a {font-size: 18px;}
    #main .mproduct .tab-content .gallery-swiper-ctrls .btn-prev {right: calc(100% - 10px);}
    #main .mproduct .tab-content .gallery-swiper-ctrls .btn-next {left: calc(100% - 10px);}
}
@media all and (max-width: 480px) {
    #main .mproduct > .tab-menu > ul {gap: 10px;}
    #main .mproduct > .tab-menu > ul > li {width: calc(50% - 5px);text-align: center;}
}
/* 메인 msec03 - PRODUCT 끝 */



/* 메인 msec04 - BOARD 시작 */
#main .msec04 {background: url('../img/main/img-msec04_bg.png') center center / cover no-repeat;}
#main .msec04 .msec-title {color: #fff;}
#main .msec04 .msec-title > .tit {text-align: left;}
#main .mboard > ul {display: flex;}
#main .mboard > ul > li {width: 33.333%;}
#main .mboard > ul > li:nth-child(1) {background: var(--color-main);}
#main .mboard > ul > li:nth-child(2) {background: #fff;}
#main .mboard > ul > li:nth-child(3) {background: var(--color-acc);}
#main .mboard > ul > li a {display: block;width: 100%;height: 100%;padding: 50px 40px;box-sizing: border-box;}
#main .mboard > ul > li .btxt {margin-bottom: 100px;font-size: 1.50em;font-weight: 800;color: #fff;}
#main .mboard > ul > li .tit {display: inline-block;margin-bottom: 35px;padding-right: 40px;color: #fff;font-size: 2.0em;font-weight: 600;position: relative;transition: padding .35s;}
#main .mboard > ul > li .tit::after {content: '';display: block;width: 22px;height: 22px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(45deg);position: absolute;top: 0;bottom: 0;right: 0;margin: auto;}
#main .mboard > ul > li .txt {color: #D9D9D9;font-weight: 600;}
#main .mboard > ul > li:nth-child(2) .btxt {color: var(--color-main);}
#main .mboard > ul > li:nth-child(2) .tit {color: #000;}
#main .mboard > ul > li:nth-child(2) .tit::after {border-color: #000;}
#main .mboard > ul > li:nth-child(2) .txt {color: #636363;}
#main .mboard > ul > li a:hover .tit,
#main .mboard > ul > li a:focus .tit {padding-right: 60px;text-decoration: underline;text-underline-offset: 8px;}

@media all and (max-width: 1399px){
    #main .mboard > ul > li .btxt {margin-bottom: 70px;}
}
@media all and (max-width: 1199px){
    #main .mboard > ul > li a {padding: 40px 30px;}
    #main .mboard > ul > li .btxt {margin-bottom: 60px;font-size: 1.30em;}
    #main .mboard > ul > li .tit {margin-bottom: 25px;font-size: 1.80em;}
    #main .mboard > ul > li .txt {font-size: .90em;}
}
@media all and (max-width: 1024px){
    #main .mboard > ul {flex-wrap: wrap;}
    #main .mboard > ul > li a {padding: 30px 25px;}
    #main .mboard > ul > li .btxt {margin-bottom: 30px;font-size: 1.11em;}
    #main .mboard > ul > li .tit {margin-bottom: 15px;font-size: 1.56em;}
    #main .mboard > ul > li .tit::after {width: 16px;height: 16px;}
    #main .mboard > ul > li .txt {font-size: 16px;}
    #main .mboard > ul > li .txt .line-br {display: inline;}
}
@media all and (max-width: 768px){
    #main .mboard > ul > li a {padding: 25px 20px;}
    #main .mboard > ul > li .btxt {font-size: 15px;}
    #main .mboard > ul > li .txt {font-size: 15px;}
}
@media all and (max-width: 640px){
    #main .mboard > ul {flex-wrap: wrap;}
    #main .mboard > ul > li {width: 100%;}
}
/* 메인 msec04 - BOARD 끝 */




/* 서브페이지 공통 css 시작 */
.sub-page {margin: 180px auto 150px;}
.sub-page .page-tit {margin-bottom: 100px;}
.sub-page .page-tit .tit {font-size: 2.25em;font-weight: 700;text-align: center;line-height: 1.2;}
.sub-page [class*=cont-box]:not(:last-child) {margin-bottom: 150px;}

@media all and (max-width: 1199px){
    .sub-page .page-tit {margin-bottom: 100px;}
    .sub-page {margin-top: 100px;}
}
@media all and (max-width: 1024px){
    .sub-page .page-tit {margin-bottom: 60px;}
    .sub-page .page-tit .tit {font-size: 2.50em;}
    .sub-page [class*=cont-box]:not(:last-child) {margin-bottom: 80px;}
}
@media all and (max-width: 768px){
    .sub-page {margin-top: 80px;}
    .sub-page .page-tit .tit {font-size: 2.22em;}
}
@media all and (max-width: 640px){
    .sub-page .page-tit {margin-bottom: 60px;}
    .sub-page .page-tit .tit {font-size: 2.67em;}
}
/* 서브페이지 공통 css 끝 */



/* 회사소개 > 인사말 시작 */
#greeting {margin-bottom: 0;}
#greeting .cont-box1 .cinner {display: flex;padding: 0 60px;}
#greeting .cont-box1 .img-cont {flex: 0 0 auto;max-width: 450px;width: 38%;position: relative;}
#greeting .cont-box1 .img-cont::before,
#greeting .cont-box1 .img-cont::after {display: block;position: absolute;}
#greeting .cont-box1 .img-cont::before {content: '';width: 89%;aspect-ratio: 1 / 1.2;border-radius: 50px 0 50px 0;background: #318e19;background: linear-gradient(225deg,#318e19 0%, #8fc320 100%);background: -webkit-linear-gradient(225deg, #318e19 0%, #8fc320 100%);background: -moz-linear-gradient(225deg,#318e19 0%, #8fc320 100%);left: -60px;bottom: -40px;z-index: 0;}
#greeting .cont-box1 .img-cont::after {content: 'WEIIFARMNET';color: rgba(255, 255, 255, .5);font-weight: 700;letter-spacing: .3em;transform: rotate(-90deg) translate(42%, -381%);bottom: 0;left: -15px;}
#greeting .cont-box1 .img-cont > img {position: relative;}
#greeting .cont-box1 .img-cont > img.mo-view {display: none;}
#greeting .cont-box1 .txt-cont {width: 63%;margin-top: 20px;/* padding-left: 5.6em; */}
#greeting .cont-box1 .txt-cont > .title-wrap {margin-bottom: 34px;padding-bottom: 44px;position: relative;}
#greeting .cont-box1 .txt-cont > .title-wrap::after {content: '';display: block;width: 100%;height: 1px;background: #EAEAEA;position: absolute;left: 0;right: 0;bottom: 0;}
#greeting .cont-box1 .txt-cont > .title-wrap > .tit {padding-left: 112px;margin-bottom: 8px;color: #111;font-size: 1.75em;font-weight: 700;}
#greeting .cont-box1 .txt-cont > .title-wrap > .tit em {color: var(--color-main);font-style: normal;}
#greeting .cont-box1 .txt-cont > .title-wrap > .txt {padding-left: 112px;font-weight: 500;}
#greeting .cont-box1 .txt-cont > .cont-wrap {padding-left: 112px;}
#greeting .cont-box1 .txt-cont > .cont-wrap > p {color: #777;font-size: 18px;}
#greeting .cont-box1 .txt-cont > .sign {display: flex;justify-content: flex-end;align-items: center;gap: 20px;}
#greeting .cont-box1 .txt-cont > .sign > span {font-size: 18px;}
#greeting .cont-box1 .txt-cont > .sign > span img {max-width: 102px;}
#greeting .cont-box2 {padding: 95px 0 120px;background: #F9F9F9;}
#greeting .cont-box2 .cont-wrap {position: relative;}
#greeting .cont-box2 .cont-wrap::before {content: '';display: block;max-width: 900px;width: 100%;aspect-ratio: 15 / 8;background: url('../img/sub/img-greeting_02.png') center center / cover no-repeat;position: absolute;top: 0;left: 0;right: 0;margin: auto;z-index: 0;}
#greeting .cont-box2 .cont-wrap .title-cont {margin-bottom: 60px;text-align: center;font-weight: 700;position: relative;z-index: 1;}
#greeting .cont-box2 .cont-wrap .title-cont > .stit {color: var(--color-main);font-size: 1.60em;}
#greeting .cont-box2 .cont-wrap .title-cont > .tit {color: #333;font-size: 2.0em;line-height: 1.3;}
#greeting .cont-box2 .cont-wrap .txt-cont {margin-top: -25px;position: relative;z-index: 1;}
#greeting .cont-box2 .cont-wrap .txt-cont > .tit {max-width: 160px;margin: 0 auto;padding: 6px;border-radius: 25px;background: var(--color-main);color: #fff;font-size: 1.30em;text-align: center;font-weight: 700;position: relative;}
#greeting .cont-box2 .cont-wrap .txt-cont > .txt {max-width: 926px;margin: -25px auto 0;padding: 55px 30px;border: 2px solid var(--color-main);border-radius: 20px;box-sizing: border-box;background: #fff;color: #111;font-size: 1.25em;font-weight: 600;text-align: center;line-height: 1.3;}
#greeting .cont-box2 .cont-wrap .arrow {max-width: 680px;margin: 0 auto;position: relative;}

@media all and (max-width: 1399px){
    #greeting .cont-box1 .cinner {padding: 0 30px;}
    #greeting .cont-box1 .img-cont {width: 42%;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .tit {padding-left: 80px;font-size: 1.60em;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .txt {padding-left: 80px;}
    #greeting .cont-box1 .txt-cont > .cont-wrap {padding-left: 80px;}
}
@media all and (max-width: 1199px){
    #greeting .cont-box1 .cinner {padding: 0;}
    #greeting .cont-box1 .img-cont {width: 45%;}
    #greeting .cont-box1 .img-cont::before,
    #greeting .cont-box1 .img-cont::after {display: none;}
    #greeting .cont-box1 .txt-cont > .title-wrap {margin-bottom: 24px;padding-bottom: 24px;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .tit {padding-left: 60px;font-size: 1.60em;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .tit > .line-br {display: inline;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .txt {padding-left: 60px;}
    #greeting .cont-box1 .txt-cont > .cont-wrap {padding-left: 60px;}
}
@media all and (max-width: 1024px){
    #greeting .cont-box1 .txt-cont > .title-wrap > .tit {padding-left: 40px;font-size: 1.60em;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .txt {padding-left: 40px;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .txt > .line-br {display: inline;}
    #greeting .cont-box1 .txt-cont > .cont-wrap {margin-bottom: 30px;padding-left: 40px;}
    #greeting .cont-box2 .cont-wrap .txt-cont {margin-top: -24px;}
    #greeting .cont-box2 .cont-wrap .txt-cont > .txt {margin: -24px auto 0;padding: 45px 30px;}
}
@media all and (max-width: 768px){
    #greeting .cont-box1 .cinner {flex-direction: column;}
    #greeting .cont-box1 .img-cont {max-width: none;width: 100%;}
    #greeting .cont-box1 .img-cont > img.pc-view {display: none;}
    #greeting .cont-box1 .img-cont > img.mo-view {display: block;}
    #greeting .cont-box1 .txt-cont {width: 100%;padding: 0 20px;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .tit {padding-left: 0;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .tit > .line-br {display: block;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .txt {padding-left: 0;}
    #greeting .cont-box1 .txt-cont > .title-wrap > .txt > .line-br {display: block;}
    #greeting .cont-box1 .txt-cont > .cont-wrap {padding-left: 0;}
    #greeting .cont-box2 .cont-wrap .title-cont {margin-bottom: 40px;}
    #greeting .cont-box2 .cont-wrap .title-cont > .tit {font-size: 1.67em;}
    #greeting .cont-box2 .cont-wrap .title-cont > .stit {font-size: 1.44em;}
    #greeting .cont-box2 .cont-wrap .txt-cont {margin-top: -22px;}
    #greeting .cont-box2 .cont-wrap .txt-cont > .tit {font-size: 1.22em;}
    #greeting .cont-box2 .cont-wrap .txt-cont > .txt {margin: -22px auto 0;}
}
@media all and (max-width: 640px){
    #greeting .cont-box1 .txt-cont > .title-wrap > .txt {font-size: 18px;}
    #greeting .cont-box1 .txt-cont > .cont-wrap .line-br {display: inline;}
    #greeting .cont-box2 .cont-wrap .title-cont {margin-bottom: 20px;}
    #greeting .cont-box2 .cont-wrap .title-cont > .tit {font-size: 1.60em;}
    #greeting .cont-box2 .cont-wrap .txt-cont > .txt {padding: 35px 20px;font-size: 18px;}
}
@media all and (max-width: 480px){
    #greeting .cont-box1 .txt-cont > .title-wrap > .tit > .line-br,
    #greeting .cont-box1 .txt-cont > .title-wrap > .txt > .line-br {display: inline;}
}
/* 회사소개 > 인사말 끝 */



/* 회사소개 > 연혁 시작 */
#history .history-cont {border-top: 1px solid #D9D9D9;}
#history .history-cont > .cont {display: flex;gap: 100px;padding: 50px;border-bottom: 1px solid #D9D9D9;}
#history .history-cont > .cont > .year {color: var(--color-main);font-size: 2.0em;font-weight: 700;line-height: 1.0;}
#history .history-cont > .cont > .cont-list > li > span {display: inline-block;}
#history .history-cont > .cont > .cont-list > li > .date {margin-right: 10px;font-size: 1.20em;font-weight: 700;}

@media all and (max-width: 1024px){
    #history .history-cont > .cont {gap: 50px;padding: 40px 50px;}
}
@media all and (max-width: 768px){
    #history .history-cont > .cont {gap: 40px;padding: 40px 30px;}
}
@media all and (max-width: 640px){
    #history .history-cont > .cont {flex-direction: column;gap: 20px;}
    #history .history-cont > .cont > .cont-list > li > .txt {font-size: 18px;}
}
@media all and (max-width: 480px){
    #history .history-cont > .cont > .cont-list > li {display: flex;}
    #history .history-cont > .cont > .cont-list > li > .txt {position: relative;top: 3px;}
}
/* 회사소개 > 연혁 끝 */



/* 회사소개 > 시설 시작 */
#facility .cont-box {position: relative;}
#facility .gallery-swiper {position: relative;}
#facility .gallery-swiper .swiper-slide {padding-top: 50px;opacity: .5;transition: .8s;}
#facility .gallery-swiper .swiper-slide > .img-cont {border-radius: 20px;overflow: hidden;position: relative;}
#facility .gallery-swiper .swiper-slide > .img-cont::before {content: '';display: block;width: 0;padding-top: 62.94%;}
#facility .gallery-swiper .swiper-slide > .img-cont > img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
#facility .gallery-swiper .swiper-slide > .title {margin-top: 26px;font-size: 1.50em;font-weight: 600;text-align: center;opacity: 0;visibility: hidden;transition: .8s;}
#facility .gallery-swiper .swiper-slide-active {padding-top: 0;opacity: 1;}
#facility .gallery-swiper .swiper-slide-active > .img-cont {border-radius: 0;}
#facility .gallery-swiper .swiper-slide-active > .title {opacity: 1;visibility: visible;}

#facility .swiper-ctrls {display: flex;align-items: center;max-width: 1320px;width: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
#facility .swiper-ctrls button {width: 60px;height: 60px;border-radius: 50%;background: #FFFFFF;position: absolute;top: 0;bottom: 0;margin: auto;z-index: 999;}
#facility .swiper-ctrls button:after {content: '';display: block;border-width: 2px;border-style: solid;border-color: transparent #333 #333 transparent;box-sizing: border-box;width: 40%;height: 40%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
#facility .swiper-ctrls .btn-prev {left: 60px;}
#facility .swiper-ctrls .btn-prev:after {transform: rotate(135deg) translate(-25%, -25%);}
#facility .swiper-ctrls .btn-next {right: 60px;}
#facility .swiper-ctrls .btn-next:after {transform: rotate(-45deg) translate(-25%, -25%);}

@media all and (max-width: 1199px){
    #facility .gallery-swiper .swiper-slide > .title {margin-top: 15px;font-size: 1.20em;}
    #facility .swiper-ctrls button {width: 50px;height: 50px;}
    #facility .swiper-ctrls .btn-prev {left: 50px;}
    #facility .swiper-ctrls .btn-next {right: 50px;}
}
@media all and (max-width: 1024px){
    #facility .gallery-swiper .swiper-slide {padding-top: 30px;}
    #facility .gallery-swiper .swiper-slide-active {padding-top: 0;}
    #facility .swiper-ctrls button {width: 45px;height: 45px;}
    #facility .swiper-ctrls .btn-prev {left: 45px;}
    #facility .swiper-ctrls .btn-next {right: 45px;}
}
@media all and (max-width: 768px){
    #facility .swiper-ctrls .btn-prev {left: 30px;}
    #facility .swiper-ctrls .btn-next {right: 30px;}
}
@media all and (max-width: 640px){
    #facility .swiper-ctrls button {width: 35px;height:35px;}
    #facility .swiper-ctrls .btn-prev {left: 10px;}
    #facility .swiper-ctrls .btn-next {right: 10px;}
}
/* 회사소개 > 시설 끝 */



/* 회사소개 > 인증서 시작 */
#certificate .cont-box > .tit {display: flex;align-items: center;gap: 10px;width: 100%;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #EDEDED;font-size: 1.50em;font-weight: 700;position: relative;}
#certificate .cont-box > .tit::before {content: '';display: block;width: 10px;height: 33px;border-radius: 3px;background: var(--color-main);}
#certificate .cont-box > ul {display: flex;flex-wrap: wrap;gap: 54px 50px;}
#certificate .cont-box > ul > li {width: calc(25% - 37.5px);}
#certificate .cont-box > ul > li > .img-cont {margin-bottom: 20px;border: 1px solid #E5E5E5;box-sizing: border-box;position: relative;}
#certificate .cont-box > ul > li > .img-cont::before {content: '';display: block;width: 0;padding-top: 143.83%;}
#certificate .cont-box > ul > li > .img-cont > img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
#certificate .cont-box > ul > li > .img-tit {font-size: 1.10em;font-weight: 500;text-align: center;line-height: 1.3}

@media all and (max-width: 1399px){
    #certificate .cont-box > ul {gap: 54px 30px;}
    #certificate .cont-box > ul > li {width: calc(25% - 22.5px);} 
}
@media all and (max-width: 1199px){
    #certificate .cont-box > ul > li > .img-tit {font-size: 1.0em;}
}
@media all and (max-width: 1024px){
    #certificate .cont-box > ul {gap: 40px 10px;}
    #certificate .cont-box > ul > li {width: calc(25% - 7.5px);} 
}
@media all and (max-width: 768px){
    #certificate .cont-box > ul > li {width: calc(33.333% - 7px);} 
    #certificate .cont-box > ul > li > .img-cont {margin-bottom: 14px;}
}
@media all and (max-width: 640px){
    #certificate .cont-box > ul > li {width: calc(50% - 5px);} 
    #certificate .cont-box > ul > li > .img-tit {font-size: 18px;}
}
/* 회사소개 > 인증서 끝 */



/* 회사소개 > 찾아오시는 길 시작 */
#location .cont-box > .map {width: 100%;height: 600px;margin-bottom: 30px;border: 1px solid #DCDCDC;box-sizing: border-box;}
#location .cont-box > .info-cont {display: flex;justify-content: space-between;align-items: center;gap: 20px 50px;flex-wrap: wrap;}
#location .cont-box > .info-cont > ul {display: flex;flex-wrap: wrap;gap: 10px 35px;}
#location .cont-box > .info-cont > ul > li {display: flex;align-items: center;gap: 8px;}
#location .cont-box > .info-cont > ul > li > .ico {flex: 0 0 auto;}
#location .cont-box > .info-cont > ul > li > .txt {color: #333;}

@media all and (max-width: 1399px){
    #location .cont-box {max-width: none;}
}
@media all and (max-width: 1199px){
    #location .cont-box > .map {height: 400px;}
}
@media all and (max-width: 1024px){
    #location .cont-box > .info-cont > ul > li {gap: 5px}
    #location .cont-box > .info-cont > ul > li > .ico > img {max-width: 85%;}
}
@media all and (max-width: 640px){
    #location .cont-box > .map {height: 350px;}
}
/* 회사소개 > 찾아오시는 길 끝 */





/* 개인정보처리방침 시작 */
[class*=privacy_con] {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: calc(100% - 40px);max-width: 1200px;height: calc(100% - 40px);max-height: 600px;z-index: 999999;background: #fff;border: 1px solid var(--color-main);box-sizing: border-box;}
[class*=privacy_con] .top{height: 70px;width: 100%;background: var(--color-main);text-align: center;position: relative;top: 0;left: 0;}
[class*=privacy_con] .top p{line-height: 70px;color: #fff;font-family: var(--font-Pretendard);font-size:20px;font-weight: bold;}
[class*=privacy_con] .top span{position: absolute;top: 0;right: 0;height: 100%;width: auto;aspect-ratio: auto 1 / 1;cursor: pointer;}
[class*=privacy_con] .top span::after{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%;position: absolute;}
[class*=privacy_con] .top span::before{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(-45deg);top: 50%;left: 50%;position: absolute;}
[class*=privacy_con] #privacy{border: 1px solid #eeeeee; width: calc(100% - 140px); height: calc(100% - 210px); overflow-y: auto; margin: 70px auto 0; padding: 20px;}
[class*=privacy_con] #privacy>b{display: block; margin-bottom: 20px; word-break: keep-all; font-size:17px; color: #000000;}
[class*=privacy_con] #privacy>.list{}
[class*=privacy_con] #privacy>.list li{display: flex; align-items: flex-start; line-height: 22px;margin-bottom: 10px;}
[class*=privacy_con] #privacy>.list li span{display: block;word-break: keep-all;margin-right: 10px; color: #666666;font-size:17px;}
[class*=privacy_con] #privacy>.list li p{display: block;word-break: keep-all; color: #666666;font-size:17px;}
[class*=privacy_con] #privacy>.list_con{margin-top: 30px;}
[class*=privacy_con] #privacy>.list_con li{margin-bottom: 30px;}
[class*=privacy_con] #privacy>.list_con li:last-child{margin-bottom:0px;}
[class*=privacy_con] #privacy>.list_con li>b{word-break: keep-all;display: flex;align-items: flex-start;line-height: 22px;margin-bottom: 10px;font-family: var(--font-pretendard);font-size:20px;}
[class*=privacy_con] #privacy>.list_con li>b span{display: block;word-break: keep-all;margin-right: 10px;}
[class*=privacy_con] #privacy>.list_con li p{display: block;word-break: keep-all;color: #000;font-family: var(--font-pretendard);font-weight: 500;font-size:17px;margin-bottom: 10px;line-height: 20px;}
[class*=privacy_con] #privacy>.list_con li>span{display: block;word-break: keep-all; color: #666666; font-size:15px;margin-bottom: 10px;}
[class*=privacy_con] #privacy .date_wrap{margin-top: 100px;}
[class*=privacy_con] #privacy .date_wrap p{display: block;word-break: keep-all;font-size: 15px;font-weight: 500;color: #000;}

@media all and (max-width : 1199px){
    [class*=privacy_con] #privacy{ width: calc(100% - 70px); height: calc(100% - 140px); margin: 35px auto 0;}
}
@media all and (max-width : 1024px){
    [class*=privacy_con] .top{height: 50px;}
    [class*=privacy_con] .top p{line-height: 50px;}
}
@media all and (max-width : 640px){
    [class*=privacy_con] #privacy{width: 100%; height: calc(100% - 40px); margin: 0 auto; border: unset;}
}
/* 개인정보처리방침 끝 */


/* 나리야 빌더 > 게시판 글쓰기 임시 저장된 글 */
.autosave_load {font-size: 18px;}
.autosave_del {position: relative;}