@charset "UTF-8";

* {
	padding: 0;
	margin: 0
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
	font-family: 'Noto Sans KR', sans-serif;
	height: 100%;
    font-size: 12px;
	font-weight: 400;
	-webkit-text-size-adjust: none;
}

ul,
ol,
li {
	list-style: none
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

caption {
	visibility: hidden
}

a {
	text-decoration: none;
	color: #626262;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

/* input box placeholder ���󺯰� */
input:-ms-input-placeholder {
	color: #f00;
}

/* Internet Explorer 10 �̻� ���� */
input::-webkit-input-placeholder {
	color: #f00;
}

/* Webkit, Blink, Edge�� ���� */
input::-moz-placeholder {
	color: #f00;
}

/* Mozilla Firefox 4 ���� 18�� ���� */
input::-moz-placeholder {
	color: #f00;
}

/* Mozilla Firefox 19 �̻� ���� */
[tabindex="-1"]:focus {
	outline: 0 !important;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

.b1r {
	border: 1px solid red !important
}

.b1b {
	border: 1px solid #000000 !important
}



.text-wine {
	color: #ab3c85 !important;
}

a.text-wine:hover,
a.text-wine:focus {
	color: #19692c !important;
}

.border-wine {
	border-color: #ab3c85 !important;
}

.bg-wine {
	background-color: #ab3c85 !important;
}

.vertical-middle {
	vertical-align: middle !important;
}






/* 게시판 공통  */
.jsBoardBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6c757d;
    color: #fff;
    height: 43px;
    width: 65px;
    border-radius: 5px;	
	font-size: 15px;
}

.jsBoardBtn:hover {
    color: #fff;
}

.jsBoardBtnList {
    background-color: #6c757d;
}

.jsBoardBtnWrite {
    background-color: #17a2b8;
}

.jsBoardBtnUpdate {
    background-color: #343a40;
}

.jsBoardBtnDel {
    background-color: #343a40;
}

.jsBoardBtnSeldel {
    background-color: #6c757d;
}

.jsBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6c757d;
    color: #fff;
	padding: 10px;
    border-radius: 5px;
}

.jsBtn:hover {
    color: #fff;
}

.jsBtnList {
    background-color: #6c757d;
}

.jsBtnWrite {
    background-color: #17a2b8;
}

.jsBtnUpdate {
    background-color: #343a40;
}

.jsBtnDel {
    background-color: #343a40;
}

.jsBtnSeldel {
    background-color: #6c757d;
}









/* ######### 메뉴 S ######### */
#mobile_wrap {
	position: fixed;
	width: 100%;
	z-index: 99999;
	display: none;
}

#mobile_wrap .mobile {
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #fff;
}

#mobile_wrap h1 {
	width: 234px;
	padding-top: 7px;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	#mobile_wrap h1 {
		/* width: 200px;
		padding-top: 10px; */
	}
}

@media (max-width: 500px) {
	#mobile_wrap h1 {
		/* width: 160px;
		padding-top: 15px; */
	}

}

#mobile_wrap h1 img {
	/* width: 90%; */
	overflow: hidden;
}

#mobile_wrap .m_gnb li {
	list-style: none;
}

#mobile_wrap .m_gnb li a {
	display: block;
	top: 0;
	width: 100%;
	text-align: center;
	color: transparent;
}

#mobile_wrap .m_gnb li.category a i {
	float: left;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	left: 15px;
	top: 20px;
	font-size: 20px;
	color: #333;
}

#mobile_wrap .m_gnb li.home a i {
	float: left;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	right: 15px;
	top: 20px;
	font-size: 20px;
	color: #333;
}

#ori_header {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99998;
}

#mobile_menu {
	display: inline;
	position: fixed;
	top: 0;
	left: -250px;
	width: 249px;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
}

#mobile_menu .m_menu_ti {
	height: 60px;
	line-height: 60px;
	background-color: #111111;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	cursor: pointer;
}

