@charset "utf-8";
body{
/*
    background: url(/_rentalIMG/springBG.jpg);
    background-size: cover;
	background-attachment:fixed;
*/
}

html.hide{height:100vh; overflow:hidden;}

.inner{
    max-width:1280px;
    margin:auto;
    position:relative
}
#wrap{
    position:relative;
    width:100%;
    overflow:hidden;
    z-index:10;
    background-color:#f6f4f3;
/*
	background: url(/_rentalIMG/springBG.jpg);
	background-size: cover;
	background-attachment:fixed;
*/
}
#header{
}
#header .header_wrap{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#fff;
    border-bottom:1px solid #eee;
    z-index:1000;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
    -ms-transition:all .2s linear;
    transition:all .2s linear
}
#header.scrolled .header_wrap{
    top:-16.2rem;
    -webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);
    box-shadow:0 2px 8px rgba(0,0,0,.1)
}
#header .top_wrap { background: #f5fafa; border-bottom:1px solid #eee }
#header .top_wrap { height: 40px; line-height: 40px; }
#header .top_wrap .container{ position: relative; max-width: 1280px; margin: 0 auto; }
#header .top_wrap .top_nav { position: absolute; top: 0; right: 0; }
#header .top_wrap .top_nav li { float: left; margin-right: 23px; }
#header .top_wrap .container .top_bnr_txt { text-align: center; font-size:1.1em; }
#header .top_wrap .top_nav li:last-child { margin: 0; }

/* header 로고, Search, 고객센터 Call No */
#header .hd_top{
    border-bottom:1px solid #e8e8e8
}
#header .hd_top .inner{
	max-width: 1280px;
	padding: 0 3rem;
	display: flex;
	justify-content: space-between;
}
#header .hd_top .inner>* {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#header .hd_top h1{
	flex: 0 1 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 1.7rem 0;
	width:22rem;
}
#header .hd_top h1>a img {
    width: 16.1rem;
}
#header .hd_top .h_sch{
    text-align: center;
    position: relative;
    justify-content: center;
	/*height:7.9rem;*/
}
#header .hd_top .h_sch .sch_area{
	position:relative;
    width:40rem;
    border:2px solid #404f81;
    border-radius:12px;
    display:inline-block;
}
#header .hd_top .h_sch .sch_area input{
    width:100%;
    height:4.2rem;
    font-size:1.4rem;
    line-height:2rem;
    padding:11px 0 11px 15px;
    color:#000;
    letter-spacing:-.025em;
}
#header .hd_top .h_sch .sch_area button{
    width:5rem;
    position:absolute;
    top:1rem;
    right:0;
	font-size:2.2rem;
	color:#267db5
}
#header .hd_top .h_right{
	justify-content: flex-end;
    position: relative;
	width:22rem;
}
#header .hd_top .h_evt>ul>li.call_ani{
    font-size:3rem;
    font-weight:900;
    font-family:nanumsquareround,sans-serif;
    color:#267db5;
	line-height:2.5rem;
}
#header .hd_top .h_evt>ul>li.call_ani i {
    background: url(/images/ico_phone.png) no-repeat;
	background-size: cover;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    left: -2rem;
    top: 2.7rem;
}
#header .hd_top .h_evt>ul>li.call_ani>div{
    font-size:1.4rem;
    font-weight:600;
    color:#4b4b4b;
	text-align:right;
}
/* header 로고, Search, 고객센터 Call No */

#header .hd_gnb .inner{
    height:54px;
	text-align:center;
}
#header .h_gnb{
	width: 100%;
    position:relative;
	display:inline-block;
}

#header .h_gnb>ul{
width: 100%;
    display: flex;
    flex-direction: row;
}

#header .h_gnb>ul>li{
    position:relative;
	padding:0 1rem;
	flex:1;
	white-space:nowrap;
}
#header .h_gnb>ul>li>a{
    position:relative;
    display:block;
    color:#000;
    font-size:1.8rem;
    line-height:54px;
    height:54px;
    letter-spacing:-.8px
}
#header .h_gnb>ul>li>a:after{
    content:'';
    display:inline-block;
    height:2px;
    position:absolute;
    bottom:0;
    left:0;
    right:100%;
    background:#4a9fd6;
    -webkit-transition-property:right;
    transition-property:right;
    -webkit-transition-duration:.2s;
    transition-duration:.2s;
    -webkit-transition-timing-function:ease-out;
    transition-timing-function:ease-out
}
#header .h_gnb>ul>li.active>a,#header .h_gnb>ul>li:hover>a{
    font-weight:500;
    color:#2d2d2d !important
}
#header .h_gnb>ul>li.active>a:after,#header .h_gnb>ul>li:hover>a:after{
    right:0
}
#header .h_gnb>ul>li:hover .gnb_subCate{
    /*display:block!important;*/
}
#header .gnb_subCate{
    position:absolute;
    top:54px;
    left:50%; transform: translate(-50%, 0);
    padding-top:10px;
    display:none;
	z-index:2;
}
#header .gnb_subCate .box{
    min-width:200px;
    padding:22px 0;
    -webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.35);
    -moz-box-shadow:0 10px 20px -10px rgba(0,0,0,.35);
    box-shadow:0 10px 20px -10px rgba(0,0,0,.35);
    -webkit-animation-duration:300ms;
    animation-duration:300ms
}
#header .gnb_subCate li a{
    display:block;
    line-height:34px;
    font-size:1.6rem;
    padding:0 30px
}
#header .gnb_subCate li a:hover{
    color:#4a9fd6;
    background:#f9f9f9;
    padding-left:34px
}










#container{
    position:relative;
    padding:14rem 0 12rem;
    z-index:2;
	min-height:850px;
	margin:0 auto;
}




#footer{
    position:relative;
    padding:3rem 0;
    background:#2d2d2d;
    color:#acacac;
    letter-spacing:-.01em;
}
#footer h3.ft_tit{
    font-size:1.2rem;
    letter-spacing:.01em;
    font-weight:700;
    color:#fff;
    margin-bottom:0.5rem
}
#footer .ft_sec{
    float:left
}
#footer .ft_sec01{
	width: calc( (100% - 24rem) );
}
#footer .ft_sec02{
    width:24rem;
}
#footer .ft_center{
}
#footer .ft_center p{
    font-size:3.6rem;
    font-weight:700;
    color:#4a9fd6;
    line-height:1
}
#footer .ft_center span{
    display:block;
    margin-top:1rem
}
#footer .ft_center span a{
    color:#acacac
}
#footer .ft_company{}
#footer .ft_information{ margin-top:1rem; }
#footer .ft_information>div{
	font-size:1.3rem;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#footer .ft_information>div>p{
	margin-right:2rem;
}
#footer .ft_information>div>p>span{
    color:#676767;
    margin-right:0.8rem;
}

#footer .ft_link a{color:#fff;}
#footer .ft_link a:after { content: ''; display: inline-block; width: 1px; height: 5px; margin: 0 1.4rem 0.2rem 1.8rem; background: #afb2b7; }
#footer .ft_link a:last-child:after { width: 0px; margin:0; }
#footer .ft_sec03{clear:both; margin-top:2rem; display:inline-block; text-align:center; width:100%;}
#footer .ft_sec03 p{font-size:1.1em; color: #bdc7ff;}
#footer .ft_sec03 .ft_copyright{ font-size:1.2rem; text-transform:uppercase; letter-spacing:.01em; color:#fff; margin-top:0.5rem;}













.floating{
}
.floating{
    position:fixed;
    bottom:10rem;
    right:2rem;
    z-index:1000;
    opacity:0;
    transform:translate(80px,0px);
    -webkit-transform:translate(80px,0px);
    transition:all .6s cubic-bezier(.5,-.02,0,.99);
    -webkit-transition:all .6s cubic-bezier(.5,-.02,0,.99)
}
.scrolled .floating{
    opacity:1;
    transform:translate(0px,0px);
    -webkit-transform:translate(0px,0px)
}
.floating a{cursor:pointer;}
.floating a.btn_top{
    width:6rem;
    height:6rem;
    display:block;
    border:2px solid #e4e4e4;
    background:url(/_rentalIMG/btn_top.png) no-repeat rgba(255,255,255,.8);
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:8px auto
}
.floating a.btn_kakao{
    width:6rem;
    height:6rem;
    display:block;
    border:2px solid #ffd500;
    background:url(/_rentalIMG/ico_kakao.png) no-repeat center center #ffde00;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:8px auto
}

.floating a.btn_consult{
    width:6rem;
    height:6rem;
    display:block;
    border:2px solid #e4e4e4;
    background:url(/_rentalIMG/icon-cs.png) no-repeat center center #ffffff;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:8px auto
}

.floating a.btn_tel{
    width:6rem;
    height:6rem;
    display:none;
    border:2px solid #e4e4e4;
    background:url(/_rentalIMG/icon-tel.png) no-repeat center center #ffffff;
    -webkit-background-size:90% auto;
    background-size:90% auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:8px auto;
}

#header .mMenu,
#header .mMenu>span,
#header .mMenu:before,
#header .mMenu:after{transition: all .3s ease-out; transform-origin: 50% 50%;}

