/* BASIC css start */
.mcate .child {display: none !important;}
#page img {width: 100%;}

p.tit_text {
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    background-color: #4091BA;
    font-size: 0.75em;
}

/* Å¸ÀÌÆ² */
h2.titl {
    font-weight: Bold;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin: 50px 12px 0px;
    line-height: 26px;
    text-align: left;
}
h2.lineBottom {
    text-align: left;
    border-bottom: 2px solid #8a8a8a;
}
h2.titl  a.more-list {
    position: absolute;
    right: 10px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #12423e;
    color: #fff;
    padding: 0 20px;
    border-radius: 15px;
    font-size: 12px;
    font-family: 'Nanum Gothic';
    margin-top: 6px;
}
/* °¶·¯¸®º¸µå ¸®½ºÆ® */
div.img_list {display: flex;}
.img_list li {width: 46%; margin: 0 2% 20px 2%; float: left; text-align: center; }
.img_list li > a > img {width: 100%}
.img_list li p {
    font-size: 0.75em;
    line-height: 1.2em;
    padding: 10px 3%;
    height: 30px;
}

/* °øÁö»çÇ× */
.notice_list {margin: 15px 2%;}
.notice_list .re_Left a { font-size: 1em;}
.notice_list .re_Right a { font-size: 0.75em; color: #ccc; }

.list_bt_w {
    width: 50%;
    border: 1px solid #cecece;
    height: 35px;
    line-height: 35px;
    background-color: #333;
    font-weight: bold;
    display: block;
    margin: 0 auto;
	color:#FFF;
	text-align:center;
}


/* ÀÛÇ° µî·Ï ¹öÆ° */
#btn {height: 40px;     margin: 12px 7px;}
#btn li {
    width: 50%;
    height: 40px;
	float: left;
    padding: 3px;
    box-sizing: border-box;
}
#btn li a {
	width: 100%;
	height: 100%;
	line-height: 34px;
    text-align: center;
    display: inline-block;
	font-size: 0.75em;
	font-weight: bold;
}
#btn li .btn_Red {
    background-color: #ab3e41;
    color: #fff;
}
#btn li .btn_Gray {
    background-color: #e8e6db;
    /* color: #fff; */
}

/* ÀÛÇ° ¸ñ·Ï */
#gallery-listX3 ul {
    width: 100%;
    padding: 0 7px;
    display: table;
    table-layout: fixed;
    font-size: 0;
    box-sizing: border-box;
}
#gallery-listX3 ul li {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
}
#gallery-listX3 ul li div.view {
    text-align: center;
    background-color: #F9F9F9;
    padding: 0;
	overflow: hidden;
	width: 100%;
	height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#gallery-listX3 ul li div.view a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* °ø¹æ ÈÄ±â */
#gallery-listX2 {margin-top:0;border-top: 0px solid #e5e5e5; border-bottom: 0px solid #e5e5e5; }

#gallery-listX2 {
    padding-left: 7px;
    padding-right: 7px;
}
#gallery-listX2 ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    font-size: 0;
}
#gallery-listX2 ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
	margin-bottom: 10px;
}
#gallery-listX2 ul li dl {
    padding: 0;
    margin: 0 5px 10px;
    position: relative;
    font-size: 13px;
    text-align: center;
    background-color: #f4f4f4;
    /* border: 1px solid #bbb; */
    /* border-radius: 3px; */
    /* border-bottom: 1px solid #9b9b9b; */
}
#gallery-listX2 ul li dl dt {
    padding: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #aeaeae;
    text-align: center;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 3px 3px 0 0;
	overflow: hidden;
	width: 100%;
	
	*height: 150px;
	display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#gallery-listX2 ul li dl dt img {width: 100%;}
#gallery-listX2 ul li dl dd {
    padding: 0 10px 5px;
    font-size: 12px;
    text-align: left;
}


/* BASIC css end */