#mobile_menu .m_nav_bg {
	width: 100%;
}

#mobile_menu .m_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	box-sizing: border-box;
}

#mobile_menu .m_nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#mobile_menu .m_submenu_li {
	display: inline;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

#mobile_menu .m_submenu_li>div {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #aaa;
	text-align: left;
	background-color: #fff;
	color: #333;
	text-indent: 10px;
	cursor: pointer;
}

#mobile_menu .m_submenu_li>div a {
	display: block;
	width: 100%;
}

#mobile_menu .m_submenu_li ul {
	display: none;
}

#mobile_menu .m_submenu_li ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
}

#mobile_menu .m_submenu_li ul li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 0.9em;
	color: #333;
	cursor: pointer;
	text-indent: 20px;
	background-color: #fff;
}

#mobile_menu .m_submenu_li ul li a:hover {
	color: #fff;
	background-color: #aaa;
}

#mobile_menu .langSelectBox {
	position: absolute;
	bottom: 10px;
	display: flex;
	width: 100%;
}

#mobile_menu .langSelectBox a {
	font-size: 12px;
	color: #777;
	padding-left: 10%;
}

#mobile_menu .langSelectBox a.selected {
	font-weight: bold;
	color: #000;
}

/* ����� �޴� ���� */
#m_menu_con {
	background-color: #666;
	text-align: center;
	padding: 10px 0;
}

#m_menu_con i {
	color: #fff;
	font-size: 30px;
}

#m_menu_con a {
	color: #fff;
	text-align: center;
	font-size: 0.85em;
	padding: 5px 10px;
	margin: 0 2px;
	background: #C53428;
	border-radius: 3px;
}

#m_menu_con a:hover {
	background: #fff;
	color: #000;
}


/* ������ �߰���� 1200px ������ ����*/
@media all and (max-width:1200px) {
	#mobile_wrap {
		display: block;
		min-width: 320px;
	}

	#head_wrap {
		display: none;
	}	

}

/* PC HEADER */
#head_wrap {
	width: 100%;
	min-width: 1200px;
	overflow-x: hidden;	
}

#head_wrap .head_on {
	background-color: #ffffff;
	opacity: 1;
}

#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 90px;
	/* background-color: rgba(0, 0, 0, 0.3); */
	background-color: #fff;
	z-index: 500 !important;
}

.pc_menu .head_in {
	transition: all .3s ease-in-out;
}

.top_box {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: none;
}

.top_box h1 {
	position: absolute;
	display: block;
	line-height: 90px;
	left: 0;
	transition: all .3s ease-in-out;
	background: none;
	z-index: 100;
}

.top_box h1 a img {
	vertical-align: top;
	margin-top: 7px;
}

.top_box .pcLangWrap {
	position: absolute;
	right: 0;
	top: 30px;
	width: 90px;
	z-index: 9999999;
	border:1px solid #000;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.top_box .pcLang {
}
.top_box .pcLang a {
}

.top_box h1 .toplogo {
	display: block;
	width:261px;
	height:65px;
	background:url('../images/logo_fix_w1.png') no-repeat left 14px;
}
.head_on .top_box h1 .toplogo {
	display: block;
	width:261px;
	height:65px;
	background:url('../images/logo_fix.png') no-repeat left 14px;
}
.pc_menu_fix .top_box h1 .toplogo {
	display: block;
	width:261px;
	height:65px;
	background:url('../images/logo_fix.png') no-repeat left 14px;
}

#top_menu_wrap {
	position: relative;
	float: left;
	line-height: 90px !important;
	background: none;
}

#top_menu_wrap .top_menu::before {
    position: absolute;
    left: 0px;
    top: 154px;
	width: 545px;
	height: 190px;
    content: url();
	background: url('../images/bg_menu.png')no-repeat left top;
    display: block;
}

#top_menu_wrap .top_menu {
	position: relative;
	overflow: hidden;
	visibility: hidden;
	padding-left: 495px;
	height: 339px;
}


