<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

	.board_search,
	.board_search *,

	.board_list&gt;table .bo_tit&gt;a,

	.paging_all *,

	.view_file&gt;a,

	.pageNavigation,
	.pageNavigation&gt;dl,
	.pageNavigation&gt;dl&gt;dd&gt;a,

	.comment_Area a,

	.board_write input[type=text],
	.board_write input[type=password],
	.board_write input[type=file],
	.board_write select,
	.board_write textarea,
	.board_write .btns,

	.faqArea&gt;li .q,
	.faqArea&gt;li .q:before,
	.faqArea&gt;li .q&gt;.bul,
	.faqArea&gt;li .q&gt;.bul:before,
	.faqArea&gt;li .q&gt;.bul:after,
	.faqArea&gt;li .q:after,

	.photo_list ul.list li .gall_cont,
	.photo_list ul.list li .gall_cont p.over,
	.photo_list ul.list li .gall_cont p.over:before,
	.photo_list ul.list li .gall_cont p.over:after,
	.photo_list ul.list li .gall_cont p.over&gt;span,

	.storeMapType2 .storeMap_list .link{transition: all .3s ease-out; transform-origin: 50% 50%;}

/* Input Style */
	input[type=button],
	input[type=text],
	input[type=password],
	input[type=file],
	input[type=submit],
	select,
	textarea,
	.board_write .btns{width:auto; height:5rem; padding:0 2rem; background-color:#fff; border:1px solid var(--bor_c); font-size:1.8rem; line-height:4.8rem; color:#666; vertical-align:middle; display:inline-block;}

	select{padding-right:5rem; background:#fff url('/images/bg_select.svg') no-repeat calc(100% - 1rem) center; background-size:1.5rem; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
	select::-ms-expand{display:none;}
	textarea{width:100%; height:30rem; padding:2rem; line-height:1.55;}

	input[required],
	textarea[required]{background-image:url('/images/require.png'); background-repeat:no-repeat; background-position:right top}
	select[required]{background-image:url('/images/require.png'), url('/images/bg_select.svg'); background-repeat:no-repeat; background-position:right top, calc(100% - 1rem) center; background-size:1.5rem;}

	input[type=text].datetimepicker{background-image:url('/images/icon_calendar4.gif'); background-repeat:no-repeat; background-position:right center; background-size:contain;}
	input[type=text].datetimepicker[required]{background-image:url('/images/require.png'), url('/images/icon_calendar4.gif'); background-position:right top, right center; background-size:auto, contain;}

/* Check New Style */
	.check-new{font-size:0; line-height:0; display: inline-block; vertical-align: top; position: relative;}
	.check-new input[type=checkbox],
	.check-new input[type=radio]{display: none; position: absolute; left:0; top:0;}

	.check-new input[type=checkbox]+label,
	.check-new input[type=radio]+label{font-size:1.8rem; line-height:2.4rem; color: #666; display: inline-flex; align-items: center; cursor: pointer; position: relative; gap:0.7rem;}
	.check-new .more{margin-left:0.7rem; font-weight: 500; font-size:1.8rem; line-height:2.2rem; color: #333; display: inline-block; vertical-align: top; cursor: pointer; position: relative;}

	.check-new input[type=checkbox]+label&gt;.graphic,
	.check-new input[type=checkbox]+label&gt;.graphic:before,

	.check-new input[type=radio]+label&gt;.graphic,
	.check-new input[type=radio]+label&gt;.graphic:before{content: ""; width: 2.4rem; height: 2.4rem; background-color: #fff; border:1px solid var(--bor_c); font-size:0; line-height:0; display: inline-block; vertical-align: top; position: relative; transition: .3s;}

	.check-new input[type=checkbox]+label&gt;.graphic:before{background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="black"&gt;&lt;path d="M21.03 5.72a.75.75 0 010 1.06l-11.5 11.5a.75.75 0 01-1.072-.012l-5.5-5.75a.75.75 0 111.084-1.036l4.97 5.195L19.97 5.72a.75.75 0 011.06 0z"/&gt;&lt;/svg&gt;') no-repeat center center/80%; border:none; left:-1px; top:-1px; z-index:2; opacity: 0.3;}
	.check-new input[type=checkbox]+label&gt;.graphic.p:before{background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="green"&gt;&lt;path d="M21.03 5.72a.75.75 0 010 1.06l-11.5 11.5a.75.75 0 01-1.072-.012l-5.5-5.75a.75.75 0 111.084-1.036l4.97 5.195L19.97 5.72a.75.75 0 011.06 0z"/&gt;&lt;/svg&gt;');}

	.check-new input[type=checkbox]+label&gt;.graphic,
	.check-new input[type=checkbox]+label&gt;.graphic:before,
	.check-new input[type=radio]+label&gt;.graphic{border-radius:50%;}
	.check-new input[type=radio]+label&gt;.graphic:before{width: 50%; height: 50%; background-color:var(--btn_c); border:none; left: 50%; top:50%; border-radius:50%; transform-origin: 50% 50%; transform: translate(-50%, -50%); opacity:0.2;}

	.check-new input[type=checkbox]:checked+label&gt;.graphic{border-color:var(--btn_c);}
	.check-new input[type=checkbox]:checked+label&gt;.graphic.p{border-color:var(--point);}

	.check-new input[type=checkbox]+label&gt;.graphic.p,
	.check-new input[type=radio]+label&gt;.graphic{border-width:2px;}
	.check-new input[type=radio]:checked+label&gt;.graphic{border-color:var(--point);}
	.check-new input[type=radio]:checked+label&gt;.graphic:before{background-color:var(--point);}

	.check-new input[type=checkbox]:checked+label&gt;.graphic,
	.check-new input[type=checkbox]:checked+label&gt;.graphic:before,
	.check-new input[type=radio]:checked+label&gt;.graphic,
	.check-new input[type=radio]:checked+label&gt;.graphic:before{opacity: 1;}

	.check-new input[type=checkbox]:checked+label,
	.check-new input[type=radio]:checked+label{color: var(--btn_c);}

/* Clause Box Style */
	.clauseArea{width:100%; font-size:0; line-height:0; overflow:hidden;}
	.clauseArea + .clauseArea,
	.board_write + .clauseArea{margin-top:5rem;}
	.clauseArea&gt;.tit{margin-bottom:1.5rem; font-weight: 700; font-size:1.8rem; line-height:1; color: #1b1b1b;}
	.clauseArea .scroll{width:100%; height:30rem; padding:3rem; background-color: #fff; border:1px solid var(--bor_c); font-size:1.6rem; line-height:1.55; color: #666; overflow:hidden; overflow-y:auto; box-sizing:border-box;}
	.clauseArea .scroll strong{font-weight: 400;}
	.clauseArea .scroll&gt;p{margin:3rem 0 0.5rem;}
	.clauseArea .scroll&gt;p:first-child{margin-top:0rem;}
	.clauseArea .scroll&gt;p&gt;strong{font-weight: 700; color: #1b1b1b; display:inline-block;}
	.clauseArea .scroll *+p&gt;strong{}

	.clauseArea .scroll ol{counter-reset:item; margin-top:1rem;}
	.clauseArea .scroll li&gt;p{margin-top:1rem;}
	.clauseArea .scroll ol&gt;li&gt;ol{margin-top:0rem;}

	.clauseArea .scroll ol&gt;li{margin-left:-0.5rem; padding-left:2.5rem; position: relative; box-sizing:border-box;}
	.clauseArea .scroll ol&gt;li:before {counter-increment: item; content: counter(item)"."; width:2rem; text-align: right; display: inline-block; position: absolute; top: 0; left: 0;}
	.clauseArea .scroll ol&gt;li:nth-child(-n+9)::before {content: "0"counter(item);}

	.clauseArea .scroll ol.type&gt;li{}
	.clauseArea .scroll ol.type&gt;li:before{content: counter(item)")";}

	.clauseArea .scroll ol.cNum&gt;li{}
	.clauseArea .scroll ol.cNum&gt;li:before{content: "";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(1):before{content: "①";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(2):before{content: "②";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(3):before{content: "③";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(4):before{content: "④";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(5):before{content: "⑤";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(6):before{content: "⑥";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(7):before{content: "⑦";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(8):before{content: "⑧";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(9):before{content: "⑨";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(10):before{content: "⑩";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(11):before{content: "⑪";}
	.clauseArea .scroll ol.cNum&gt;li:nth-child(12):before{content: "⑫";}

	.clauseArea .scroll ol.kr&gt;li{}
	.clauseArea .scroll ol.kr&gt;li:before{}
	.clauseArea .scroll ol.kr&gt;li:nth-child(1):before{content: "가.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(2):before{content: "나.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(3):before{content: "다.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(4):before{content: "라.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(5):before{content: "마.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(6):before{content: "바.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(7):before{content: "사.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(8):before{content: "아.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(9):before{content: "자.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(10):before{content: "차.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(11):before{content: "카.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(12):before{content: "타.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(13):before{content: "파.";}
	.clauseArea .scroll ol.kr&gt;li:nth-child(14):before{content: "하.";}

	.clauseArea .scroll ul.buls&gt;li{padding-left:1.5rem ; position: relative;}
	.clauseArea .scroll ul.buls&gt;li:before{content: "-"; display: inline-block; position:absolute; left: 0; top:0;}

	.clauseArea .scroll ul.circle&gt;li{padding-left:15px; position: relative;}
	.clauseArea .scroll ul.circle&gt;li:before{content: "ο"; display: inline-block; position:absolute; left: 0; top:-1px;}

	.clauseArea .scroll li&gt;ol,
	.clauseArea .scroll li&gt;ul{margin-bottom:0.7rem;}

	.clauseArea .nTable{width:100%; margin-top:0.5rem; background-color: #fff; border-top:1px solid #ebebeb; border-right:1px solid #ebebeb;}
	.clauseArea .nTable&gt;table{width:100%; border-spacing:0; table-layout: fixed;}
	.clauseArea .nTable&gt;table th,
	.clauseArea .nTable&gt;table td{padding:1.5rem; border-left:1px solid #ebebeb; border-bottom:1px solid #ebebeb; font-weight: 300; font-size:var(--f__size--15); line-height:1.3; color:#888; text-align:center; border-collapse:collapse; empty-cells:show;}

	.clauseArea .nTable&gt;table&gt;thead&gt;tr&gt;th{background-color: #f8f8f8; border-right:none; font-weight:500; color:#222; position: relative;}
	.clauseArea .nTable&gt;table&gt;thead&gt;tr&gt;th+th{}

	.clauseArea .check-new{padding-top:1.5rem; float:right;}

	.clauseArea.no .tit{display:none;}
	.clauseArea.no .scroll{height:auto; padding:0px; background-color: transparent; border:none; overflow: visible;}

/* Search Style */
	.board_search{width:100%; margin-bottom:4rem; font-size:0; line-height:0; display: flex; justify-content: center; position: relative;}
	.board_search .mobile_Block{display:inline;}
	.board_search select{margin-right:1.5rem; border-radius:0.3rem;}

	.board_search input[type=text]{width:30rem; border-radius:0.3rem;}
	.board_search input[type=submit]{min-width:6.5rem; margin-left:1rem; background-color: #172448; border-color: #172448; color: #fff; cursor: pointer; border-radius:0.3rem;}

	.board_search.small{margin-bottom:-1.6rem; justify-content: flex-end;}

	.board_search-area{margin-bottom:6.5rem; background-color: #f5f6f9; padding:0 3rem 4.5rem;}
	.board_search-area .search-txt{padding:4.5rem 0 2.5rem; font-weight: 500; font-size:2.8rem; line-height:1.2; color: #172448; text-align: center;}
	.board_search-area .search-txt&gt;strong{font-weight: 700;}
	.board_search-area .board_search{margin-bottom:0;}

/* Category Style */
	.multi-tab{width:100%; margin: 0 auto 4rem; font-size:0; line-height:0; text-align: center; display:block; position: relative;}
	.multi-tab .name{width:100%; height:7rem; padding:0 5rem 0 2rem; border:1px solid var(--point); font-weight: 600; font-size:2.2rem; line-height:1.4; color:var(--point); text-align: left; position: relative; display: none; align-items: center;}
	.multi-tab .name:after,
	.multi-tab .name:before{content: ""; width:1.4rem; height:1px; margin:0 0 0 0; background-color: var(--point); display: block; position:absolute; top:50%; transition: all .3s ease-out;}
	.multi-tab .name:after{right:3rem; transform:rotate(45deg);}
	.multi-tab .name:before{right:2rem; transform:rotate(-45deg);}

	.multi-tab ul.multi-list{margin:-0.5rem; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center;}
	.multi-tab ul.multi-list&gt;li{margin:0.5rem; flex:0 1 16rem; display:inline-block; vertical-align: top; position: relative;}
	.multi-tab ul.multi-list&gt;li a{width:100%; height:4.6rem; padding:0 2rem; border:1px solid #ddd; font-weight: 400; font-size:1.6rem; line-height:1.4; color: #666; display: flex; align-items: center; justify-content: center; white-space: nowrap; border-radius:99px; transition: all .3s ease-out;}

	.multi-tab ul.multi-list&gt;li:is(:hover, .active) a{background-color:var(--point); border-color:var(--point); font-weight: 500; color:#fff;}

/* Board Option */
	.board_btn{width:100%; margin-top:6rem; font-size:0; line-height:0; display: flex; flex-flow: row wrap; justify-content: space-between; gap:1rem; position: relative;}

	.board_btn .click{width:100%; max-width:16rem; height:6rem; margin:0; padding: 1.5rem 3rem; background-color:var(--btn_c); font-weight: bold; font-size:2.4rem; line-height:1.3; color:#fff; text-align: center; overflow:hidden; display: inline-flex; gap: 0.5rem; align-items: center; justify-content: center; border-radius:0.5rem; cursor: pointer; position: relative; transition: all .3s ease-out;}
	.board_btn .click .fa-fw{width: 2rem; height: 2rem;font-size: 2rem;line-height: 1;margin: 0;padding: 0; aspect-ratio: 1/1;}
	.board_btn .click .fa{ vertical-align: middle;}
	.board_btn .click .fa.fa-pencil{text-decoration: underline;}

	.board_btn .click:is(:hover, .point){background-color:var(--point);}
	.board_btn .click.cancel{background-color:#999;}

	.board_btn .text{min-width:10rem; height:5rem; padding: 1.5rem 1.8rem; background-color: var(--point); font-weight: bold; font-size:2rem; line-height:1.2; color:#fff; text-align: center; overflow:hidden; display: flex; gap: 0.5rem; align-items: center; justify-content: center; position: relative;}
	.board_btn a.text{cursor: pointer;}

	.board_btn.center{justify-content: center;}
	.board_btn.start{justify-content: flex-start;}
	.board_btn.end{justify-content: flex-end;}

	.board_btn.long{justify-content: center; gap:2rem;}
	.board_btn.long .click{width:100%; max-width:24rem;}

/* Board List Style */
	.board-total{margin-bottom:1.5rem; font-size:1.6rem; line-height:1; color: #626262; text-align: left;}
	.board-total&gt;strong{font-weight: 700; color: #333;}

	.board_list{width:100%; border-top:2px solid var(--btn_c); border-bottom:1px solid var(--bor_c); font-size:0; line-height:0; overflow:hidden;}
	.board_list&gt;table{width:100%; margin-bottom:-1px; border-spacing:0; border-collapse:collapse;}
	.board_list&gt;table th,
	.board_list&gt;table td{padding:3rem 0; background-color: #fff; border-bottom:1px solid var(--bor_c); font-size:2.4rem; line-height:1.5; color:#666; text-align:center; border-collapse:collapse; empty-cells:show; word-break:break-all;}

	.board_list&gt;table tr.notis&gt;*{background-color: #f4f4f4;}
	.board_list&gt;table tr.notis&gt;.td_num2{font-weight: 700; color: var(--point);}
	.board_list&gt;table tr.notis&gt;.td_subject&gt;a{font-weight: 700;}

	.board_list&gt;table&gt;thead&gt;tr&gt;th{background-color: #f9f9f9; font-weight: 600; color: #222;}

	.board_list&gt;table .td_subject{padding:3rem; text-align:left;}
	.board_list&gt;table .td_subject&gt;a{font-weight: 600; font-size:2.6rem; color:#000; cursor:pointer; max-width:95%; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all !important;}
	.board_list&gt;table .td_subject&gt;a:hover{color:var(--point);}
	.board_list&gt;table .td_subject&gt;a .fa{margin:0 0.7rem 0.2rem 0; display:inline-block; vertical-align: middle;}

	.board_list&gt;table .state{padding:1.4rem 0;}
	.board_list&gt;table .state .icon{width:8rem; height:3.5rem; background-color: var(--point); border:1px solid var(--point); font-size:1.5rem; line-height:1; color: #fff; text-align: center; display: inline-flex; align-items: center; justify-content: center; border-radius:4px;}
	.board_list&gt;table .state .icon.end{background-color: #ddd; border-color: var(--bor_c); color: #666;}

	.board_list&gt;table .file{font-size:1.8rem;}
	.board_list&gt;table .file&gt;a{color: #666;}

	.board_list&gt;table .store_photo{padding:1rem;}
	.board_list&gt;table .store_photo img{max-height:12rem; object-fit:contain;}

	.board_list&gt;table .noPost&gt;td{height:20rem; vertical-align: middle;}

	.board_list.line&gt;table{width:calc(100% + 1px);}
	.board_list.line&gt;table th,
	.board_list.line&gt;table td{border-right:1px solid var(--bor_c);}

/* Pageing Style */
	.paging_all{width:100%; margin:6rem auto 0; font-size:0; line-height:0; text-align:center; position:relative; display: flex; align-items: center; justify-content: center; gap:1.5rem;}
	.paging_all .btns,
	.paging_all&gt;.num&gt;strong,
	.paging_all&gt;.num&gt;a{width:5rem; height:5rem; background-color: #fff; border:1px solid var(--bor_c); text-align: center; display: flex; align-items: center; justify-content: center; position: relative;}

	.paging_all .btns,
	.paging_all .btns *{font-size:0 !important; line-height:0 !important;}
	.paging_all .btns:before,
	.paging_all .btns:after{content: ""; width: 1.2rem; height: 1.2rem; border-width:1px 0 0 1px; border-style:solid; border-color:#666; display: inline-block; position:absolute; left: 50%; top:50%;}
	.paging_all .btns:after{opacity: 0;}
	.paging_all .btns.prev:before{margin:-0.6rem 0 0 -0.3rem; transform:rotate(-45deg);}
	.paging_all .btns.next:before{margin:-0.6rem 0 0 -0.9rem; transform:rotate(135deg);}

	.paging_all&gt;.num{margin:0; display: inline-flex; align-items: center; gap:0.5rem;}

	.paging_all&gt;.num&gt;strong,
	.paging_all&gt;.num&gt;a{font-size:2rem; line-height:1; color:#666;}
	.paging_all&gt;.num .pg_start{}
	.paging_all&gt;.num .pg_end{}

	.paging_all .btns:hover{background-color: var(--btn_c); border-color:var(--btn_c);}
	.paging_all .btns:hover:before,
	.paging_all .btns:hover:after{border-color:#fff;}

	.paging_all&gt;.num&gt;strong,
	.paging_all&gt;.num&gt;a:hover{background-color: var(--btn_c); border-color:var(--btn_c); color:#fff; z-index:2;}

/* Board View */
	.board_view{width:100%; border-top:2px solid var(--btn_c); border-bottom:1px solid var(--bor_c); overflow:hidden;}
	.board_view&gt;table{width:100%; margin-bottom:-1px; border-spacing:0;}
	.board_view&gt;table th,
	.board_view&gt;table td{padding:2rem 0; background-color: #fff; font-size:2.4rem; line-height:1.3; color:#666; text-align:left; border-collapse:collapse; empty-cells:show; word-break:break-all;}

	.board_view&gt;table&gt;thead&gt;tr&gt;th{padding:3.5rem 3rem; border-bottom:1px solid var(--bor_c); font-size:0; text-align: left;}
	.board_view&gt;table .view_cate{padding-bottom:0.3rem; font-weight: 400; font-size:1.5rem; color:var(--point);}
	.board_view&gt;table .view_title{font-weight: 700; font-size:2.6rem; line-height:1.3; color: #333; word-break: break-word !important;}
	.board_view&gt;table .view_tit{margin-top:0.5rem; font-size:2.2rem;}

	.board_view&gt;table .view_info{margin-top:1rem; display: flex; align-items: center; justify-content: space-between;}
	.board_view&gt;table .view_info&gt;*{display: flex; align-items: center; justify-content: space-between;}
	.board_view&gt;table .view_info p.txt{font-size:2.2rem; color: #888; text-align:center; display:inline-block; vertical-align: top; position: relative;}
	.board_view&gt;table .view_info p.txt&gt;strong{font-weight: 400; color: #333;}
	.board_view&gt;table .view_info p.txt&gt;strong:after{content: ":"; padding-left:0.4rem;}
	.board_view&gt;table .view_info p.txt+p.txt{margin-left:3.3rem;}
	.board_view&gt;table .view_info p.txt+p.txt:before{content: ""; width:1px; height:1.6rem; margin-top:-0.8rem; background-color: #ccc; display: inline-block; position:absolute; left: -1.7rem; top:50%;}

	.board_view&gt;table .state{padding-left:2rem;}
	.board_view&gt;table .state .icon{width:8rem; height:3.5rem; background-color: var(--point); border:1px solid var(--point); font-size:1.5rem; line-height:1; color: #fff; text-align: center; display: inline-flex; align-items: center; justify-content: center; border-radius:4px;}
	.board_view&gt;table .state .icon.end{background-color: #ddd; border-color: var(--bor_c); color: #666;}
	.board_view&gt;table .state.event .icon{border-radius:99px;}

	.board_view&gt;table .e_icon{padding-left:2rem;}
	.board_view&gt;table .e_icon&gt;span{width:10rem; height:3rem; background-color: #fff; border:1px solid #035ab6; font-size:1.5rem; line-height:2.8rem; color: #035ab6; text-align: center; display: block; border-radius:99px;}
	.board_view&gt;table .e_icon.ing&gt;span{background-color: #035ab6; border-color:#035ab6; color: #fff;}
	.board_view&gt;table .e_icon.end&gt;span{background-color: #b3b3b3; border-color:#b3b3b3; color: #fff;}

	.board_view&gt;table .view_cont{padding:4.5rem 3rem;}
	.board_view&gt;table #bo_v_img{text-align: center;}
	.board_view&gt;table #bo_v_img img,
	.board_view&gt;table .wideFrame{width:auto !important; height:auto !important; margin-bottom:3rem;}
	.board_view&gt;table #bo_v_con{padding-bottom:6.5rem;}
	html[lang="en"] .board_view&gt;table #bo_v_con *{word-break:break-word !important;}

	.board_view td.answer{padding:4rem 3rem; background-color: #f9f9f9; border-top:1px solid var(--bor_c); text-align: left; vertical-align: top;}
	.board_view td.answer&gt;.tit{padding-bottom:1.5rem; font-weight: 500; font-size:2.2rem; line-height:1; color: #333;}

	.view_file{margin:-1rem 0 0 -1rem; display: flex; flex-wrap: wrap; justify-content: flex-start;}
	.view_file&gt;a{margin:1rem 0 0 1rem; padding:0.95rem 2.6rem; background-color: #fff; border:1px solid #999; font-size:2.2rem; line-height:1; color: #333; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center; border-radius:4px; box-sizing:border-box; white-space: nowrap;}
	.view_file&gt;a:hover{border-color:var(--point); color:var(--point);}

	/* 매장찾기 */
		#storeMap{width:100%; height:40rem; margin-bottom:4rem;}
		#storeLayMap{width:100%; height:40rem; margin-bottom:4rem;}
		.customoverlay{border: 1px solid #ccc; border-bottom:2px solid #ddd; position:relative; bottom:50px; border-radius:6px;}
		.customoverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
		.customoverlay .coBox{background: #258ff6 url("https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png") no-repeat right 14px center; background-size: 8px; font-weight:500; font-size:1.4rem; color:#111; text-align:center; border-radius:6px; overflow:hidden; display:block;}
		.customoverlay .title {margin-right:35px; padding:5px 15px 7px; background-color:#fff; font-weight:500; font-size:1.4rem; line-height:1.6; text-align:center; display:block;}
		.customoverlay:after {content:''; width:22px;height:12px; margin-left:-11px; background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png') no-repeat left top; background-size: cover; position:absolute; left:50%; bottom:-12px;}

		.store_view{width:100%; padding-bottom:5rem; display: flex; justify-content: space-between;}
		.store_view #storeMap{margin-bottom:0;}
		.store_view&gt;*{width:50%; max-width:66.5rem; order: 2; border:1px solid #ccc;}
		.store_view .right_box{margin-right:3rem; order: 1;}

		.storePhoto{width:100%; position: relative; overflow:hidden;}
		.storePhoto .slider{width:100%; background-repeat: no-repeat; background-position: center center; /*background-size: cover; */background-size: contain; box-sizing: border-box; position: relative; display:inline-block; vertical-align: top;}
		.storePhoto .slider img{width:100%;}
		.storePhoto .store-big{width:100%; position: relative;}
		.storePhoto .store-big_in{white-space: nowrap;}
		.storePhoto .store-big .slider{width:100%; min-height:40rem;}
		.storePhoto .store-big .store-big-cont{width:9rem; height:4rem; background-color:rgba(235,235,235,0.7); text-align: center; position: absolute; left:50%; bottom:0; z-index:7; display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: center; border-radius:4px 4px 0 0; transform: translateX(-50%);}
		.storePhoto .store-big .store-big-cont&gt;span.l{padding:0 0.4rem; display:inline-block;}
		.storePhoto .store-big .store-big-cont.op{display:none;}

		.storePhoto .slick-arrow{width:4rem; height:9rem; background-color:rgba(235,235,235,0.7); background-repeat: no-repeat; background-position: center center; background-size: 2.5rem; border:none; font-size:0; line-height:0; position: absolute; top:50%; transform: translateY(-50%); z-index:7; cursor: pointer;}
		.storePhoto .slick-arrow.slick-prev{background-image: url('/theme/prix/img/board/arrow_30_left.svg'); left:0; border-radius:0 4px 4px 0;}
		.storePhoto .slick-arrow.slick-next{background-image: url('/theme/prix/img/board/arrow_30_right.svg'); right:0; border-radius:4px 0 0 4px;}
		.storePhoto .slick-arrow.slick-disabled{opacity: 0.3; cursor: default;}

	/* 제품 상세 */
		.product_view{width:100%; padding-bottom:5rem; display: flex; justify-content: space-between;}
		.product_view&gt;*{width:50%; max-width:58rem;}
		.product_view .right_box{margin-left:4.5rem;}

		.product_view .productText{}
		.product_view .productText .view-hGroup{padding-bottom:3rem; margin-bottom:3rem; border-bottom:1px solid #111;}
		.product_view .productText .title{font-weight: bold; font-size:3.6rem; line-height:1.4; color: #0066b3;}
		.product_view .productText .tit{padding-top:1.5rem; font-weight: 500; font-size:2rem; line-height:3rem; color: #111;}
		.product_view .productText .view-scroll{max-height:40rem; font-size:1.8rem; line-height:1.7; color: #666; overflow:hidden; overflow-y:auto;}
		.product_view .productText .view-scroll ul{}
		.product_view .productText .view-scroll ul&gt;li{padding:0 0 0 22px !important; background: url('/theme/prix/img/board/bul_check.gif') no-repeat left 7px; background-size: 14px;}
		.product_view .productText .view-scroll ul&gt;li+li{margin-top:5px;}
		.product_view .productText .view-scroll ul .fa {display:none !important;}

		.productPhoto{width:100%; position: relative; overflow:hidden;}
		.productPhoto .slider{width:100%; background-repeat: no-repeat; background-position: center center; /*background-size: cover; */background-size: contain; position: relative; display:inline-block; vertical-align: top;}
		.productPhoto .slider img{width:100%;}
		.productPhoto .product-big{width:100%; margin-bottom:2.5rem; position: relative;}
		.productPhoto .product-big_in{white-space: nowrap;}
		.productPhoto .product-big .slider{width:100%; min-height:46rem; border:1px solid #ccc;}

		.productPhoto .product-small{width:100%; position: relative;}
		.productPhoto .product-small_in{width:calc(100% + 2.2rem); margin-left:-1.1rem; white-space: nowrap;}
		.productPhoto .product-small .slider{width:100%; min-height:10.1rem; margin:0 1.1rem; cursor: pointer;}
		/*.productPhoto .product-small .slider:before{content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); display: inline-block; position:absolute; left: 0; top:0px; } box-shadow:0 0 10px rgba(0,0,0,0.1);*/

		.productPhoto .product-small .slick-slide{margin:0 1.1rem;}
		.productPhoto .product-small .slick-slide .slider{margin:0;}

		.productPhoto .product-small .slick-current .slider:before{opacity: 0;}

		.productPhoto .slick-arrow{width:4rem; height:9rem; background-color:rgba(235,235,235,0.7); background-repeat: no-repeat; background-position: center center; background-size: 2.5rem; border:none; font-size:0; line-height:0; position: absolute; top:50%; transform: translateY(-50%); z-index:7; cursor: pointer;}
		.productPhoto .slick-arrow.slick-prev{background-image: url('/theme/prix/img/board/arrow_30_left.svg'); left:0; border-radius:0 4px 4px 0;}
		.productPhoto .slick-arrow.slick-next{background-image: url('/theme/prix/img/board/arrow_30_right.svg'); right:0; border-radius:4px 0 0 4px;}
		.productPhoto .slick-arrow.slick-disabled{opacity: 0.3; cursor: default;}

/* PageNavigation Style */
	.pageNavigation{width:100%; margin-top:-1px; border-bottom:1px solid var(--bor_c); overflow:hidden; position: relative; z-index:2;}
	.pageNavigation&gt;dl{width:100%; border-top:1px solid var(--bor_c); font-size:2.2rem; line-height:1.1; color: #333; display:table; table-layout: fixed;}
	.pageNavigation&gt;dl&gt;*{display:table-cell; vertical-align:middle; box-sizing:border-box; position: relative;}
	.pageNavigation&gt;dl&gt;dt{width:11rem; height:8rem; text-align:center; color:#333;}
	.pageNavigation&gt;dl&gt;dt:before{content: ""; width: 1rem; height: 1rem; border-width:1px 0 0 1px; border-style:solid; border-color:#474a52; display: inline-block; position:absolute; right: 0; top:3.5rem;}
	.pageNavigation&gt;dl.prev&gt;dt:before{margin:0.3rem 0 0 0; transform:rotate(45deg);}
	.pageNavigation&gt;dl.next&gt;dt:before{margin:-0.4rem 0 0 0; transform:rotate(-135deg);}

	.pageNavigation&gt;dl&gt;dd{padding:0 12.5rem 0 4.5rem;}
	.pageNavigation&gt;dl&gt;dd&gt;a{max-width:100%; font-weight: 400; color:#333; display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.pageNavigation&gt;dl&gt;dd&gt;a:hover{color:var(--point);}
	.pageNavigation&gt;dl&gt;dd&gt;.day{height:8rem; font-weight: 300; color: #666; position: absolute; right:3rem; top:0; display: flex; align-items: center; justify-content: flex-end;}

/* Comment Style */
	.comment_Area{margin-top:6rem; font-size:0; line-height:0;}
	.comment_Area input[type=text],
	.comment_Area input[type=password],
	.comment_Area textarea{height:4.6rem; margin-right:1.4rem; padding:0 1.5rem; border:1px solid #e2e2e2; font-weight: 300; font-size:1.5rem; line-height:4.4rem; color:#666; vertical-align:middle; display:inline-block;}
	.comment_Area textarea{width:100%; height:13rem; margin-right:2rem; padding:1.5rem; font-size:1.6rem; line-height:1.6;}
	.comment_Area *[type=submit]{width:15.5rem; min-width:15.5rem; background-color:#333; border:none; font-weight: 400; font-size:1.8rem; line-height:1; color:#fff; text-align: center; overflow:hidden; display:inline-block; vertical-align: top; box-sizing:border-box; cursor: pointer; position: relative;}

	.comment_Area .comment_title{padding-bottom:1.8rem; font-size:2rem; line-height:1; color: #1b1b1b;}

	.comment_Area .comment_write{padding:3rem 2rem; background-color: #fdfdfe; border-top:2px solid var(--btn_c);}
	.comment_Area .comment_write&gt;div{display: flex; justify-content: space-between;}
	.comment_Area .comment_write&gt;div.top{flex-direction: row; align-items: end; justify-content: flex-start;}
	.comment_Area .comment_write&gt;div.btm{margin-top:3rem;}

	.comment_Area .comment_list{border-bottom:1px solid var(--bor_c);}
	.comment_Area .comment_list&gt;dl{padding:2.5rem 19.5rem 2.5rem 2rem; border-top:1px solid var(--bor_c); position: relative;}
	.comment_Area .comment_list&gt;dl&gt;dt{font-size:1.6rem; line-height:1.4; color:#1b1b1b;}
	.comment_Area .comment_list&gt;dl&gt;dd{margin-top:1rem;}
	.comment_Area .comment_list&gt;dl&gt;dd p{font-weight: 300; font-size:1.5rem; line-height:1.6; color: #999; display:inline-block; vertical-align: top; position: relative;}
	.comment_Area .comment_list&gt;dl&gt;dd p+p{margin-left:2.1rem;}
	.comment_Area .comment_list&gt;dl&gt;dd p+p:before{content: ""; width:1px; height:1rem; margin-top:-0.5rem; background-color: #ccc; display: inline-block; position:absolute; left: -1.1rem; top:50%;}
	.comment_Area .comment_list&gt;dl&gt;dd .comment_option{position: absolute; right:2rem; top:50%; transform: translateY(-50%); display:inline-block; white-space: nowrap;}
	.comment_Area .comment_list&gt;dl&gt;dd .comment_option&gt;a{min-width:7.2rem; height:3.6rem; padding:0 2rem; border:1px solid #ccc; font-size:1.5rem; line-height:3.4rem; color: #666; text-align: center; border-radius:3px; display:inline-block; vertical-align: top;}
	.comment_Area .comment_list&gt;dl&gt;dd .comment_option&gt;a+a{margin-left:1rem;}

	.comment_Area .comment_list&gt;dl.no_comment{height:20rem; padding:0; color: #999; text-align: center; display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: center;}

/* Board Write */
	.board_write{width:100%; border-top:2px solid var(--btn_c); border-bottom:1px solid var(--bor_c); overflow:hidden;}
	.board_write + .board_write{margin-top:6rem;}
	.board_write&gt;table{width:100%; border-spacing:0; margin-bottom:-1px; table-layout: fixed;}
	.board_write&gt;table th,
	.board_write&gt;table td{height:7rem; padding:1.2rem 0 1.2rem 2rem; border-bottom:1px solid var(--bor_c); font-weight: 400; font-size:1.6rem; line-height:1.5; color: #666; text-align:left; vertical-align: middle; border-collapse:collapse; empty-cells:show;}

	.board_write&gt;table th{width:17rem; padding:0px; background-color:#fbfbfb; border-right:1px solid var(--bor_c); font-weight: 600; color: #333; text-align: center;}

	.board_write input[type=button],
	.board_write input[type=text],
	.board_write input[type=password],
	.board_write input[type=file],
	.board_write input[type=submit],
	.board_write select,
	.board_write textarea,
	.board_write .btns{width:100%;}

	.board_write .small{max-width:30rem;}

	.board_write .btns{width:12rem; background-color:var(--btn_c); border-color:var(--btn_c); font-weight: 500; color: #fff; text-align: center;}

	.board_write .flex{display: flex; align-items: center; gap:1rem;}
	.board_write .flex.wrap{flex-flow: row wrap;}
	.board_write .flex + .flex{margin-top:1rem;}

	.board_write .flex.check{gap:2rem 4rem;}
	.board_write .flex.three .check-new{width:27%; white-space: nowrap;}

	.board_write .flex.tac{justify-content: center;}
	.board_write .flex.taj{justify-content: space-between;}

	.board_write .flex.juso{}
	.board_write .flex.juso&gt;input{width:40%;}
	.board_write .flex.juso&gt;input+input{width:60%;}

	.board_write .flex.three{width:100%; max-width:80rem;}
	.board_write .flex.three&gt;*{width:auto;}
	.board_write .flex.three input{width:100%;}

	.board_write .flex.email{}

	.board_write .flex.day select{width:100%;}

	.board_write .type{font-size:1.6rem; line-height:1; display:inline-block; vertical-align:middle;}

	.board_write .fileArea{position: relative;}
	.board_write .fileArea .filePlus{width:100%; margin-bottom:1rem; background-color: var(--btn_c); color: #fff; text-align: center; z-index:5; border-radius:0.2rem; box-sizing: border-box; cursor: pointer; display:block;}
	.board_write .fileArea .filePlus:before{content: "+ ";}

	.board_write .file{width:100%; font-size:0; line-height:0; position:relative; overflow:hidden;}
	.board_write .file+.file{margin-top:1rem;}
	.board_write .file&gt;*{display:inline-block; vertical-align: middle;}
	.board_write .file&gt;*+*{margin-left:1rem;}

	.board_write .fileArea .filePlus,
	.board_write .file&gt;.file_wrap&gt;.btnFile,
	.board_write .file .thumb{height:4rem;}
	.board_write .fileArea .filePlus,
	.board_write .file&gt;.file_wrap&gt;.btnFile,
	.board_write .file .thumb.text{font-size:1.6rem; line-height:4rem;}

	.board_write .file .checkIn{}
	.board_write .file&gt;.file_wrap{}
	.board_write .file&gt;.file_wrap&gt;.btnFile{width:12rem; background-color: #707070; color: #fff; text-align: center; vertical-align:middle; cursor:pointer; overflow:hidden; display:inline-block; position: relative; box-sizing: border-box;}
	.board_write .file&gt;.file_wrap&gt;.btnFile&gt;input[type=file]{width:100%; height:100%; opacity:0; cursor:pointer; position: absolute; left:0; top:0; z-index:3;}

	.board_write .file .thumb{width:5rem; background-position: center top; background-repeat: no-repeat; background-size: cover; overflow:hidden; box-sizing: border-box;}
	.board_write .file .thumb&gt;.over{width:0; height:0; margin:0; background-position: center top; background-repeat: no-repeat; background-size: cover; display: block; position: fixed; left: 50%; top:50%; z-index:99; box-sizing: border-box; -webkit-transition: .4s; transition: .4s; transform-origin: 50% 50%; opacity: 0;}
	.board_write .file .thumb:hover&gt;.over{width:50rem; height:50rem; margin:-25rem 0 0 -25rem; opacity: 1;}
	.board_write .file .thumb.text{width:auto; max-width:calc(100% - 22rem); margin:0 -1rem 0 0; padding:0 1.5rem; font-weight: 300; color:#666; text-overflow: ellipsis; white-space: nowrap;}

/* Faq List */
	.faqArea{width:100%; border-top:2px solid var(--btn_c); font-size:0; line-height:0; position:relative; overflow:hidden;}
	.faqArea&gt;li{border-bottom:1px solid var(--bor_c); position: relative;}
	.faqArea&gt;li+li{}
	.faqArea&gt;li .q{padding:2.5rem 8rem; font-weight: 600; font-size:1.6rem; line-height:2.8rem; color: #1b1b1b; display:block; position: relative;}
	.faqArea&gt;li .q:before{content: "Q"; width:3.6rem; height:3.6rem; background-color: var(--btn_c); font-size:2rem; line-height:1.2; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; position:absolute; left: 2.5rem; top:2.1rem; border-radius:0.3rem;}

	.faqArea&gt;li .q:after{content: "↓"; font-weight: 500; font-size:2rem; line-height:1.2; color: #111; text-align: center; position:absolute; right: 4rem; top:50%; transform: translateY(-50%); font-family:"SUIT Variable", sans-serif !important;}

	.faqArea&gt;li .q:hover{}

	.faqArea&gt;li .a{padding:2.5rem 8rem; background-color: #fafbfd; border-top:1px solid var(--bor_c); font-weight: 400; font-size:1.6rem; line-height:2.7rem; color: #626262; display:none; position: relative;}
	.faqArea&gt;li .a&gt;p{font-weight: 400; font-size:1.6rem; line-height:2.7rem;}
	.faqArea&gt;li .a:before{content: "A"; width:3.6rem; height:3.6rem; background-color: #fff; border:1px solid #c6c6c6; font-weight: 500; font-size:2rem; line-height:1.2; color:var(--btn_c); text-align: center; display: flex; align-items: center; justify-content: center; position:absolute; left: 2.5rem; top:2.1rem; border-radius:0.3rem;}

	.faqArea&gt;li .view_file{margin-top:2rem;}

	.faqArea&gt;li.active .q{}
	.faqArea&gt;li.active .q:before{}
	.faqArea&gt;li.active .q:after{transform:translateY(-50%) rotate(-180deg);}/* color: var(--point);  */

	.faqArea&gt;li.noPost{width:100%; height:30rem; font-size:1.6rem; line-height:1; color: #666; text-align: center; display:table;}
	.faqArea&gt;li.noPost&gt;p{display:table-cell; vertical-align: middle;}

	.faqArea&gt;li.ad{padding-top:3rem;}

/* Photo List */
	.photo_list{width:100%; font-size:0; line-height:0; position: relative;}
	.photo_list ul.list{text-align: left; display: flex; flex-flow: row wrap; gap:5.3rem;}
	.photo_list ul.list li{width:calc((100% - 15.9rem) / 4); position: relative;}
	.photo_list ul.list li .gall_cont{width:100%; background-color: #fff; display:block; position: relative;}
	.photo_list ul.list li .gall_cont .thumb{width:100%; border:1px solid #eee; aspect-ratio: 1/1; display:block; overflow:hidden; position: relative;}
	.photo_list ul.list li .gall_cont .thumb img{width:100%; max-width:none; height:100%; object-fit:cover; vertical-align: top; transition: all .7s ease-out;}

	.photo_list ul.list li .gall_cont p.over{width:100%; height:100%; background-color: rgba(0,0,0,0.3); position: absolute; left:0; top:0; opacity: 0; z-index:1; z-index:3;}
	.photo_list ul.list li .gall_cont p.over:before,
	.photo_list ul.list li .gall_cont p.over:after{content: ""; background-color: #fff; display: inline-block; position:absolute; left: 50%; top:50%; opacity: 0;}
	.photo_list ul.list li .gall_cont p.over:before{width: 100px; height: 1px; margin:-0.5px 0 0 -50px;}
	.photo_list ul.list li .gall_cont p.over:after{width: 1px; height: 100px; margin:-50px 0 0 -0.5px;}
	.photo_list ul.list li .gall_cont p.over&gt;span{width:100%; font-weight: 300; font-size:2.2rem; line-height:1; color: #fff; text-align: center; position: absolute; left:0; top:65%; opacity: 0;}

	.photo_list ul.list li .gall_cont p.over.move{transition: all 0s ease-out; opacity: 1; display:none;}

	.photo_list ul.list li .gall_cont .area{width:100%; padding-top:3.5rem; display: flex; flex-flow: column wrap; justify-content: center; text-align: center; position: relative;}
	.photo_list ul.list li .gall_cont .area .tt{width:100%; font-size:2.2rem; line-height:3.2rem; color: #666; display: block; overflow:hidden; position: relative; word-break:keep-all; word-wrap:break-word; word-break:break-all;}

	.photo_list ul.list li .gall_cont .area .title{width:100%; font-weight: 700; font-size:2.6rem; color: #1b1b1b; display: inline-flex; align-items: center; justify-content: center; gap:1rem;}
	.photo_list ul.list li .gall_cont .area .title.tac{justify-content: center;}
	.photo_list ul.list li .gall_cont .area .title .icon{}
	.photo_list ul.list li .gall_cont .area .title .icon:before{content: ""; width:1.8rem; height:1.8rem; background-color: var(--btn_c); font-weight: 300; font-size:1rem; line-height:1.8rem; color: #fff; letter-spacing: 1px; text-align: center; border-radius:99px; display:block;}
	.photo_list ul.list li .gall_cont .area .title .icon.new:before{content: "N";}
	.photo_list ul.list li .gall_cont .area .title .icon.hot:before{content: "H";}

	.photo_list ul.list li .gall_cont .area .cate{margin-bottom:0.5rem; font-size:1.6rem; color: #999;}
	.photo_list ul.list li .gall_cont .area .text{margin-top:1rem;}

	.photo_list ul.list li .gall_cont .area .day{margin-top:1rem; color: #bbb;}

	.photo_list ul.list li .gall_cont .area .btns{margin-top:2.5rem; display: flex; justify-content: center;}
	.photo_list ul.list li .gall_cont .area .btns&gt;*{height:4rem; padding:0 2rem; background-color: #666; font-size:1.4rem; line-height:1; color: #fff; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap:0.7rem; white-space: nowrap; border-radius:0.3rem; box-shadow:0 0 2rem rgba(0,0,0,0.1); transition: all .3s ease-out;}
	.photo_list ul.list li .gall_cont .area .btns.down img{width:1.5rem;}
	.photo_list ul.list li .gall_cont:hover .area .btns *{background-color: var(--point);}

	.photo_list ul.list li .gall_cont .category{display: flex; justify-content: center; position: relative; z-index:4;}
	.photo_list ul.list li .gall_cont .category p{width:9.2rem; height:3.4rem; margin-top:-5.4rem; background-color: #7030a0; font-size:1.5rem; line-height:1; color: #fff; text-align: center; border-radius:99px; display: flex; align-items: center; justify-content: center;}
	.photo_list ul.list li .gall_cont .category p.video{background-color: #00a5bb;}

	.photo_list ul.list li .gall_cont .area .state{margin-bottom:1.5rem;}
	.photo_list ul.list li .gall_cont .area .state .icon{width:8rem; height:3.5rem; background-color: var(--point); border:1px solid var(--point); font-size:1.5rem; line-height:1; color: #fff; text-align: center; display: inline-flex; align-items: center; justify-content: center; border-radius:99px;}
	.photo_list ul.list li .gall_cont .area .state .icon.end{background-color: #ddd; border-color: var(--bor_c); color: #666;}


	.photo_list ul.list li .gall_cont .area .one{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.photo_list ul.list li .gall_cont .area .two{max-height:5.2rem; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break:break-all !important;}
	.photo_list ul.list li .gall_cont .area .three{max-height:7.6rem; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break:break-all !important;}

	.photo_list button.more{width:23rem; height:5.4rem; margin:7rem auto 0; padding:0; border:1px solid #aaa; font-weight: 700; font-size:1.8rem; line-height:1; color: var(--point); text-align: center; position: relative; cursor: pointer; display:block; border-radius:99px;}
	.photo_list button.more:after{content: "↓"; font-weight: normal; font-size:1.5rem; color: #999; position:absolute; right: 3rem; top:50%; transform: translateY(-50%);}

	/* 이벤트 */
		.photo_list.event ul.list{gap:4rem;}
		.photo_list.event ul.list li{width:calc((100% - 8rem) / 3);}
		.photo_list.event ul.list li .gall_cont .thumb{aspect-ratio: 560/420;}

	/* store */
		.photo_list.store{margin-top:4rem;}
		.photo_list.store ul.list{gap:4rem;}
		.photo_list.store ul.list li{width:calc((100% - 12rem) / 4);}
		.photo_list.store ul.list li .gall_cont .thumb{border:1px solid var(--bor_c); aspect-ratio: 1.6/0.6511;}

	/* 인증서 */
		.photo_list.certificate{}
		.photo_list.certificate ul.list li .gall_cont .area{min-height:auto; padding-bottom:2rem;}

	.photo_list ul.list li .gall_cont:hover .thumb img{transform: scale(1.05);}
	.photo_list ul.list li .gall_cont:hover p.over{opacity: 1;}
	.photo_list ul.list li .gall_cont:hover p.over:before{width: 28px; margin-left:-14px; opacity: 1;}
	.photo_list ul.list li .gall_cont:hover p.over:after{height: 28px; margin-top:-14px; opacity: 1;}
	.photo_list ul.list li .gall_cont:hover p.over&gt;span{top:60%; opacity: 1;}


	.photo_list ul.list li.noPost{width:100% !important; height:30rem; padding:0; border-top:2px solid var(--btn_c); border-bottom:1px solid var(--bor_c); font-size:2.4rem; line-height:1; color: #666; text-align: center; display: flex;  align-items: center; justify-content: center;}

/* 매장 찾기 */
	.storeMapType2{width:100%; margin-top:6rem; border:1px solid #ddd; position: relative; display: flex; justify-content: space-between;}

	.storeMapType2 .storeMap-left{width:44rem; min-width:44rem;}
	.storeMapType2 .store_search{width:100%; padding:3rem 2rem; background-color: #f5f6f9; border-bottom:1px solid #ddd; display: flex; flex-flow: row wrap; gap:0.8rem; position: relative;}
	.storeMapType2 .store_search label,
	.storeMapType2 .store_search select,
	.storeMapType2 .store_search input[type=text],
	.storeMapType2 .store_search input[type=button],
	.storeMapType2 .store_search input[type=submit]{width:100%; height:4.3rem; padding:0 2rem; background-color: #fff; border:1px solid #c7c7c7; font-weight: 400; font-size:1.6rem; line-height:4.1rem; color: #666; display:inline-block; vertical-align: top; border-radius:0.3rem;}

	.storeMapType2 .store_search select{padding:0 3rem 0 2rem;}

	.storeMapType2 .store_search input[type=text]{width:calc(100% - 7.1rem);}
	.storeMapType2 .store_search input[type=button],
	.storeMapType2 .store_search input[type=submit]{width:6.3rem; padding:0; background-color: #172448; border-color: #172448; color: #fff; cursor: pointer; }

	.storeMapType2 .storeMap_list{width:100%; height:calc(79.5rem - 15.5rem); margin-top:-1px; padding-right:2rem; overflow:hidden; overflow-y:scroll;}
	.storeMapType2 .storeMap_list&gt;li{border-top:1px solid #ddd; display:none; position: relative;}

	.storeMapType2 .storeMap_list&gt;li.noPost{height:100%; font-weight: 400; font-size: 2rem; line-height:1.5; color: #666; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center;}

	.storeMapType2 .storeMap_list .link{padding:3rem 2.4rem; display:block;}
	.storeMapType2 .storeMap_list .link .title{margin-bottom:1rem; padding-right:2.6rem; font-weight: 700; font-size: 2.2rem; line-height:1.3; color: #000; display: flex; justify-content: space-between; position: relative; cursor: pointer;}
	.storeMapType2 .storeMap_list .link .title:after{content: "\e724"; font-family: 'fontello'; font-size: 1.3em; color: #c4c4c4; position: absolute; right:0; top:50%; transform: translateY(-50%);}

	.storeMapType2 .storeMap_list .link .type{margin:-0.5rem 0 1rem; font-weight: 500; font-size:1.6rem; line-height:2.4rem; color: #333; display: flex; gap:1.4rem;}
	.storeMapType2 .storeMap_list .link .type&gt;span{padding-left:1.7rem; position: relative;}
	.storeMapType2 .storeMap_list .link .type&gt;span:before{content: ""; width: 1rem; height: 1rem; background-color: #4472c4; display: inline-block; position:absolute; left: 0; top:0.6rem; border-radius:50%;}
	.storeMapType2 .storeMap_list .link .type&gt;span.c:before{background-color: #00b050;}

	.storeMapType2 .storeMap_list .link .text{font-weight: 500; font-size:1.6rem; line-height:2.4rem; color: #1b1b1b;}

	.storeMapType2 .storeMap_list .link .btns{margin-top:2.5rem; display: flex; gap:0.6rem;}
	.storeMapType2 .storeMap_list .link .btns&gt;a{width:100%; max-width:18rem; height:4.1rem; background-color: #fff; border:1px solid #c7c7c7; font-weight: 500; font-size:1.6rem; line-height:1; color: #666; display: flex; align-items: center; justify-content: center; border-radius:0.3rem;}
	.storeMapType2 .storeMap_list .link .btns&gt;a.gu{border-color:#40b757; font-weight: 700; color: #318914;}

	.storeMapType2 .storeMap_list .link:is(:hover, .open){background-color: #f4f4f4;}
	.storeMapType2 .storeMap_list .link:is(:hover, .open) .title:after{color: var(--point);}

	.storeMapType2 #storeMap{height:79.5rem; margin-bottom:0;}

	.storeFancyLay{width: 100%; max-width:1100px !important; margin:0 auto; padding:5rem 7rem 0 !important; font-size:0; line-height:0; display: none; overflow: visible !important;}
	.storeFancyLay.fancybox__content&gt;.carousel__button.is-close{width:2.8rem !important; height:2.8rem !important; right:2.5rem !important; top:2.5rem !important;}
	.storeFancyLay.fancybox__content&gt;.carousel__button.is-close svg{width:100%; height:100%; stroke-width:1.5; filter:none; color: var(--point);}

	.storeFancyLay .storeFancy_title{width:100%; padding-bottom:3rem; border-bottom:1px solid #aaa; text-align: center;}
	.storeFancyLay .storeFancy_title img{height:4.4rem;}

	.storeFancyLay .storeFancy_in{width:100%; margin-top:6rem; padding-bottom:8rem; display: flex; align-items: center; justify-content: space-between; gap:3rem;}
	.storeFancyLay .storeFancy_thumb{width:50%; max-width:42rem;}
	.storeFancyLay .storeFancy_thumb&gt;p{width:100%; border:1px solid #eee; background:#f8f9fb url("/images/sub/bg_storeFancy_thumb.jpg") no-repeat center center/cover; aspect-ratio:418/298}
	.storeFancyLay .storeFancy_thumb img{width:100%; height:100%; object-fit:cover; object-position: center center;}

	.storeFancyLay .storeFancy_text{width:50%; max-width:47rem;}/* padding-top:1rem; */

	.storeFancyLay .store_info-title{margin-bottom:3.5rem; font-weight: bold; font-size:3rem; line-height:1.3; color: #1b1b1b;}

	.storeFancyLay .store_info-type{margin:-2rem 0 1rem; font-weight: 500; font-size:2.2rem; line-height:3rem; color: #333; display: flex; gap:2rem;}
	.storeFancyLay .store_info-type&gt;span{padding-left:2.2rem; position: relative;}
	.storeFancyLay .store_info-type&gt;span:before{content: ""; width: 1.3rem; height: 1.3rem; background-color: #4472c4; display: inline-block; position:absolute; left: 0; top:0.9rem; border-radius:50%;}
	.storeFancyLay .store_info-type&gt;span.c:before{background-color: #00b050;}

	.storeFancyLay .store_info{width:100%; margin-top:2rem; display: flex; align-items: flex-start; justify-content: space-between;}
	.storeFancyLay .store_info&gt;dt{width:8.5rem; height:3rem; background-color: #9da7c0; font-weight: 500; font-size:1.8rem; line-height:1; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; border-radius:0.3rem;}
	.storeFancyLay .store_info&gt;dd{width:calc(100% - 10.3rem); font-weight: 500; font-size:2.2rem; line-height:3rem; color: #333;}

	.storeFancyLay .store_representative{width:100%; margin-top:4.5rem;}
	.storeFancyLay .store_representative:before{content: "영업담당자"; height:4rem; background-color: #172448; font-weight: 700; font-size:1.8rem; line-height:1; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; border-radius:0.5rem;}
	.storeFancyLay .store_representative .name{margin:3rem 0 1.5rem; font-weight: 700; font-size:2.2rem; line-height:1; color: #1b1b1b;}
	.storeFancyLay .store_representative p:is(.phone, .mail){font-size:1.8rem; line-height:2.2rem; color: #666; position: relative;}
	.storeFancyLay .store_representative p:is(.phone, .mail):before{content: ""; padding-right:0.5rem; font-weight: 500; color: #1b1b1b;}
	.storeFancyLay .store_representative p.phone:before{content: "H.P :";}
	.storeFancyLay .store_representative p.mail:before{content: "E-mail :";}


	.storeFancyLay .fancybox-button.fancybox-close-small{padding:0.5rem; background-color:rgba(0,0,0,0.7); color: #fff; right: -2.2rem; top: -2.2rem; border-radius: 99px; opacity: 1 !important;}

@media only screen and (max-width : 1480px){
	.storeFancyLay{width:calc(100% - 6rem);}
}
@media only screen and (max-width : 1280px){
	.photo_list ul.list{gap:4rem 3rem;}
	.photo_list ul.list li{width:calc((100% - 6rem) / 3);}

	.storeFancyLay{padding:5rem 3rem 0 !important;}
}
@media only screen and (max-width : 1024px){
	/* Board List Style */
		.board-total{font-size:2.2rem;}

		.board_list{}
		.board_list&gt;table{}
		.board_list&gt;table,
		.board_list&gt;table tbody,
		.board_list&gt;table tr,
		.board_list&gt;table td,
		.board_list&gt;table th{padding:0; background-color: #fff; border:none; font-size:2.2rem; display:block;}
		.board_list&gt;table .td_num2,
		.board_list&gt;table&gt;thead{display:none;}
		.board_list&gt;table .td_chk{width:auto; margin:-1rem 0 1rem; text-align: left; font-size:0; line-height:0;}
		.board_list&gt;table .td_subject{padding:0;}

		.board_list&gt;table tr{padding:3rem 2rem; border-bottom:1px solid #e2e2e2;}
		.board_list&gt;table tr.notis{padding:3rem 2rem; background-color: #f4f4f4;}
		.board_list&gt;table tr+tr{}

		.board_list&gt;table&gt;thead&gt;tr&gt;th{}

		.board_list&gt;table .notice_icon{font-size:1.6rem;}

		.board_list&gt;table .td_subject&gt;a{font-size:2.4rem; -webkit-line-clamp: 2;}

		.board_list&gt;table .btm{margin-top:1rem; display:inline-block; vertical-align: middle; position: relative;}
		.board_list&gt;table .btm+.btm{margin-left:3.1rem;}
		.board_list&gt;table .btm+.btm:before{content: ""; width: 1px; height: 1.4rem; margin-top:-0.7rem; background-color: #aaa; display: inline-block; position:absolute; left: -1.8rem; top:50%;}

		.board_list&gt;table .state{margin-top:0.8rem; padding:0;}
		.board_list&gt;table .state .icon{width:10rem; height:4rem; font-size:2rem;}

		.board_list&gt;table .file{font-size:2.2rem;}

		.board_list&gt;table .store_photo{padding:0 0 3rem;}
		.board_list&gt;table .store_photo img{max-height:40rem;}

		.board_list&gt;table .store_info{margin-top:1rem; text-align: left; display: flex; justify-content: flex-start; position: relative;}
		.board_list&gt;table .store_info:before{width:12rem; content: attr(data-title);font-weight: 400; color: #333; white-space: nowrap;}
		.board_list&gt;table .store_info:after{content:":"; position: absolute; left:9.3rem; top:50%; transform: translateY(-50%);}
		.board_list&gt;table .store_info+.store_info{margin-top:0.5rem;}

		.board_list.many{}
		.board_list.many&gt;table tr{padding-bottom:2rem;}
		.board_list.many&gt;table td{margin-bottom:1rem; text-align: left; position: relative; display: flex; flex-direction: row; align-items: center; justify-content: flex-start;}
		.board_list.many&gt;table .bo_tit{justify-content: flex-start;}
		.board_list.many&gt;table td.td_num2{display:none;}
		.board_list.many&gt;table td:before{width:12rem; min-width:12rem; content: attr(data-title); padding-right:2rem; font-weight: 500; color: #222; text-align: justify;}
		.board_list.many&gt;table td:after{content:""; width:1px; height:1.6rem; background-color: #ccc; font-size:0; position: absolute; left:10.5rem; top:50%; transform: translateY(-50%);}

		.board_list&gt;table .td_chk{}
		.board_list&gt;table .noPost&gt;td{height:20rem; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center;}
		.board_list&gt;table .td_chk:before,
		.board_list&gt;table .td_chk:after,
		.board_list&gt;table .noPost&gt;td:before,
		.board_list&gt;table .noPost&gt;td:after{display:none;}

		.board_list.line&gt;table{width:100%;}
		.board_list.line&gt;table th,
		.board_list.line&gt;table td{border-right:none;}

		.board_list.line&gt;table .tac .bo_tit,
		.board_list.line&gt;table .bo_tit.tac{justify-content: flex-start;}

	/* Board View */
		.board_view&gt;table th,
		.board_view&gt;table td{font-size:2.2rem;}

		.board_view&gt;table .view_title{font-size:2.4rem;}
		.board_view&gt;table .view_info p.txt{}

		/* 매장찾기 */
			.store_view{display: block;}
			.store_view&gt;*{width:100%; max-width:none;}
			.store_view .right_box{margin:4rem 0 0 0;}

			.storePhoto{max-width:calc(100vw - 10rem);}

		/* 제품 상세 */
			.product_view{display: block;}
			.product_view&gt;*{width:100%; max-width:none;}
			.product_view .right_box{margin:6rem 0 0 0;}
			.product_view .productText .view-scroll{max-height:none; overflow: visible;}

	/* Board Write */
		.board_write .small{max-width:100%;}

	/* Photo List */
		.photo_list ul.list li .gall_cont .area{padding-top:2.5rem;}
		.photo_list ul.list li .gall_cont .area .tt{font-size:2.2rem; line-height:3.2rem;}

		.photo_list ul.list li .gall_cont .area .title{}

		.photo_list.event ul.list{gap:3rem;}
		.photo_list.event ul.list li{width:calc((100% - 3rem) / 2);}

		.photo_list ul.list li.noPost{width:100%;}

	/* Store2 */
		.storeMapType2 .storeMap-left{width:100%; min-width:auto;}
		.storeFancyLay{padding:4rem 2rem 0 !important;}
}
@media only screen and (max-width : 840px){
	/* Input Style */
		input[type=button],
		input[type=text],
		input[type=password],
		input[type=file],
		input[type=submit],
		select,
		textarea,
		.board_write .btns{height:7rem; font-size:2.4rem; line-height:6.8rem;}

		select{padding-right:4rem; background-position: calc(100% - 1rem) center; background-size: 2rem; line-height:7rem;}
		textarea{height:30rem; line-height:1.55;}

		input[required],
		textarea[required]{background-image:url('/images/require.png'); background-repeat:no-repeat; background-position:right top}
		select[required]{background-image:url('/images/require.png'), url('/images/bg_select.svg'); background-repeat:no-repeat; background-position:right top, calc(100% - 1rem) center; background-size:2rem;}

	/* Check New Style */
		.check-new{}
		.check-new input[type=checkbox]+label,
		.check-new input[type=radio]+label{font-size:2.2rem; line-height:2.4rem;}
		.check-new .more{font-size:2.2rem;}

		.check-new input[type=checkbox]+label&gt;.graphic,
		.check-new input[type=checkbox]+label&gt;.graphic:before,

		.check-new input[type=radio]+label&gt;.graphic,
		.check-new input[type=radio]+label&gt;.graphic:before{width: 2.6rem; height: 2.6rem;}

		.check-new input[type=radio]+label&gt;.graphic:before{width: 60%; height: 60%;}

	/* Clause Box Style */
		.clauseArea&gt;.tit{font-size:2.2rem;}
		.clauseArea .scroll{height:30rem; font-size:2rem;}
		.clauseArea .scroll&gt;p{}
		.clauseArea .scroll&gt;p&gt;strong{font-size:2.2rem;}

		.clauseArea .scroll ol&gt;li{margin-left:-0.5rem; padding-left:3.3rem; position: relative; box-sizing:border-box;}
		.clauseArea .scroll ol&gt;li:before {width:2.5rem;}

		.clauseArea .scroll ul.bul&gt;li{position: relative;}
		.clauseArea .scroll ul.bul&gt;li:before{}

		.clauseArea .scroll ul.circle&gt;li{padding-left:1.5rem; position: relative;}
		.clauseArea .scroll ul.circle&gt;li:before{content: "ο"; display: inline-block; position:absolute; left: 0; top:-1px;}

	/* Search Style */
		.board_search{}
		.board_search.two{flex-wrap: wrap;}
		.board_search .mobile_Block{width:100%; margin-bottom:1rem; display: flex; justify-content: space-between; gap:2rem;}
		.board_search .mobile_Block select{width:100%; margin-right:0;}

		.board_search select{padding:0 5.5rem 0 2rem; background-size: 2rem;}

		.board_search input[type=text]{width:calc(100% - 15rem);}
		.board_search input[type=submit]{min-width:14rem; font-size:2.4rem;}

		.board_search.store2{padding-top:9rem; justify-content: space-between;}
		.board_search.store2 *+*{margin-left:0;}
		.board_search.store2 select+select{margin-left:2rem;}
		.board_search.store2 select{width:50%;}

		.board_search.divide{flex-wrap: wrap;}
		.board_search.divide *+*{margin-left:0;}
		.board_search.divide select+select{margin-left:2rem;}
		.board_search.divide select{width:calc(50% - 1rem);}
		.board_search.divide .mflex{width:100%; margin-top:2rem; display: flex; justify-content: space-between;}

		.board_search.small{margin-bottom:3rem;}

	/* Category Style */
		.multi-tab{}
		.multi-tab .name{display: flex;}

		.multi-tab ul.multi-list{width:100%; margin:0; background-color: #fff; border:1px solid #ddd; display: none; position: absolute; left:0; top:calc(100% - 1px); z-index:3;}
		.multi-tab ul.multi-list&gt;li{margin:0; display:block;}
		.multi-tab ul.multi-list&gt;li+li{border-top:1px solid #ddd;}
		.multi-tab ul.multi-list&gt;li a{height:6.5rem; border:none; font-size:2rem; text-align: left; white-space: normal; border-radius:0; justify-content: flex-start;}
		.multi-tab ul.multi-list&gt;li a&gt;span{}

		.multi-tab.open .name:after{transform:rotate(-45deg);}
		.multi-tab.open .name:before{transform:rotate(45deg);}

	/* Board Option */
		.board_btn{padding:0 0;}
		.board_btn&gt;*{}
		.board_btn&gt;.total{font-size:2rem;}
		.board_btn&gt;.total&gt;strong{}

		.board_btn .click{max-width:20rem; height:7rem;}
		.board_btn .click .fa{}
		.board_btn .click .fa.fa-pencil{}

		.board_btn .click.big{width:30rem; height:7rem; font-size:2.4rem;}

		.board_btn.write .board_user{width:calc(100% + 2rem); margin:-1rem; display: flex; flex-flow: row wrap; justify-content: space-between;}
		.board_btn.write .board_user&gt;li{flex:1 1 30%; margin:1rem !important;}
		.board_btn.write .click.big{width:100%; min-width:auto; padding:1.8rem 2.5rem;}

		.board_btn.two,
		.board_btn.three{justify-content: space-between; flex-wrap: nowrap;}
		.board_btn.two .click{width:calc(50% - 1rem);}
		.board_btn.three .click{width:calc(33.3%);}

	/* Board List Style 2 */
		.board_area .list{}
		.board_area .list&gt;li{}
		.board_area .list&gt;li&gt;*{}
		.board_area .list&gt;li&gt;a{max-width:100%;}
		.board_area .list .title{overflow:hidden;}
		.board_area .list .title&gt;dt{font-size:2.4rem;}
		.board_area .list .title&gt;dd{margin-left:0rem;}
		.board_area .list .title&gt;dd&gt;span{padding:0; font-size:2.2rem; line-height:3.2rem; display:block;}
		.board_area .list .title&gt;dd&gt;span:before{display:none;}
		.board_area .list .title&gt;dd&gt;div{padding:0; font-size:2.2rem; line-height:3.2rem;}

		.board_area .list&gt;li&gt;.etc{}
		.board_area .list&gt;li&gt;.etc&gt;.category&gt;span,
		.board_area .list&gt;li&gt;.etc&gt;.day{height:auto; display: block;}
		.board_area .list&gt;li&gt;.etc .category{display:none !important;}
		.board_area .list&gt;li&gt;.etc .day{margin-left:0; font-size:2rem;}

	/* Board View */
		/* 매장찾기 */
			.customoverlay .coBox,
			.customoverlay .title{font-size:2rem;}

			.storePhoto{max-width:calc(100vw - 6rem);}

		/* 제품 상세 */
			.product_view{display: block;}
			.product_view&gt;*{width:100%; max-width:none;}
			.product_view .right_box{}

			.product_view .productText{}
			.product_view .productText .view-hGroup{padding-bottom:4rem; margin-bottom:4rem;}
			.product_view .productText .title{font-size:4rem;}
			.product_view .productText .tit{padding-top:2rem; font-size:2.4rem; line-height:3.6rem;}
			.product_view .productText .view-scroll{font-size:2.2rem; line-height:1.6;}
			.product_view .productText .view-scroll ul&gt;li{background-position: left 5px;}

	/* PageNavigation Style */
		.pageNavigation&gt;dl&gt;dd&gt;.day{height:7rem; right:2rem; display:none;}

	/* Comment Style */
		.comment_Area{}
		.comment_Area input[type=text],
		.comment_Area input[type=password],
		.comment_Area textarea{width:35%; height:5.5rem; margin-right:1rem; font-size:2.2rem; line-height:5.3rem;}
		.comment_Area textarea{width:100%; height:20rem; margin-right:0; font-size:2.2rem;}
		.comment_Area *[type=submit]{width:100%; height:7rem; margin-top:2rem; font-size:2.4rem;}

		.comment_Area .comment_title{font-size:2.4rem;}

		.comment_Area .comment_write{padding:3rem 0 4rem;}
		.comment_Area .comment_write&gt;div{}
		.comment_Area .comment_write&gt;div.top{}
		.comment_Area .comment_write&gt;div.top&gt;*{flex:1 1 100%;}
		.comment_Area .comment_write&gt;div.top&gt;.checkIn{flex-basis:auto;}
		.comment_Area .comment_write&gt;div.btm{margin-top:2rem; display:block;}

		.comment_Area .comment_list{}
		.comment_Area .comment_list&gt;dl{padding:3rem 10rem 3rem 0;}
		.comment_Area .comment_list&gt;dl&gt;dt{font-size:2.4rem;}
		.comment_Area .comment_list&gt;dl&gt;dd{}
		.comment_Area .comment_list&gt;dl&gt;dd p{font-size:2.2rem;}
		.comment_Area .comment_list&gt;dl&gt;dd p+p{margin-left:2.7rem;}
		.comment_Area .comment_list&gt;dl&gt;dd p+p:before{height:1.4rem; margin-top:-0.7rem; left: -1.4rem;}
		.comment_Area .comment_list&gt;dl&gt;dd .comment_option{width:8.6rem; right:0; display:block;}
		.comment_Area .comment_list&gt;dl&gt;dd .comment_option&gt;a{width:100%; height:4.2rem; padding:0; font-size:2rem; line-height:4rem;display:block;}
		.comment_Area .comment_list&gt;dl&gt;dd .comment_option&gt;a+a{margin:1rem 0 0 0;}

		.comment_Area .comment_list&gt;dl.no_comment{}

	/* Board Write */
		.board_write{}
		.board_write&gt;table{}
		.board_write&gt;table,
		.board_write&gt;table thead,
		.board_write&gt;table tbody,
		.board_write&gt;table tr,
		.board_write&gt;table th,
		.board_write&gt;table td{height:auto; padding:0; display:block;}
		.board_write&gt;table th{width:100%; padding:4rem 0 2rem; background-color: #fff; border:none; font-size:2.2rem; text-align: left;}

		.board_write&gt;table td{padding-bottom:4rem; font-size:2rem;}
		/*
		.board_write&gt;table th{width:16rem; padding-left:0;}
		*/

		.board_write .btns{width:16rem;}

		.board_write .btnBox{}
		.board_write .btnBox&gt;input,
		.board_write .btnBox&gt;select{}
		.board_write .btnBox&gt;input+.btns{}
		.board_write .btnBox&gt;.btns{padding:0 2.5rem;}

		.board_write .flex.three input{width:100%;}

		.board_write .file{}
		.board_write .fileArea .filePlus,
		.board_write .file&gt;.file_wrap&gt;.btnFile,
		.board_write .file&gt;.thumb,
		.board_write .file&gt;.thumb.text{height:5.5rem;}

		.board_write .fileArea .filePlus,
		.board_write .file&gt;.file_wrap&gt;.btnFile,
		.board_write .file .thumb.text{font-size:2rem; line-height:5.5rem;}

		.board_write .file+.file{}
		.board_write .file&gt;.file_wrap&gt;.btnFile{}
		/*.board_write .file&gt;.file_route{font-size:18px;}*/

		.board_write .file&gt;.thumb{width:5.5rem;}
		.board_write .file&gt;.thumb.text{}

		.board_write .fileArea .filePlus{}

		.board_write .type{font-size:2.2rem;}

	/* Faq List */
		.faqArea{}
		.faqArea&gt;li{}
		.faqArea&gt;li .checkIn{position: absolute; left:1.5rem; top:1rem;}
		.faqArea&gt;li .admGos{right:auto; left:5.5rem; top:0.8rem;}
		.faqArea&gt;li+li{}
		.faqArea&gt;li .q{font-size:2.2rem; line-height:3.4rem;}
		.faqArea&gt;li .q:before{height:4rem; font-size:2rem;}
		.faqArea&gt;li .q:after{font-size:2.5rem; right:3.5rem;}

		.faqArea&gt;li .q:hover{}

		.faqArea&gt;li .a{font-size:2.2rem; line-height:3.4rem;}
		.faqArea&gt;li .a:before{height:4rem; font-size:2rem;}

		.faqArea&gt;li.noPost{font-size:2.2rem;}

		.faqArea&gt;li.ad{padding-top:3rem;}

	/* Photo List */
		.photo_list ul.list{gap:3rem 2rem;}
		.photo_list ul.list li{width:calc((100% - 2rem) / 2);}

		.photo_list ul.list li .gall_cont p.over&gt;span{font-size:2rem;}

		.photo_list ul.list li .gall_cont .area{padding:2rem 0 0;}

		.photo_list ul.list li .gall_cont .area .title .icon{}
		.photo_list ul.list li .gall_cont .area .title .icon:before{min-width:2.4rem; min-height:2.4rem; font-size:1.4rem; line-height:2.4rem;}

		.photo_list ul.list li .gall_cont .area .cate,
		.photo_list ul.list li .gall_cont .area .day{margin-top:0.5rem;}

		.photo_list ul.list li .gall_cont .area .btns{margin-top:2.5rem; display: flex; justify-content: center;}
		.photo_list ul.list li .gall_cont .area .btns&gt;*{height:4.6rem; padding:0 2.2rem; font-size:1.8rem;}
		.photo_list ul.list li .gall_cont .area .btns.down img{width:1.7rem;}

		.photo_list ul.list li .gall_cont .area .e_icon{}
		.photo_list ul.list li .gall_cont .area .e_icon&gt;span{width:100%; height:4rem; line-height:3.5rem; border-radius:4px;}

		.photo_list ul.list li .gall_cont .area .two{max-height:6rem;}
		.photo_list ul.list li .gall_cont .area .three{max-height:9rem;}

		.photo_list button.more{width:28rem; height:7rem; font-size:2.2rem;}
		.photo_list button.more:after{font-size:2rem;}

		.photo_list ul.list li.noPost{font-size:2.2rem;}

		.photo_list.event ul.list{gap:3rem 2rem;}
		.photo_list.event ul.list li{width:calc((100% - 2rem) / 2);}

	/* Store2 */
		.storeMapType2{display:block;}
		.storeMapType2 .storeMap-left{width:100%;}

		.storeMapType2 .store_search{padding:4rem 2rem; gap:1rem;}
		.storeMapType2 .store_search label,
		.storeMapType2 .store_search select,
		.storeMapType2 .store_search input[type=text],
		.storeMapType2 .store_search input[type=submit]{height:6rem; font-size:2.2rem; line-height:5.8rem;}

		.storeMapType2 .store_search input[type=text]{width:calc(100% - 10rem);}
		.storeMapType2 .store_search input[type=submit]{width:9rem;}

		.storeMapType2 .storeMap_list{height:calc(70vh - 14rem);}
		.storeMapType2 .storeMap_list .link{}
		.storeMapType2 .storeMap_list .link .title{font-size: 2.6rem;}
		.storeMapType2 .storeMap_list .link .text{font-size:2.2rem; line-height:3rem;}
		.storeMapType2 .storeMap_list .link .btns{display: flex; gap:1rem;}
		.storeMapType2 .storeMap_list .link .btns&gt;a{max-width:none; height:5.1rem; font-size:2rem;}

		.storeMapType2 #storeMap{display:none;}

		.storeFancyLay{}
		.storeFancyLay .storeFancy_in{margin-top:4rem; padding-bottom:6rem; gap:4rem; flex-wrap: wrap;}
		.storeFancyLay .storeFancy_thumb{width:100%; max-width:none;}

		.storeFancyLay .storeFancy_text{width:100%; max-width:none; padding-top:0;}
		.storeFancyLay .store_info-title{margin-bottom:2.5rem;}
		.storeFancyLay .store_info&gt;dt{width:10rem; height:4rem; font-size:2rem;}
		.storeFancyLay .store_info&gt;dd{width:calc(100% - 12rem); font-size:2.4rem; line-height:4rem;}

		.storeFancyLay .store_representative:before{height:5rem; font-size:2.2rem;}

		.storeFancyLay .store_representative .name{font-size:2.4rem;}
		.storeFancyLay .store_representative p:is(.phone, .mail){font-size:2.2rem; line-height:2.6rem;}
}
/*
transition: all .5s linear;
transition: all .5s ease-out;
transform:rotate(180deg);
-webkit-transition-timing-function:ease-in linear; transition-timing-function:ease-in linear;
-webkit-transition-delay: .8s; transition-delay: .8s;
:before{content: ""; width: 24px; height: 24px; background-color: #fff; border:1px solid #666; display: inline-block; position:absolute; left: 0; top:0px;}
display: flex; justify-content: space-between; // 양쪽 끝 정렬
display: flex; justify-content: space-around; // 센터 정렬
display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; //한줄 감추기
display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; //두줄 감추기
active
:first-child
text-indent:-99999px;
!important
display:table;
table-layout:fixed;
display:table-row;
display:table-cell;
box-sizing:border-box;
word-break:keep-all; word-wrap:break-word;
border-radius:2px;
*/</pre></body></html>