@charset "utf-8";

html {font-size:62.5%; }
@media screen and (max-width: 1024px){
	html {font-size:58%; }
}
@media screen and (max-width: 768px){
	html {font-size:54%; }
}
body {font-family:'pretendard', 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic',dotum,Helvetica,Apple SD Gothic Neo,sans-serif;color: #222;min-width: 340px;background: #fff;word-break: keep-all;}
a, a:hover {text-decoration: none;}
.bg_primary {background-color:#163f8c;}
.bg_sub {}
.img-responsive {display: block;max-width: 100%;height: auto;}
.ir-pm {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir-wa {display:block;overflow:hidden;position:relative;width:100%;height:100%;z-index:-1} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen-out {display:block;overflow:hidden;position:absolute;left:-9999px;width:1px;height:1px;font-size:0;line-height:0;text-indent:-9999px} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.screen-hide {font-size:0;line-height:0;visibility:hidden} /* screen_out클래스를 사용할 수 없으며, 해당 텍스트를 숨겨야 할때 */
.blind {overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}

.tran-animate {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.fd-transition {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.fd-transition-2 {-webkit-transition: all .9s ease;-moz-transition: all .9s ease;-o-transition: all .9s ease;-ms-transition: all .9s ease;transition: all .9s ease;}

.teleNum {color:inherit !important}

.parallax-init-opcity {opacity: 0;-webkit-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.parallax-init-opcity.add-stage {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}

.font_nanum {font-family: 'Nanum Gothic'}
.font_noto {font-family: 'Noto Sans KR';}
.font_malgun {font-family: 'Malgun Gothic'}
.font_open {font-family: 'Open Sans';}
.font_montserrat {font-family: 'Montserrat';}
.font_roboto {font-family: 'Roboto';}
.font_verdana {font-family: 'Verdana';}
.font_mont {font-family: 'Mont-HeavyDEMO';}
.font_mont_light {font-family: 'Mont-ExtraLightDEMO';}


.point {color:#c30d0c !important;}


.clear_fix {width:100%; position:relative;}
.clear_fix:after {display:block;clear:both;content:''}




/*
** opacity
*/
.opacity_0	{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity: 0;filter: alpha(opacity=0);zoom:1;}
.opacity_10 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";opacity: 0.1;filter: alpha(opacity=10);zoom:1;}
.opacity_15 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";opacity: 0.15;filter: alpha(opacity=15);zoom:1;}
.opacity_20 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";opacity: 0.2;filter: alpha(opacity=20);zoom:1;}
.opacity_25 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";opacity: 0.25;filter: alpha(opacity=25);zoom:1;}
.opacity_30 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity: 0.3;filter: alpha(opacity=30);zoom:1;}
.opacity_35 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";opacity: 0.35;filter: alpha(opacity=35);zoom:1;}
.opacity_40 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";opacity: 0.4;filter: alpha(opacity=40);zoom:1;}
.opacity_45 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";opacity: 0.45;filter: alpha(opacity=45);zoom:1;}
.opacity_50 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity: 0.5;filter: alpha(opacity=50);zoom:1;}
.opacity_55 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";opacity: 0.55;filter: alpha(opacity=55);zoom:1;}
.opacity_60 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";opacity: 0.6;filter: alpha(opacity=60);zoom:1;}
.opacity_65 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);zoom:1;}
.opacity_70 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity: 0.7;filter: alpha(opacity=70);zoom:1;}
.opacity_75 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";opacity: 0.75;filter: alpha(opacity=75);zoom:1;}
.opacity_80 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";opacity: 0.8;filter: alpha(opacity=80);zoom:1;}
.opacity_85 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";opacity: 0.85;filter: alpha(opacity=85);zoom:1;}
.opacity_90 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";opacity: 0.9;filter: alpha(opacity=90);zoom:1;}
.opacity_95 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";opacity: 0.95;filter: alpha(opacity=95);zoom:1;}

.k_wrap {display:block;width:100%;min-width:1600px;clear:both;position: relative;}
.k_wrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container {position: relative;width: 140rem;min-width: 140rem;height: 100%;margin: 0;padding: 0;clear: both;}
.k_container:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container.type_center {margin:0 auto;}

.k_container_wide_contents {width:100% !important; min-width: 100% !important;}
.k_container_wide_contents:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}

.k_container1000 {position:relative;width:1000px;min-width:1000px;margin:0;padding:0;clear:both;}
.k_container1000:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container1000.type_center {margin:0 auto;}

.scrollOpacity {opacity:0;transition:opacity 1s;}
.scrollOpacity.active {opacity:1;}

.pc_only {display: block;}
.mobile_only {display: none}

@media( max-width:1600px ) {
	.k_wrap {width:100%; min-width: 100%; }
	.k_container {width:100%;min-width: 100%;max-width: 100%; }
}

@media( max-width:1024px ) {
	.k_wrap {width:100%; min-width: 100%}
	.k_container {width:100%;min-width: 100%;max-width: 100%}
	.mobile_only {display: block}
}

@media( max-width:768px ) {
	.k_wrap {width:100%;min-width: 100%}
	.k_container {width:100%;min-width: 100%;max-width: 100%}
}

#wrap {height:auto;background:transparent;}


#m_menu {display: none; position: absolute; top: 0; right: 10px; width: 25px; height: 87px;}
/*top*/
header#header {position: relative;top:0;left:0; width: 100%;z-index: 900;padding:0 0; }
header#header:before {position: absolute;content: '';width:100%;height:100%;/*background: #000;opacity: 0.3;*/}
header#header:after {position: absolute;content: '';width:100%;height:0px;background: #fff;opacity: 0.6;bottom: 0;}
/*header#header:hover {background-color: rgba(0,0,0,0.6);}*/
header#header:hover #gnbnav ul.gnb_list > li > a {/*color:#000000;*/}
header#header:hover div#totalMenu .header_sp_first__r__btnm__over span {background:#000000}

header#header:hover .header_wrap div.logo {/*background-image: url(../img/logo_b.png);*/}
header.bg {background-color: #fff;/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);*/zoom:1;}
/*header.sub.bg {position: relative; width: 100%;background-image: url("../img/sub_vg.jpg"); background-repeat: no-repeat; background-position: center; height: 441px;}
header.bg {position: relative; width: 100%;height: 936px;}*/
header#header.m-fixed {top: 0;padding:0;}
.header_wrap {width: 100%; }
.headerBox {position: relative; /*max-width:1920px; min-width: 1400px; */width:100%;margin:0 auto; height:100%;}
.headerBox .hb1 {display: flex;justify-content: space-between;align-items: center;padding: 3.7rem 0;}
.headerBox .hb1 .logo {position: relative;margin: 0;width: 24rem;height: 6.6rem;background-image: url(../img/logo.png);background-size: contain;background-repeat: no-repeat;background-position: left center;}
.headerBox .hb1 .logo > h1 {width: 100%;height: 100%;}
.headerBox .hb1 .logo > h1 > a {display: block;width: 100%;height: 100%;}
.headerBox .hb1 .search {border: solid 2px #f094a9;border-radius: 5rem;padding: 1.2rem 2rem;width: 37rem;}
.headerBox .hb1 .search .txt1 {font-size: 1.4rem;color: #999999;font-family: 'Pretendard';border: 0 none;width: calc(100% - 2.5rem);}
.headerBox .hb1 .search .txt1:focus {-webkit-box-shadow: 0 0 0px transparent;-moz-box-shadow: 0 0 0px transparent;box-shadow: 0 0 0px transparent;border: 0px none;}
.headerBox .hb1 .search .btn1 {width: 2.1rem;height: 2.1rem;background: url(../img/top_search01.png);background-size: contain;border: 0;}

.headerBox .hb1 .sns {display: flex;justify-content: flex-end;}
.headerBox .hb1 .sns .sub {width: 5rem;height: 5rem;border-radius: 100%;margin-left: 1rem;}
.headerBox .hb1 .sns .sub1 {background: #f094a9 url(../img/top_youtube.png) no-repeat;background-position: center;}
.headerBox .hb1 .sns .sub2 {background: #f094a9 url(../img/top_insta.png) no-repeat;background-position: center;}
.headerBox .hb1 .sns .sub3 {background: #f094a9 url(../img/top_blog.png) no-repeat;background-position: center;}
.headerBox .hb1 .sns .sub4 {background: #f094a9 url(../img/top_ebuddha.png) no-repeat;background-position: center;}

.headerBox .hb2 {background: #19464a;}

@media( max-width:768px ) {
	.headerBox .hb1 {flex-wrap: wrap;align-items: center;justify-content: center;}
	.headerBox .hb1 .logo {width: 100%;margin-bottom: 2.5rem;}
	.headerBox .hb1 .search {margin-bottom: 2.5rem;}
	.headerBox .hb1 .sns {width: 100%;justify-content: center;}
}



.header_wrap div.lang {position:fixed; right:38px; top: 25px;}
.header_wrap div.lang div.lang_m {}
.header_wrap div.lang div.lang_m ul.lang_sub {padding:5px; border:1px solid rgba(255, 255, 255, 0.5); border-radius:50px;}
.header_wrap div.lang div.lang_m ul.lang_sub li {display:block; margin-bottom:10px; position: relative;}
.header_wrap div.lang div.lang_m ul.lang_sub li:last-child {margin-bottom: 0}
.header_wrap div.lang div.lang_m ul.lang_sub li:first-child:after {/*content:'';position: absolute;right:-25px;top:50%;margin-top:-6px;background: #fff;height:13px;width:1px;*/}
.header_wrap div.lang div.lang_m ul.lang_sub li a {font-size: 14px; font-weight: bold; text-align: center; display: block; padding:3px 10px; border-radius:30px; color: #fff; line-height: 33px;}
/*.header_wrap div.lang div.lang_m ul.lang_sub li a:hover,*/
.header_wrap div.lang div.lang_m ul.lang_sub li a.active {color:#fff!important; background:#c30d0c;}

.header_wrap div.lang div.lang_m ul.lang_sub li a.color_grey {color:#9c9c9c;}
.header_wrap div.lang div.lang_m ul.lang_sub.color_grey02  {border:1px solid rgba(156, 156, 156, 0.5);}

/*헤더 검색바*/
.menu_search-box {width:100%; max-width:216px; position:absolute; top:30px; right:180px; }
.menu_search-box input {width:100%; height:38px; border-radius:38px; padding-left:40px; padding-bottom:2px; color:rgba(180,180,180, 1); background:rgba(255, 255, 255, 0.25);  font-size: 15px; border:1px solid #d9d9d9;}
.btn-search01 {
  width: 25px;
  height: 25px;
  border-style: none;
  font-size: 13px;
  font-weight: bold;
  outline: none;
  cursor: pointer;

  position: absolute;
  left: 15px;
  top: 8px;
  color:#ffffff ;
  background: url("../img/menu_serch_icon.png") no-repeat;
  background-color:transparent;


}

.input-search01::placeholder{
  color:#b4b4b4;
  font-size: 13px;
  letter-spacing: -0.05px;
  font-weight: 100;
}

@media( max-width:768px ) {
	.menu_search-box {max-width:160px;}

}



/*우측하단 메뉴*/
.right_bottom_menu {position:fixed; right:50px; bottom: 60px; z-index:9999;}
.right_bottom_menu ul li {margin-top:10px; color:#fff; position:relative;}
.right_bottom_menu ul li a {color:#fff; }
.right_bottom_menu ul li a span {font-size:3.4rem; opacity:0.3}
.right_bottom_menu ul li a:hover span {opacity:1; transition: all  0.8s;}
.right_bottom_menu ul li a:before {opacity:0}
.right_bottom_menu ul li a:after {opacity:0}


.right_bottom_menu ul li:nth-child(1) a:before {content:'Inquiry'; position: absolute; left:-130px; width:57px; height:20px; opacity:0;}
.right_bottom_menu ul li:nth-child(2) a:before {content:'Catalog'; position: absolute; left:-130px; width:57px; height:20px; opacity:0;}
.right_bottom_menu ul li:nth-child(3) a:before {content:'Notice'; position: absolute; left:-130px; width:57px; height:20px; opacity:0;}

.right_bottom_menu ul li:nth-child(1) a:after {content:''; position:absolute;  width:45px; height:1px; background:#a2a2a2; top:12px; left:-63px; opacity:0;}
.right_bottom_menu ul li:nth-child(2) a:after {content:''; position:absolute;  width:45px; height:1px; background:#a2a2a2; top:12px; left:-63px; opacity:0;}
.right_bottom_menu ul li:nth-child(3) a:after {content:''; position:absolute;  width:45px; height:1px; background:#a2a2a2; top:12px; left:-63px; opacity:0;}

.right_bottom_menu ul li a:hover:before {transition:opacity 0.8s; opacity:1;}
.right_bottom_menu ul li a:hover:after {transition:opacity 0.8s; opacity:1;}

.color_c {color:#a2a2a2!important;}


@media( max-width:1600px ) {

.right_bottom_menu {right:15px;}

}
@media( max-width:1200px ) {
.right_bottom_menu {display:none;}

}


/*	우측 전체메뉴	*/
.TotalMenuRight {position: fixed;  z-index: 99; height:100%; width:126px; right:0;}
.TotalMenuRight:before {content: ""; position:absolute; top:0; height: 100%; width: 1px; border-left: 1px solid #ddd;}

/*.TotalMenuRight div.cs {position:fixed; top:50%; right:60px; margin-top: -28px; box-sizing:border-box; cursor:pointer; width: 56px; height: 56px; border-radius:56px; text-align: center; background:#c30d0c;}*/
.TotalMenuRight div.cs {position:fixed; top:50%; right:30px; margin-top: -32px; box-sizing:border-box; cursor:pointer; width: 65px; height: 65px;  text-align: center; /*background:#c30d0c;*/
						background:url('../img/right_menu_bg.png')no-repeat; }

div#totalMenu div.bars {position: relative;width:45px;height:45px;overflow: hidden;}
div#totalMenu div.bars span.bline {display:block;background:#fff;width:100%;height:1px;margin:0;}
div#totalMenu div.bars span.bline.top {position: absolute;top:24px; left:19px; width:13px;}
div#totalMenu div.bars span.bline.mid1 {position: absolute;top:32px; left:19px; width:30px;}
div#totalMenu div.bars span.bline.bot {position: absolute;top:40px; right:0px; width:13px;}
div#totalMenu div.bars:hover span.bline.top {width:30px;}
div#totalMenu div.bars:hover span.bline.bot {width:26px;}


.TotalMenuRightSub {position: fixed; z-index: 9;}
.total_menu_bg {display: none;position: fixed;width: 100%;background-color: rgba(0,0,0,.5);left: 0;top: 0;z-index: 1099;}
.total_menu_contain {z-index: 1100;position: fixed;width: 40%; max-width:540px; right: -90%;background:url(../img/total_menu_bg.jpg)no-repeat; background-size:cover; color:#fff;}
.total_menu_contain.active {right: 0;}
/*.total_menu_contain .top_btn {position: absolute; top: 50%; left: -56px; width: 56px; height: 56px; background: url(../img/totalmenu_close.png) no-repeat; cursor: pointer; }*/
.total_menu_contain .top_btn {position: absolute; right:10%; top:45px; width:30px; height:30px; z-index:999;  cursor: pointer; }



.total_menu_contain .total_menu_in {display: table;table-layout: fixed;height: 100%;width: 100%;}
.total_menu_contain .total_menu_in .total_menu_inner {position: relative; display: table-cell;width:100%;vertical-align: middle;height: 100vh;padding:9rem 9rem; overflow-y: auto;background:#2a303a;}
.total_menu_contain .total_menu_in .total_menu_inner .tmi_ul {position: absolute; /*top:20%;*/ top:243px;}
.total_menu_contain .total_menu_in .total_menu_inner .tmi_ul:after {display:block;visibility:hidden;clear:both;content:""}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm {width: 100%; height: 100%; max-width: 360px; max-height: 170px; position: absolute; bottom: 3rem; color:#646a75;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1 {position: relative; width:100%; height:100%; max-height:30px;}
/*.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1:before {content : ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; border-bottom:1px solid #d7d7d7; }*/
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1:after {display:block;visibility:hidden;clear:both;content:""}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1 .sub1 {float:left; min-height:41px; font-size:2.0rem; color:#000000; background:url(../img/totalmenu_ico_01.png) no-repeat; background-position-x: 0.5rem; padding-left:5.2rem; padding-top: 0.7rem;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1 .sub2 {float:left; font-size:2.8rem; color:#000000; font-weight:bold; padding-left: 1.6rem;}

.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb2 {position: relative; width:100%; font-size:2.0rem;  font-weight:bold;}

.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb2:after {display:block;visibility:hidden;clear:both;content:""}

.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 {width:100%; }
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3:after {display:block;visibility:hidden;clear:both;content:""}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul {}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li {display: inline-block; position: relative; padding-right: 30px;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li:after {position: absolute; top: 6px; right: 15px; vertical-align: middle; display: inline-block; width: 1px; height: 11px; background: #cacaca; content: ""; }
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li:last-child {padding-right:0;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li:last-child:after {width:0; height:0;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li a {font-size:1.6rem; color:#000000; font-weight:bold;}


.total_menu_contain .total_menu_in .total_menu_inner .topMenuList {margin-bottom: 3.5rem;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenuList .topMenu1 {padding: 0; margin: 0; display: block; opacity: 0; -webkit-transform:translateY(-50px); transform:translateY(-50px);}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(1) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 0.6s;}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(2) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 0.8s;}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(3) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 1.0s;}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(4) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 1.2s;}

.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 {display:none; margin: 0; font-size:1.7rem; opacity: 0; -webkit-transform:translateY(-50px); transform:translateY(-50px);}

.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1 {font-size: 4.0rem; font-weight: bold; color: #fff; transition: all 0.2s; cursor: pointer;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1.on {color:#c30d0c; transition: all 0.1s 0.1s;}

.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1:hover {color:#c30d0c; transition: all 0.1s 0.1s;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 ul li a:hover{color:#c30d0c; transition: all 0.1s 0.1s;}
.total_menu_contain .total_menu_in .total_menu_inner .selected{color: #c30d0c; padding-bottom:0px;}


#topMenu1_0 {}
#topMenu1_0.on {}
#topMenu1_0.on .topMenu1_txt1 {color:#c30d0c; }
#topMenu1_1 {}
#topMenu1_1.on {}
#topMenu1_1.on .topMenu1_txt1 {color:#c30d0c; }
#topMenu1_2 {}
#topMenu1_2.on {}
#topMenu1_2.on .topMenu1_txt1 {color:#c30d0c; }
#topMenu1_3 {}
#topMenu1_3.on {}
#topMenu1_3.on .topMenu1_txt1 {color:#c30d0c; }

#topSubMenu1_0 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}
#topSubMenu1_1 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}
#topSubMenu1_2 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}
#topSubMenu1_3 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}
#topSubMenu1_4 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}

#ol_before .lang_m{position: relative;}
#ol_before .lang_m .lang_sub{position:absolute;top:-10px;width:100%}
#ol_before .lang_m .lang_sub li a{color:#fff}
#ol_before .lang_m .lang_sub li a.active{color:red}
#ol_before .lang_m .lang_sub li{float:left;width:10%;font-size:1.6rem}

.total_menu_contain ul.tm {display:block; /*margin:0 auto;*/}
.total_menu_contain ul.tm:after {display:block;visibility:hidden;clear:both;content:""}
.total_menu_contain ul.tm > li {position: relative;display:block;/* min-height:450px;margin-bottom: 40px; padding: 60px;border-right:solid 1px rgba(255, 255, 255, 0.2)*/}
.total_menu_contain ul.tm > li:last-child {border-right:0 none;}
.total_menu_contain ul.tm > li.on {}
.total_menu_contain ul.tm > li > a {display: block;width: 100%;padding:0; vertical-align:top;}
.total_menu_contain ul.tm > li > a span {position: relative;font-size:4.0rem; line-height: 2.4rem; color:#000; display: inline-block;word-break:keep-all;margin:0; font-weight:bold;}

.total_menu_contain ul.tm > li > a span:after {content: '';position: absolute;display: block;bottom: -15px;left: 0;width:0;height: 1px;/*background-color: #fff;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;*/}

.total_menu_contain ul.tm > li:hover > a > span:after,
.total_menu_contain ul.tm > li > a.on > span:after {width: 100%}


.total_menu_contain ul.subTm > li:hover > a > span:after,
.total_menu_contain ul.subTm > li > a.on > span:after {width: 100%}
.total_menu_contain ul.subTm {width: 100%;padding: 0; min-height: 6.9rem; /*margin-bottom: 50px; margin-top: 10px;*/}
.total_menu_contain ul.subTm > li {width:100%;display: inline-block;position: relative;}
.total_menu_contain ul.subTm > li > a {color: #fff;font-size: 1.7rem;line-height:1.8rem;padding:6px 0;display: inline-block;}
.total_menu_contain ul.subTm > li > a span {word-break:keep-all;position: relative;display: inline-block;line-height:1.1;padding:2px 0;}
/*.total_menu_contain ul.subTm > li > a span:after {content: '';position: absolute;display: block;bottom: -15px;left: 0;width:0;height: 1px;background-color: #fff;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;}*/
.total_menu_contain ul.subTm > li > a:hover {color:#fff;}

.total_menu_contain ul.subTm3 {width:100%;padding: 0;}
.total_menu_contain ul.subTm3 > li {width: 100%; display: block;position: relative;text-align: left;}
.total_menu_contain ul.subTm3 > li > a {color:#999999; font-size: 1.0em;line-height:1.1;padding:3px 0;display: inline-block;}
.total_menu_contain ul.subTm3 > li > a span {word-break:keep-all;position: relative;display: inline-block;line-height:1.1;padding:2px 0;}

.total_menu_contain ul.subTm3 > li > a:hover {color:#fff;}
.total_menu_contain .totalMenuBtnClose {width:60px; height:60px; border:solid 1px #c9c9c9;}



@media( max-width:1850px ) {
.TotalMenuRight:before {border-left: 0px solid #ddd;}


}



.header_sp_first__r,.header_sp_first__r__btnm__over{display:inline-block;text-align: left;}
.header_sp_first__r{position:relative;z-index:10;font-size:0;letter-spacing:0}
.header_sp_first__r__btnm{display:inline-block;vertical-align:middle;padding:35px 0;background: transparent;width:31px;height:85px;margin:0 auto;}
.header_sp_first__r__btnm__over span{display:inline-block; width: 31px; height: 3px;background-color:#f5f6f7;margin:0 auto 7px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.header_sp_first__r__btnm__over span:last-child{margin:0}

.header_sp_first__r__btnm__over span.line_second {width: 20px; margin-left: 10px;}
.header_sp_first__r__btnm__over span.line_thirt {}
.header_sp_first__r__btnm__over span.line_thirt{margin:-7px 0 5px 0;display: none}
.header_sp_first__r__btnm__over span.active.line_first{-webkit-transform-origin:90%;-moz-transform-origin:90%;-ms-transform-origin:90%;transform-origin:90%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.header_sp_first__r__btnm__over span.active.line_second{-webkit-transform:scale(.9) rotate(45deg);-moz-transform:scale(.9) rotate(45deg);-ms-transform:scale(.9) rotate(45deg);-o-transform:scale(.9) rotate(45deg);transform:scale(.9) rotate(45deg)}
.header_sp_first__r__btnm__over span.active.line_thirt{-webkit-transform:scale(.9) rotate(135deg);-moz-transform:scale(.9) rotate(135deg);-ms-transform:scale(.9) rotate(135deg);-o-transform:scale(.9) rotate(135deg);transform:scale(.9) rotate(135deg)}
.header_sp_first__r__btnm__over span.active.line_four{-webkit-transform-origin:10%;-moz-transform-origin:10%;-ms-transform-origin:10%;transform-origin:10%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}


/* 전체 메뉴 */

#hd_wrapper div.subMenu {position: absolute;right: 50px;top: 50px;}
#hd_wrapper div.subMenu ul.sm {}
#hd_wrapper div.subMenu ul.sm li {margin-bottom: 15px}
#hd_wrapper div.subMenu ul.sm li a { display:block;padding-left:60px;position: relative;}
#hd_wrapper div.subMenu ul.sm li a span {font-size:1.1em;line-height: 1.2; color:#000; }
#hd_wrapper div.subMenu ul.sm li a.active:before {content:'';position: absolute;top:10px;left:0;width:40px;height: 2px;background: #2f2f2f}

@media screen and (max-height: 1640px) {
	.total_menu_contain .total_menu_in .total_menu_inner {padding: 0 12rem;}
}

@media screen and (max-height: 970px) {
	.total_menu_contain {display:none;}
}

@media screen and (max-width: 1600px){
/*	div#totalMenu {display:none; }*/
	.total_menu_contain {display:none;}
	.header_wrap div.lang {right:15px;}
	.menu_search-box {right:90px;}
	#gnbnav {top:15px !important; right:100px !important;}
	.TotalMenuRight div.cs {right:15px;}


}
@media screen and (max-width: 1550px){
	#gnb ul.navLst > li {position: relative;float:left;width:200px !important;;}
	div#totalMenu {/*right: 10px;top: 20px;width:40px;height:40px;background: url(../img/btn_open.png) no-repeat;background-position: center;*/}

}

@media screen and (max-width: 1024px){

	.header_wrap div.lang {display: none}
	.TotalMenuRight {display:none !important;}
	.header_inner {display:none !important;}
	.menu_search-box {top:15px; right: 60px}

}




.menu_aid {background: #f3f3f5;position: relative;}
.menu_aid:after {content: '';position: absolute;bottom:0;left:0;width:100%;height:1px;background: #ececec}

.etc_menu2 {position: relative;font-size:0;line-height:0;float:left;border-left: 1px solid #ececec;}
.etc_menu2 a {color:#9d9d9d;display:inline-block;background: transparent;padding:0 13px;position: relative;}
.etc_menu2 a:after {content: '';position: absolute;top:0;right: 0;width:1px;height:40px;background: #ececec}
.etc_menu2 a span {font-size: 13px;line-height: 40px}
.etc_menu2 a.on {background: #fff;font-weight: 700;}



.etc_menu {position: relative;height:40px;line-height:40px;text-align: right;float:right;}
.etc_menu a {position: relative;font-size:13px;line-height:40px;color:#9d9d9d;display:inline-block;padding-right: 15px}
.etc_menu a:before {content:'';position: absolute;top:50%;right:5px;background:#9d9d9d;margin-top:-5px;width:1px;height:10px;}
.etc_menu a:last-child {padding-right: 0}
.etc_menu a:last-child:before {width:0;height:0;}
.etc_menu a i {line-height:40px;}


/* lang_bg */
#lang_bg{position :fixed;width: 100%;height: 100%; 2022-02-09background-color: rgba(0,0,0,0.7);left: 0px;top : 0px;z-index: 999;display: none;}
.lang_wrap{width: 1400px;margin: 0 auto;position : relative;}
.lang_nemo{width: 121px;background-color: #fff;border-radius: 5px;top: 121px;position: absolute;right: -30px;}
.lang_nemo:before {content:'▲';position: absolute;top:-16px;left:50%;color:#fff;margin-left:-8px;}
.lang_nemo a{position : relative;padding: 5px 0;font-size: 16px;color: #666;display: block;text-align: center;}
.lang_nemo a span{content : "";display: none;position : absolute;width: 30px;height: 1px; right: 30px;background-color: #d41814;top : 16px;}
.lang_active {color : #d41814 !important;}
.lang_active span{display: block !important;}


.header_inner {position: relative; display: block;margin:0;}




#gnbnav {width: 100%;}
/*#gnbnav:before {content:'';position: absolute;top:0;background:#e5e7e6;width:100%;height:1px;}*/
#gnbnav ul.gnb_list {display: table;width:100%;}
#gnbnav ul.gnb_list > li {text-align: center;display: table-cell;position: relative;width: calc(100% / 5);border-left: solid 1px rgba(255,255,255,0.3);}
#gnbnav ul.gnb_list > li:last-child {border-right: solid 1px rgba(255,255,255,0.3);}
#gnbnav ul.gnb_list > li > a {display:inline-block; font-size:1.8rem; color: #fff; line-height: 6.0rem; position: relative;margin:0 20px; font-weight:bold;}

#gnbnav ul.gnb_list > li > a.on,
#gnbnav ul.gnb_list > li:hover > a {/*color: #1a90e2;*/}
#gnbnav ul.gnb_list > li > a.on_all:after { transform: scaleX(1); }


#gnbnav ul.gnb_list > li > a .line {position: absolute;display: block;bottom: -2px;height: 1px;width: 0%; background:linear-gradient(to right, #ff0100, #440000); left: 50%;}
#gnbnav ul.gnb_list > li > a.on_all .line,
#gnbnav ul.gnb_list > li:hover > a .line {width: 100% !important;left: 0px !important;}

#gnbnav ul.gnb_list:hover .header_wrap {background-color: rgba(0,0,0,0.8) ;height:140px; border-bottom:solid 1px #666;}

.header_wrap.active {}
.header_wrap.active #gnbnav ul.gnb_list > li > a {}

#gnbnav .sub_category {position: absolute; overflow: hidden; margin: auto; top:100%;left: 0; right: 0; width: 100%; padding:45px 0;   box-sizing: border-box; display:none; text-align: left;z-index:88;}
#gnbnav .sub_category:after{content:'';position:absolute;top:0;bottom:0;left:279px;right:0;background-color:#e9e9e9;width:0;}
#gnbnav .sub_category .category_tit {width: 280px;float:left;text-align: center;}
#gnbnav .sub_category .category_tit strong {font-size: 1.8rem; color: #0080ff;display:block;padding-bottom:35px;position:relative;}
#gnbnav .sub_category .category_tit .category_banner {width:142px;height: 126px;margin:0 auto;}
#gnbnav .sub_category .category_tit .category_banner.bg01 {background: url(../img/nav_banner.png) no-repeat 50% 50%;}

#gnbnav .sub_category .category_list{float:left;width:920px;padding:0;}
#gnbnav .sub_category .category_list > ul {width:230px;float:left;padding-left:40px;position: relative;}
#gnbnav .sub_category .category_list > ul:before {content:'';position:absolute;top:0;bottom:0;left:0;background-color:#e9e9e9;width:1px;}
#gnbnav .sub_category .category_list > ul > li:first-child > strong{margin-top:0;}
#gnbnav .sub_category .category_list > ul > li > strong > a{font-weight: 500; color: #333;vertical-align:top;font-size:1.0rem;line-height:2.5;}
#gnbnav .sub_category .category_list > ul > li > ul> li a {font-weight: 300; font-size: 1.0rem; color: #666666;line-height:2.0;}
#gnbnav .sub_category .category_list ul li.sp_donate a{color: #ff6567;}
#gnbnav .sub_category .category_list ul li a:hover {color: #848f3e;}



#gnbnav .sub_category.on {display:block !important;}



#gnbnav ul.subNavi {position: absolute;left:0;width:100%;padding:0;z-index:100;display: none;}
#gnbnav ul.subNavi.on {display:block;/* border-top:solid 2px #e60012;*/}
#gnbnav ul.subNavi.on:before {content:'';position:absolute;top:-10px;left:50%;margin-left:-1px;width:0px;height:0px;/*background: #0caede;*/}
#gnbnav ul.subNavi.on:after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;/*background: #000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity: 0.3;filter: alpha(opacity=30);*/z-index: -1;}
#gnbnav ul.subNavi li {display: block;margin-bottom:0px;position: relative;}
#gnbnav ul.subNavi li:first-child{padding-top:30px;}
#gnbnav ul.subNavi li:last-child{margin-bottom: 0;padding-bottom:30px;}
#gnbnav ul.subNavi li:last-child:after {width:0;height: 0}
#gnbnav ul.subNavi li a {color: #777777;font-size: 1.6rem;padding: 0;line-height: 2;position: relative;}
/*#gnbnav ul.subNavi li a:hover:after { content: ''; width: 100px; position: absolute; left: 50%; margin-left:-50px; bottom: 1px; border-width: 0 0 1px; border-style: solid; border-color:#013e90; }*/
#gnbnav ul.subNavi li a:hover {color:#f094a9;}
#gnbnav ul.gnb_list > li:hover ul.subNavi.on {/*background: #fff;*/}
#gnbnav ul.subNavi:last-child {/*border-right:solid 1px #e5e5e5; */}

.subMenuBg {position: absolute;left: 0;top: 194px;width: 100%; background: #fff;padding-top: 0px;z-index: -1;display: none;}
/*.subMenuBg:before {content:'';position:absolute;top:0;left:0;right:0;background-color:#666666;height:1px;}*/
#header_overlay {width:100%;height: 100%;position:fixed;top:0;left:0;  z-index:899;background:rgba(0,0,0,0.8);display: none;}


/*모바일메뉴*/
.m_menu_h {position: fixed; top: 0; right: 0; z-index: 99999; width: 310px; height: 100%;overflow-y: auto;}
.nav-top {border-bottom: 1px solid #0080ff;background: #fff;}
.btn-x {text-align: right; padding: 0  10px;}
.btn-x i {color:#454545;line-height: 57px}
.m-nav > li {border-bottom: 1px solid #0080ff; padding:0;}
.m-nav > li.mmli_up {}
.m-nav > li > a {color: #454545; font-size: 16px; font-weight: bold;display:block;line-height:57px;padding-left:20px; position:relative; }
.m-nav > li > a.on {background: #0080ff;color: #ffffff;}
.m-nav > li > a i {position: absolute;top:50%;right:10px;margin-top:-8px;}

.sub_menu {margin-top: 0;display: none;background:#fff;opacity: 0.7;}
.sub_menu > li {}
.sub_menu > li > a {font-size:14px;color: #0080ff;display:block;line-height: 35px;padding-left:20px; }
.sub_menu > li > a:hover {color:#ffffff;text-decoration: none;background:#6298db;}

#hd_nb{margin:20px;}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li{width:50%;float:left;text-align:center;line-height:25px;font-size:1.083em;font-weight:bold}
#hd_nb li a{display:block;color:#717171;padding:20px 0}
#hd_nb li i{font-size:20px;}
#hd_nb .hd_nb1{border-right:1px solid #e2e5e7;}
#hd_nb .hd_nb2{}
#hd_nb .hd_nb3{border-right:1px solid #e2e5e7}

.m_lang {padding: 0 20px; margin-top: 40px;}
.m_lang ul {overflow: hidden; width: 100%; border: 1px solid #c30d0c;}
.m_lang ul li {width: 50%; float: left; text-align: center; }
.m_lang ul li a {background: #fff;color:#454545; font-size: 14px; padding: 12px 0; display: block; width: 100%; }
.m_lang ul li a.on  {background: #c30d0c;color:#fff; }


.m_menu_h p {color: #0080ff; font-size: 13px; letter-spacing: 0; padding-left: 20px; margin-top: 20px;}
.dim {position: fixed; width: 100%; max-width: 996px; height: 100%; background: #000; opacity: 0.5; top: 0;z-index: 999;}
.m_menu_bg {position: fixed; width: 100%; width: 310px; height: 100%; background: #fff; top: 0;right: 0;z-index: 1000;}
.m_menu_wrap {position: fixed; display: none; top: 0; left: 0; right: 0; max-width: 996px; width: 100%; height: 100%; margin: 0 auto; z-index: 9999; overflow-y: auto;}


@media screen and (max-width: 1600px){
	header#header {z-index:999;}
	header#header, .headerBox {min-width: 100%;width:100%;}

	header#header.m-fixed {-webkit-box-shadow:0 0 5px  rgba(55,55,5,0.4);
	-moz-box-shadow:0 0 5px  rgba(55,55,5,0.4);
	box-shadow: 0 0 5px  rgba(55,55,5,0.4);}

	.headerBox {height: auto}
	#m_menu {display: block;top:5px;}
	#m_menu i {color:#0080ff;line-height: 57px;}
	.header_wrap.active {}
	.header_wrap.active #m_menu i {color:#333;}

	.header_wrap div.cs, .header_wrap div.right {display: none}

	.header_wrap .shop {display: none}




}
@media screen and (max-width: 1200px){




}



@media screen and (max-width: 768px){

}


#sideToggleWrap.on{right: 0;}
#sideToggleWrap .close-sideToggle {float: right;color: #fff;position: relative;z-index: 2;font-size: 16px;}
#sideToggleWrap .widget {position: relative;z-index: 1;clear:both;}

#sideToggleWrap .widget .logocopy {margin:65px 0 30px; }
#sideToggleWrap .widget p.logo_desc {color: #fff;margin:0 0 50px 0;font-size: 18px;letter-spacing: -1px;}
#sideToggleWrap .widget p.tel_text {color: #fff;margin:0 0 50px 0;font-size: 30px;letter-spacing: -1px;}

#sideToggleWrap .widget div.sns_btnLink {margin-bottom: 45px;overflow: hidden;}
#sideToggleWrap .widget div.sns_btnLink ul {padding: 0;margin: 0;clear:both;}
#sideToggleWrap .widget div.sns_btnLink ul li {float:left;margin-right:15px;}
#sideToggleWrap .widget div.sns_btnLink ul li:last-child {margin-right: 0;}
#sideToggleWrap .widget div.sns_btnLink ul li a {display:table-cell;vertical-align: middle;width:50px;height:50px;border:1px solid #bdbdbe;border-radius:10px;text-align: center;line-height: 1;}
#sideToggleWrap .widget div.sns_btnLink ul li a.location {display: block;width:127px;height:35px;line-height: 33px;}
#sideToggleWrap .widget div.sns_btnLink ul li a span {color:#bdbdbe;font-size:14px;}


/* 서브 상단 */
.sub_vg {position : relative;width: 100%;border-bottom: solid 1px #dddddd;}
div#vg_con {height:100%;margin: 0 auto; text-align:center; position : relative;display: block;}
div#vg_con .sub_vg_txt {width: 100%;margin: 0 auto;margin-top: 9.5rem;}
div#vg_con .sub_vg_title1 {}
div#vg_con .sub_vg_title1 .txt1 {font-size: 1.8rem;color: #f094a9;font-weight: 700;}
div#vg_con .sub_vg_title1 .txt2 {text-align: center;color: #000;font-size: 4.0rem;font-weight: bold;margin-top: 0.7rem;}



@media screen and (max-width: 1600px){
	div#vg_con {width:100%;}

}

@media screen and (max-width: 1024px){
	.sub_vg {height: 100%}
	div#vg_con .sub_vg_title1 {font-size: 4.3rem;}
	div#vg_con {width: 100%;
    min-width: 100%;
    padding: 0px;}
	div#vg_con h2 {font-size: 4.3rem;}
	div#vg_con p {font-size: 1.0em;}
	div#vg_con .sub_vg_txt {top:200px;}
}

@media screen and (max-width: 768px){
	div#vg_con .sub_vg_txt {margin-top: 4.5rem;}
}


#tabMiddleWrap {display: none;}
div.vg_sub_area2 {display: none;width: 100%;}
div.vg_sub_area2.sub {margin-top:0;}
.sub_tab2 {display:block;width:100%;height: 49px;    white-space: nowrap; text-align: left; clear: both;margin:0;}
.sub_tab2 li.tab_list { display:inline-block;height:49px;white-space: nowrap;position:relative;margin:0;padding:0 35px 0 0;}
.sub_tab2 li.tab_list:last-child {padding:0;}
.sub_tab2 li.tab_list > a {font-size:14px;line-height:49px;letter-spacing:-1px;display:inline;position:relative;color:#ffffff;}
.sub_tab2 li.tab_list > a:after {content: ''; position: absolute;top:3px;right:-22px;width:1px;height:10px;background:#aec2dc;}
.sub_tab2 li.tab_list:last-child > a:after {width:0;height:0;}
.sub_tab2 li.tab_list > a.selected,
.sub_tab2 li.tab_list > a:hover {color:#00e4ff;}

div.vg_sub_area {position: absolute;top: -35px;display: block}
.sub_tab {    width: 100%;overflow: hidden; table-layout: fixed;margin:0;  border-collapse: collapse;  display: table;}
.sub_tab li.tab_list { display: table-cell;position:relative;margin:0;border: solid #dddddd;border-width:1px;vertical-align: middle; line-height: 68px  }
.sub_tab li.tab_list > a {font-size:18px;letter-spacing:-1px;display:inline-block;    width: 100%;text-align:center;position:relative;color:#898989;background: #f5f5f5}
.sub_tab li.tab_list > a.selected {background:#0099ff;color:#ffffff;}

.sub_depth_1, .sub_depth_2 {display:none;}


.text-center img {max-width: 100%;height: auto;}



/* footer */

#footer {width:100%;height:auto;padding:0; z-index:1; position: relative;border-top: solid 1px #000;margin-top: 9rem;}
#footer.mainFooter{}
#footer.subFooter{}

#footer .ft1 {padding: 6.2rem 0 9rem;}
#footer .ft1 .ftWrap {display: flex;justify-content: space-between;}
#footer .ft1 .ftWrap .ft1_1 {display: flex;}
#footer .ft1 .ftWrap .ft1_1 .sub {width: 27.0rem;}
#footer .ft1 .ftWrap .ft1_1 .sub .title {font-size: 2.4rem;font-weight: 700;}
#footer .ft1 .ftWrap .ft1_1 .sub .txt {font-size: 1.4rem;color: #777777;line-height: 1.7;margin-top: 1.5rem;}

#footer .ft1 .ftWrap .ft1_2 {display: flex;}
#footer .ft1 .ftWrap .ft1_2 .sub {margin-left: 10.0rem;}
#footer .ft1 .ftWrap .ft1_2 .sub > ul {}
#footer .ft1 .ftWrap .ft1_2 .sub > ul > li {font-size: 1.6rem;line-height: 2.1;font-weight: 700;}
#footer .ft1 .ftWrap .ft1_2 .sub > ul > li > a {color: #666666;}

#footer .ft2 {background: #0e272b;padding: 5rem 0;}
#footer .ft2 .ftWrap {display: flex;justify-content: space-between;align-items: center;}
#footer .ft2 .ftWrap .ft2_1 {}
#footer .ft2 .ftWrap .ft2_1 > p {font-size: 1.4rem;color: #cccccc;line-height: 1.8;}
#footer .ft2 .ftWrap .ft2_1 > p span { color: rgba(255,255,255,0.1);font-weight: 400;}
#footer .ft2 .ftWrap .ft2_1 > p.member {}
#footer .ft2 .ftWrap .ft2_1 > p.member > a {color: rgba(255,255,255,0.4);}
#footer .ft2 .ftWrap .ft2_2 {}


@media( max-width:1450px) {
	#footer .ft1 .ftWrap {flex-direction: column;align-items: center;}
	#footer .ft1 .ftWrap .ft1_2 .sub {margin: 2rem 4rem;}
	#footer .ft1 .ftWrap .ft1_2 {margin-top: 5rem;}
}
@media( max-width:1024px) {
	#footer .ft2 .ftWrap {flex-direction: column-reverse;}
	#footer .ft2 .ftWrap .ft2_2 {margin-bottom: 5rem;}
}
@media( max-width:768px) {
	#footer .ft1 .ftWrap .ft1_1 {flex-direction: column;}
	#footer .ft1 .ftWrap .ft1_1 .sub {margin-bottom: 2.5rem;}
	#footer .ft1 .ftWrap .ft1_2 {width: 100%;}
	#footer .ft1 .ftWrap .ft1_2 .sub {margin: 0;width: calc(100% / 3);}
}

/* */
#main_container{
	width: 100%;
	padding:0;
	margin:0 auto;
	position:relative;
	top: 0px;
	z-index:0;
	overflow: hidden;
}




.vg_down {position: absolute; bottom: 100px; left: 90px; width: 14px; height: 144px; text-align: center; }
.vg_down a#go_service {display: block;padding:0;}

.upDownAni { animation: upDownAnimation .4s ease-in-out infinite alternate}

@media( max-width:768px ) {
	.vg_down {display:none;}
}



@-webkit-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@-moz-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@-o-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}


.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}





/* */


#AniTxtSub {}
#AniTxtSub .txt {display: block; }
#AniTxtSub .txt span {display: inline-block; position: relative; min-width: 8px; min-height: 8px; }


div#vg_wrap_sub	{background:url(../img/main_vg.jpg) no-repeat 50% 0; text-align:center; clear:both;position: relative;}
div#vg_sub	{height:287px; width:1400px;margin: 0 auto; text-align:left;}



.subNavWrap {position: relative;	width: 100%;	min-width:1400px;background-color: #fff;height:70px;}
.subNavWrap:after {content: '';    position: absolute;left:0;bottom:0;width:100%;height: 1px;background: #dbdbdb;display: none}
.subNavWrap div.subNavInner {position:relative;width: 1400px;margin: 0 auto;height:70px;}
.subNavWrap .btn_home {display:block;float:left;width:90px;height:70px;font-size:15px;line-height:70px;color:#5a5a5a;background: url(../img/sub_side.png) no-repeat;background-position: center right;}
.subNavWrap .btn_home em {font-style: normal;}

.subNav1st {display:block;float:left;zoom:1;font-size:15px;list-style:none;    margin-left: -1px;}
.subNav1st:after {display:block;clear:both;content:''}
.subNav1st > .navi_dp1 {float:left;position:relative;padding:0;min-width:264px;height:70px;background: url(../img/sub_side.png) no-repeat;background-position: center right;}
.subNav1st > .navi_dp1:last-child {background: none}
.subNav1st > .navi_dp1 h2,
.subNav1st > .navi_dp1 h3 {margin:0;line-height:70px;}
.subNav1st > .navi_dp1 a.dp1 {position:relative;display:block;padding:0 30px 0 30px;text-decoration:none;font-size:15px;line-height:70px;color:#5a5a5a;}
.subNav1st > .navi_dp1 a.dp1 span.sub_drop {position:absolute;top:50%;right:30px;margin-top:-5px;width:14px;height:9px;}
.subNav1st > .navi_dp1 a.dp1 span.sub_drop.bg {background: url(../img/sub_drop.png) no-repeat;background-position: center;}

/*.subNav1st > .navi_dp1:hover > ul.subNav2nd {display:block;}*/

.subNav2nd {list-style:none;display:none;position:relative;    background-color: #fff;z-index:10;}
.subNav2nd > .navi_dp2 {display: table;width: 100%;}
.subNav2nd > .navi_dp2 > a {display:table-cell;padding:10px 30px;text-decoration:none;border:solid #fff;border-width:0;font-size:14px;color:#606060;vertical-align: middle;}
.subNav2nd > .navi_dp2 > a:hover,
.subNav2nd > .navi_dp2 > a:active,
.subNav2nd > .navi_dp2 > a:focus,
.subNav2nd > .navi_dp2.active > a {text-decoration:underline;}

/*서브탭메뉴*/
.subNavBarInnerWrap {position: relative;width: 100%;background: transparent;margin-top: 6.5rem;min-height: 6.5rem;}
.subNavBarInner {max-width:1400px; width:100%;; margin: 0 auto;  z-index: 10; display: table; border-collapse: collapse; table-layout:fixed;  }
.subNavBarInner .subNavBar1st {display:table-row;}
.subNavBarInner .subNavBar1st li {display: inline-block;text-align: center;margin: 0px 2rem;font-size: 1.7rem;letter-spacing: -0.025rem;color: #ffffff;position: relative;line-height: 4.44;}

/*.subNavBarInner .subNavBar1st li:before{content:"";position:absolute;width:1px;left:0;top:31px; height:18px; background:#ccc}
.subNavBarInner .subNavBar1st li:last-child:after{content:"";position:absolute;width:1px;right:0;top:31px; height:18px; background:#ccc}*/
.naviBar_dp1+.naviBar_dp1{/* border-left:1px solid #cdcdcd */}
/*.naviBar_dp1+.naviBar_dp1 a {color:#ffffff; }
.naviBar_dp1:hover,
.naviBar_dp1:focus {color:#b72400; background: #ffffff; }
.subNavBarInner .subNavBar1st li.active {background:#ffffff; border-bottom:2px solid #e60012}*/
.subNavBarInner .subNavBar1st li.active a {color:#f094a9;}
.subNavBarInner .subNavBar1st li.active:after {display: block; content: ""; position: absolute; left: 0; bottom: 0;width: 100%;height: 2px; background-color: #f094a9;z-index: 1;}
.subNavBarInner .subNavBar1st li a {color: #aaaaaa;}

/*.subNavBarInner .subNavBar1st li:hover {color:#b72400; background: #ffffff; }*/

@media( max-width:1024px ) {
	/*.subNavBarInner {display:none;}
	.subNavBarInnerWrap {display:none;}
	*/
}
@media( max-width: 768px ) {
	.subNavBarInnerWrap {margin-top: 0.5rem;	}
}


#m_breadcrumbs_wrap {display: none}

#subPageWrap {width:100%; position: relative;background:#fff; z-index: 1;}
#subPageWrap_WIDE_ {width:100%;padding:0 0px;margin:0px auto 0;position: relative;z-index: 1; background:#fff; }
#subPage {width:120.0rem;min-width: 120rem;padding:100px 0px 100px; margin:0px auto 0;background:#fff;}

@media( max-width: 1200px ) {
	#subPage {width: 100%;min-width: 100%;}
}



@media( max-width:1024px ) {
	#subPageWrap {width:100%;min-width: 320px;padding:0;margin:0;}

	.subNavWrap {margin-top:0;min-width: 100%; display:none !important;}
	.subNavWrap div.subNavInner {width:100%;    padding: 0 10px;}

	.subNavWrap .btn_home {width:62px;padding:0;font-size:12px;}

	.subNav1st > .navi_dp1 {min-width:120px;}
	.subNav1st > .navi_dp1 a.dp1 {min-width:50%;padding:0 30px 0 10px;font-size:12px;}
	.subNav1st > .navi_dp1 a.dp1 span.sub_drop  {right:20px;}
	.subNav2nd > .navi_dp2 > a {padding:3px 10px;font-size:12px;}

}
@media( max-width:768px ) {
	#subPage {padding: 0 0px 50px;}
	.subNavBarInner .subNavBar1st li { padding: 0px 0rem ;font-size:1.6rem; }

}
/* 사이드바 */
div.left_wrap	{width:220px;float:left;position:relative; }
div.left_inner {position: absolute;top:0;left:0;width:221px;}
div.left_top	{position:relative;width:100%;margin:0;background:transparent;}
div.left_top h2 {margin:0;font-size:28px;font-weight:bold;color:#000;text-align: center;padding:86px 0 0;text-align: left;}
div.left_top h2 span {display: inline-block;padding:20px 0;width:100%;border-top: 3px solid #333;}

.sidebar	{text-align:left; padding:0; margin:0; list-style-type:none;border: solid #333;border-width:0 0 3px;}
.sidebar > li {
	display:block;
	position: relative;
	text-align:left;
}
.sidebar > li:first-child {padding-top:15px;}
.sidebar > li:last-child {padding-bottom:15px;}
.sidebar > li > a {position:relative;display:block;height:100%;line-height:47px; font-size:16px;color:#333333;padding-left:10px;letter-spacing: -1px;}
.sidebar > li > a.selected,
.sidebar > li > a:hover {background:#9a0d16;color:#fff;}
/*.sidebar > li > a:hover:after,
.sidebar > li > a.selected:after {position:absolute;content:'';top:50%;right:20px;margin-top:-4px;background: url(../img/bg_sidebar.png) no-repeat;background-position: center;width:5px;height:9px;}*/

.sidebar > li > ul.sub2_sidebar	{text-align:left; padding:0 0; margin:0; list-style-type:none; background:#f8f8f8;}
.sidebar > li > ul.sub2_sidebar > li {}
.sidebar > li > ul.sub2_sidebar > li > a {position:relative;display:block;height:100%;line-height:20px; font-size:14px;color:#818181;padding-left:30px;letter-spacing: -1px;}
.sidebar > li > ul.sub2_sidebar > li > a.selected {color:#005c91;}


div.left_wrap .cs_center {display:none;border: solid #dddddd;border-width:0 1px 1px;padding:30px 25px 0;margin-bottom: 110px;background-color: #f7f7f7;background-image: url(../img/ic_cs.png);background-repeat:no-repeat;background-position: 106% -9px;}
div.left_wrap .cs_center h4 {color:#818181;font-size:16px;line-height: 1.5;margin-bottom: 10px;}
div.left_wrap .cs_center div.cs1 {margin-bottom: 25px;}
div.left_wrap .cs_center div.cs1 p.center {color:#9a9a9a;font-size:14px;line-height: 1.5;}
div.left_wrap .cs_center div.cs1 p.tel {color:#011627;font-size:24px;line-height: 1.5;font-weight: 700}
div.left_wrap .cs_center div.cs1 p.fax {color:#858585;font-size:16px;line-height: 1.2;}

/* 컨텐츠영역 */
div.contents_wrap {width:920px; float:right;margin-left:60px;    padding:0;}
div.contents_wrap.noSidebar {width:100%;float:none;margin-left: 0;}


/* 타이틀영역 */
.subPageTopTitle {width: 100%; height: 9.1rem; margin-top: -9.1rem;display: none;}

.subPageTopTitle .subTitle_depth01 {height:9.1rem; max-width:1540px; margin:auto;}
.subPageTopTitle .subTitle_depth01 .subTitle_depth01_txt:before{content : ""; position: absolute; background:#fff; width:20%; left:0px; height:100%; z-index:-1;}
.subPageTopTitle .subTitle_depth01 .subTitle_depth01_txt {background:url(../img/subtitle_bg.png) no-repeat left top;
														/* background: linear-gradient(60deg, #fff 25%, transparent 25%); color:#000;*/ font-size:3.0rem;   line-height:9.1rem; padding-left:1.5rem;}


@media( max-width:1850px ) {
.subPageTopTitle .subTitle_depth01 .subTitle_depth01_txt:before {content : ""; position: absolute; background:#fff; width:10%; left:0px; height:100%; z-index:-1;}

}

.title_wrap {position: relative; width: 100%; height: 100%; max-width: 180.0rem; margin: 0 auto; border-bottom: 1px solid #bcbcbc; z-index:2;}
.title_wrap h2.title {font-size:3.0rem; line-height: 6.0rem; letter-spacing:-0.025rem; color: #282828; display: inline-block;margin: 0;padding-right: 0;font-weight: bold; position: relative; margin-top: 3.2rem; z-index: 9; margin-left: 2rem; padding-left: 0.5rem;}
.title_wrap h2.title:after {content : ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 110%; border-bottom:3px solid #c30d0c;}

.title_wrap .breadcrum {background:url(../img/icon_home.png) no-repeat; background-position: left center;padding-left:15px; margin-top:0;position: absolute;top:80px;right:0;color:#9d9d9d;font-size:0.75rem;}

.sub_vg_title {position : relative; width:100%;height:100%; padding:0 0 0px 0;clear:both;border-bottom: 0px solid #dddddd; text-align: left; /*border-top-left-radius: 5rem;*/}
.sub_vg_title_inner {width: 100%; height: 100%; margin: 0 5rem; max-width: 1540px; margin: 0 auto; padding-bottom:5px; }

@media( max-width:1750px ) {
	.sub_vg_title {margin-left: 1rem;}
	.sub_vg_title_inner {max-width: 95%; margin: 0; margin-left: 2.8rem;}
}
@media( max-width:1400px ){
	.sub_vg_title {margin-left:10px;}
}
@media( max-width:1024px ) {
	.title_wrap .breadcrum {display: none}

	.sub_vg_title {margin:0;padding:0;}
}
@media( max-width:768px ){
	.subPageTopTitle {display: none;}
}







/**/

#mgnb_open {position: absolute;top: 12px;right: 10px;padding: 0 10px;height: 40px;width: 40px;border: 0;background-size: 70%;color: #000;background: none;font-size: 3.2rem;display: none;}
#user_btn {position:absolute;top:12px;right:10px;padding:0 10px;height:40px;width:40px;border:0;color:#fff;font-size:2.0em;background:none;letter-spacing:-0.1em;display: none;}
#mgnb {display:none;background:#efefef;position:fixed;top:0;right:0;z-index:99999;width:100%;max-width:400px;height:100%;overflow-y:auto;
-webkit-box-shadow:0 0 5px rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px rgba(55,55,5,0.4);
box-shadow:0 0 5px rgba(55,55,5,0.4)}

#mgnb_1dul {background:#fff}
#mgnb_1dul a {display:block;color:#000}
.mgnb_1dli {position:relative;line-height:40px}
.mgnb_1dli button {position:absolute;top:5px;right:0;width:40px;height:40px;overflow:hidden;border:0;font-size:1.0em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px}
.mgnb_1dli button.btn_gnb_cl {background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%}
.mgnb_1da {padding:5px 20px;border-bottom:1px solid #eee;font-weight:bold;font-size:16px;}
.mgnb_2dul {display:none;background:#fafafa}
.mgnb_2da {padding-left:30px;font-size:15px;}
#mgnb_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:3.2rem;background:transparent}

#mgnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#mgnb_empty a {display:inline;text-decoration:underline}



#user_menu {display:none;position:fixed;top:0;right:0;width:100%;height:100%;overflow-y:auto;z-index:9999;background:#efefef;text-align:center}
#user_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:1.8em;background:transparent}

.ol {position:relative;margin:0 0 10px;text-align:center}
.ol h2 {width:0;height:0;overflow:hidden}
#ol_before {background:#212020;padding:34px 15px;text-align:left}
.btn_log {display:inline-block;background:#3a8afd;color:#fff;border-radius:3px;padding:10px;border:0;text-decoration:none;vertical-align:middle}
.btn_log2 {display:inline-block;background:transparent;color:#fff;border:0;border-radius:3px;padding:10px;text-decoration:none;vertical-align:middle}


@media screen and (max-width: 1600px){


	.moblie_lang {position:absolute; top:25px; left:20px; }
	.moblie_lang a{display:inline-block; font-size:14px; color:#f8f8f8;}
	.moblie_lang a:first-child {margin-right:10px;}
	.moblie_lang a.active {background:#e60012; color:#fff; padding:7px; border-radius:10px;  }
}
@media screen and (max-width: 768px){

	#mgnb_open, #user_btn {display: block;}
	}

/* 사이트맵 */

.sitemap_wrap { width:100%; margin-top:40px;}
.sitemap_wrap div.sitemap { float:left;width:25%; vertical-align:top; text-align:center; font-size:1.6rem;}
.sitemap_wrap div.sitemap > h5 {width:90%; margin:0 auto; border:1px solid #0553ab;   text-align:center; }
.sitemap_wrap div.sitemap > h5 > a {font-size:1.5em; color:#0553ab; font-weight:bold;line-height:2.0;}
.sitemap_wrap div.sitemap ul {padding-top:20px;min-height: 300px;}
.sitemap_wrap div.sitemap li { width:90%; margin:0 auto; }
.sitemap_wrap div.sitemap li > a { display:block; color:#333; line-height:2.5;text-align:left;}
.sitemap_wrap div.sitemap li > p { text-align:left;  padding:0;margin:0; }
.sitemap_wrap div.sitemap li > p a { display:block; font-size:0.8em;line-height:1.5; color:#333;margin-bottom:10px; }




@media( max-width:1024px ) {

	.sitemap_wrap div.sitemap	{width:48%;		float:none;		display:inline-block;margin:0 0 10px 0;    vertical-align: top; }
	.sitemap_wrap div.sitemap > h5 > a {font-size:1.1em;}
	.sitemap_wrap div.sitemap ul {padding-top:10px;min-height: 150px;}
	.sitemap_wrap div.sitemap li > a {line-height: 1.5;font-size:0.8em;}
}

.pc_line {display:block;}
.mobile_line1 {display: none;}
@media( max-width:1024px ) {
	.pc_line {display:none; }
	.mobile_line1 {display: block;}
}
@media( max-width:768px ) {
	.mobile_line {display: block;}
}


#subPageTitle {position: relative;}
#subPageTitle .subPageTitleTxt1 {font-size:7.4rem; color:#000; word-break: keep-all; letter-spacing: -0.1rem;}
#subPageTitle .subPageTitleTxt2 {font-size:3.0rem; color:#000; padding-top: 5px; letter-spacing:-0.025rem;}
#subPageTitle .subPageCircle {position: absolute; top: -18px; left: 83vh; width:7.25rem; height:7.25rem; background:#b5c92e; border-radius: 50%; animation: move 10s ease; animation-iteration-count: 1; animation-delay:1s; animation-fill-mode: forwards; z-index:-1;}

@keyframes move {
	0%{transform: translate(0%, 0px);}
	100%{transform: translate(-85vh, 0px);}
}


@media all and (max-width:1024px){
	#subPageTitle {width: 95%; margin: 0 auto; padding-top: 20px;}
	#subPageTitle .subPageTitleTxt1 {font-size: 4.0rem;}
	#subPageTitle .subPageTitleTxt2 {font-size:2.0rem;}
	#subPageTitle .subPageCircle {width:4.25rem; height:4.25rem; top:10px; left: 55vh;}

	@keyframes move {
		0%{transform: translate(0%, 0px);}
		100%{transform: translate(-56vh, 0px);}
	}
}

@media all and (max-width:768px){
	#subPageTitle .subPageCircle {left: 35vh;}
	@keyframes move {
		0%{transform: translate(0%, 0px);}
		100%{transform: translate(-36vh, 0px);}
	}
}


.ht_0_clear {display:block;height:0;content:"";font-size:0;visibility:hidden;clear:both;}

.pc_block {display:block; }
.mobile_block {display:none; }

@media( max-width:1024px) {
	.pc_block {display:none; }
}

@media( max-width:768px) {
	.mobile_block {display:block; }
}

/*customize Start */
.responsiveFull {max-width: 1740px;margin: 0 auto;}
@media( max-width:1740px) {
	.responsiveFull {padding-left: 1.5rem !important;padding-right: 1.5rem !important;}
}

.responsiveFull_1200 {width: 100%;max-width: 100%;margin: 0 auto;}
@media(max-width: 1200px) {
	.responsiveFull_1200 {width: 98% !important;margin: 0 auto;margin-top: 5rem;}
}

.subTopBg {width: 100%;height: 40rem;margin-top: 10rem;}
@media( max-width: 1024px) {
	.subTopBg {height: 20rem;margin-top: 0rem;}
}


#mainVisual {overflow: hidden;border-bottom: solid 1px #000;}
#mainVisual .visualWrap {padding: 6rem 0 9rem;position: relative;}
#mainVisual .visualWrap .visualSwiper {width: 100%;height: 100%;position: relative;padding: 0 0 6.5rem 0;}
#mainVisual .visualWrap .visualSwiper .swiper-wrapper {height: 100%;}
#mainVisual .visualWrap .swiper-slide {max-height: 57.6rem;text-align: center;display: flex;justify-content: center;align-items: center;}
#mainVisual .visualWrap .swiper-slide img {max-width: 100%;}

#mainVisual .visualWrap .visualSwiper .swiper-pagination {bottom: 0px;}
#mainVisual .visualWrap .visualSwiper .swiper-pagination-bullet{width: 1rem;height: 1rem;background: #f094a9;border: solid 1px #f094a9;opacity: 1;margin: 0 1rem;}
#mainVisual .visualWrap .visualSwiper .swiper-pagination-bullet-active {background: transparent;}

@media( max-width:768px) {
	#mainVisual .visualWrap {padding: 2rem 0;}
}



#mainSec1 {padding-top: 4.5rem;}
#mainSec1 .secWrap {}
#mainSec1 .secWrap .top {display: flex;justify-content: space-between;align-items: center;}
#mainSec1 .secWrap .top .top1 {}
#mainSec1 .secWrap .top .top1 .title1 {font-size: 2.8rem;font-weight: 700;}
#mainSec1 .secWrap .top .top1 .title2 {font-size: 1.8rem;color: #f094a9;font-weight: 700;padding-top: 1rem;}

#mainSec1 .secWrap .top .top2 {}

.btn_01 {color: #f094a9;font-size: 1.6rem;font-weight: 700;font-family: 'Pretendard';position: relative;padding: 1.3rem 4.6rem;background: transparent;border: solid 2px #f094a9;border-radius: 2.5rem;transition: 0.3s;}
.btn_01:hover {background: transparent;box-shadow: inset 0 0 0 36px #f094a9;color:#fff}


#mainSec1 .secWrap .content {overflow: hidden;padding: 6.5rem 0 0 0;}
#mainSec1 .secWrap .content .bookSwiper {width: 100%;height: 100%;position: relative;padding: 0 0 6.5rem 0;}
#mainSec1 .secWrap .content .bookSwiper .swiper-wrapper {height: 100%;}
#mainSec1 .secWrap .content .swiper-slide {max-height: 57.6rem;text-align: center;display: flex;justify-content: center;align-items: center;}
#mainSec1 .secWrap .content .swiper-slide img {max-width: 100%;max-height: 27.5rem;}
#mainSec1 .secWrap .content .swiper-slide .slideWrap {}
#mainSec1 .secWrap .content .swiper-slide .slideWrap .thumb {padding: 7.5rem 5.5rem;background: #f7f7f7;border-top-right-radius: 15.5rem;transition: 0.3s;}
#mainSec1 .secWrap .content .swiper-slide .slideWrap .title {text-align: left;font-size: 1.6rem;font-weight: 700;padding-top: 2.5rem;}
#mainSec1 .secWrap .content .swiper-slide:hover .slideWrap .thumb {background: #f094a9;transition: 0.3s;}

#mainSec1 .secWrap .content .bookSwiper .swiper-pagination {bottom: 0px;}
#mainSec1 .secWrap .content .bookSwiper .swiper-pagination-bullet{width: 1rem;height: 1rem;background: #f094a9;border: solid 1px #f094a9;opacity: 1;margin: 0 1rem;}
#mainSec1 .secWrap .content .bookSwiper .swiper-pagination-bullet-active {background: transparent;}

@media( max-width:768px) {
	#mainSec1 .secWrap .top {flex-direction: column;}
	#mainSec1 .secWrap .top .top2 {margin-top: 2.5rem;}
}




#mainSec2 {}


.news_letter {background: #f8f8f8; border: 1px solid #B6B5B3; border-radius: 5px; margin: 0px 10px; position: fixed; right: 30px; bottom: 30px; z-index: 9999; display: none; width: 300px;}
.news_letter .header .logo {margin-top: 10px; margin-left: 15px;}
.news_letter .header .logo img {height: 40px;}
.news_letter .header .close {float:right; margin-right: 15px; font-size: 14px; margin-top:15px;}
.news_letter .header .close .nd-checkbox {display: inline-block;}
.news_letter .header .close .letter-close {cursor: pointer; border:0; background:none;}
.news_letter .body {padding: 20px 15px 15px 15px; color: #0e272b; font-size: 14px; line-height:1.55;}
.news_letter .footer {text-align: center; height: 40px;}
.news_letter .footer a.link {background: #f094a9; color: #FFF; padding: 7px 15px; border-radius: 20px; margin: 0px 5px; font-size: 16px; font-weight: 700; text-decoration: none;}
.news_letter .footer a.link:hover {text-decoration: none;}




/*customize End*/