#top_menu_wrap .top_menu>ul>li {
	float: left;
}

#top_menu_wrap .top_menu>ul>li>a {
	display: block;
	width: 100%;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	height: 90px;
	line-height: 90px;
	font-family: 'Noto Sans KR', sans-serif;
}
.head_on #top_menu_wrap .top_menu>ul>li>a {
	display: block;
	width: 100%;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	/* color: #fff; */
	height: 90px;
	line-height: 90px;
	font-family: 'Noto Sans KR', sans-serif;
}

#top_menu_wrap .top_menu>ul>li>a>span {
	display: block;
	background: #cc0000;
	width: 0px;
	height: 2px;
	margin: 0 auto;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

#top_menu_wrap .top_menu>ul>li.current>a,
#top_menu_wrap .top_menu>ul>li.actived>a {
	color: #cc0000;
	font-weight: 700;
	border-bottom: 0px solid rgba(255, 255, 255, 1);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

#top_menu_wrap .top_menu>ul>li.current>a>span,
#top_menu_wrap .top_menu>ul>li.actived>a>span {
	display: block;
	background: #cc0000;
	width: 100%;
}

#top_menu_wrap .tmenu_sub {
	margin-top: 10px;
	text-align: center;
}

#top_menu_wrap .tmenu_sub li a {
	display: block;
	padding: 0;
	margin: 0 0 2px 0;
	height: 27px;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: -0.5px;
	color: #000
}

#top_menu_wrap .tmenu_sub li a:hover {
	display: block;
	color: #cc0000;
	font-weight: 400;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0);
	height: 27px;
}


/* ������ ��� �޴� �κ� */
.pc_menu_fix {
	min-height: auto !important;
}

.pc_menu_fix .head_in {
	position: fixed !important;
	top: 0px;
	width: 100% !important;
	background: #ffffff;
	transition: all .3s ease-in-out;
	min-height: 90px;
	/* background:rgba(255,255,255,0.8); */
	z-index:999990;
	background-color: #fff;
}


.pc_menu_fix .top_box {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: none;
}

.pc_menu_fix .top_box h1 {
	position: absolute;
	display: block;
	line-height: 90px;
	left: 0;
	transition: all .3s ease-in-out;
	background: none;
}

.pc_menu_fix .top_box h1 a img {
	vertical-align: top;
	margin-top: 7px;
}

.pc_menu_fix .head_in #top_menu_wrap {
	position: relative;
	float: left;
	
	line-height: 90px !important;
	background: none;	
}

.pc_menu_fix .head_in #top_menu_wrap .top_menu {
	position: relative;
	overflow: hidden;
	visibility: hidden;
	padding-left: 495px;
	height: 400px;
}

.pc_menu_fix .head_in #top_menu_wrap .top_menu>ul>li {
	float: left;
}

.pc_menu_fix .head_in #top_menu_wrap .top_menu>ul>li>a {
	display: block;
	width: 100%;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	height: 90px;
	line-height: 90px;
	font-family: 'Noto Sans KR', sans-serif;
}

.pc_menu_fix .head_in #top_menu_wrap .top_menu>ul>li>a>span {
	display: block;
	background: #cc0000;
	width: 0px;
	height: 2px;
	margin: 0 auto;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

.pc_menu_fix .head_in #top_menu_wrap .top_menu>ul>li.current>a,
.pc_menu_fix .head_in #top_menu_wrap .top_menu>ul>li.actived>a {
	color: #cc0000;
	font-weight: 700;
	border-bottom: 0px solid rgba(255, 255, 255, 1);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

.pc_menu_fix .head_in #top_menu_wrap .top_menu>ul>li.current>a>span,
.pc_menu_fix .head_in #top_menu_wrap .top_menu>ul>li.actived>a>span {
	display: block;
	background: #cc0000;
	width: 100%;
}

.pc_menu_fix .head_in #top_menu_wrap .tmenu_sub {
	margin-top: 10px;
	text-align: center;
}