#header .mMenu{width:3.4rem; height:2.9rem; background-color:transparent; border:none; font-size:0; line-height:0; z-index:4; cursor: pointer; overflow:hidden; position: relative; display:none;}
#header .mMenu>span,
#header .mMenu:before,
#header .mMenu:after{content: ""; width: 100%; height: 0.3rem; background-color:#fff; display: inline-block; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);}

#header .mMenu>span{width:50%; margin-top:0; left:auto; right:0; transform: translate(0, -50%);}
#header .mMenu:before{width:75%; margin-top:-1.2rem; left:auto; right:0; transform: translate(0, -50%);}
#header .mMenu:after{margin-top:1.3rem;}

#header .mMenu.open>span{width:100%; opacity:0;}
#header .mMenu.open:before{width:100%;margin:-0.1rem 0 0 -1.7rem; transform:rotate(45deg);}
#header .mMenu.open:after{margin:-0.1rem 0 0 -1.7rem; transform:rotate(-45deg);}

#header .mMenu:before,
#header .mMenu:after{background-color:#1b1b1b;}
#header .mMenu>span{background-color: var(--point);}

.menuLayer .gnb>li>a,
.menuLayer .gnb>li>a i,
.menuLayer .gnb>li>a i:after,
.menuLayer .gnb>li>a i:before,
.menuLayer .gnb .gnbSub>li>a{transition: all .3s ease-out; transform-origin: 50% 50%;}
.menuLayer{transition: all .5s ease-in-out; transform-origin: 50% 50%;}

.menuLayer{width:100%; background-color: rgba(0,0,0,0.7); font-size:0; line-height:0; position: fixed; top:6.875rem; bottom:0; z-index:12; overflow:hidden; overflow-y:auto;}
.menuLayer .gnb{background-color: #fff; border-top:1px solid #ccc;}
.menuLayer .gnb>li{border-bottom:1px solid #ccc; position: relative;}
.menuLayer .gnb>li>a{width:100%; padding:0 7rem 0 3rem; font-weight: 500; font-size:1.6rem; line-height:5rem; color: #1b1b1b; display:table; position: relative; box-sizing: border-box;}
.menuLayer .gnb>li>a>span{display:table-cell; vertical-align:middle; position: relative;}
.menuLayer .gnb>li>a i{width:2.6rem; height:1.4rem; margin-top:-0.7rem; position: absolute; right:3rem; top:50%; display:inline-block;}
.menuLayer .gnb>li>a i:after,
.menuLayer .gnb>li>a i:before{content: ""; width:1rem; height: 0.2rem; margin:0 0 0 0; background-color: #aaa; display: block; position:absolute; top:50%;}
.menuLayer .gnb>li>a i:after{right:1rem; transform:rotate(45deg);}
.menuLayer .gnb>li>a i:before{right:0.4rem; transform:rotate(-45deg);}

.menuLayer .gnb .gnbSub{background-color: #f7f7f7; display: none;}
.menuLayer .gnb .gnbSub>li{border-top:1px solid #ccc;}
.menuLayer .gnb .gnbSub>li>a{width:100%; padding-left:4.5rem; font-weight: 400; font-size:1.6rem; line-height:5rem; color: #666; text-align: left; letter-spacing: -1px; display:table; position: relative; box-sizing: border-box;}
.menuLayer .gnb .gnbSub>li>a>span{display:table-cell; vertical-align:middle; position: relative;}
.menuLayer .gnb>li.one>a i{transform:rotate(-90deg);}

.menuLayer .gnb>li.customer>a{color:var(--imp);}
.menuLayer .gnb>li.customer .gnbSub{background-color: #fff0f0;}

.menuLayer .gnb>li.active>a,
.menuLayer .gnb>li.oPage>a{background-color: var(--point); color: #fff;}
.menuLayer .gnb>li.active>a em,
.menuLayer .gnb>li.oPage>a em{color: #fff;}
.menuLayer .gnb>li.active>a i,
.menuLayer .gnb>li.oPage>a i{transform:rotate(-180deg);}
.menuLayer .gnb>li.active>a i:after,
.menuLayer .gnb>li.oPage>a i:after,
.menuLayer .gnb>li.active>a i:before,
.menuLayer .gnb>li.oPage>a i:before{background-color:#fff !important;}





#menuArea{right:-100%;}
#menuArea.open{right:0;}

#sticky_inquiry{
	width:100%;
    background:#2e3353;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:1000;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
    -ms-transition:all .2s linear;
    transition:all .2s linear;
}
.lastScroll #sticky_inquiry{
    bottom:-9rem
}

#sticky_inquiry .inquiry_bar{
	max-width:1280px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
    height:9rem;
    font-size:0;
    text-align:center;
    position:relative;
	overflow:hidden;
	padding:0 3rem;
}

#sticky_inquiry .inquiry_bar>* {
    display: flex;
/*	flex: 1 auto;*/
    flex-direction: row;
    align-items: center;
}


#sticky_inquiry .inquiry_bar .call,#sticky_inquiry .inquiry_bar .form{
	ustify-content: flex-start;
    text-align:left;
    font-size:1.4rem;
    color:#bebebe;
    line-height:1.5rem;
}

#sticky_inquiry .inquiry_bar .call{
	ustify-content: flex-start;
	position:relative;
	padding:0 0 0 4.5rem;
	min-width:28rem;
}
#sticky_inquiry .inquiry_bar .call i{
    position:absolute;
    left:0;
    top:50%;
    margin-top:-1.5rem;
	color:#fff;
	font-size:3.5rem;
}
#sticky_inquiry .inquiry_bar .call p{
	display:block;
    color:#4a9fd6;
    font-size:3rem;
    font-weight:700;
    letter-spacing:0;
    line-height:1;
    margin-top:0.2rem;
}

#sticky_inquiry .inquiry_bar .form{
	width: calc(100% - 28rem);
	justify-content: flex-end;
    position: relative;
}

#sticky_inquiry .inquiry_bar form{
	width:100%;
	display: flex;
	justify-content: space-between;
	height:4rem;
}
#sticky_inquiry .inquiry_bar form .btn{
	width:20rem;
	min-width:auto;
	height:100%;
	line-height:100%;
	justify-content: center;
	margin-left:2rem;
	font-size:1.7rem;
}

#sticky_inquiry .inquiry_bar form div{
	width:100%;
	display: flex;
	justify-content: space-between;
}
#sticky_inquiry .inquiry_bar form div>* {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-left:1rem;
	width:100%;
}
#sticky_inquiry .inquiry_bar .form input[type=text]{
	height:4rem;
    padding:0 15px;
    color:#fff;
    border:2px solid rgba(255,255,255,.2);
    background-color:rgba(255,255,255,.06);
	border-radius: 12px;
	font-size:1.4rem;
}
#sticky_inquiry .inquiry_bar .form .checksType_1{
    margin-left:0;
}
#sticky_inquiry .inquiry_bar .form .checksType_1 label{
    padding-left:2.5rem;
}
#sticky_inquiry .inquiry_bar .form .checksType_1 label:before,
#sticky_inquiry .inquiry_bar .form .checksType_1.on label:before{
    top:50%;
    margin-top:-1.2rem;
    border:2px solid rgba(255,255,255,.2)!important;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    background-color:rgba(255,255,255,.06) !important;
	width:2.2rem;
	height:2.2rem;
}
#sticky_inquiry .inquiry_bar .form .checksType_1 label p{
    color:#f2f2f2;
    font-size:1.4rem;
	letter-spacing: -1px;
	line-height:1.8rem;
}

.ck-content *{
	max-width:100% !important;
	height:auto !important;
}




