*{font-family: "Pretendard", "Noto Sans Kr"; color:#333;}
.wrap{width: 100%; max-width: 1200px; margin: 0 auto;}
.wrap.small{width: 100%; max-width: 1000px; margin: 0 auto;}
.wrap.small > div:last-child{margin-bottom: 0;}
button{background-color: transparent;}
.contain{padding: 100px 0;}
.mobile-step {display: none;}
.mobile-expl {display: none;}
/*header*/
header{width: 100%; position: fixed; top: 0; left: 0; width: 100%; z-index: 111111; background-color: #fff; box-shadow: 0 1px 5px rgba(51, 51, 51, 0.3);}
.hdwrap{display: flex; align-items: center; justify-content: space-between;height: 80px;}
.hd_logo{width: 100%;}
.hd_logo a{display: block; max-width: 150px;}
.gnbwrap{width: 100%; display:flex; align-items: center; justify-content: space-between;height: 100%;}
.gnb_contain{position: relative; height: 100%;}
.gnb_title{font-weight: 700; height: 100%; line-height: 80px; display: block; cursor: pointer}
.gnbwrap li:hover .gnb_title{color:#D2A371; font-weight: 800;}
.gnbwrap li::after{content: ''; display: block; width: 100%; height: 5px; background-color: #D2A371; position: absolute; bottom: 5px; left: 0; transition: all 0.2s ease-in; transform: scaleX(0);}
.gnbwrap li:hover::after{transform: scaleX(1);}
.gnbwrap li:hover .gnb_submenu{display: block;}
.gs_btn{display: block; margin: 20px 0;}
.gnb_submenu{position: absolute;left: 0; top: 75px; width: calc(100% + 150px); padding: 10px 20px; box-shadow:0 1px 5px rgba(51, 51, 51, 0.3); display: none; transition: all ease-in-out 0.3s; border-radius: 8px; display: none; z-index: 1111; background-color: #fff;}
.gs_btn:hover{color:#D2A371;}

/*m_hd*/
.m_hd{padding: 0 16px; height: 60px; display: none; box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);}
.m_hd .logo{display: flex; align-items: center; height: 100%;}
.m_hd .logo img{max-width: 130px;}
.mbtn{position: fixed; right: 16px; top: 20px;}
.m_gnb{width: 100%; background-color: #fff; height: 100vh; z-index: 11111; position: fixed; right: -100%; top: 0px; text-align: center; transition: all ease-in-out 0.5s; padding-top: 30px;}
.m_gnb.show{right: 0;}
.m_submenu{display: none;}
.m_submenu a{display: block; margin: 20px 0; font-weight: 700; color:#D2A371; }
.mgbtn{display: block; width: 100%; padding: 20px 0; font-size: 18px; font-weight: 800;}
.mg_top{margin-bottom: 20px;}
.m_logo{max-width: 200px; margin: 50px auto 30px;}

.hamburger{position: fixed; top: 17px; right: 20px; z-index: 111111;}
.hamburger .line{width: 20px; height: 2px; background-color: #000; display: block; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}  
.hamburger:hover{cursor: pointer;}
#hamburger-6.is-active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#hamburger-6.is-active .line{background-color: #000;}
#hamburger-6.is-active .line:nth-child(2){width: 0px;}
#hamburger-6.is-active .line:nth-child(1), #hamburger-6.is-active .line:nth-child(3){-webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s;}
#hamburger-6.is-active .line:nth-child(1){-webkit-transform: translateY(7px); -ms-transform: translateY(7px); -o-transform: translateY(7px);  transform: translateY(7px);}
#hamburger-6.is-active .line:nth-child(3){-webkit-transform: translateY(-7px) rotate(90deg); -ms-transform: translateY(-7px) rotate(90deg); -o-transform: translateY(-7px) rotate(90deg); transform: translateY(-7px) rotate(90deg);}


/*footer*/
footer{background-color: #333; padding: 50px 0;}
.footer_gnb{margin-bottom: 30px;}
.footer_gnb a{color:#fff;font-size: 18px; font-weight: 500; margin-right: 50px;}
.footer_gnb a:first-child{font-weight: 700;}
.ft_doc span{color:#fff; display: block; font-size: 14px; font-weight: 300; margin-bottom: 5px;}
.ft_logo{max-width: 150px;}
.ft_copy{color:#fff;font-size: 14px; margin-bottom: 20px; font-weight: 300;}

.bdywrap{margin-top: 80px;}

/*index*/
.swiperWrap{height: 700px; width: 100%;}
.swiper_item{background-color: #f1f1f1; position: relative;}
.swiper_item::after{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(51, 51, 51, 0.7); position:absolute; left: 0; top: 0; z-index: -1;}
.swiper_item img{position: relative; z-index: -1;}
.swiperbg{position: relative; z-index: 1;}
.sw_title{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 111;}
.sw_title p{color:#fff; font-size: 32px; font-weight: 700;}
.sw_title p:first-child{margin-bottom: 15px;}
.sw_title span{color:#D2A371; font-size: 60px; vertical-align: baseline; font-weight: 800;}
.swiper-pagination{bottom:0 !important}
.swiper_progress {position:absolute;bottom:10%;left:50%; transform: translateX(-50%);z-index:10;}
.swiper_progress > .scroll{font-size:22px;color:#fff;text-align:center; margin-top: 10px; animation: motion 0.6s ease-in Infinite Alternate; position: absolute; left: 50%; transform: translateX(-50%); border: 1px solid #fff; font-size: 16px; font-weight: 300; padding: 5px 20px; border-radius: 25px;}
.sp_bar {width:500px;height:3px;background:#000;position:relative; margin-bottom: 30px;}
.back {display:inline-block;width:0%;height:100%;background:#fff;position:absolute;top:0;left:0;}
.animation {animation:6s start linear;}
@keyframes start {
    0% {
        width:0%
    }
    100% {
        width:100%
    }
}
@keyframes motion{
    0% {margin-top: 0;}
	100% {margin-bottom: 5px;}
}

-webkit-@keyframes motion {
	0% {margin-top: 0;}
	100% {margin-bottom: 5px;}
}

-moz-@keyframes motion {
	0% {margin-top: 0;}
	100% {margin-bottom: 5px;}
}

-o-, -webkit-@keyframes motion {
	0% {margin-top: 0;}
	100% {margin-bottom: 5px;}
}

-ms-@keyframes motion {
	0% {margin-top: 0;}
	100% {margin-bottom: 5px;}
}

.ic_title{margin-bottom: 30px; position: relative;}
.ic_title .ic_ctgy{font-size: 18px; color:#D2A371;margin-bottom: 20px;}
.ic_title .ic_name{font-size: 32px;}

.index_business{display: flex; align-items: center; justify-content: space-between; margin-bottom: 100px;}
.ib_item{width: 100%; max-width: 220px; height: 250px; border-radius: 8px; position: relative;z-index: 1; padding: 70px 50px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.ib_item::after{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(51, 51, 51, 0.7); position: absolute; top: 0; left: 0; border-radius: 8px; z-index: -1;}
.ib_item.one{background: url(../img/ib_item1.jpg) no-repeat center bottom; background-size: cover;}
.ib_item.two{background: url(../img/ib_item2.jpg) no-repeat center bottom; background-size: cover;}
.ib_item.three{background: url(../img/ib_item3.jpg) no-repeat center bottom; background-size: cover;}
.ib_item.four{background: url(../img/ib_item4.jpg) no-repeat center bottom; background-size: cover;}
.ib_item.five{background: url(../img/ib_item5.jpg) no-repeat center bottom; background-size: cover;}
.ib_item i{font-size: 80px; color:#fff;margin-bottom: 10px; display: inline-block;}
.ib_item span{font-weight: 700; color:#fff;}
.ib_item a{font-size: 13px; color:#fff; position: relative; display: none; transition: all ease-in-out 0.3s; font-weight: 500; margin-top: 15px; }
.ib_item a::after{content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; bottom: -1px; left: 0;}
.index_business li:hover a{display: block;}
.ii_slo{display: flex; align-items:first baseline; justify-content: space-between; margin-bottom: 50px;}
.ii_slo p{width: 100%;}
.ii_slo p:first-child{font-size: 32px; font-weight: 700;}
.ii_slo p:first-child span{color:#D2A371; font-weight: 800;}
.ii_slo p:nth-child(2){font-size: 16px; line-height: 1.4;}
.ii_item{display: flex; align-items: stretch; justify-content: space-between;}
.ii_item div{width: 100%; max-width: 300px; text-align: center;}
.ii_item h3{margin: 20px 0;}
.ii_item p{font-size: 14px; line-height: 1.3; padding: 0 20px; word-break: keep-all;}

.slogan{background: url(../img/index_slogan2.png) no-repeat center center; background-size: cover; width: 100%; height: 360px; position: relative; z-index: 1; text-align: center;}
.slogan::after{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(51, 51, 51, 0.7); position: absolute; left: 0; top: 0; z-index: -1;}
.slogan div{font-size: 24px; font-weight: 700; line-height: 1.4; margin-bottom: 20px; color:#fff;}
.slogan div span{font-size: 36px; font-weight: 800; color:#D18771; vertical-align: baseline;}
.slogan a{border: 1px solid #fff; padding: 10px 50px; font-size: 14px; display: inline-block; color:#fff; border-radius: 5px; transition: all ease-in-out 0.3s;}
.slogan a:hover{background-color: #fff; color:#000;}

.index_news{display: flex; align-items: stretch; column-gap: 20px;}
.in_swiper{width: 100%; max-width: 50%;}
.ins_main{position: relative; padding-bottom: 15px; border-bottom: 1px solid #9d9d9d; display: flex; align-items: center; justify-content: space-between;}
.ins_main a{font-size: 14px; padding-bottom: 1px; color:#9d9d9d}
.ins_main a:hover{color:#000; font-weight: 700; border-bottom: 1px solid #000;}
.ins_main .swiper-button-next, .swiper-rtl .swiper-button-prev{border:1px solid #9d9d9d; width: 20px; height: 20px; right: 0; transform: translateY(40%);}
.ins_main .swiper-button-prev, .swiper-rtl .swiper-button-next{border:1px solid #9d9d9d; border-right: 0; width: 20px; height: 20px; right: 20px; left: auto;transform: translateY(40%);}
.ins_main .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{ font-size: 10px; color:#9d9d9d; font-weight: 700;}
.ins_main .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{ font-size: 10px; color:#9d9d9d; font-weight: 700;}
.swiper_item2{display: flex; align-items: center; justify-content: space-between; margin-top: 15px;}
.swiper_item2 .ins_img{width: 100%; max-width: 270px; border-radius: 8px; height: 250px; background-color: #f1f1f1; border-radius: 8px;}
.swiper_item2 .ins_img img{border-radius: 8px; object-fit: cover;height: 100%;}
.ins_txt{padding: 0 20px;width: 100%; clear: both;}
.ins_txt h3{overflow: hidden;white-space: normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: keep-all; text-align: left; margin-bottom: 20px; font-size: 18px;}
.ins_txt p{overflow: hidden;white-space: normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;word-break: keep-all; text-align: left; font-size: 14px; line-height: 1.4;}
.ins_txt a{border-bottom: 2px solid #000; padding: 5px; font-size: 14px; font-weight: 700; float: right; margin-top: 20px; transition: all ease-in-out 0.2s;}
.ins_txt a:hover{background-color: #000; color:#fff; border-radius: 8px; font-size: 14px;}

.in_list{width: 100%;}
.in_list > div:nth-child(2){padding-top: 15px; border-bottom: 1px solid #9d9d9d;}
.in_list > div:nth-child(2) a{ display: flex; align-items: center; justify-content: space-between; column-gap: 20px; margin-bottom: 20px;}
.in_list > div:nth-child(2) a:hover span{color:#D18771;}
.in_name{overflow: hidden;white-space: normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: keep-all; color:#000;}
.in_date{width:100%; max-width:100px; font-size: 12px; text-align: center; color:#9d9d9d; font-weight: 300;}

.notice{background-color: #FFE8B7;}
.ict_btn{position: absolute; right: 0; bottom: 0; padding: 5px; border-bottom: 1px solid #000; font-weight: 700; font-size: 18px;}
.ict_btn:hover{background-color: #000; border-radius: 8px; color:#fff; font-weight: 500;}
.index_notice{display: flex; align-items: center; justify-content: space-between;}
.ino_item{background-color: #fff; padding: 20px 30px; border-radius: 16px; width: 100%; max-width: 380px; height: 200px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.3);}
.ino_item:hover{border: 1px solid #967C61;}
.ino_item:hover a{color:#D18771;}
.ino_item h4{margin-bottom: 20px; font-weight: 600; color:#D18771;}
.ino_item div{height: 50%; font-size: 18px; font-weight: 700; line-height: 1.4;overflow: hidden;white-space: normal;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical; word-break: keep-all;}
.ino_item a{transition: all ease-in-out 0.2s;font-size: 18px; font-weight: 700; line-height: 1.4;}
.ino_item span{text-align: right; color:#9d9d9d; margin-top: 20px; font-size: 14px;}

.index_contact{background-color: #F9F9F9;}
.ic_contain{display: flex; align-items: center; column-gap: 30px;}
.ic_img{width: 100%;}
.ic_doc{width: 100%;}
.ic_doc h3{font-size: 32px; color:#D2A371; margin-bottom: 20px;}
.ic_doc p{font-size: 18px; font-weight: 500; line-height: 1.3; margin-bottom: 60px; word-break: keep-all;}
.ic_doc a{display: block; border: 1px solid #000; padding: 15px 0; width: 100%; text-align: center; border-radius: 8px; font-weight: 700; transition: all ease-in-out 0.2s;}
.ic_doc a:hover{background-color: #000; color:#fff;}


/*pagetitle*/
.title{position: relative; z-index: 11; text-align: center; margin-bottom: 50px;}
.title h3{position: relative; display: inline-block; font-size: 32px; margin-bottom: 20px; font-weight: 800;}
.title h3::after{content: ''; display: block; width: 80%; height: 15px; background-color: #FDE295; position: absolute; left: 0; bottom: 0; z-index: -1;}
.title p{font-size: 18px; line-height: 1.4;}
.title.left{text-align: left; margin-bottom: 0;}
.title.left h3{margin-bottom: 30px;}

/*business*/
.business_intro{background: url(../img/business_banner.jpg) no-repeat center 82%;}
.doc_contain{margin-bottom: 70px;}

.doc_contain.img{margin-bottom: 100px;}
.doc_contain.img .contain_title{margin-bottom: 50px;}
.doc_contain.img .doc_subtitle{margin-bottom: 50px;}
.doc_contain.img .doc_subdoc{text-align: center;}
.doc_contain.img img{max-width: 800px; width: 100%;}
.doc_contain.video{text-align: center;}
.doc_contain.video video{width: 100%;}
.doc_contain.half .doc_subdoc{width: 100%; max-width: 500px; margin: 0 auto;}
.doc_contain.news img{width: 100%; max-width:1000px;}
.entimg{padding-left: 20%;}

.contain_title{font-size: 32px; font-weight: 700; margin-bottom: 20px; position: relative; padding-left: 15px;}
.contain_title::before{content: ''; display: inline-block; width: 5px; height: 30px; margin-right: 10px; background-color: #D18771; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.contain_title_doc{font-size: 18px; font-weight: 300; line-height: 1.4; margin-bottom: 50px;}
.ri_wrap{display: flex; justify-content: space-around;}
.ri_item div{width: 200px; height: 200px; border-radius: 50%; text-align: center; display: flex; align-items: center; justify-content: center; line-height: 1.5; font-size: 16px; font-weight: 500; margin-bottom: 15px;}
.ri_item:nth-child(1) div{background-color: #A5E1F3;}
.ri_item:nth-child(2) div{background-color: #9DF1BE;}
.ri_item:nth-child(3) div{background-color: #4DBEE1;}
.ri_item p{font-size: 20px; font-weight: 700; text-align: center;}

.doc_subtitle{font-size: 18px; font-weight: 500; padding: 5px 30px; color:#fff; background-color: #9d9d9d; text-align: center; border-radius: 25px; display: inline-block; margin-bottom: 20px;}
.doc_subdoc{padding: 20px 0;}
.doc_subdoc.img{text-align: center;}
.doc_subdoc.txtbold p{font-weight: 700;}
.doc_subdoc p{word-break: keep-all; line-height: 1.5;}

.text_indent{text-indent: -80px;margin-left: 80px;}
.m_img{display: none;}

.white_box2{border: 1px solid #000; padding: 20px 112px; margin-bottom: 50px;}
.white_box2 p{font-weight: 600; line-height: 1.4;}

/*moatown*/

.develspeed {display: flex; align-items: center; justify-content: space-between;}

.white_box h3{margin:50px 0 20px; font-size: ;}
.white_box p:nth-child(2){font-size: 30px; font-size: 18px; margin-bottom: 30px;}
.white_box p:nth-child(3){font-weight: 600; border: 1px solid #000; padding: 20px 112px; line-height: 1.4;}
.white_box p:nth-child(3) span{display: block;}
.moa_intro{display: flex; align-items: stretch;}
.moa_intro div:first-child{max-width: 530px;}


/*moa_home*/
.doc_table li:not(:last-child) span{border-bottom: 0;}
.doc_line1{display: flex; align-items: stretch; }
.doc_line1 span{width: 100%; padding:15px 30px;}
.doc_table2 li{display: flex; align-items: center;}
.doc_table2 li span{width: 100%; padding:15px 30px; border:1px solid #333;}
.doc_table2 li span:not(:last-child){border-right: 0;}
.doc_table2 li:first-child span{background-color: #f1f1f1; font-weight: 600;}
.doc_table2 li:not(:last-child) span{border-bottom: 0;}
.doc_table3{border-top: 1px solid #333;}
.moa_processwrap li{display: flex; align-items: center;}
.moa_processwrap li:nth-child(2){justify-content: flex-end;margin: 30px 0;}
.moa_processwrap li:nth-child(3){justify-content: center;margin: 30px 0;}
.moahouse_process{background-color: #48899B; border: 2px solid #2A424A; width: 200px; height: 200px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.moahouse_process p{color:#AFD6E3; font-weight: 700; line-height: 1.5;}
.moahouse_process.cancel{background-color: #AFD6E3; border: 2px dashed #48899B; position: relative;}
.moahouse_process.cancel::before{content: ''; display: block; width: 125%; height: 10px; border-radius: 25px; background-color: rgba(217, 217, 217, 0.5); transform: rotate(135deg); position: absolute; top:50%;}
.moahouse_process.cancel::after{content: ''; display: block; width: 125%; height: 10px; border-radius: 25px; background-color: rgba(217, 217, 217, 0.5); transform: rotate(45deg); position: absolute; top:50%;}
.moahouse_process.cancel p{color:#9D9D9D; font-weight: 700;}
.mp_txt{font-size: 24px;}
.mp_txt.small{font-size: 16px; text-align: center; line-height: 1.2; margin-top: 10px;}
.mp_cancel{position: absolute; bottom: 10%; font-size: 18px; font-weight: 400; color: #48899B !important;}
.moa_process{margin: 0 10px;}
.moa_process i{font-size: 46px; color:#3E7B97;}


/**/
.doc_line3{display: flex; border-bottom: 1px solid #333; border-left: 1px solid #333;}
.dl_uni{display: flex; align-items: stretch;}
.dl_uni{width:100%; max-width: 200px;}
.dl_uni span{display: flex; align-items: center; justify-content: center; text-align: left; width: 100%; border-right: 1px solid #333; max-width: 100px;}
.dl_uni2{display: block; width: 100%; max-width: 800px;}
.dl_uni2 div{display: flex;}
.dl_uni2 div:first-child{border-bottom: 1px solid #333;}
.dl_uni2 div span{width: 100%; max-width: 200px; padding: 15px 0; text-align: center; border-right: 1px solid #333;}
.doc_line3 > span{padding: 15px 0; width: 100%; text-align: center; border-right: 1px solid #000;}
.bgfo{background-color: #f1f1f1; font-weight: 600; width: 100%; max-width: 200px;}
.doc_contain table{border: 1px solid #333; width: 100%;}
.doc_contain table th{background-color: #f1f1f1; width: 100px; border-right: 1px solid #333;text-align: left; vertical-align: middle; padding: 15px;}
.doc_contain table td{width: 200px; padding: 15px 20px; border-right: 1px solid #333; text-align: center; vertical-align: middle;}
.doc_contain table tr:not(:last-child){border-bottom: 1px solid #333;}


.dl1_name{font-weight: 600; max-width: 200px; border: 1px solid #333; border-right: 0; background-color: #f1f1f1;}
.dl1_doc{max-width: 800px; border: 1px solid #333;}
.source{font-size: 14px; text-align: right; margin-top: 10px; font-weight: 300; max-width: 900px;}
.video .source{max-width: 100%; text-align: right; font-size: 16px; margin-top: 20px;}


/*company_intro*/
.company_intro{background: url(../img/company_intro.jpg) no-repeat center 45%;}
.intro .title h3{font-size: 48px;}
.intro .vision{font-size: 32px; font-weight: 600; color:#D2A371; line-height: 1.4; margin-bottom: 50px;}
.intro .hello{font-size: 20px; font-weight: 600; line-height: 1.4; white-space: pre-wrap;}
.intro .hello span{color:#D2A371; font-weight: 700;}
.intro .map{width: 100%; margin-bottom: 30px;}
.intro .map img{object-fit: cover;}
.mapinfo i{font-size: 24px; margin-right: 5px;}
.mapinfo span{font-size: 18px; font-weight: 600;}
.mapinfo li{display: flex; align-items: center; margin-bottom: 10px; column-gap: 50px;}


/*contact*/
.contact{background: url(../img/contactbanner.png) no-repeat center center;}
.contact_contain{display: flex; align-items: stretch; justify-content: space-between;}
.cc_left h3{font-size: 24px; margin-bottom: 20px;}
.cc_left div:not(:last-child){margin-bottom: 50px;}
.cc_left div:nth-child(2) .ccl_doc span:nth-child(2){width: calc(100% - 27px); margin-right: 0;}
.contact_contain form{width: 100%; max-width: 700px;}
.ccl_doc:not(:last-child){margin-bottom: 10px;}
.ccl_doc i{margin-right: 5px; font-size: 18px;}
.ccl_doc span:nth-child(2){font-weight: 300; margin-right: 30px; display: inline-block; width: 60px;}
.ccl_doc span:nth-child(3){color:#3CA9FC;}

.cc_right{width: 100%; max-width: 700px;}
.cc_right div:not(:last-child){margin-bottom: 10px;}
.cc_right input{width: 100%; border: 1px solid #9D9D9D; padding: 25px 30px; border-radius: 8px;}
.cc_right input::placeholder{font-size: 14px; color:#9d9d9d;}
.cc_right input:focus{border:2px solid #D18771; background-color: #f9f9f9;}
.cc_right textarea{width: 100%; border: 1px solid #9d9d9d; padding: 25px 30px; border-radius: 8px;}
.cc_right textarea::placeholder{font-size: 14px; color: #9d9d9d;}
.cc_right textarea:focus{border:2px solid #D18771; background-color: #f9f9f9;}
.cc_right button {background-color: #FFE8B7; padding: 16px 0; border-radius: 5px; font-weight: 600; width: 100%; margin-top: 30px;}

.contact_sns{}
.contact_sns a{display:inline-flex; width: 50px; height: 50px; background-color: #FFE8B7; border-radius: 50%; text-align: center; justify-content: center;}
.contact_sns a img{max-width: 30px;}
.contact_sns a:not(:last-child){margin-right: 10px;}


/*support*/
.support{background: url(../img/noticebanner.png) no-repeat center center;}

/*terms*/
.terms_doc{width: 100%; border-radius: 8px; border: 1px solid #d9d9d9; padding: 50px 100px; background-color: #f9f9f9;}

/*news*/
.subbanner.news{background: url(../img/news.png) no-repeat right center; background-size: cover;}
.news_search{margin-bottom: 20px; text-align: right;}
.news_search input{padding: 10px 20px; border: 1px solid #d9d9d9; border-radius: 8px; margin-right: 10px; height: 40px; width: 100%; max-width: 300px;}
.news_search input:focus{border: 2px solid #D2A371;}
.news_search input::placeholder{font-size: 14px; color:#d9d9d9;}
.news_search .srchbtn{padding: 10px 20px; background-color: #D2A371; color:#fff; border-radius: 8px; font-size: 14px; height: 40px;}
.news_search .srchbtn i{color:#fff; font-size: 16px; margin-right: 5px;}

.board_two{padding: 30px 0;border-top: 1px solid #9d9d9d; border-bottom: none; display: flex; align-items: stretch; flex-wrap: wrap; gap: 20px;}
/* 231211 / ºÎµ¿»ê´º½º ¾Æ·¡ ¶óÀÎ Áö¿ò .board_two{padding: 30px 0;border-top: 1px solid #9d9d9d; border-bottom: 1px solid #9d9d9d; display: flex; align-items: stretch; flex-wrap: wrap; gap: 20px;} */
.board_two .no-item {width: 100%; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #d9d9d9; padding-bottom: 30px; font-weight: 600;}
.bt_box {width: 100%; max-width: 285px;}
.bt_box:hover img{transform: scale(1.01);}
.bt_box a{display: block;}
.bt_img {width: 100%; max-width: 285px;}
.bt_img img{border-radius:8px 8px 0 0; width: 100%; height: 200px; object-fit: cover; border: 1px solid #d9d9d9;}
.bt_ttl{border: 1px solid #d9d9d9; border-radius: 0 0 8px 8px; padding: 20px; border-top: 0;}
.bt_ttl span{display: block; margin-bottom: 10px; line-height: 1.3; text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.bt_ttl span:last-child{margin-bottom: 0; font-size: 14px; color:#9d9d9d; text-align: right; font-weight: 300;}




/*subbanner*/
.subbanner{text-align: center; height: 250px; background-size: cover;  position: relative; z-index: 11;}
.subbanner::after{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); position: absolute; top: 0; left: 0; z-index: 1;}
.subtitle{font-size: 32px; font-weight: 700; color:#fff; position: relative; z-index: 11; height: 100%; display: flex; flex-direction: column; justify-content: center;}
.subtitle span{font-size: 18px; display: block; color:#fff; margin-top: 10px;}
.subgnb{border-bottom: 1px solid #D9D9D9; text-align: center;}
.subgnbtn{padding: 15px 0;margin: 0 25px; display: inline-block; position: relative; color:#9D9D9D; font-weight: 500;}
.subgnbtn.on{color:#D2A371; font-weight: 700;}
.subgnbtn.on::before{content: ''; display: block; width: 100%; height: 3px; background-color: #D2A371; position: absolute; bottom: -1px;}
.subgnbtn:not(:last-child)::after{content: ''; display: block; width: 1px; height: 10px; background-color: #D9D9D9; position: absolute; top: 50%; right: -25px; transform: translateY(-50%);}





/*board*/
.board_one{}
.board_one li{display: flex; align-items: center; justify-content: space-between; height: 60px; border-bottom: 1px solid #D9D9D9;}
.board_one li.list-th:first-child{background-color: #F9F9F9; border-top: 1px solid #9D9D9D; border-bottom: 1px solid #9D9D9D;}
.board_one li.list-th:first-child .bo_ttl{text-align: center;}
.board_one li.list-th:first-child span{font-weight: 700;}
.board_one li.list-th:last-child{border-bottom: 1px solid #9d9d9d;}
.board_one span{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.bo_no{width: 100%; max-width: 100px; text-align: center; font-size: 14px; color:#9D9D9D;}
.bo_ttl{width: 100%; font-size: 16px; font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; transition: all ease-in-out 0.1s;}
.bo_ttl:hover{color:#D2A371;}
.bo_name{width: 100%; max-width: 200px; text-align: center; font-size: 14px;}
.bo_date{width: 100%; max-width: 150px; text-align: center; font-size: 14px; color:#9D9D9D;}
.bo_pagenation{margin-top:50px;text-align: center;}
.bopbtn{font-size: 14px; width: 30px; height: 30px; border-radius: 8px; color:#D9D9D9;}
.bopbtn:first-child, .bopbtn:last-child {color:#000;}
.bopbtn.on{background-color: #FDE295; color:#000; font-weight: 700;}
.board_one .no-item {display: flex; align-items: center; justify-content: center; font-weight: 600;}

/*board_view*/
.board_view{margin-bottom: 100px; border-bottom: 1px solid #333; border-top: 1px solid #333;}
.bv_top{border-bottom: 1px solid #9d9d9d; display: flex; align-items: center; width: 100%;}
.bv_top div{width: 100%;}
.bv_date{max-width: 120px; height: 100px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative;}
.bv_date::after{content: ''; display: block; width: 1px; height: 50px; background-color: #9d9d9d; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.bvd_day{font-size: 32px; font-weight: 800; margin-bottom: 10px; display: block; text-align: center;}
.bvd_yymm{font-weight: 700; display: block; text-align: center;}
.bv_title{padding: 0 50px; font-weight: 700; font-size: 24px;}
.bv_name{max-width: 150px; position: relative; padding: 0 26px; text-align: center;}
.bv_name::after{content: ''; display: block; width: 1px; height: 50px; background-color: #9d9d9d; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.bv_name p:first-child{font-size: 14px; font-weight: 700; margin-bottom: 10px;}
.bv_name p:last-child{font-size: 14px; color:#9D9D9D;}
.bv_doc{padding: 50px 30px; line-height: 1.4; word-break: break-all;}
.bv_doc img{max-width: 1000px; object-fit: cover; display: block; text-align: center; margin: 0 auto 20px;}
.backpage{text-align: center;}
.backpage a{display: block; width: 100%; max-width: 300px; height: 60px; padding: 20px 0; background-color: #967C61; color:#fff; border-radius: 8px; margin: 0 auto;}