.pc_menu_fix .head_in #top_menu_wrap .tmenu_sub li a {
	display: block;
	color: #000;
	padding: 0;
	margin: 0 0 2px 0;
	height: 27px;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: -0.5px;
}

.pc_menu_fix .head_in #top_menu_wrap .tmenu_sub li a:hover {
	display: block;
	color: #cc0000;
	font-weight: 400;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0);
	height: 27px;
}

/* ######### 메뉴 E ######### */


/* ######### footer S ######### */

.quick_menu_wrap {
	width:110px;
	height:413px;
	background:url('../images/bg_qmenu.png') no-repeat 0 0;
}
.quick_menu_wrap a {
}
.quick_menu_wrap a:hover {
	color:#000;
}
.quick_menu_wrap .qbox {
	margin-top:32px;
}



/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #18d26e;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 99999999911;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

.copyright {
	padding-top: 50px;
	padding-bottom: 50px;
}
.copyright h2 {
	font-size:14px;
	color:#999999;
	font-weight: 400;
}
.copyright h3 {
	font-size:13px;
	color:#b3b3b3;
	font-weight: 300;
}
.copyright p.bar {
	text-align:center;
	width:1px;
	background-color:#b3b3b3;
	height:14px;
}
@media (max-width: 768px) {
	.copyright p.bar {
		display: none;
	}
}
/* ######### footer E ######### */












.py-6 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.py-7 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}
.mt-70 {
	margin-top: 70px !important;
}



/* ######### font-size S ######### */
.fs13 {
	font-size: 13px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs15 {
	font-size: 15px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs17 {
	font-size: 17px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs19 {
	font-size: 19px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs21 {
	font-size: 21px !important;
}

.fs22 {
	font-size: 22px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs27 {
	font-size: 27px !important;
}

.fs30 {
	font-size: 30px !important;
}

.fs36 {
	font-size: 36px !important;
}

.fs42 {
	font-size: 42px !important;
}

.fs48 {
	font-size: 48px !important;
}

.fs54 {
	font-size: 54px !important;
}

.fs60 {
	font-size: 60px !important;
}

.fs72 {
	font-size: 72px !important;
}
/* ######### font-size E ######### */


/* ######### line-height S ######### */
.lh24 {
	line-height: 24px
}

.lh27 {
	line-height: 27px
}

.lh30 {
	line-height: 30px
}

.lh31 {
	line-height: 31px
}

.lh32 {
	line-height: 32px
}

.lh33 {
	line-height: 33px
}

.lh41 {
	line-height: 41px
}

.lh45 {
	line-height: 45px
}

.lh54 {
	line-height: 54px
}

.lh81 {
	line-height: 81px
}
/* ######### line-height E ######### */


/* ######### font-weight S ######### */
.fw100 {
	font-weight: 100
}

.fw200 {
	font-weight: 200
}

.fw300 {
	font-weight: 300
}

.fw400 {
	font-weight: 400
}

.fw500 {
	font-weight: 500
}

.fw600 {
	font-weight: 600
}

.fw700 {
	font-weight: 700
}

.fw800 {
	font-weight: 800
}

.fw900 {
	font-weight: 900
}
/* ######### font-weight E ######### */


/* ######### letter-spacing S ######### */
.ls-20 {
	letter-spacing: -0.020em
}

.ls-25 {
	letter-spacing: -0.025em
}
/* ######### letter-spacing E ######### */


/* ######### 폰트 color S ######### */
.fcffffff {
	color: #ffffff
}

.fc333333 {
	color: #333333
}

.fcdd2198 {
	color: #dd2198
}
/* ######### 폰트 color E ######### */


/* ######### font-family S ######### */
.ff-ns {
	font-family: 'NanumSquare', sans-serif;
}

.ff-noto {
	font-family: 'Noto Sans KR', sans-serif;
}

.ff-nm {
	font-family: 'Nanum Myeongjo', serif;
}
/* ######### font-family E ######### */