/* 제품 리스트 */
.pro__flex {display: flex;align-items: flex-start;justify-content: flex-start;gap: 1.4rem;flex-wrap: wrap;}
.pro__flex .nPost{ width:100%;  text-align:center; font-size:2rem; margin-top:8rem;}
.pro__box {position: relative; transition: .3s ease; width: calc((100% - 4.2rem)/4); border: 1px solid #e4e4e4; background-color: #fff; padding: 1rem; border-radius: 1.5rem; overflow:hidden;}
.pro__img {position:relative; cursor: pointer; display: flex; align-items: center; justify-content: center; margin: 0 auto; aspect-ratio: 1/1;}
.pro__img img { object-fit: contain; width: 100%; height: 100%;}
.pro__img .warranty{position:absolute; left:5px; bottom:5px;}
.pro__img .warranty img{width:5rem;}

.pro__txt {margin-top: 0.5rem;}
.pro__txt b {font-size: 1.6rem; line-height:2.45rem; height:4.9rem; font-weight:400; color: #1b1b1b; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; word-break:break-word; margin:0.2rem 0;}
.pro__txt p { color:var(--point);font-size:1.4rem; height: 2rem; line-height: 2rem; font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break:break-word;
}
.pro__txt p.model{color:#970000; font-size:1.4rem;}
.pro__txt p.bLogo{height:3rem; margin-top:0.5rem;}
.pro__txt p.bLogo img{height:100%; margin-right:5px;}
.pro__txt strong {display: block;margin: 0.3rem 0 0;font-size: 1.4rem;font-weight: 400;color: #1b1b1b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro__txt strong span{margin-left:0.5rem; color:#0d9bd9; font-size:2rem; vertical-align: baseline;}
.pro__box:hover {border-color: var(--point);}


.pro__box:hover .pro__img img {transform: scale(1.05, 1.05); transition-duration: 0.5s;}
.pro__box .pro__img img {transition-duration: 0.3s;}


/* 제품 리스트 */







/*[s] Plugin Style */
.layer-base.fancybox__content>.carousel__button.is-close{width:3.3rem; height:3.3rem; top:2.2rem !important; right:3rem; display:none !important;}
.layer-base.fancybox__content>.carousel__button.is-close svg{width:100%; height:100%; stroke-width:1.5; filter:none; color: #222;}

.layer-base{padding:0 !important; background-color: transparent !important; font-size:0; line-height:0; display:none;}
.layer-base .layer-in{}
.layer-base .layer-title{margin-bottom:2rem; font-weight: bold; font-size:2.2rem; line-height:1; color: #222;}

.contact-form{width:100%; max-width:100rem;}
.contact-form.fancybox__content>.carousel__button.is-close{display:block !important;}
.contact-form .layer-in{padding:4rem; background-color: #fff; border-radius:2rem; overflow:hidden;}
/*[e] Plugin Style */



































/* 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{padding-left:2.7rem; font-size:1.6rem; line-height:2.4rem; color: #8c8c8c; display: inline-block; vertical-align: middle; cursor: pointer; position: relative;}

.check-new input[type=checkbox]+label>.graphic,
.check-new input[type=checkbox]+label>.graphic:before,

.check-new input[type=radio]+label>.graphic,
.check-new input[type=radio]+label>.graphic:before{content: ""; width: 2rem; height: 2rem; background-color: #fff; border:1px solid #8c8c8c; font-size:0; line-height:0; display: inline-block; vertical-align: top; position:absolute; left: 0; top:1px; opacity: 0.3; }

.check-new input[type=checkbox]+label>.graphic:before{background: url("/images/check.svg") no-repeat left top/cover; border:none; left:-1px; top:-1px; z-index:2;}

.check-new input[type=radio]+label>.graphic{border-radius:99px;}
.check-new input[type=radio]+label>.graphic:before{width: 50%; height: 50%; background-color:#8c8c8c; border:none; left: 50%; top:50%; border-radius:99px; transition: .3s; transform-origin: 50% 50%; transform: translate(-50%, -50%);}
.check-new input[type=radio]:checked+label>.graphic{border-color:var(--point);}
.check-new input[type=radio]:checked+label>.graphic:before{background-color:var(--point);}

.check-new input[type=checkbox]:checked+label>.graphic,
.check-new input[type=checkbox]:checked+label>.graphic:before,
.check-new input[type=radio]:checked+label>.graphic,
.check-new input[type=radio]:checked+label>.graphic:before{opacity: 1;}

.check-new input[type=checkbox]:checked+label,
.check-new input[type=radio]:checked+label{color: var(--bg);}

/* Check Style */
.checkIn{display: inline-block; vertical-align: top;}
.checkIn input[type=checkbox],
.checkIn input[type=radio]{display: none; position: absolute; left:0; top:0;}

.checkIn input[type=checkbox]+label,
.checkIn input[type=radio]+label{padding-left:2.6rem; font-size:1.6rem; line-height:1.6rem; color: #666; display: inline-block; vertical-align: middle; cursor: pointer; position: relative;}

.checkIn input[type=checkbox]+label:before,
.checkIn input[type=checkbox]+label:after,
.checkIn input[type=radio]+label:before,
.checkIn input[type=radio]+label:after{content: ""; width: 1.6rem; height: 1.6rem; background-color: #fff; border:1px solid #dedede; font-size:0; line-height:0; display: inline-block; vertical-align: top; position:absolute; left: 0; top:0;}

.checkIn input[type=checkbox]+label{}
.checkIn input[type=checkbox]+label:before{}
.checkIn input[type=checkbox]+label:after{border:none; background: url("/images/check.svg") no-repeat left top; background-size: cover; position: absolute; left:0; top:0; opacity: 0.3;}
.checkIn input[type=checkbox]:checked+label:before{border-color:#333;}
.checkIn input[type=checkbox]:checked+label:after{opacity: 1;}

.checkIn input[type=radio]+label{}
.checkIn input[type=radio]+label:before{border-radius:99px;}
.checkIn input[type=radio]+label:after{width: 1rem; height: 1rem; margin:-0.5rem 0 0 0; background-color: var(--point); border:none; left: 0.3rem; top:50%; border-radius:99px; -webkit-transition: .3s; transition: .3s; transform-origin: 50% 50%; opacity: 0.3;}
.checkIn input[type=radio]:checked+label:before{border-color:var(--point);}
.checkIn input[type=radio]:checked+label:after{opacity: 1;}

.checkIn.noTxt input[type=checkbox]+label,
.checkIn.noTxt input[type=radio]+label{width:2.2rem; height:2.2rem; padding:0; font-size:0; line-height:0; display: inline-block; cursor: pointer; position: relative;}
.checkIn.noTxt input[type=checkbox]+label:after{width:2.2rem; height:2.2rem;}
.checkIn.noTxt input[type=checkbox]+label:before,
.checkIn.noTxt input[type=radio]+label:after,
.checkIn.noTxt input[type=radio]+label:before{width: 2.2rem; height: 2.2rem; top:0px;}

.checkIn.top{margin-bottom:1.5rem;}
.checkIn.noTxt.in{margin:1rem 0 -1.5rem; position: relative; z-index:2;}

/* Clause Box Style */
.checkBox{margin:5rem 0 2rem; font-size:0; line-height:0; display: flex; flex-wrap: wrap; flex-direction: row; align-items:center; justify-content: flex-start;}
.checkBox.end{justify-content: flex-end;}
.checkBox>*{margin-top:1rem;}
.checkBox .check-new{margin-left:0 !important; margin-right: 3rem; vertical-align: middle; white-space: nowrap;}
.checkBox .check-new label{font-size:1.5rem;}
.checkBox .check-new input[type=text]{margin-left:1rem; max-width:22rem;}
.checkBox .type{height:2rem; line-height:2rem;}










.clauseArea{margin-top:6rem;}
.clauseArea.m0{margin-top:0;}
.clauseArea .checkBox{margin:1rem -3rem 0 0;}

.clauseArea{width:100%; font-size:0; line-height:0; overflow:hidden;}
.clauseArea + .clauseArea,
.board_write + .clauseArea{margin-top:6rem;}
.clauseArea>.tit{height:4rem; font-weight: 600; font-size:2rem; line-height:1; color: #333;}
.clauseArea .scroll{width:100%; height:auto; padding:2rem; background-color: #f9f9f9; border:1px solid #c2c2c2; font-weight: 300; font-size:1.4rem; line-height:1.4; color: #666; overflow:hidden; overflow-y:auto; box-sizing:border-box;}
.clauseArea .scroll.bor{height:30rem;}
.clauseArea .scroll strong{font-weight: 400;}
.clauseArea .scroll>p{margin:3rem 0 0.5rem; font-weight: 500; font-size:1.8rem; color: #222;}
.clauseArea .scroll>p:first-child{margin-top:0rem;}
.clauseArea .scroll>p>strong{font-weight: 600; font-size:2.4rem; color: #222; display:inline-block;}
.clauseArea .scroll *+p>strong{margin-top:3rem;}

.clauseArea .scroll ol{counter-reset:item; margin-top:1rem;}
.clauseArea .scroll li>p{margin-top:1rem;}
.clauseArea .scroll ol>li>ol{margin-top:0rem;}

.clauseArea .scroll ol>li{margin-left:-0.5rem; padding-left:2rem; position: relative; box-sizing:border-box;}
.clauseArea .scroll ol>li:before {counter-increment: item; content: counter(item)"."; display: inline-block; position: absolute; top: 0; left: 0;}

.clauseArea .scroll ol.type>li{padding-left:2.3rem ;}
.clauseArea .scroll ol.type>li:before{content: "("counter(item)")";}

.clauseArea .scroll ul.buls>li{padding-left:1rem ; position: relative;}
.clauseArea .scroll ul.buls>li:before{content: "-"; display: inline-block; position:absolute; left: 0; top:0;}

.clauseArea .scroll ul.circle>li{padding-left:15px; position: relative;}
.clauseArea .scroll ul.circle>li:before{content: "ο"; display: inline-block; position:absolute; left: 0; top:-1px;}

.clauseArea .scroll li>ol,
.clauseArea .scroll li>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>table{width:100%; border-spacing:0; table-layout: fixed;}
.clauseArea .nTable>table th,
.clauseArea .nTable>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>table>thead>tr>th{background-color: #f8f8f8; border-right:none; font-weight:500; color:#222; position: relative;}
.clauseArea .nTable>table>thead>tr>th+th{}

.clauseArea .check-new{padding-top:1.5rem; float:right;}
.clauseArea .checkIn{margin-top:1rem;}
.clauseArea .checkIn input[type=checkbox]+label{height:2rem; padding-left:2.8rem; font-size: var(--f__size--15); line-height:1.8rem;}
.clauseArea .checkIn input[type=checkbox]+label:before,
.clauseArea .checkIn input[type=checkbox]+label:after{width: 2rem; height: 2rem;}

.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:3rem; font-size:0; line-height:0; display: flex; justify-content: center; position: relative;}
.board_search .mobile_Block{display:inline;}
.board_search *+*{margin-left:1rem;}
.board_search select,
.board_search input[type=text],
.board_search input[type=submit]{padding:0 2rem; background-color: #fff; border:1px solid #e2e2e2; font-weight: 500; font-size:1.6rem; line-height:4.4rem; color: #222; display:inline-block; vertical-align: top;}
.board_search select{min-width:15rem; padding:0 4rem 0 2rem; background: url('/images/bul_select.png') no-repeat calc(100% - 1.5rem) center; -webkit-appearance: none; -moz-appearance: none; appearance: none; -moz-appearance: none; appearance: none;}
.board_search select::-ms-expand{display:none;}
.board_search input[type=text]{width:50rem;}
.board_search input[type=submit]{min-width:13rem; margin-left:1rem; background-color: var(--point); border-color:var(--point); font-size:1.6rem; line-height:1; color: #fff; cursor: pointer;}





/* Board Option */
.board_btn{width:100%; margin-top:2rem; font-size:0; line-height:0; display: flex; flex-flow: row; justify-content: space-between; position: relative;}
.pageNavigation + .board_btn{margin-top:3rem;}
.board_btn>*{}
.board_btn>.total{padding:1.1rem 0; font-weight: 300; font-size:1.5rem; line-height:1; color: #626262; text-align: left;}
.board_btn>.total>strong{font-weight: 400; color:#333;}

.board_btn .click{width:14rem; height:4rem; padding:0.8rem 1.3rem; background-color:#222; font-weight: 400; font-size:1.6rem; color:#fff; text-align: center; overflow:hidden; display: flex; flex-direction: row; align-items: center; justify-content: center; border-radius:8px; cursor: pointer; position: relative; white-space: nowrap;}
.board_btn .click .fa{margin-top:-0.3rem; vertical-align: middle;}
.board_btn .click .fa.fa-pencil{text-decoration: underline;}

.board_btn .click+.click{margin-left:1rem;}
.board_btn .click.big{width:25rem; height:6rem; font-weight: 600;}
.board_btn .click.long{width:30rem;}
.board_btn .click.long2{width:40rem;}
.board_btn .click.blue{background-color: var(--point); border-color:var(--point); color: #fff; border-radius:99px;}
.board_btn .click.black{background-color: #333; border-color:#333; color: #fff; border-radius:99px;}
.board_btn .click.white{background-color: #fff; border-color:#fff; color: #3617cd; border-radius:99px;}
.board_btn .click.admin{background-color: #d51020; border-color:#d51020; color: #fff;}
.board_btn .click.write{background-color: var(--point); color: #fff;}
.board_btn .click.cancel{border-color:#aaa;}
.board_btn .click.delete{border-color:#aaa; background-color: #aaa;color: #fff;}

.board_btn .board_user{}
.board_btn .board_user>li{display:inline-block; vertical-align: top;}
.board_btn .board_user>li+li{margin-left:1rem;}

.board_btn.center{justify-content: center;}
.board_btn.start{justify-content: flex-start;}
.board_btn.end{justify-content: flex-end;}
.board_btn.write{margin-top:2rem; justify-content: center;}
.board_btn.write .click.big{min-width:20rem; padding:1.7rem 2.5rem; font-weight: 400;}

.board_btn.two{flex-wrap: nowrap;}

/* Board List Style */
.board_list{width:100%; border-top:2px solid #333; border-bottom:1px solid #bdbdbd; font-size:0; line-height:0; overflow:hidden;}
.board_list .fa{font-size:1.8rem; color: #222;}
.board_list>table{width:100%; margin-bottom:-1px; border-spacing:0;}
.board_list>table th,
.board_list>table td{padding:1.4rem 0; background-color: #fff; border-bottom:1px solid #e2e2e2; font-size:1.6rem; line-height:1.5; color:#999; text-align:center; border-collapse:collapse; empty-cells:show; word-break:break-all;}

.board_list>table tr.notis>.td_num2,
.board_list>table tr.notis a{color: var(--point) !important;}

.board_list>table>thead>tr>th{background-color: #f9f9f9; font-weight: 500; color: #333;}

.board_list>table .td_subject{padding-left:2rem; font-weight: 400; text-align:left;}
.board_list>table .td_subject>a{color:#333; 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>table .td_subject>a:hover{color:var(--point);}

.board_list>table .state{padding:1.4rem 0;}
.board_list>table .state .icon{}
.board_list>table .state .icon.end{color:var(--point);}

.board_list>table .file{font-size:1.8rem;}

.board_list>table .comment{padding-left:0.5rem; font-size:1.6rem;}

.board_list>table .store_photo{padding:1rem;}
.board_list>table .store_photo img{max-height:12rem; object-fit:contain;}

.board_list>table .noPost>td{height:20rem; vertical-align: middle;}

.board_list.line>table{width:calc(100% + 1px);}
.board_list.line>table th,
.board_list.line>table td{border-right:1px solid #e2e2e2;}

/* Board List Style 2 */
.board_area .list{margin-top:-1px; border-top:1px solid #0153a5;}
.board_area .list>li{width:100%; padding:3rem 2rem; border-bottom:1px solid #ccc; display: flex; justify-content: space-between;}
.board_area .list>li>*{display: flex; flex-direction: row; align-items: center; justify-content: center;}
.board_area .list>li>a{width:100%; max-width:86%; padding-right:3rem; justify-content: flex-start;}
.board_area .list>li>a .thumb{width:10rem; height:10rem; margin-right:2rem; border:1px solid #ccc; object-fit:contain; object-position: center center; }

.board_area .list .title{overflow:hidden;}
.board_area .list .title>dt{font-weight: 600; font-size:2rem; line-height:1.6; color: #1b1b1b; display: block; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.board_area .list .title>dd{padding-top:1rem; margin-left:-1.7rem;}
.board_area .list .title>dd>span{padding:0 1.6rem 0 1.7rem; font-size:1.7rem; line-height:2.8rem; color: #555; display: inline-block; position: relative;}
.board_area .list .title>dd>span:before{content: ""; width: 1px; height: 1.4rem; background-color: #dbdbdb; display: inline-block; position:absolute; left: 0; top:50%; transform: translateY(-50%);}

.board_area .list .title>dd>div{padding:0 1.6rem 0 1.7rem; font-size:1.7rem; line-height:2.8rem; color: #555; display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; position: relative;}

.board_area .list>li>.etc{white-space: nowrap;}
.board_area .list>li>.etc>.category>span,
.board_area .list>li>.etc>.day{height:3.4rem; line-height:1; color: #333; display: flex; flex-direction: row; align-items: center; justify-content: center;}
.board_area .list>li>.etc .category{}
.board_area .list>li>.etc .category>span{width:9rem; border:1px solid #aaa; font-size:1.6rem;}
.board_area .list>li>.etc .day{margin-left:3rem; font-weight: 300; font-size:1.8rem;}

.board_area .list>li.noPost{height:40rem; font-weight: 400; font-size: 1.6rem; line-height:1.5; color: #666; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center;}

/* 검색결과 색상 */
.sch_word{padding:0.2rem 0.5rem 0.3rem; margin:0 0.2rem; position: relative; z-index:2;}
.sch_word:before{content: ""; background-color:rgba(0,255,255,0.7); display:block; position:absolute; left: 0.2rem; right: 0.2rem; top:50%; bottom:15%; z-index:-1;}

/* Pageing Style */
.paging_all{width:100%; margin:3rem auto 0; font-size:0; line-height:0; text-align:center; position:relative;}
.board_btn + .paging_all{margin-top:0;}
.news-list + .paging_all{margin-top:10rem;}
.paging_all .btns,
.paging_all>.num>strong,
.paging_all>.num>a{width:4rem; height:4rem; background-color: #fff; border:1px solid #dbdbdb; text-align: center; display:inline-block; vertical-align:top; 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>.num{margin:0; display:inline-block; vertical-align:top}

.paging_all>.num>strong,
.paging_all>.num>a{margin-left:1rem; font-weight: 300; font-size:1.6rem; line-height:3.8rem; color:#666;}
.paging_all>.num .pg_start{margin-left:0;}
.paging_all>.num .pg_end{}

.paging_all .btns:hover{background-color: var(--point); border-color:var(--point);}
.paging_all .btns:hover:before,
.paging_all .btns:hover:after{border-color:#fff;}

.paging_all>.num>strong,
.paging_all>.num>a:hover{background-color: var(--point); border-color:var(--point); color:#fff; z-index:2;}

/* Board View */
.board_view{width:100%; border-top:2px solid #333; border-bottom:1px solid #bdbdbd; overflow:hidden;}
.board_view>table{width:100%; margin-bottom:-1px; border-spacing:0;}
.board_view>table th,
.board_view>table td{padding:2rem 0; background-color: #fff; font-weight: 400; font-size:1.7rem; line-height:1.6; color:#555; text-align:left; border-collapse:collapse; empty-cells:show; word-break:break-all;}

.board_view>table>thead>tr>th{padding:2.5rem 2rem 2.5rem; border-bottom:1px solid #e2e2e2; font-size:0; text-align: left;}
.board_view>table .view_cate{padding-bottom:0.3rem; font-weight: 400; font-size:1.7rem; color:var(--point);}
.board_view>table .view_title{font-weight: 500; font-size:2.2rem; line-height:1.4; color: #333; word-break: break-word !important;}
.board_view>table .view_tit{margin-top:0.5rem; font-size:1.7rem;}

.board_view>table .view_info{margin-top:1rem; display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.board_view>table .view_info>*{display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.board_view>table .view_info p.txt{font-size:1.7rem; color: #888; text-align:center; display:inline-block; vertical-align: top; position: relative;}
.board_view>table .view_info p.txt>strong{font-weight: 400; color: #333;}
.board_view>table .view_info p.txt>strong:after{content: ":"; padding-left:0.4rem;}
.board_view>table .view_info p.txt+p.txt{margin-left:3.3rem;}
.board_view>table .view_info p.txt+p.txt:before{content: ""; width:1px; height:1rem; margin-top:-0.5rem; background-color: #ccc; display: inline-block; position:absolute; left: -1.7rem; top:50%;}

.board_view>table .state{padding-left:2rem;}
.board_view>table .state .icon{width:10rem; height:3.8rem; background-color: #fafafa; border:1px solid #ccc; font-size:1.7rem; line-height:3.6rem; color: #666; text-align: center; display:inline-block; border-radius:4px;}
.board_view>table .state .icon.end{background-color: var(--point); border-color:var(--point); color: #fff;}

.board_view>table .e_icon{padding-left:2rem;}
.board_view>table .e_icon>span{width:10rem; height:3rem; background-color: #fff; border:1px solid #035ab6; font-size:1.7rem; line-height:2.8rem; color: #035ab6; text-align: center; display: block; border-radius:99px;}
.board_view>table .e_icon.ing>span{background-color: #035ab6; border-color:#035ab6; color: #fff;}
.board_view>table .e_icon.end>span{background-color: #b3b3b3; border-color:#b3b3b3; color: #fff;}

.board_view>table .view_cont{padding:4.5rem 2rem;}
.board_view>table #bo_v_img{text-align: center;}
.board_view>table #bo_v_img img,
.board_view>table .wideFrame{width:auto !important; height:auto !important; margin-bottom:3rem;}
.board_view>table #bo_v_con{padding-bottom:6.5rem;}
html[lang="en"] .board_view>table #bo_v_con *{word-break:break-word !important;}

.board_view td.answer{padding:3rem; background-color: #f9f9f9; text-align: left; vertical-align: top;}
.board_view td.answer>.tit{padding-bottom:1.5rem; font-weight: 500; font-size:2rem; line-height:1; color: #333;}

.view_file{margin:-1rem 0 0 -1rem; display: flex; flex-wrap: wrap; justify-content: flex-start;}
.view_file>a{margin:1rem 0 0 1rem; padding:0.95rem 1.6rem; background-color: #fff; border:1px solid #999; font-size:1.7rem; 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>a:hover{border-color:var(--point); color:var(--point);}










/* PageNavigation Style */
.pageNavigation{width:100%; margin-top:-1px; border-bottom:1px solid #aaa; overflow:hidden; position: relative; z-index:2;}
.pageNavigation>dl{width:100%; border-top:1px solid #e2e2e2; font-size:1.7rem; line-height:1.1; color: #333; display:table; table-layout: fixed;}
.pageNavigation>dl>*{display:table-cell; vertical-align:middle; box-sizing:border-box; position: relative;}
.pageNavigation>dl>dt{width:10.5rem; height:6.5rem; text-align:center; color:#333;}
.pageNavigation>dl>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>dl.prev>dt:before{margin:-0.2rem 0 0 0; transform:rotate(45deg);}
.pageNavigation>dl.next>dt:before{margin:-0.7rem 0 0 0; transform:rotate(-135deg);}

.pageNavigation>dl>dd{padding:0 12.5rem 0 4.5rem;}
.pageNavigation>dl>dd>a{max-width:100%; font-weight: 400; color:#333; display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pageNavigation>dl>dd>a:hover{color:var(--point);}
.pageNavigation>dl>dd>.day{height:6.5rem; font-weight: 300; color: #666; position: absolute; right:3rem; top:0; display: flex; flex-direction: row; 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 .btn_submit,
.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 #333;}
.comment_Area .comment_write>div{display: flex; justify-content: space-between;}
.comment_Area .comment_write>div.top{flex-direction: row; align-items: end; justify-content: flex-start;}
.comment_Area .comment_write>div.btm{}

.comment_Area .comment_list{border-bottom:1px solid #bdbdbd;}
.comment_Area .comment_list>dl{padding:2.5rem 19.5rem 2.5rem 2rem; border-top:1px solid #e5e5e5; position: relative;}
.comment_Area .comment_list>dl>dt{font-size:1.7rem; line-height:1.4; color:#1b1b1b;}
.comment_Area .comment_list>dl>dd{margin-top:1rem;}
.comment_Area .comment_list>dl>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>dl>dd p+p{margin-left:2.1rem;}
.comment_Area .comment_list>dl>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>dl>dd .comment_option{position: absolute; right:2rem; top:50%; transform: translateY(-50%); display:inline-block; white-space: nowrap;}
.comment_Area .comment_list>dl>dd .comment_option>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>dl>dd .comment_option>a+a{margin-left:1rem;}

.comment_Area .comment_list>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 #333; border-bottom:1px solid #bdbdbd; overflow:hidden;}
.franchise-step + .board_write{margin-top:6rem;}
.board_write>table{width:100%; border-spacing:0; margin-bottom:-1px; table-layout: fixed;}
.board_write>table th,
.board_write>table td{padding:1rem 0 1rem 2rem; border-bottom:1px solid #bfbfbf; font-weight: 400; font-size:1.6rem; line-height:1.5; color: #8c8c8c; text-align:left; vertical-align: middle; border-collapse:collapse; empty-cells:show;}

.board_write>table th{width:17rem; padding:0 0 0 3rem; background-color:#f9f9f9; font-weight: 500; font-size:1.6rem; color: #333;}
.board_write>table th .required{padding-right:1.5rem; background:url('/images/require.png') no-repeat right top; display:inline-block;}

.board_write input[type=button],
.board_write input[type=text],
.board_write input[type=password],
.board_write input[type=file],
.board_write select,
.board_write textarea,
.board_write .btns{width:100%; height:4rem; padding:0 1rem; background-color:#fff; border:1px solid #e2e2e2; font-size:1.4rem; line-height:3.8rem; color:#8c8c8c; vertical-align:middle; display:inline-block;}

.board_write .small{max-width:12rem;}
.board_write .middle{max-width:26rem;}
.board_write .large{max-width:46rem;}

.board_write .minicolors-theme-default.minicolors {width: 100%; max-width:52.5rem;}
.board_write .minicolors input[type=hidden] + .minicolors-swatch {width: 100%; background-image:none;}
.board_write .minicolors-theme-default .minicolors-swatch{height: 4.6rem;}

.board_write select{padding-right:3rem; background: url('/images/bul_select.png') no-repeat calc(100% - 1.5rem) center; line-height:3.8rem; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.board_write select::-ms-expand{display:none;}
.board_write textarea{width:100%; height:30rem; padding:2rem; line-height:1.6; display:block;}

.board_write input[type=text].datetimepicker{background-image:url('/images/icon_calendar4.gif') !important; background-repeat:no-repeat !important; background-position:right center !important; background-size:contain;}
.board_write input[type=text].datetimepicker.required{background-image:url('/images/require.png'), url('/images/icon_calendar4.gif') !important; background-position:right top, right center !important; background-size:auto, contain;}

.board_write .board_option{padding-bottom:1rem;}

.board_write .btns{width:auto; margin-left:1rem; padding:0 2rem; background-color: #8c8c8c; border-color:#8c8c8c; color: #fff; white-space: nowrap;}
.board_write .btnBox{width:54.4%; font-size:0; line-height:0; display: flex; flex-direction: row; align-items: center; align-content: center; justify-content: space-between;}
.board_write .btnBox>*{flex:1 1 auto;}
.board_write .btnBox>input,
.board_write .btnBox>select{}

.board_write .two{max-width:43.5%; font-size:0; line-height:0; display: flex; flex-direction: row; align-items: center; justify-content: space-between;}

.board_write .three{font-size:0; line-height:0; display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.board_write .three input,
.board_write .three select{width:33%;}

.board_write .three.birth{max-width:65%;}

.board_write .three.phone{max-width:77%;}
.board_write .three.phone input{width:36%;}
.board_write .three.phone select{width:26%;}
.board_write .three.phone select+input{margin-left:-1px;}

.board_write .three.days{max-width:60%;}
.board_write .three.days .gap,
.board_write .three.days input,
.board_write .three.days select{width:100%;}
.board_write .three.days *+*{margin-left:1rem}

.board_write .three.email{max-width:77%;}
.board_write .three.email input{width:32%;}
.board_write .three.email select{width:35%;}
.board_write .three.email input+select{margin-left:1rem;}
.board_write .three.email .btns{}

.board_write .bo_w_flie>div.script{padding:1rem; border:1px solid #e2e2e2; display: flex; justify-content: flex-start;}
.board_write .bo_w_flie>div.script input[type=button]{width:auto; height:3.6rem; padding:0 2rem; background-color: #efefef; border:1px solid #767676; line-height:3.4rem; color: #000;}
.board_write .bo_w_flie>div.script>span{margin-left:1rem !important; padding-right:0.2rem; line-height:3.4rem; display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.board_write .juso{margin-top:1rem; font-size:0; line-height:0; display: flex; justify-content: space-between;}
.board_write .juso>input{width:40%;}
.board_write .juso>input+input{width:60%; margin-left:1rem;}

.board_write .checkBox{margin:-1rem 0 0 0; font-size:0; line-height:0; display: flex; flex-wrap: wrap; flex-direction: row; align-items:center; justify-content: flex-start;}
.board_write .checkBox>*{margin-top:1rem;}
.board_write .checkBox .checkIn{margin-left:0 !important; margin-right: 3rem; vertical-align: middle; white-space: nowrap;}
.board_write .checkBox .checkIn label{font-size:1.5rem;}
.board_write .checkBox .checkIn input[type=text]{margin-left:1rem; max-width:22rem;}
.board_write .checkBox .type{height:2rem; line-height:2rem;}

.board_write>table .type{font-size:1.6rem; line-height:1; display:inline-block; vertical-align:middle;}
.board_write>table .type.b{margin-top:1rem; line-height:1.4; display:block;}
.board_write>table .type.l{margin:0 1.5rem 0 1rem;}
.board_write>table .type.r{margin:0 1rem 0 1.5rem;}
.board_write>table .type.c{margin:0 1rem;}
.board_write>table .point{color: #ff0000;}

.board_write>table input[type=password] + .checkIn{margin-left:1rem;}









/* Btn Style */
.btnArea{width:100%; margin-top:30px; font-size:0; line-height:0; position: relative;}
.board_write+.btnArea{}
.btnArea a,
.btnArea input[type=image],
.btnArea input[type=submit],
.btnArea button{width:120px; height:45px; margin:0 10px 0 0; background-color:#003994; border:1px solid #003994; font-size:18px; line-height:43px; color:#fff; text-align: center; overflow:hidden; display:inline-block; vertical-align: top; box-sizing:border-box; border-radius:2px; cursor: pointer; position: relative;}
.btnArea button{line-height:50px;}

.btnArea *.small{width:84px !important; height:30px !important; background-color:#adadad !important; border:none !important; line-height:30px !important; border-radius:0px !important;}
.btnArea *.middle{width:130px !important; height:40px !important; font-size:15px !important; line-height:38px !important; border-radius:0px !important;}
.btnArea *.right{position: absolute; right:0; top:0;}

.btnArea a.ok,
.btnArea input.ok,
.btnArea button.ok{background-color: #204a92; color: #fff;}

.btnArea a.write,
.btnArea input.write,
.btnArea button.write{background-color: #fff; border:1px solid #204a92; color: #204a92;}

.btnArea a.cancel,
.btnArea input.cancel,
.btnArea button.cancel{background-color: #fff; border:1px solid #aaa; color: #666;}

.btnArea a.big,
.btnArea input.big,
.btnArea button.big{width:180px; height:60px; line-height:58px;}

.btnArea.tar{text-align: right;}
.btnArea.tac{text-align: center;}
.btnArea.tj{display: flex; justify-content: space-between;}

.btnArea.tar a,
.btnArea.tar input[type=image],
.btnArea.tar input[type=submit],
.btnArea.tar button{margin:0 0 0 10px;}

.btnArea.tac a,
.btnArea.tac input[type=image],
.btnArea.tac input[type=submit],
.btnArea.tac button{margin:0 5px;}

.btnArea .imgs{display:inline-block; vertical-align: middle; cursor: pointer;}
.btnArea .imgs+*{vertical-align: middle;}

.btnArea .reset{width:auto; height:auto; background-color: transparent; border:none; font-size:0; line-height:0; display:inline-block; vertical-align: middle; cursor: pointer;}
.btnArea .reset+*{margin-left:15px; vertical-align: middle;}










@media only screen and (max-width : 1480px){

}

@media only screen and (max-width : 1300px){
	.inner{padding:0 20px;} 
}
@media only screen and (max-width : 1200px){
	#header .h_gnb>ul>li{ padding:0 0.8rem; }
}
@media only screen and (max-width : 1024px){
	.top_wrap .top_nav{display:none;}
	#container{ padding:12rem 0 5rem; }
	#header.scrolled .header_wrap{
		top:-40px;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	#header .mMenu{ display: block; }
	.h_right .h_evt{ display:none; }
	#header .hd_gnb{ display:none;}
	.menuLayer { padding-left: 30%; }

	#sticky_inquiry .inquiry_bar form { height: 7rem; }
	#sticky_inquiry .inquiry_bar form div { flex-wrap: wrap; }
	#sticky_inquiry .inquiry_bar .form input[type=text]{ width:46.5% }

	#footer { padding: 3rem 0 11rem; }
	#footer .ft_link{text-align:center;}
	#footer .ft_sec{float:none;}
	#footer .ft_sec01{ width:100%; }
	#footer .ft_sec02{ display:none; }
	#footer .ft_sec03{ display:none; }
	#footer .ft_information>div { justify-content: center;}

	/* Board List Style 2 */
	.board_area .list{}
	.board_area .list>li{}
	.board_area .list>li>*{}
	.board_area .list>li>a{}
	.board_area .list .title{}
	.board_area .list .title>dt{}
	.board_area .list .title>dd{}
	.board_area .list .title>dd>span{vertical-align: top;}
	.board_area .list .title>dd>span:before{}
	.board_area .list .title>dd>div{}
	.board_area .list>li>.etc{}
	.board_area .list>li>.etc>.category>span,
	.board_area .list>li>.etc>.day{}
	.board_area .list>li>.etc .category{}
	.board_area .list>li>.etc .category>span{}
	.board_area .list>li>.etc .day{}

	/* Board Write */
	.board_write .small,
	.board_write .middle,
	.board_write .large,
	.board_write .small,
	.board_write .two,
	.board_write .three.days,
	.board_write .three.phone,
	.board_write .three.email,
	.board_write .minicolors-theme-default.minicolors {max-width:100%;}

	/* Photo List */
	.photo_list ul.list{margin:-4rem 0 0 -4rem;}
	.photo_list ul.list li{width:50%; padding:4rem 0 0 4rem;}
}
@media only screen and (max-width : 840px){
	#container{ padding:5rem 0 5rem; }
	#header .hd_top .h_sch{
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		overflow: hidden;
		display: inline-block;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
	}
	.menuLayer { padding-left: 0; }

	#sticky_inquiry .inquiry_bar{justify-content: center;}
	#sticky_inquiry .inquiry_bar .form { width: 1px; height: 1px; margin: -1px; border: 0; overflow: hidden; display: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); }

	.floating{ bottom:9rem; right:1rem; }
	.floating a{margin:4px auto !important }

	.pro__box { width: calc((100% - 1.4rem)/2); }

	.floating a.btn_tel{
		display:block;
	}

	/*[s] Plugin Style */
	.layer-base .layer-in{}

	.contact-form{width:100%; max-width:100rem;}
	.contact-form.fancybox__content>.carousel__button.is-close{display:block !important;}
	.contact-form .layer-in{}
	/*[e] Plugin Style */



	/* Check Style */
	.checkIn{}
	.checkIn input[type=checkbox],
	.checkIn input[type=radio]{}

	.checkIn input[type=checkbox]+label,
	.checkIn input[type=radio]+label{padding-left:3.2rem; font-size:2rem; line-height:2.5rem;}

	.checkIn input[type=checkbox]+label:before,
	.checkIn input[type=checkbox]+label:after,
	.checkIn input[type=radio]+label:before,
	.checkIn input[type=radio]+label:after{width:2.5rem; height:2.5rem;}

	.checkIn input[type=checkbox]+label{}
	.checkIn input[type=checkbox]+label:before{}
	.checkIn input[type=checkbox]+label:after{}
	.checkIn input[type=checkbox]:checked+label:before{}
	.checkIn input[type=checkbox]:checked+label:after{}

	.checkIn input[type=radio]+label{}
	.checkIn input[type=radio]+label:before{}
	.checkIn input[type=radio]+label:after{width: 1.5rem; height: 1.5rem; margin:-0.7rem 0 0 0; left: 0.5rem;}
	.checkIn input[type=radio]:checked+label:before{border-color:#333;}
	.checkIn input[type=radio]:checked+label:after{opacity: 1;}

	.checkIn.noTxt input[type=checkbox]+label,
	.checkIn.noTxt input[type=radio]+label,
	.checkIn.noTxt input[type=checkbox]+label:after,
	.checkIn.noTxt input[type=checkbox]+label:before,
	.checkIn.noTxt input[type=radio]+label:after,
	.checkIn.noTxt input[type=radio]+label:before{width: 3rem; height: 3rem;}

	.checkIn.top{margin-bottom:1.5rem;}
	.checkIn.noTxt.in{margin:1rem 0 -1.5rem; position: relative; z-index:2;}

	/* Clause Box Style */
	.checkBox{margin:6rem 0 2rem;}
	.checkBox>*{margin-top:1.5rem;}
	.checkBox .check-new{}
	.checkBox .check-new label{font-size:2rem;}
	.checkBox .check-new input[type=text]{margin-left:1rem; max-width:100%;}
	.checkBox .type{height:2rem; line-height:2rem;}

	.clauseArea .checkBox{margin-top:0.5rem;}

	.clauseArea>.tit{height:4rem; font-size:2.4rem;}
	.clauseArea .scroll{height:auto; font-size:1.6rem; line-height:1.6; }
	.clauseArea .scroll>p{font-size:2.4rem;}
	.clauseArea .scroll>p>strong{font-size:2.8rem;}

	.clauseArea .scroll ol>li{margin-left:-0.5rem; padding-left:2.7rem; position: relative; box-sizing:border-box;}
	.clauseArea .scroll ol>li:before {}

	.clauseArea .scroll ol.type>li{padding-left:2.7rem ;}

	.clauseArea .scroll ul.bul>li{padding-left:1rem; position: relative;}
	.clauseArea .scroll ul.bul>li:before{content: "-"; display: inline-block; position:absolute; left: 0; top:-1px;}

	.clauseArea .scroll ul.circle>li{padding-left:1.5rem; position: relative;}
	.clauseArea .scroll ul.circle>li:before{content: "ο"; display: inline-block; position:absolute; left: 0; top:-1px;}

	.clauseArea .checkIn input[type=checkbox]+label{height:2.5rem; padding-left:3.5rem; line-height:2.5rem; line-height:2.3rem;}
	.clauseArea .checkIn input[type=checkbox]+label:before,
	.clauseArea .checkIn input[type=checkbox]+label:after{width: 2.5rem; height: 2.5rem;}

	/* Search Style */
	.board_search{}
	.board_search .mobile_Block{width:100%; position: absolute; left:0; top:0; display: flex; justify-content: space-between;}
	.board_search *+*{}
	.board_search select,
	.board_search input[type=text],
	.board_search input[type=submit]{height:7.5rem; font-size:2.2rem; line-height:7.3rem;}

	.board_search select{background: url('/images/bul_select_m.png') no-repeat calc(100% - 2.1rem) center/1rem;}

	.board_search input[type=text]{width:100%;}
	.board_search input[type=submit]{min-width:12rem; font-size:2.2rem;}

	/* Search Result */
	.search-result{}
	.search-result h2{font-size:2.2rem; display: flex;}

	.search-result>ul{width:100%; margin:0; background-color: #fff; border:1px solid #ddd; display: none; position: absolute; left:0; top:calc(100% - 1px);}
	.search-result>ul>li{margin:0; display:block;}
	.search-result>ul>li+li{border-top:1px solid #ddd;}
	.search-result>ul>li a{height:6.5rem; border:none; font-size:2rem; text-align: left; white-space: normal; border-radius:0; justify-content: flex-start;}
	.search-result>ul>li a>span{width:2.6rem; height:2.6rem; font-size:1.6rem; line-height:2.6rem;}

	.search-result.open h2:after{transform:rotate(-45deg);}
	.search-result.open h2:before{transform:rotate(45deg);}

	/* Board Option */
	.board_btn{padding:0 0;}
	.board_btn>*{}
	.board_btn>.total{font-size:2rem;}
	.board_btn>.total>strong{}

	.board_btn .click+.click{margin-left:2rem;}
	.board_btn .click{width:14rem; height:6rem; font-size:2.2rem;}
	.board_btn .click .fa{}
	.board_btn .click .fa.fa-pencil{}

	.board_btn .click.big{width:30rem; height:7.5rem; border-radius:0; 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>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.one .click.big{width:100%;}
	.board_btn.two .click.big{width:calc(50% - 1rem);}

	/* Board List Style */
	.board_list{}
	.board_list .fa{font-size:2.4rem;}
	.board_list>table{}
	.board_list>table,
	.board_list>table tbody,
	.board_list>table tr,
	.board_list>table td,
	.board_list>table th{padding:0; background-color: #fff; border:none; font-size:2.2rem; display:block;}
	.board_list>table .td_num2,
	.board_list>table>thead{display:none;}
	.board_list>table .td_chk{width:auto; margin:-1rem 0 1rem; text-align: left; font-size:0; line-height:0;}

	.board_list>table tr{padding:3rem 2rem; border-bottom:1px solid #e2e2e2;}
	.board_list>table tr.notis{padding:3rem 2rem;}
	.board_list>table tr+tr{}

	.board_list>table>thead>tr>th{}

	.board_list>table .notice_icon{font-size:1.6rem;}

	.board_list>table .td_subject{padding-left:0;}
	.board_list>table .td_subject>a{font-size:2.4rem; -webkit-line-clamp: 2;}

	.board_list>table .btm{margin-top:0.5rem; display:inline-block; vertical-align: middle; position: relative;}
	.board_list>table .btm+.btm{margin-left:3.1rem;}
	.board_list>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>table .state{padding:0 2rem 0 0; text-align: left; float:left;}
	.board_list>table .state .icon{}

	.board_list>table .file{font-size:2.2rem;}
	.board_list>table .comment{font-size:1.8rem;}

	.board_list>table .store_photo{padding:0 0 3rem;}
	.board_list>table .store_photo img{max-height:40rem;}

	.board_list>table .store_info{margin-top:1rem; text-align: left; display: flex; justify-content: flex-start; position: relative;}
	.board_list>table .store_info:before{width:12rem; content: attr(data-title);font-weight: 400; color: #333; white-space: nowrap;}
	.board_list>table .store_info:after{content:":"; position: absolute; left:9.3rem; top:50%; transform: translateY(-50%);}
	.board_list>table .store_info+.store_info{margin-top:0.5rem;}

	.board_list.many{}
	.board_list.many>table tr{padding-bottom:2rem;}
	.board_list.many>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>table .bo_tit{justify-content: flex-start;}
	.board_list.many>table td.td_num2{display:none;}
	.board_list.many>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>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>table .td_chk{}
	.board_list>table .noPost>td{height:30rem; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center;}
	.board_list>table .td_chk:before,
	.board_list>table .td_chk:after,
	.board_list>table .noPost>td:before,
	.board_list>table .noPost>td:after{display:none;}

	.board_list.line>table{width:100%;}
	.board_list.line>table th,
	.board_list.line>table td{border-right:none;}

	.board_list.line>table .tac .bo_tit,
	.board_list.line>table .bo_tit.tac{justify-content: flex-start;}

	/* Board List Style 2 */
	.board_area .list{}
	.board_area .list>li{}
	.board_area .list>li>*{}
	.board_area .list>li>a{max-width:100%;}
	.board_area .list .title{overflow:hidden;}
	.board_area .list .title>dt{font-size:2.4rem;}
	.board_area .list .title>dd{margin-left:0rem;}
	.board_area .list .title>dd>span{padding:0; font-size:2.2rem; line-height:3.2rem; display:block;}
	.board_area .list .title>dd>span:before{display:none;}
	.board_area .list .title>dd>div{padding:0; font-size:2.2rem; line-height:3.2rem;}

	.board_area .list>li>.etc{}
	.board_area .list>li>.etc>.category>span,
	.board_area .list>li>.etc>.day{height:auto; display: block;}
	.board_area .list>li>.etc .category{display:none !important;}
	.board_area .list>li>.etc .day{margin-left:0; font-size:2rem;}

	/* Pageing Style */
	.paging_all .btns,
	.paging_all>.num>strong,
	.paging_all>.num>a{width:5rem; height:5rem;}

	.paging_all .btns:before,
	.paging_all .btns:after{width: 1.6rem; height: 1.6rem;}
	.paging_all .btns.prev:before{margin:-0.9rem 0 0 -0.6rem; transform:rotate(-45deg);}
	.paging_all .btns.next:before{margin:-0.9rem 0 0 -1.3rem; transform:rotate(135deg);}

	.paging_all>.num{margin:0 -1px 0 0;}

	.paging_all>.num>strong,
	.paging_all>.num>a{font-size:2.2rem; line-height:4.6rem;}

	/* Board View */
	.board_view{}
	.board_view>table{}
	.board_view>table th,
	.board_view>table td{padding:3rem 0; font-size:2.2rem;}

	.board_view>table>thead>tr>th{padding:3rem 0;}
	.board_view>table .view_cate{padding-bottom:0.8rem; font-size:2.2rem;}
	.board_view>table .view_title{font-size:2.4rem;}
	.board_view>table .view_tit{margin-top:0.8rem; font-size:2.4rem;}

	.board_view>table .view_info{}
	.board_view>table .view_info>*{}
	.board_view>table .view_info p.txt{font-size:2.2rem;}
	.board_view>table .view_info p.txt>strong{}
	.board_view>table .view_info p.txt+p.txt{}
	.board_view>table .view_info p.txt+p.txt:before{height:1.4rem; margin-top:-0.8rem;}

	.board_view>table .state{}
	.board_view>table .state .icon{width:12rem; height:4rem; font-size:2rem; line-height:3.6rem;}

	.board_view>table .e_icon{padding-left:2rem;}
	.board_view>table .e_icon>span{width:13rem; height:4rem; font-size:2rem; line-height:3.6rem;}

	.board_view>table .view_cont{padding:4.5rem 0rem;}
	.board_view>table #bo_v_img{}
	.board_view>table #bo_v_img img{}
	.board_view>table #bo_v_con{}

	.board_view td.answer>.tit{font-size:2.4rem;}

	.view_file>a{padding:1.2rem 1.6rem; font-size:2.2rem;}
	.view_file>a:hover{}

	/* PageNavigation Style */
	.pageNavigation{}
	.pageNavigation>dl{font-size:2.2rem;}
	.pageNavigation>dl+dl{}
	.pageNavigation>dl>*{}
	.pageNavigation>dl>dt{width:10rem; height:7rem;}
	.pageNavigation>dl>dt:before{width: 1rem; height: 1rem;}
	.pageNavigation>dl.prev>dt:before{margin:-0.2rem 0 0 0;}
	.pageNavigation>dl.next>dt:before{margin:-0.7rem 0 0 0;}

	.pageNavigation>dl>dd{padding:1rem 12.5rem 0.7rem 2.5rem;}
	.pageNavigation>dl>dd>a{}
	.pageNavigation>dl>dd>.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:2rem; line-height:5.3rem;}
	.comment_Area textarea{width:100%; height:20rem; margin-right:0; font-size:2rem;}
	.comment_Area .btn_submit,
	.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>div{}
	.comment_Area .comment_write>div.top{}
	.comment_Area .comment_write>div.top>*{flex:1 1 100%;}
	.comment_Area .comment_write>div.top>.checkIn{flex-basis:auto;}
	.comment_Area .comment_write>div.btm{margin-top:2rem; display:block;}

	.comment_Area .comment_list{}
	.comment_Area .comment_list>dl{padding:3rem 10rem 3rem 0;}
	.comment_Area .comment_list>dl>dt{font-size:2.2rem;}
	.comment_Area .comment_list>dl>dd{}
	.comment_Area .comment_list>dl>dd p{font-size:2rem;}
	.comment_Area .comment_list>dl>dd p+p{margin-left:2.7rem;}
	.comment_Area .comment_list>dl>dd p+p:before{height:1.4rem; margin-top:-0.7rem; left: -1.4rem;}
	.comment_Area .comment_list>dl>dd .comment_option{width:8.6rem; right:0; display:block;}
	.comment_Area .comment_list>dl>dd .comment_option>a{width:100%; height:4.2rem; padding:0; font-size:2rem; line-height:4rem;display:block;}
	.comment_Area .comment_list>dl>dd .comment_option>a+a{margin:1rem 0 0 0;}

	.comment_Area .comment_list>dl.no_comment{}

	/* Board Write */
	.board_write{border:none;}
	.board_write>table,
	.board_write>table tbody,
	.board_write>table tr,
	.board_write>table td,
	.board_write>table th{padding:0; background-color: #fff; border:none; font-size:1.6rem; display:block;}

	.board_write>table{margin:0;}
	.board_write>table th,
	.board_write>table td{height:auto; padding:0; font-size:1.6rem;}

	.board_write>table th{padding:3.5rem 0 1rem; font-size:1.8rem;}
	.board_write>table th .required{padding-right:1.8rem;}

	.board_write input[type=button],
	.board_write input[type=text],
	.board_write input[type=password],
	.board_write input[type=file],
	.board_write select,
	.board_write textarea,
	.board_write .btns{height:8rem; padding:0 1.5rem; border-color:#999; font-size:2.2rem; line-height:7.8rem;}

	.board_write select{padding-right:5rem; background: url('/images/bul_select_m.png') no-repeat calc(100% - 1.5rem) center/1rem; line-height:7rem;}
	.board_write textarea{height:30rem; padding:1.5rem;}

	.board_write .btnBox{width:100%;}
	.board_write .btnBox>input,
	.board_write .btnBox>select{}
	.board_write .btnBox>input+.btns{}

	.board_write .minicolors-theme-default .minicolors-swatch{height: 7rem;}

	.board_write .two{max-width:100%;}

	.board_write .three{flex-wrap: wrap;}
	.board_write .three.days{margin:-0.5rem 0;}
	.board_write .three.days .gap{display:none;}
	.board_write .three.days input,
	.board_write .three.days select{flex:1 1 100%; margin:0.5rem 0;}
	.board_write .three.days .type{display:none;}

	.board_write .three.phone{max-width:100%; flex-wrap: nowrap; margin:-0.5rem 0;}
	.board_write .three.phone input,
	.board_write .three.phone select{flex:1 1 33%; margin:0.5rem 0;}

	.board_write .three.email{max-width:100%; margin:-0.5rem 0;}
	.board_write .three.email input{flex:1 1 45%; margin:0.5rem 0;}
	.board_write .three.email select{flex:1 1 100%; margin:0.5rem 0;}
	.board_write .three.email input+select{margin-left:0;}

	.board_write .bo_w_flie>div.script{}
	.board_write .bo_w_flie>div.script input[type=button]{width:auto; height:5.6rem; padding:0 2rem; line-height:5.4rem;}
	.board_write .bo_w_flie>div.script>span{line-height:5.4rem;}

	.board_write .juso{margin-top:0rem; flex-wrap: wrap;}
	.board_write .juso>input{flex:1 1 100%; width:100%; margin-top:1rem;}
	.board_write .juso>input+input{width:100%; margin-left:0;}

	.board_write .checkBox{margin:-1.5rem 0 0 0;}
	.board_write .checkBox>*{margin-top:1.5rem;}
	.board_write .checkBox .checkIn label{font-size:2rem;}
	.board_write .checkBox .checkIn input[type=text]{max-width:calc(100% - 8rem);}
	.board_write .checkBox .checkIn.lastEtc{width:100%;}

	.board_write>table .type{font-size:2rem;}

	/* Photo List */
	.photo_list ul.list{margin:-3rem 0 0 -3rem;}
	.photo_list ul.list li{padding:3rem 0 0 3rem;}

	.photo_list ul.list li .gall_cont p.over>span{font-size:2.2rem;}

	.photo_list ul.list li .gall_cont .area{height:15rem;}
	.photo_list ul.list li .gall_cont .area .in_area{}
	.photo_list ul.list li .gall_cont .area .in_area .tt{font-size:2rem; line-height:2.6rem;}

	.photo_list ul.list li .gall_cont .area .in_area .title{font-size:2.4rem; line-height:3rem;}

	/* 가로 모드 */
	.photo_list.landscape{}
	.photo_list.landscape ul.list{}
	.photo_list.landscape ul.list li{}
	.photo_list.landscape ul.list li .gall_cont{display:block;}
	.photo_list.landscape ul.list li .gall_cont .thumb{width:100%; min-width:100%;}

	.photo_list.landscape ul.list li .gall_cont .area{padding:5rem 0 0 0;}
	.photo_list.landscape ul.list li .gall_cont .area .in_area{height:auto; padding:0; text-align: left;}
	.photo_list.landscape ul.list li .gall_cont .area .in_area .tt{font-size:2.2rem; line-height:3.4rem;}
	.photo_list.landscape ul.list li .gall_cont .area .in_area .title{font-size:2.6rem; }
	.photo_list.landscape ul.list li .gall_cont .area .in_area .txt{}
	.photo_list.landscape ul.list li .gall_cont .area .in_area .day{}

	.photo_list.landscape ul.list li .gall_cont .area .in_area .sBay{}
	.photo_list.landscape ul.list li .gall_cont .area .in_area .sBay>p{font-size:2rem; }
	.photo_list.landscape ul.list li .gall_cont .area .in_area .sBay>p+p{}
	.photo_list.landscape ul.list li .gall_cont .area .in_area .sBay>p+p:before{height: 1.6rem;}

	.photo_list.landscape ul.list li .gall_cont .area .in_area .one{max-height:6.8rem; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal;}
	.photo_list.landscape ul.list li .gall_cont .area .in_area .two{max-height:6.8rem;}
	.photo_list.landscape ul.list li .gall_cont .area .in_area .three{max-height:10.2rem;}
}