@charset "utf-8";


@import url("./reset.css");

html, body {
	/*height: 100%;*/
	width:100%;
}

body {
	font-size:12px;
	font-family: "돋움","Nanum Gothic", "맑은고딕","Malgun Gothic",Gulim,"굴림",Dotum,tahoma,Helvetica,AppleGothic,Sans-serif;
	letter-spacing:-0.5px;
}

/* a-style */
/* a:link{color:#1c1c1c; text-decoration: none;}
a:visited{color:#1c1c1c; text-decoration: none;}
a:active{color:#1c1c1c; text-decoration: none;}
a:hover{color:#363736;} */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
.nanum {font-family: 'Nanum Gothic', serif;}
.nanumL {font-family: 'Nanum Gothic', serif; font-weight: 400;}
.nanumB {font-family: 'Nanum Gothic', serif; font-weight: 700;}
.nanumEB {font-family: 'Nanum Gothic', serif; font-weight: 800;}

@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
.myeongjo {font-family: 'Nanum Myeongjo', serif;}

@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
.brush {font-family: 'Nanum Brush Script', serif;}
#header{
	background-color: #5480bf;
}
#mHeader{
    background-color: #5480bf;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}


#mValue:focus {
  outline: none;
}


.fileopacity{
	width:70px;
	height:21px;
	margin-left:2px;
	position: absolute;
	opacity:0.0;
	/* filter:alpha(opacity=0); */
}
button {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	outline: medium none;
}
caption {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.title_B {
	font-weight:bold;
}
.hMouse {
	cursor:pointer;
}
.boderTxt {
	font-weight: bolder;
}
.a-right {
	text-align: right;
}
.dbCnt {
	cursor:pointer;
}

.paddingleft_5 {
	padding-left: 5px;
}
.paddingleft_10 {
	padding-left: 10px;
}
.paddingbottom_20 {
	padding-bottom: 20px;
}

.marginright_10 {
	margin-right:10px;
}
.marginright_20 {
	margin-right:20px;
}
.marginright_60 {
	margin-right:60px;
}

.vOff {
	display: none !important;
}
.blueCr {
	color : #3c6298 !important;
}
.redCr {
	color : #fe0000 !important;
}
.greenCr {
	color : #4caf50 !important;
}
.bTxt {
	font-weight: bold;
}
.vBlock {
	display:block !important;
}
.mOn {
	border: 1px inset #3c6298 !important;
}
.mOn2 {
	background-color: #3c6298 !important;
}
.mOn2_1 {
	background-color: #b71c1c !important;
}
.mOn3 {
	color: #ffffff !important;
	background-color: #3c6298 !important;
}
.mOn4 {
	border: 1px solid #b71c1c !important; 
}
.mOn5 {
	color:#3c6298 !important;
	background-color: #ffffff !important;
	border: 1px solid #3c6298 !important; 
}
.mbOn {
	background-color : #989898 !important;
}
.bOn {
	background-color : #3c6298 !important;
	color : #ffffff !important;
}
.trOn {
	background-color: #78c5eb !important;
	opacity: 0.7 !important;
}
.sTtable{
    border-spacing: 1px !important;
    border-collapse: separate !important;
}

.linkTxt {
	cursor:pointer;
}
.mBox1 {
	margin-top:20px;
	border-top:2px solid #3c6298;
	border-bottom:1px solid #989898;
}
.mBox2 {
	margin-top:20px;
	border-top:2px solid #A6754B;
	border-bottom:1px solid #989898;
}
.mBox3 {
	margin-top:20px;
	border-top:2px solid #159C42;
	border-bottom:1px solid #989898;
}
.mBox4 {
	margin-top:20px;
	border-top:2px solid #7E57C2;
	border-bottom:1px solid #989898;
}
.mBox5 {
	margin-top:20px;
	border-top:2px solid #26A69A;
	border-bottom:1px solid #989898;
}
.mBox6 {
	margin-top:20px;
	border-top:2px solid #F48900;
	border-bottom:1px solid #989898;
}
.mBox7 {
	margin-top:20px;
	border-top:2px solid #DE48AC;
	border-bottom:1px solid #989898;
}
.mBox8 {
	margin-top:20px;
	border-top:2px solid #E7C540;
	border-bottom:1px solid #989898;
}
.mBox9 {
	margin-top:20px;
	border-top:2px solid #B71C1C;
	border-bottom:1px solid #989898;
}
.wrap {
	width:100%;
	margin: 0 auto;
	position:relative;
}
.wid_no_chg {
	width: 1248px;
	margin: 0 auto;
	position:relative;
	font-size:0;
}
.wid_no_chg2 {
	width: 100%;
	margin: 0 auto;
	position:relative;
	font-size:0;
}
.wid_no_chg3 {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #5480bf;
    margin: 0 auto;
    font-size: 0;
    top:0;
    height: 99px;
}
.gnb {
	position: fixed;
    z-index: 999;
    width: 100%;
	height:55px;
	background-color:#3c6298;
	font-size:0; 
}
.gnb a.Type01 {
	width:132px;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#fff;
	text-align:center;
	position:relative;
	font-weight: 600;
}
.gnb a.Type01:hover {
	background-color:#FFF;
	color:#3c6298;
	font-weight:bold;
}
.gnb a.Type02 {
	background-color:#1371ca;
	width:60px;
	display:inline-block;
	height:55px;
	line-height:42px;
	font-size:30px;
	color:#fff;
	font-weight:600;
	text-align:center;
}
.gnb a.Type02 span {
	display:inline-block;
	margin-left:4px;
}
.gnb a.Type03 {
	width:247px;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#fff;
	text-align:center;
	position:relative;
}
.gnb a.Type03:hover {
	background-color:#FFF;
	color:#3c6298;
	font-weight:bold;
}

.gnb2 {
	height:55px;
	background-color:#3c6298;
	font-size:0;
	width:100%;
}
.gnb2 a.Type01 {
	width:208px;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#fff;
	text-align:center;
	position:relative;
}
.gnb2 a.Type01:hover {
	background-color:#FFF;
	color:#3c6298;
	font-weight:bold;
}
.gnb2 a.Type02 {
	background-color:#1371ca;
	width:208px;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#fff;
	text-align:center;
}
.gnb2 a.Type02 span {
	display:inline-block;
	margin-left:4px;
}

.gnb3 {
	height:55px;
	background-color:#3c6298;
	font-size:0;
	width:100%;
}
.gnb3 a.Type01 {
	width:33%;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#fff;
	text-align:center;
	position:relative;
}
.gnb3 a.Type01:hover {
	background-color:#FFF;
	color:#3c6298;
	font-weight:bold;
}
.gnb3 a.Type02 {
	background-color:#1371ca;
	width:33%;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#fff;
	text-align:center;
}
.gnb3 a.Type02 span {
	display:inline-block;
	margin-left:4px;
}

.gnb4 {
	height:55px;
	background-color:#3c6298;
	font-size:0;
	width:100%;
}
.gnb4 a.Type01 {
	width:178px;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#fff;
	text-align:center;
	position:relative;
}
.gnb4 a.Type01:hover {
	background-color:#FFF;
	color:#3c6298;
	font-weight:bold;
}
.gnb4 a.Type02 {
	background-color:#1371ca;
	width:178px;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#fff;
	text-align:center;
}
.gnb4 a.Type02 span {
	display:inline-block;
	margin-left:4px;
}
.err{
	 background-color : #2196f3;
}
.err div{
	margin-top: 30px;
	margin-left: 30px;
}
.err h1{
	color: white;
	font-size: 200px;
	font-weight: 300;
}
.err h1 span{
	color: white;
	font-size: 40px;
	font-weight: 400;
}
.err h2{
	color: white;
	font-size: 30px;
	font-weight: 300;
}
.err h3{
	color: white;
	font-size: 18px;
	font-weight: 100;
}



.input_style01 {
	height: 31px;
	vertical-align: middle;
	width: 170px;
	text-align:right;
}
.input_style02 {
	height: 31px;
	vertical-align: middle;
	width: 215px;
	text-indent:10px;
}
.input_style03 {
	height: 31px;
	vertical-align: middle;
	width: 170px;
	text-indent:10px;
}
.input_style04 {
	height: 31px;
	vertical-align: middle;
	width: 80%;
	text-indent:10px;
}
.input_style05 {
	height: 31px;
	vertical-align: middle;
	width: 108px;
	text-indent:10px;
}
.input_style06 {
	height: 31px;
	vertical-align: middle;
	width: 110px;
	border:none !important;
}
.input_style07 {
	height: 31px;
	vertical-align: middle;
	width: 250px;
}
.input_style08 {
	height: 31px;
	vertical-align: middle;
	width:144px;
	text-indent:5px;
}
.input_style09 {
	height: 31px;
	vertical-align: middle;
	width:210px;
	text-indent:5px;
}
.input_style10 {
	height: 31px;
	vertical-align: middle;
	width:350px;
	text-indent:5px;
}
.input_style11 {
	width: 127px;
	height: 30px;
	vertical-align: middle;
	text-indent:10px;
}
.input_style12 {
	height: 31px;
	vertical-align: middle;
	width:700px;
	text-indent:5px;
}
.input_style13 {
	height: 31px;
	vertical-align: middle;
	width:193px;
	text-indent:5px;
}
.input_style14{
	height: 31px;
	vertical-align: middle;
	width: 360px;
	text-indent:10px;
}
.input_style20 {
	height: 31px;
	vertical-align: middle;
	width: 150px;
	text-indent:10px;
}
.input_style21 {
	height: 31px;
	vertical-align: middle;
	width: 200px;
	text-indent:10px;
}
.input_style22 {
	height: 31px;
	vertical-align: middle;
	width: 120px;
	text-indent:10px;
}

#ctaImg{width:1000px;height:auto;}

/*top*/
.top {
	height:65px;
	padding-top:15px;
	position:relative;
}
.top h1 {
	position:absolute;
	width:194px;
	height:38px;
	top:15px;
	left:0;
}
.top h1 a {
	margin-top: 15px;
	display:block;
	width:100%;
	height:100%;
}
.main_search {
	margin-left:280px;
}
.store_main {
	margin-left:240px; 
	padding-left: 200px;
}
.store_title { 
	color:#3c6298;
	font-size:25px;
	font-weight:bold;
	cursor: pointer; 
	height:38px;
	vertical-align:middle;
	padding-left: 10px;
}
.search_content01 {
	width:655px;
	height:38px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-size:0;
}
.main_input_search01 {
	width:655px;
	height:38px;
	border:1px solid #fff !important;
/* 	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	background:url("../img/common/icon.png") no-repeat right;
*/	    
	border-radius: 22px;
	text-indent:30px;
	font-weight: bold;
	color: #3c6298;
	font-size:15px;
}
.main_search_btn {
	background-color: #3c6298;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	height:38px;
	line-height: 38px;
	width:57px;
	text-align:center;
	font-weight:bolder;
	position: absolute;
	top: 0;
	margin-left: -56px;
}
.search_content02 {
	width:73px;
	height:38px;
	margin-left:5px;
	display:inline-block;
	font-size:0;
}
.main_search_btn01 {
	display:block;
	width:100%;
	height:100%;
	line-height:36px;
	text-align:center;
	font-size:14px;
	font-weight:bolder;
	border-radius:20px;
	background-color: #3c6298;  
	color: #ffffff;
}
.main_top_menu {
	font-size:0;
	width:300px;
	height:38px;
	position:absolute;
	right:0;
	top:15px;
}
.main_top_menu span {
	padding: 45px 6px 0 6px;
	font-size:12px;
	color:#c6e1f0;
	text-align:center;
	height:38px;
	display:inline-block;
	font-weight:bold;
	cursor: pointer;
}
.main_top_menu span.icon11 {
	width:50px;
	height:38px;
	margin:0 2px;
	background:url("../img/m_icon01.png") no-repeat center;
}
.main_top_menu span.icon12 {
	width:58px;
	height:38px;
	margin:0 2px;
	background:url("../img/m_icon02.png") no-repeat center;
}
.main_top_menu span.icon01 {
	width:50px;
	height:38px;
	margin:0 2px;
	background:url("../img/m_icon01.png") no-repeat center;
}
.main_top_menu span.icon02 {
	background:url("../img/menu_icon02.png") no-repeat center 4px;
}
.main_top_menu span.icon03 {
	background:url("../img/menu_icon03.png") no-repeat center 4px;
}
.main_top_menu span.icon04 {
	width:58px;
	height:38px;
	margin:0 2px;
	background:url("../img/m_icon04.png") no-repeat center; 
}
.main_top_menu span.icon05 {
	width:38px;
	height:38px;
	margin:0 7px;
	background:url("../img/m_icon05.png") no-repeat center; 
}
.main_top_menu span.icon06 {
	width:58px;
	height:38px;
	margin:0 2px;
	background:url("../img/m_icon03.png") no-repeat center; 
}
.main_top_menu span.icon07 {
	background:url("../img/menu_icon07.png") no-repeat center 4px;
}
.main_top_menu span.icon08 {
	background:url("../img/menu_icon08.png") no-repeat center 4px;
}
.main_top_menu span.icon09 {
	background:url("../img/menu_icon09.png") no-repeat center 4px;
}
.suggestion_box{
	position:relative; 
	width:465px;
	height: 300px;
	z-index:300;
	background-color:#fff;
	border-left:1px solid #3c6298 !important;
	border-right:1px solid #3c6298 !important;
	border-bottom:1px solid #3c6298 !important;
}


.manu_ad_content {
	position:absolute;
	top:0;
	left:0;
	width:20%;
	height: 300px;
	background-color:#fff;
	opacity: 0;
	margin-left:873px;
	z-index:200; 
}
.manu_content2 {
	position:absolute;
}
.manu_add {
	position:absolute;
	top:0;
	left:0;
	width:30%;
	z-index:200;
}

/*index*/
.main_visual {
	width:1250px;
	padding:10px 0;
	font-size:0;
	position: relative;
}
.main_visual {
	vertical-align:top;
	font-size:0;
}
.main_visual .Type01 {
	width:890px;
	height:400px;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.main_visual .Type01 a.img01 {
	width:100%;
	height:100%;
	display:block;
}
.main_visual .Type02 {
	width:350px;
	padding-left:10px;
	display:inline-block;
}
.main_visual .Type02 a {
	width:100%;
	height:140px;
	display:block;
}
.main_visual .Type02 a:last-child {
	margin-top:20px;
}
.example-pager {
	height: 20px;
	position: absolute;
	right: 0;
	top: 17px;
	width: 80px;
	z-index: 350;
}
.rolling_btn {
	height:26px;
	position:absolute;
	width:880px;
	left:35px;
	bottom:0;
	font-size:0;
	z-index:100;
}
.rolling_btn span {
	display:inline-block;
	width:100px;
	height:26px;
	background:url("../img/rolling_btn.jpg") no-repeat top center;
	font-size:14px;
	padding-top:11px;
	text-align:center;
	margin-right:1px;
	color:#999;
	cursor:pointer;
}
.rolling_btn span label {
	font-size:14px;
	color:#999;
	display:block;
}
.rolling_btn span.cycle-pager-active {
    background:url("../img/rolling_btn_on.jpg") no-repeat top center;
	color:#666666;
	font-weight:bold;
}
.rolling_btn span.on {
	background:url("../img/rolling_btn_on.jpg") no-repeat top center;
	color:#666666;
	font-weight:bold;
}
.rolling_btn span:last-child {
	margin-right:0;
}

.rolling_ball {
	position: relative;
	bottom:50px;
	text-align: center;
	height:26px; 
	width:320px; 
	bottom:0;
	font-size:0;
	z-index:600;
}
.rolling_ball span {
	display:inline-block;
	width:20px;
	height:26px;
	background:url("../img/rolling_btn.jpg") no-repeat top center;
	font-size:14px;
	padding-top:11px;
	text-align:center;
	margin-right:1px;
	color:#999;
	cursor:pointer;
}
.rolling_ball span label {
	font-size:14px;
	color:#999;
	display:block;
}
.rolling_ball span.cycle-pager-active {
    background:url("../img/rolling_btn_on.jpg") no-repeat top center;
	color:#666666;
	font-weight:bold;
}
.rolling_ball span.on {
	background:url("../img/rolling_btn_on.jpg") no-repeat top center;
	color:#666666;
	font-weight:bold;
}
.rolling_ball span:last-child {
	margin-right:0;
}










.main_content01 {
	margin-bottom:60px;
}











.title_Type01_1 {
	height:92px;
	padding-top:56px;
	font-size:22px;
	color:#3c6298;
	position:relative;
	font-weight:bold;
	cursor: pointer;
}
.title_Type01 span.more_btn {
	position:absolute;
	right:0;
	top:56px;
	font-size:14px;
	color:#333333;
	width:66px;
	height:14px;
	display:block;
}
.title_Type01 span.more_btn a {
	width:100%;
	height:100%;
	display:inline-block;
	position:relative;
}
.title_Type01 span.more_btn a::after {
	position:absolute;
	right:8px;
	top:0;
	content:"";
	background:url("../img/icon_arrow02.png") no-repeat center center;
	width:14px;
	height:14px;
}
.main_product01 {
	height:430px;
	width:100%;
	font-size:0;
	vertical-align:top;
}
.main_pro01 {
	width:402px;
	display:inline-block;
	height:430px;
	vertical-align:top;
	cursor:pointer;
}
.main_pro02 {
	width:684px;
	display:inline-block;
	height:430px;
}
.main_pro02_box01 {
	width:846px;
	height:210px;
}
.main_pro02_box02 {
	width:846px;
	height:210px;
	margin-top:10px;
}
.pro_list01 {
	border:1px solid #d8d8d8;
	width:100%;
	height:100%;
}
.main_pro02_space01 {
	width:211px;
	height:210px;
	padding-left:10px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
.pro_list02 {
	border:1px solid #d8d8d8;
	width:100%;
	height:100%;
}
.pro_img_con {
	width:402px;
	height:334px;
	padding:10px;
}
.pro_txt_con {
	width:100%;
	height:94px;
	padding:18px 9px 12px 9px;
	position:relative;
}
.pro_txt_con h2.title01 {
	font-size:20px;
	color:#000000;
	font-weight:bold;
	padding-bottom:3px;
}
.pro_txt_con label.txt01 {
	font-size:14px;
	color:#2c2c2c;
	padding-top:5px;
	display:block;
}
.pro_txt_con label.maker {
	padding-top:5px;
	display:block;
}
.pro_txt_con label.maker span {
	color:#3c6298;
	font-size:14px;
	font-weight:bold;
}
.pro_txt_con span.price01 {
	position:absolute;
	right:12px;
	top:44px;
}
.pro_txt_con span.price01 a {
	text-align:right;
	color:#b71c1c;
	font-size:30px;
	font-weight:bold;
}
.pro_txt_con span.price01 span {
	text-align:right;
	color:#b71c1c;
	font-size:30px;
	font-weight:bold;
}
.pro_img_con01 {
	width:199px;
	height:146px;
	padding:10px;
}
.pro_img_con01 a {
	display:block;
}
.pro_txt_con01 {
	width:100%;
	height:62px;
	padding:0 10px 7px 10px;
	position:relative;
}
.pro_txt_con01 h2.title01 {
	
}
.pro_txt_con01 h2.title01 a {
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.pro_txt_con01 h2.title01 span {
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.pro_txt_con01 label.txt01 {
	
}
.pro_txt_con01 label.txt01 a {
	font-size:13px;
	color:#2c2c2c;
	padding-top:7px;
	display:block;
}
.pro_txt_con01 label.txt01 span {
	font-size:13px;
	color:#2c2c2c;
	padding-top:7px;
	display:block;
}
.pro_txt_con01 span.price01 {
	position:absolute;
	right:10px;
	bottom:7px;
}
.pro_txt_con01 span.price01 a {
	text-align:right;
	color:#b71c1c;
	font-size:14px;
	font-weight:bold;
}
.pro_txt_con01 span.price01 span {
	text-align:right;
	color:#b71c1c;
	font-size:14px;
	font-weight:bold;
}

.pro_txt_con01 label.maker span {
	font-size:14px;
	color:#3c6298;
	padding-top:7px;
	display:block;
	font-weight:bold;
}




.ad_content01 {
	width:100%;
	height:100px;
}
.main_list01 {
	height:229px;
	font-size:0;
	margin-bottom:20px;
}
.main_list02 {
	height:415px;
	font-size:0;
}
.item_title {
	display:inline-block;
	width:159px;
	height:229px;
	vertical-align:top;
}
.item_title a {
	display:inline-block;
	width:100%;
	height:100%;
	padding-top:182px;
	text-align:center;
	font-size:17px;
	color:#fff;
	font-weight:bold;
}
.item_title span {
	display:inline-block;
	width:100%;
	height:100%;
	padding-top:182px;
	text-align:center;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	cursor: pointer;
}
.item_title2 {
	display:inline-block;
	width:290px;
	height:600px;
	vertical-align:top;
}
.item_title2 div {
	display:inline-block;
	width:100%;
	height:100%;
	padding-top:25px;
	text-align:left;
	font-size:22px;
	color:#3c6298;
	font-weight:500;
	cursor: pointer;
	padding-left: 25px;
}
.item_title2 span {
	display:inline-block;
	width:100%;
	height:100%;
	padding-top:25px;
	text-align:left;
	font-size:22px;
	color:#3c6298;
	font-weight:500;
	cursor: pointer;
	padding-left: 25px;
}
 
.item_title2 label {
	display:inline-block;
	width:100%;
	height:100%;
	text-align:left;
	font-size:12px;
	color:#4f4f4f;
	font-weight:bold;
	cursor: pointer;
}
.item_title3 {
	display:inline-block;
	width:320px;
	height:600px;
	overflow: hidden;
	vertical-align:top;
}
.item_title a:link {
	color:#ffffff; text-decoration: none;
}
.item_title a:visited {
	color:#ffffff; text-decoration: none;
}
.item_title a:active {
	color:#ffffff; text-decoration: none;
}
.item_title a:hover {
	color:#ffffff; text-decoration: none;
}



.item_title span.c10 {
	background:url("../img/main_title01.jpg") no-repeat center center;
}
.item_title span.c11 {
	background:url("../img/main_title02.jpg") no-repeat center center;
}
.item_title span.c12 {
	background:url("../img/main_title03.jpg") no-repeat center center;
}
.item_title span.c13 {
	background:url("../img/main_title04.jpg") no-repeat center center;
}
.item_title span.c14 {
	background:url("../img/main_title05.jpg") no-repeat center center;
}
.item_title span.c15 {
	background:url("../img/main_title06.jpg") no-repeat center center;
}
.item_title span.c16 {
	background:url("../img/main_title07.jpg") no-repeat center center;
}
.item_title span.c17 {
	background:url("../img/main_title08.jpg") no-repeat center center;
}
.item_title span.c18 {
	background:url("../img/main_title09.jpg") no-repeat center center;
}


.item_list_content {
	width:217px;
	height:229px;
	padding-left:16px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}





.item_list_content.pd_Type {
	padding-left:20px;
	width:221px;
}
.item_list_border {
	border: 1px solid #d8d8d8;
	height: 100%;
	width: 100%;
}
.item_img_con {
	height:166px;
	width:199px;
	padding:5px;
}
.item_txt_con {
	width:100%;
	height:70px;
	padding-top:10px;
}
.item_txt_con h3 {
	color: #2c2c2c;
	display: block;
	font-size: 13px;
	font-weight:bold;
}
.item_txt_con label {
	color: #2c2c2c;
	display: block;
	font-size: 13px;
	padding-top: 7px;
}
.item_txt_con p {
	font-size:17px;
	color:#b71c1c;
	font-weight:bold;
	padding-top: 7px;
}

.ad_content02 {
	height:300px;
	margin-top :40px;
	font-size:0;
}
.ad_list_Type01 {
	width:629px;
	padding-right:10px;
	height:323px;
	display:inline-block;
	vertical-align:top;
}
.ad_con_Type {
	border:1px solid #d8d8d8;
}
.ad_img_con01 {
	height:255px;
}
.ad_img_con01 a {
	width:100%;
	height:100%;
	display:block;
}
.ad_img_txt01 {
	height:40px;
	padding:16px;
	width:100%;
}
.ad_img_txt01 h4 {
	padding-bottom:6px;
}
.ad_img_txt01 h4 a {
	font-size:14px;
	color:#000000;
	display:block;
}
.ad_img_txt01 h4 a span {
	color:#2196f3;
	display:inline-block;
	padding-right:4px;
}
.ad_img_txt01 p a {
	font-size:13px;
	color:#909090;
	display:block;
}
.ad_list_Type02 {
	width:619px;
	height:323px;
	display:inline-block;
}

.main_content02 {	
}

.main_content03 {
	margin-bottom:80px;
}


.item_list_content01 {
	display: inline-block;
	height: 229px;
	width: 201px;
	border:1px solid #d8d8d8;
	cursor:pointer;
}
.item_list_content02 {
	display: inline-block;
	height: 229px;
	padding-left: 8px;
	vertical-align: top;
	width: 209px;
	cursor:pointer;
}
.ad_content03 {
	margin:60px 0;
	font-size:0;
}
.ad_list_Type03 {
	display: inline-block;
	height: 202px;
	padding-right: 10px;
	vertical-align: top;
	width: 628px;
}
.ad_list_Type03 a ,.ad_list_Type04 a  {
	width:100%;
	height:100%;
	border:1px solid #d8d8d8;
	display:block;
}
.ad_list_Type04 {
	display: inline-block;
	height: 202px;
	vertical-align: top;
	width: 620px;
}

.main_content04 {
	background-color:#e8eaf6;
	height:535px;
	padding-top:59px;
	text-align:center;
}
.main_content06 {
	background-color:#fff;
	min-height:535px;
	padding-top:59px;
	text-align:center;
}
.con_title01 {
	font-size:25px;
	color:#3c6298;
	font-weight:bold;
	padding-bottom:28px;
}
.con_title01 span {
	display:inline-block;
	padding-left:5px;
}
.con_title02 {
	text-align:left;
	font-size:40px;
	color:#3c6298;
	font-weight:bold;
}
.con_title03 {
	text-align:left;
	font-size:40px;
	color:#000000;
	font-weight:bold;
}
.con_title04 {
	font-size:18px;
	color:#000000;
}
.con_txt_Type01 {
	font-size:15px;
	color:#666666;
	line-height:1.5;
}
.con_txt_Type02 {
	font-size:16px;
	color:#666666;
	line-height:1.5;
}
.info_content01 {
	height:230px;
	font-size:0;
}
.info_con01 {
	height:230px;
	display:inline-block;
	width:24%;
	vertical-align:top;
	margin-top:60px;
}
.info_con01 p.txt01 {
	font-size:20px;
	color:#3c6298;
	font-weight:bold;
	padding-top:15px;
}
.info_con01 p.txt02 {
	font-size:15px;
	color:#333333;
	line-height:1.5;
	padding-top:25px;
}
.info_con01 p.txt03 {
	font-size:15px;
	color:#333333;
	line-height:1.5;
	padding-top:32px;
}

.main_content05 {
	height:578px;
	margin-top:60px;
	margin-bottom:60px;
	border:1px solid #d8d8d8;
	font-size:0;
}
.category_1st {
	width:209px;
	display:inline-block;
	vertical-align:top;
	font-size:0;
}
.category_2st {
	width:207px;
	display:inline-block;
	vertical-align:top;
	font-size:0;
}
.category_Type01 {
	height:328px;
}
.category_Type02 {
	
}
.category_Type03 {
	height:160px;
}
.category_list_Type01 {
	padding:10px 0 10px 30px;
	margin-bottom:10px;
	background-color:#eee;
	border-right:1px solid #fff;
}
.category_list_Type03 {
	padding:10px 0 10px 30px;
	margin-bottom:10px;
	background-color:#eee;
}
.category_list_Type01 a {
	font-weight:bold;
	font-size:16px;
	color:#424242;
}
.category_list_Type03 a {
	font-weight:bold;
	font-size:16px;
	color:#424242;
}
.category_list_Type02 {
	padding:5px 0 5px 30px;
}
.category_list_Type02 a {
	font-size:14px;
	color:#616161;
}
.footer {
	background-color:#3c6298;
	padding:50px 0 42px;
}
.footer_menu {
	padding-bottom:18px;
}
.footer_menu a {
	font-size:12px;
	color:#ffffff;
	display:inline-block;
}
.footer_menu span {
	font-size:12px;
	color:#000000;
	width:21px;
	text-align:center;
	display:inline-block;
}
.footer_txt {
	
}
.footer_txt p {
	font-size:12px;
	color:#ffffff;
	padding-bottom:8px;
	height:21px;
	line-height:21px;
}
.footer_txt p span.line {
	font-size:12px;
	color:#696969;
	width:21px;
	text-align:center;
	display:inline-block;
}
.footer_txt p a.info_01 {
	background:url("../img/footer_img01.jpg") no-repeat left center;
	height:21px;
	width:118px;
	padding-left:7px;
	line-height:21px;
	display:inline-block;
	font-size:12px;
	color:#696969;
	margin-left:5px;
}
.footer_txt p a.info_02 {
	background:url("../img/footer_img02.jpg") no-repeat left center;
	height:21px;
	width:98px;
	padding-left:7px;
	display:inline-block;
	font-size:12px;
	color:#696969;
	margin-left:5px;
	line-height:21px;
}
.footer_mark {
	position:absolute;
	right:0;
	top:0px;
}
.footer_mark p {
	color:#696969;
	font-size:12px;
	text-align:right;
	padding-bottom:5px;
}
.footer_mark p a {
	display:inline-block;
	margin-left:4px;
}
.space_box {
	width:10px;
	display:inline-block;
}




.storeSidebar {
	display: block;
	float: left;
	position: relative;
	width: 120px;
}
.storeSection {
	margin-left:150px;
	margin-bottom:20px;
	width:1098px;
	position: relative;
}

.storeList_title a.title {
	padding:15px 0 15px 16px;
	font-size:12px;
	color:#000000;
	display:block;
	border-bottom:1px solid #d8d8d8;
}
.storeList_title a.title label {
	padding-left:5px;
	display:inline-block;
}
.storeList_title a.title_txt {
	border-bottom: 1px solid #d8d8d8;
	color: #000000;
	display: block;
	font-size: 12px;
	padding: 15px 0 15px 16px;
}
.storeList_title a.title_txt.on {
	color:#3c6298;
	font-weight:bold;
}

/*c01_01*/
.container {
	margin: 0 auto;
	min-height: 600px;
	padding-top: 20px;
	text-align: left;
}
.sidebar {
	display: block;
	float: left;
	position: relative;
	width: 240px;
}
.section {
	margin-left:270px;
	margin-bottom:20px;
	width:978px;
}
.section2 {
	margin-left:135px;
	margin-bottom:20px;
	width:978px;
}
.side_title {
	background-color:#5480bf;
	font-size:15px;
	color:#fff;
	text-align:center;
	padding:16px 0;
}
.side_title span {
	
}
.naviOn {
	color:#1371ca !important;
	font-weight:bold !important;
}

.side_list {
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
}
.list_title_arrow {
	
}
.list_title_arrow a.title {
	padding:10px 0 10px 16px;
	font-size:14px;
	color:#000000;
	display:block;
	border-bottom:1px solid #d8d8d8;
}
.list_content {
	background-color:#ffffff;
	padding:5px 5px 13px 10px;
}
.list_content dt.titl_01 a {
	font-size:13px;
	color:#db4449;
	padding:3px 0 3px 13px;
	display:block;
}
.list_content dd.titl_02 a {
	font-size:13px;
	color:#000000;
	padding:4px 0 4px 18px; 
	display:block;
}
.list_content01 {
	padding-left:18px;
}
.list_content01 li.titl_03 a {
	font-size:13px;
	color:#000000;
	padding:5px 0 5px 10px;
	display:block;
}
.list_content03 {
	padding-left:10px;
}
.list_content03 li.titl_03 a {
	font-size:13px;
	color:#000000;
	padding:4px 0 4px 10px;
	display:block;
}
.list_title a.title {
	padding:10px 0 10px 16px;
	font-size:14px;
	color:#000000;
	display:block;
	border-bottom:1px solid #d8d8d8;
}
.list_title a.title label {
	padding-left:25px;
	display:inline-block;
}
.maker_table a.title label {
	padding-left:25px;
}
.ad_left_img01 {
	border:1px solid #d8d8d8;
	margin-top:10px;
}
.ad_left_img02 {
	border:1px solid #d8d8d8;
	margin-top:10px;
}


.title_Type03 span.more_btn {
	color: #333333;
	display: block;
	font-size: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 66px;
}
.title_Type03 span.more_btn a::after {
	background: url("../img/icon_arrow02.png") no-repeat scroll center center;
	content: "";
	height: 14px;
	position: absolute;
	right: 8px;
	top: 0px;
	width: 14px;
}
.title_Type03 span.more_btn a {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}
.leftDiv{
	position: absolute;
	z-index:600;
	display:block;
	text-align:center;
	opacity:0.9;
	filter:Alpha(Opacity=90);
	margin: 230px 0 0 -18px;
	cursor:pointer;
}
.rightDiv{
	position: absolute;
	z-index:600;
	display:block;
	text-align:center;
	opacity:0.9;
	filter:Alpha(Opacity=90);
	margin: 230px 0 0 722px;
	cursor:pointer;
}
.recommend_content {
	position:relative;
	width:100%;
	font-size:0;
}
.recommend_content1 {
	display:inline-block;
	width:745px;
	height:600px;
	vertical-align:top;
}
.recommend_con_Type01 {
	width:237px;
	height:220px;
	border:1px solid #d8d8d8;
	display:inline-block;
	margin-bottom:20px;
}
.recommend_con_Type02 {
	width:237px;
	height:265px;
	border:1px solid #d8d8d8;
	display:inline-block;
	margin-bottom:20px;
	cursor:pointer;
}
.recommend_con_Type04 {
	width:48%;
	height:auto;
	min-height:215px;
	max-height:310px;
	border:1px solid #d8d8d8;
	display:inline-block;
	margin-bottom:20px;
	cursor:pointer;
}
.recommend_con_Type03 {
	width:240px;
	height:320px;
	border:1px solid #d8d8d8;
	display:inline-block;
	margin-bottom:20px;
	cursor:pointer;
}
.recommend_con_Type03_1 {
	width:490px;
	height:320px;
	border:1px solid #d8d8d8;
	display:inline-block;
	margin-bottom:20px;
	cursor:pointer;
}
.recommend_con_txt02 {
	padding:0 10px 0 10px;
	position:relative;
	z-index:300;
	bottom:50px;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.recommend_con_txt03 {
	padding:0 10px 0 10px;
	position:relative;
	z-index:300;
	bottom:-150px;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.recommend_con_txt02 span.title {
	width:30px;
	height:40px;
	background-color:#d8d8d8; 
	color: #ffffff;
	display:inline-block;
	font-size:14px;
	font-weight:bolder;
	text-align: center;
	vertical-align: middle;
	line-height: 30px; 
	padding: 5px 10px;
}
.recommend_con_txt02 span.title2 {
	width:auto;
	height:40px;
	background-color:#3c6298; 
	color: #ffffff;
	display:inline-block;
	font-size:14px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	padding: 5px 10px;
}
.recommend_con_txt03 span.title2 {
	width:auto;
	height:40px;
	background-color:#3c6298; 
	color: #ffffff;
	display:inline-block;
	font-size:14px;
	font-weight:bolder;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	padding: 5px 10px;
}
.recommend_con_txt01 {
	padding:0 10px 0 10px;
	position:relative;
}
.recommend_con_txt01 h2.title01 a {
	display:block;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.recommend_con_txt01 label.txt01 a {
	display:block;
	font-size:13px;
	color:#2c2c2c;
	padding-top:8px;
}


.recommend_con_txt01 label.price01 a {
	color: #b71c1c;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.recommend_con_txt01 label.price01 {
	bottom: 0;
}
.recommend_con_txt01 label.price01 a {
	color: #b71c1c;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top:8px;
}
.recommend_con_txt01 label.price01 span {
	color: #b71c1c;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}


.recommend_con_txt01 span.price01 a {
	color: #b71c1c;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.recommend_con_txt01 span.price01 {
	bottom: 0;
	position: absolute;
	right: 10px;
}
.recommend_con_txt01 span.price01 a {
	color: #b71c1c;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.recommend_con_txt01 span.price01 span {
	color: #b71c1c;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.recommend_con_txt01 div.price01 span {
	color: #b71c1c;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	float: right;
}
.recommend_con_txt01 h2.title01 span {
	max-width:215px;
	height: 14px;
	overflow: hidden; 
	display:block;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.recommend_con_txt01 label.txt01 span {
	display:block;
	font-size:13px;
	color:#2c2c2c;
	padding-top:8px;
}
.recommend_con_txt01 h3.txt01 span {
	max-width:215px;
	height: 22px;
	overflow: hidden; 
	display:block;
	font-size:13px;
	color:#2c2c2c;
	padding-top:8px;
}
.recommend_con_txt01 label.maker span {
	display:block;
	color:#3c6298;
	padding-top:8px;
	font-size: 14px;
	font-weight: bold;
}
.recommend_con_Type01.mg_10 {
	margin-right:10px;
}
.recommend_con_Type02.mg_10 {
	margin-right:10px;
}
.recommend_con_img01 {
	height: 176px;
	padding: 10px;
	width: 100%;
}
.recommend_con_Type01 a.img {
	display:block;
}
.recommend_con_img02 {
	height: 310px;
	width: 100%;
}
.recommend_con_Type02 a.img {
	display:block;
}
.list_location {
	padding:12px 0 19px 0;
}
.list_location a.home {
	font-size:12px;
	color:#000000;
	display:inline-block;
	vertical-align:middle;
}
.list_location span {
	display:inline-block;
	vertical-align:middle;
}
.list_location span.txt01 {
	font-size:12px;
	color:#000000;
}
.list_location span.txt02 {
	font-size:15px;
	color:#000000;
}
.list_location span.last_txt2 {
	font-size:15px;
	color:#3c6298;
	font-weight:bold;
}
.list_location span.last_txt {
	font-size:12px;
	color:#3c6298;
	font-weight:bold;
}
.list_location span.arrow {
	display:inline-block;
	padding:0 5px;
}
.line_up_content {
	height:46px;
	border:1px solid #d8d8d8;
	padding-left:26px;
	position:relative;
}
.line_up_content span.choice {
	cursor:pointer;
	font-size:13px;
	color:#868686;
	height:44px;
	line-height:44px;
	display:inline-block;
	margin-right:46px;
}
.line_up_content span.choice.on {
	color:#3c6298;
	border-bottom:2px solid #3c6298;
}
.line_up_content span.total {
	background-color:#5480bf;
	border-left:1px solid #5480bf;
	display:inline-block;
	width:180px;
	height:44px;
	position:absolute;
	right:0;
	top:0;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	line-height:44px;
}
.line_up_content span.total label.point {
	color:#56b6e6;
	font-weight:bold;
}
.pageing {
	display: inline-block;
	height: 69px;
	padding-top: 19px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	font-size:0;
}
.pageing img {
	margin-right:5px;
	cursor:pointer;
}
.pageing span {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
	font-size:0;
}
.pageing span label.on {
	background-color: #323a45;
	background-image: none;
	color: #fff;
}
.pageing span label {
	background: url("../img/borad_number_bg.jpg") repeat-x center top;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	width: 30px;
	font-size:12px;
	margin-right:3px;
}
.pageing2 {
	display: inline-block;
	height: 69px; 
	text-align: center;
	vertical-align: top;
	width: 100%;
	font-size:0;
}
.pageing2 img {
	margin-right:5px;
	cursor:pointer;
}
.pageing2 span {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
	font-size:0;
}
.pageing2 span label.on {
	background-color: #323a45;
	background-image: none;
	color: #fff;
}
.pageing2 span label {
	background: url("../img/borad_number_bg.jpg") repeat-x center top;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	width: 30px;
	font-size:12px;
	margin-right:3px;
}

.more_bar {
	text-align:center;
}
.more_bar span {
	border:2px solid #3c6298;
	width:100%;
	padding:15px 0;
	display:block;
	cursor:pointer;
	color:#3c6298;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}
.more_bar span label {
	color:#2c2c2c;
	display:inline-block;
	font-size:13px; 
	cursor:pointer;
}
.tab_bar {
	text-align:center;
	height: 40px;
}
.tab_bar .tab_list{
    border-top:2px solid #555;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    list-style-type:none;
    font-size:0;
    position:absolute;
    width:100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.tab_bar .tab_item{
    display:inline-block;  
    width:33.3%;
    border-right:1px solid #ccc;
    background-color:#fafafa;
    text-align:center;
    color:#555;
    font-weight:bold;
    font-size:16px;
    box-sizing:border-box;
    cursor:pointer;
}
.tab_bar .tab_list2{
    border-top:2px solid #555;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    list-style-type:none;
    font-size:0;
    width:100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.tab_bar .tab_item2{
    display:inline-block; 
    padding:15px 20px 14px;
    width:50%;
    border-right:1px solid #ccc;
    background-color:#fafafa;
    text-align:center;
    color:#555;
    font-weight:bold;
    font-size:16px;
    box-sizing:border-box;
    cursor:pointer;
}
.tab_active{
    margin-bottom:-2px !important;
    background:#ffffff !important;
    border-bottom:1px solid #fff !important;
    color:#111 !important;
}
.tab_bar .tab_link{
	display:block; 
	height:34px;
}
.tab_bar .tab {
	float:left; 
	width:136px;
	padding:15px 0;
	display:block;
	cursor:pointer;
	color:#323a45;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}
.tabOn{
	color:#3c6298 !important;
	font-size:16px !important;
	border-bottom:2px solid #fff !important; 
}


/*c01_01_01*/
.prdc_top_wrap {
	margin: 0 auto;
	min-height: 566px;
	position: relative;
	width: 100%;
}
.prdc_info_column01 {
	display:inline-block;
	width: 500px;
	position: relative;
	vertical-align:top;
}
.prdc_info_column02 {
	display:inline-block;
	width: 434px;
	position: relative;
	padding-left:44px;
}
.prdc_info_column01_1 {
	display:inline-block;
	width: 390px;
	position: relative;
	vertical-align:top;
}
.prdc_info_column02_1 {
	display:inline-block;
	width: 580px;
	position: relative;
	padding-left:50px;
}
.prdc_info_column02_2 {
	display:inline-block;
	width: 820px;
	position: relative;
	padding-left:50px;
}
.show_pic{
	width:auto;
	height:auto;
	max-width:460px;
	max-height:460px;
	overflow: hidden; 
}
.cart_pic{.
	width:auto;
	height:auto;
	max-width:102px;
	max-height:78px;
	overflow: hidden;
	text-align: center; 
	vertical-align: middle;
}
.prdc_img {
	width:100%; 
	max-width: 480px;
	border:1px solid #d8d8d8;
	vertical-align: middle;
	overflow: hidden; 
}
.prdc_img1 {
	width:100%;
	height:310px;
	border:1px solid #d8d8d8;
}
.prdc_img_plus {
	text-align:center;
	font-size:0;
	margin-top:25px;
}
.prdc_img_plus span {
	display:inline-block;
	border:1px solid #d8d8d8;
	cursor:pointer;
	margin-right:4px;
}
.prdc_img_plus span.mr_0 {
	margin-right:0;
}
.prdc_title_con {
	padding-bottom:0px;
}
.prdc_title01 {
	font-size:13px;
	color:#000000;
	padding-bottom:12px;
}
.prdc_title02 {
	font-size:23px;
	color:#3c6298;
}
.prdc_explain_con {
	
}
.prdc_explain_con ul {
	width:100%;
}
.prdc_explain_con ul li {
	border-bottom:1px dashed #ebebeb;
	line-height: 1.5em;
	font-size:13px;
	color:#000000;
	padding:10px 0;
}
.prdc_explain_con2 {
	
}
.prdc_explain_con2 ul {
	width:100%;
}
.prdc_explain_con2 ul li {
	border-bottom:1px dashed #ebebeb;
	font-size:12px;
	color:#000000;
	padding:5px 0;
	width: 50%;
}
.line_c01_01_01 {
	line-height: 24px;
}

.prdc_option {
	width:260px;
	padding:5px 0 5px 5px;
	margin-left:5px;
}
.prdc_option2 {
	width:260px;
	margin-left:5px;
}
.prdc_explain_con ul li:last-child {
	border-bottom:none;
}
.prdc_option_con {
	
}
.prdc_option_con ul {
	border-top:1px solid #3c6298;
	border-bottom:1px solid #3c6298;
}
.prdc_option_con ul li {
	padding:25px 0;
	border-bottom:1px solid #ebebeb;
	position:relative;
}
.prdc_option_con2 {
	
}
.prdc_option_con2 ul {
	border-top:1px solid #3c6298;
	border-bottom:1px solid #3c6298;
}
.prdc_option_con2 ul li {
	border-bottom:1px solid #ebebeb;
	position:relative;
}
.option_mini {
	width:300px;
	line-height:1.4;
	color:#000000;
	font-size:12px;
}
.option_count {
	width:110px;
	position:absolute;
	top:25px;
	right:0;
}
.option_close {
	padding-left:10px;
	cursor:pointer;
}
.red_price01 {
	color: #b71c1c;
	font-size: 15px;
	font-weight: bold;
	width:100%;
	text-align:center;
	padding-top:7px;
	display:inline-block;
}
.prdc_total_con {
	padding-top:20px;
	position:relative;
}
.prdc_total_con span.total {
	font-size:13px;
	color:#000000;
}
.total_price_red {
	color:#b71c1c;
	font-size:18px;
	text-align:right;
	position:absolute;
	top:20px;
	right:0;
}
.total_sel {
	font-size:18px;
	text-align:right;
	position:absolute;
	right:0;
}
.total_price_red label {
	font-size:13px;
}
.icon_btn_Group a.btn_sub_01 {
	background: #2196f3 url("../img/icon_style02.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
}
.icon_btn_Group a.btn_sub_02 {
	background: #26a69a url("../img/icon_style03.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
}
.icon_btn_Group a.btn_sub_03 {
	background: #3c6298 url("../img/icon_style04.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
}
.sub_text_group {
	padding-left:7px;
}
.sub_text01 {
	font-size:13px;
	color:#000000;
	line-height:1.5;
}
.sub_option_group {
	width:100%;
}
.sub_group_tbl {
	width:100%;
	border-top:2px solid #3c6298;
}
.sub_group_tbl th {
	background-color:#e8eaf6;
	text-align:center;
	padding:5px 0;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.sub_group_tbl td {
	text-align:center;
	padding:5px 0;
	font-size:13px;
	color:#000000;
	border-bottom:1px solid #e8e8e8;
}
.sub_group_tbl td span.link {
	text-decoration:underline;
	cursor:pointer;
}
.sub_group_tbl td span.link:hover {
	color:#b71c1c;
}

.layout_tbl {
	width:100%;
}
.layout_tbl th {
	padding:20px 30px;
	background-color: #4f79c0; 
    border: 10px solid #fff;
}
.dashBoard_tbl {
	width:100%;
}
.dashBoard_tbl th {
	padding:20px 30px;
	background-color: #fff5cf; 
    border: 5px solid #fff;
}
.dashBoard_tbl th.on {
	background-color: #ffc600 !important;
}
.dashBoard_tbl th h1{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#17181a;
}
.dashBoard_tbl th h2{
	margin-top:10px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#17181a;
	cursor:pointer;
}
.dashBoard_tbl th h2 span{
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#b71c1c;
}
.store_tbl {
	width:100%;
	min-height: 250px;
}
.store_tbl th {
	padding:0;
    border: 1px solid #4f79c0;
	background-color:#4f79c0;
	text-align:left;
	height:80px;
	color:#fff;
	border-bottom:2px solid #fff; 
}
.store_tbl th h1{
	font-size:20px;
	font-weight:700;
	color:#fff;
}
.store_tbl th span{
	display:inline-block;
	margin-top:10px;
	font-size:14px;
	color:#fff;
}
.store_tbl td {
	text-align:right;
	padding:20px 0 0 10px;
	font-size:15px;
	color:#fff; 
	max-height:30px;
}
.store_tbl td span.a1{
	color:#fff; 
	font-size:15px;
	font-weight:700;
	cursor:pointer;
}
 
.store_tbl td span.a2{
	color:#ffea00; 
	font-size:15px;
	font-weight:700;
	cursor:pointer;
}
 





.sub_group_tbl2 {
	width:100%;
	border-top:2px solid #3c6298;
}
.sub_group_tbl2 th {
	border-bottom:1px solid #3c6298;
	text-align:center;
	padding:15px 0;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
 
.sub_group_tbl2 td {
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
	font-size:13px;
	color:#000000;
	border-bottom:1px solid #e8e8e8;
}
.sub_group_tbl2 td span.link {
	text-decoration:underline;
	cursor:pointer;
}
.sub_group_tbl2 td span.link:hover {
	color:#b71c1c;
}

.sub_option_input {
	width:91px;
	height:15px;
	border:1px solid #d8d8d8;
}

.sub_option_input2 {
	width:91px;
	height:24px;
	border:1px solid #d8d8d8;
}
.sub_option_input3 {
	width:70%;
	margin-left:5px;
	height:24px;
	border:1px solid #d8d8d8;
}
.sub_option_input4 {
	width:30%;
	margin-left:5px;
	height:24px;
	border:1px solid #d8d8d8;
}
.sub_option_input5 {
	width:87%;
	margin-left:5px;
	height:24px;
	border:1px solid #d8d8d8;
}
.sub_option_input6 {
	width:15%;
	margin-left:5px;
	height:24px;
	border:1px solid #d8d8d8;
}
.sub_option_input7 {
	width:25%;
	margin-left:5px;
	height:24px;
	border:1px solid #d8d8d8;
}
.sub_option_input8 {
	width:70px;
	margin-left:5px;
	height:24px;
	border:1px solid #d8d8d8;
}
.sub_option_total {
	text-align:left !important;
	padding-left:50px !important;
	border-top:1px solid #78c5eb !important;
	border-bottom:2px solid #3c6298 !important;
}
.sub_option_total_count {
	border-top:1px solid #78c5eb !important;
	border-bottom:2px solid #3c6298 !important;
}
.total_price_red02 {
	color:#b71c1c;
	font-size:18px;
	text-align:center;
}
.total_price_red02 label {
	font-size:13px;
}
.total_price_red03 {
	color:#b71c1c;
	font-size:18px;
	text-align:center;
}
.total_price_red03 label {
	font-size:13px;
}
.icon_btn_Group_right {
	font-size:0;
	text-align:right;
}
.icon_btn_Group_right a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
	width: 160px;
}
.icon_btn_Group_right a.btn_sub_01 {
	background: #3c6298 url("../img/icon_style03.png") no-repeat 25px center;
	padding: 16px 0 16px 50px;
}














/*c10_01*/
.section.center_content {
	margin:0 auto;
}
.sub_location {
	color: #000000;
	display: block;
	font-size: 12px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.list_location01 {
	padding:12px 0 19px 0;
	text-align:right;
}
.list_location01 a.home {
	font-size:12px;
	color:#000000;
	display:inline-block;
	vertical-align:middle;
}
.list_location01 span {
	display:inline-block;
	vertical-align:middle;
}
.list_location01 span.txt01 {
	font-size:12px;
	color:#000000;
}
.list_location01 span.last_txt {
	font-size:12px;
	color:#3c6298;
	font-weight:bold;
}
.list_location01 span.arrow {
	display:inline-block;
	padding:0 5px;
}
.list_title a.title_txt {
	border-bottom: 1px solid #d8d8d8;
	color: #000000;
	display: block;
	font-size: 12px;
	padding: 10px 0 10px 16px;
}
.list_title a.title_txt.on {
	color:#3c6298;
	font-weight:bold;
}
.login_content01 {
	position:relative;
}
.login_con_Type01 {
	position:absolute;
	left:50%;
	margin-left:-160px;
	width:320px;
}
 
.login_sns_content01 {
	
}
.login_sns_content01 span.naver {
	background:#1ec800 url("../img/login_naver.jpg") no-repeat 20px center;
	padding:20px 0 20px 109px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	display:block;
	cursor:pointer;
}
.login_sns_content01 span.kakao {
	background:#ffda19 url("../img/login_kakao.jpg") no-repeat 20px center;
	padding:20px 0 20px 109px;
	font-size:16px;
	color:#3a1c1e;
	font-weight:bold;
	display:block;
	margin-top:10px;
	cursor:pointer;
}
.or_txt {
	padding:29px 0;
	font-size:13px;
	color:#000000;
	text-align:center;
}

.ez_txt {
	padding:29px 0;
	font-size:18px;
	color:#3a1c1e;
	text-align:center;
	font-weight: bold;

}

.sns_txt {
	padding:29px 0;
	font-size:18px;
	color:#000000;
	text-align:center;
}
.login_input {
	font-size:0;
}
.login_input_txt {
	font-size:14px;
	color:#353535;
	height:41px;
	line-height:41px;
	width:60px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:6px;
}
.login_click {
	height:40px;
	width:315px;
	margin-top:25px;
	display:inline-block;
}
.email_check {
	vertical-align:middle;
}
#btnlogin{
	width: 320px;
    background-color: #3c6298;	
}

.li_i{
	font-size: 12px;
	color: #000000;
	width: 21px;
	text-align: center;
	display: inline-block;
}

.login_click_Type01 {
	font-size:12px;
	color:#868686;
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
}
.mg_Type {
	margin-left:35px;
}
.login_btn {
	height:58px;
	text-align:center;
	margin-top:22px;
}
.login_btn a {
	background-color:#d8d8d8;
	width:174px;
	color:#fff;
	height:58px;
	line-height:58px;
	display:inline-block;
	text-align:center;
	font-size:18px;
}
.login_btn a.on {
	background-color:#3c6298;
}
.password_ment {
	margin-top:26px;
	text-align:center;
}
.password_ment a {
	color:#929191;
	font-size:13px;
	text-align:center;
	display:inline-block;
	padding-bottom:7px;
	position:relative;
	border-bottom:1px solid #d3d3d3;
}

.makerMsg {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -100;
}

.confirmMsg {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.confirmMsg2 {
	position: absolute;
	z-index: 100;
}
.confirmMsg_content2 {
	background-color: #fff;
	position: absolute;
	width: 300px;
	height:200px;
	z-index: 100;
}
.confirmMsg_content {
	background-color: #fff;
	left: 55%;
	margin-left: -230px;
	margin-top: -243px;
	position: absolute;
	top: 50%;
	width: 350px;
	height:250px;
	z-index: 100;
}
.confirmMsg_substance {
	padding:27px 15px; 	
	text-align: center;
	font-size:0;
}

.confirm_title1 {
	font-size:16px;
	color:#353535;
}
.confirm_title2 {
	font-size:14px;
	color:#353535;
} 
.confirm_btn1 {
	margin-left:3px;
	display:inline-block;
	width:90px;
	height:31px;
	background-color:#3c6298;
	font-size:12px;
	text-align:center;
	line-height:31px;
	color:#fff;
	border:1px solid #3c6298;
	cursor:pointer;
}
.confirm_btn2 {
	margin-left:3px;
	display:inline-block;
	width:90px;
	height:31px;
	background-color:#fff;
	font-size:12px;
	text-align:center;
	line-height:31px;
	color:#3c6298;
	border:1px solid #3c6298;
	cursor:pointer;
}



/*c10_02_01*/
.optPrst_set {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.optPrst_set_content {
	background-color: #fff;
	left: 50%;
	margin-left: -355px;
	margin-top: -243px;
	position: absolute;
	top: 50%;
	width: 990px;
	min-height:400px;
	max-height:600px;
	z-index: 100;
	overflow-y: scroll;
}

.password_set {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.all_ct{
    text-align: center;
    vertical-align: middle;
    top: 50%;
    position: relative;
}

.all_bg {
	background: #000;
	bottom: 0;
	left: 0;
	opacity: 0.4;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 50;
}
.password_set_content {
	background-color: #fff;
	left: 50%;
	margin-left: -230px;
	margin-top: -243px;
	position: absolute;
	top: 50%;
	width: 460px;
	min-height:280px;
	z-index: 100;
}
.store_content {
	background-color: #fff;
	left: 50%;
	margin-left: -230px;
	margin-top: -243px;
	position: absolute;
	top: 50%;
	width: 460px;
	height:260px;
	z-index: 100;
}
.blue_title {
	background-color:#3c6298;
	height:39px;
	padding-left:15px;
	color:#fff;
	font-size:16px;
	line-height:39px;
	position:relative;
}
.blue_title2 {
	margin: 0 !important;
	background-color:#3c6298;
	height:39px;
	padding-left:15px;
	color:#fff;
	font-size:16px;
	line-height:39px;
	position:relative;
}
.gray_title {
	background-color:#d8d8d8;
	height:39px;
	padding-left:15px;
	color:#000000;
	font-size:16px;
	line-height:39px;
	position:relative;
	text-align: center;
}
.blue_title span.close {
	background:#5480bf url("../img/close_btn01.png") no-repeat center center;
	height:39px;
	width:41px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
.blue_title2 span.close {
	background:#5480bf url("../img/close_btn01.png") no-repeat center center;
	height:39px;
	width:41px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
.gray_title span.close {
	background:#8f8f8f url("../img/close_btn01.png") no-repeat center center;
	height:39px;
	width:41px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
.password_set_substance {
	padding:20px 15px 0px 15px;
	font-size:0;
}
.store_substance {
	padding:15px 15px;
	font-size:0;
}
.pass_title {
	font-size:14px;
	color:#353535;
}
.pass_set_input {
	height:31px;
	width:312px;
	text-indent:10px;
	vertical-align:top;
}
.pass_set_btn {
	margin-left:3px;
	display:inline-block;
	width:115px;
	height:31px;
	background-color:#3c6298;
	font-size:12px;
	text-align:center;
	line-height:31px;
	color:#fff;
	cursor:pointer;
}

.pass_margin {
	margin-top:12px;
}
.pass_margin01 {
	margin-top:30px;
}
.pass_or {
	padding:20px 0px 0px 0px;
	text-align:center;
	color:#000000;
	font-size:13px;
}
.pass_set_input01 {
	height:31px;
	width:94px;
	text-indent:10px;
	vertical-align:top;
}
.pass_set_input01_txt {
	width:15px;
	text-align:center;
	display:inline-block;
	height:31px;
	font-size:13px;
	color:#000000;
}
.pass_tell_ment {
	color:#fe0000;
	font-size:12px;
	position:relative;
}
.pass_tell_ment span.time {
	text-align:right;
	color:#fe0000;
	position:absolute;
	right:0;
	top:0;
}
.pass_set_input02 {
	height:31px;
	width:100%;
	text-indent:10px;
	vertical-align:top;
}
.pass_btn_setup {
	text-align:center;
	margin-bottom: 10px;
}
.pass_btn_setup a {
	background-color:#3c6298;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:15px;
	width:35%;
	display:inline-block;
}

.pass_btn_setup a:link { color:#fff; }
.pass_btn_setup a:visite { color:#fff; }
.pass_btn_setup a:hover { color:#fff; }













/*c10_02_02*/
.password_set_content01 {
	background-color: #fff;
	height:568px;
	left: 50%;
	margin-left: -230px;
	margin-top: -284px;
	position: absolute;
	top: 50%;
	width: 460px;
	z-index: 100;
}
.pass_complete {
	background-color:#e0e0e0;
	padding:12px;
	text-align:center;
	color:#353535;
	font-size:12px;
}











/*c10_02_03*/
.password_set_content02 {
	background-color: #fff;
	height:262px;
	left: 50%;
	margin-left: -230px;
	margin-top: -131px;
	position: absolute;
	top: 50%;
	width: 460px;
	z-index: 100;
}

















/*c10_03_01*/
.join_content01 {
	text-align:center;
}
.join_ment {
	font-size:17px;
	color:#3c6298;
	font-weight:bold;
	padding:40px 0;
	text-align:center; 
}
.join_choice {
	font-size:0;
	display:inline-block;
	text-align:center;
	width:100%;
}
.join_choice a.join_choice_Type01 {
	background-color:#f7f7f7;
	width:292px;
	height:264px;
	padding:15px;
	display:inline-block;
	text-align:center;
}
.join_choice a.join_choice_Type01 span.box {
	border:1px solid #9c9c9c;
	display:block;
	background-color:#FFF;
	padding-top:186px;
	color:#9c9c9c;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:100%;
}
.join_choice a.join_choice_Type01 span.box.img01 {
	background: #FFF url("../img/join_img01.jpg") no-repeat center 54px;
}
.join_choice a.join_choice_Type01 span.box.img01:hover {
	background:#FFF url("../img/join_img01_on.jpg") no-repeat center 54px;
	color:#3c6298;
	border:1px solid #3c6298;
}
.join_choice a.join_choice_Type01 span.box.img02 {
	background: #FFF url("../img/join_img02.jpg") no-repeat center 54px;
}
.join_choice a.join_choice_Type01 span.box.img02:hover {
	background:#FFF url("../img/join_img02_on.jpg") no-repeat center 54px;
	color:#3c6298;
	border:1px solid #3c6298;
}
.join_choice_Type01.mg_Type01 {
	margin-right:60px;
}
.join_content02 {
	background:url("../img/join_img03.jpg") no-repeat 2px 2px;
	width:644px;
	height:121px;
	border:1px solid #d8d8d8;
	margin: 50px auto 0;
	padding:2px 2px 2px 219px;
}
.join_content02 p {
	font-size:13px;
	color:#000000;
	line-height:1.8;
	padding-top:35px;
}









/*c10_03_02*/
.provision_content {
	
}
.join_content_tab {
	font-size:0;
}
.join_content_tab a {
	padding:17px;
	background-color:#d8d8d8;
	text-align:center;
	width:33%;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	display:inline-block;
	border-right:2px solid #fff;
}
.join_content_tab a { color:#ffffff; }
.join_content_tab a:link { color:#ffffff; }
.join_content_tab a:visited { color:#ffffff; }
.join_content_tab a:hover { color:#ffffff; }
.join_content_tab a:last-child {
	border-right:none;
	width:34%;
}
.join_content_tab a.on {
	color:#ffffff;
	background-color:#3c6298;
}
.signup_box {
	padding:14px;
	height:200px;
	border:1px solid #d8d8d8;
	overflow-y:scroll;
}
.signup_box p {
	font-size:13px;
	color:#838383;
	line-height:1.5;
}
.signup_agree {
	
}
.signup_agree input {
	vertical-align:top;
}
.signup_txt {
	font-size:13px;
	color:#424242;
	display:inline-block;
	padding-left:8px;
	padding-top:3px;
}
.alarm_txt {
	font-size:13px;
	color:#424242;
	padding-left:8px;
	padding-top:3px;
	text-align: left;
}
.btn_content01 {
	text-align:center;
	font-size:0;
}
.btn_content01 a {
	font-size:18px;
	color:#fff;
	background-color:#d8d8d8;
	text-align:center;
	width:174px;
	height:58px;
	line-height:58px;
	display:inline-block;
}
.btn_content01 span {
	font-size:18px;
	color:#fff;
	background-color:#d8d8d8;
	text-align:center;
	width:174px;
	height:50px;
	line-height:50px;
	display:inline-block;
	cursor:pointer;
}
.btn_content01 a:link { color:#ffffff;  }
.btn_content01 a:visited  { color:#ffffff;  }
.btn_content01 a:hover  { color:#ffffff;  }
.btn_content01 a.on {
	font-size:18px;
	color:#fff;
	background-color:#3c6298;
	text-align:center;
	width:174px;
	height:58px;
	line-height:58px;
	display:inline-block;
}
.email_check_ment2 {
	color:#666;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	margin:10px 0px 0px 0px; 
	ine-height:15px; 
	display:inline-block;
}
.check_ment {
	color:#666;
	font-size:13px;
	font-weight: bold;
	text-align:left;
	margin:10px 0px 0px 0px; 
	ine-height:15px; 
	display:inline-block;
}
.pw_check_ment {
	color:#666;
	font-size:13px;
	font-weight: bold;
	text-align:left;
	margin:10px 0px;
	ine-height:15px; 
 	display:block;  
}
.signup_table {
	width:100%;
	border: 1px solid #ddd;
}
.signup_table th {
	padding: 8px;
	background-color: #f2f2f2;
	text-align:center;
	color: #999999;
	font-size: 12px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.signup_table td {
	color: #999999;
	font-size: 12px;
	padding: 8px;
	border: 1px solid #ddd;
}


/*c10_03_03*/
.join_input_txt {
	color: #353535;
	display: inline-block;
	font-size: 14px;
	height: 41px;
	line-height: 41px;
	margin-bottom: 6px;
	vertical-align: top;
	width: 83px;
}
.join_input_Type {
	height: 41px;
	margin-bottom: 6px;
	text-indent: 5px;
	width: 237px; 
}

/*c10_03_04*/
.join_form {
	width:100%;
	border-top:2px solid #3c6298;
}
.join_form th {
	font-size:13px;
	color:#4f4f4f;
	text-align:center;
	background-color:#f4f4f4;
	border-bottom:1px solid #e3e3e3;
	vertical-align:middle;
	text-align: right;
	padding-right: 20px;
}
.join_form th a {
	font-size:14px;
	color:#403d3d;
	display:block;
	width:100%;
	height:100%;
}

.join_form td {
	padding:7px 26px;
	border-bottom:1px solid #e3e3e3;
	vertical-align:middle;
	color:#000000;
	font-size:13px;
}
.join_form_input06 {
	width:60px;
	height:28px;
	vertical-align:middle;
	text-indent:10px;
	font-size: 14px;
}
.join_form_input07 {
	width:250px;
	height:28px;
	vertical-align:middle;
	text-indent:10px;
	font-size: 14px;
}
.join_form_input01 {
	width:92px;
	height:31px;
	vertical-align:middle;
	text-indent:10px;
	font-size: 14px;
}
.join_form_input02 {
	width:121px;
	height:31px;
	text-indent:10px;
	vertical-align:middle;
}
.join_form_input03 {
	width:250px;
	height:31px;
	vertical-align:middle;
	text-indent:10px;
	font-size: 14px;
}
.join_form_input04 {
	width:553px;
	height:31px;
	vertical-align:middle;
	text-indent:10px;
}
.join_form_input05 {
	width:600px;
	height:31px;
	vertical-align:middle;
	text-indent:10px;
}
.join_form_txt {
	font-size:13px;
	color:#989898;
	vertical-align:middle;
	padding:0 5px;
}
.join_form_select01 {
	width:132px;
	height:31px;
	display:inline-block;
	vertical-align:middle;
	margin-left:6px;
}
.join_form_select02 {
	width:92px;
	height:31px;
	text-indent:10px;
	display:inline-block;
	vertical-align:middle; 
}
.join_form_select05 {
	width:132px;
	height:28px;
	display:inline-block;
	vertical-align:middle;
}
.join_form_select06 {
	width:60px;
	height:28px;
	text-indent:10px;
	display:inline-block;
	vertical-align:middle; 
}
.join_form_check {
	font-size:13px;
	color:#424242;
	display:inline-block;
	vertical-align:middle;
	padding-left:8px;
}
.join_checkbox {
	margin-left:10px;
}

/*c10_03_05*/
.join_content_tab01 {
	font-size: 0;
}
.join_content_tab01 a.on {
	background-color: #3c6298;
}
.join_content_tab01 a {
	background-color: #d8d8d8;
	border-right: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 17px;
	text-align: center;
	width: 50%;
}


.join_content_tab01 a:link { color:#ffffff;  }
.join_content_tab01 a:visited  { color:#ffffff;  }
.join_content_tab01 a:hover  { color:#ffffff;  }


.join_content_tab01 a:last-child {
	border-right: medium none;
}





/*c10_03_06*/
.title_con_Type01 {
	font-size:17px;
	color:#3c6298;
	font-weight:bold;
	padding-top:12px;
	/* position:relative; */
	margin-bottom:30px;
}
.title_con_Type01::after {
/* 	background-color:#3c6298; */
	width:15px;
	height:2px;
	position:absolute;
	top:0;
	left:0;
	content:"";
}
.title_con_Type02 {
	text-align:left;
	font-size:17px;
	color:#3c6298;
	font-weight:bold;
	padding-top:12px;
	position:relative;
}

.title_con_Type02::after {
	/* background-color:#3c6298; */
	width:15px;
	height:2px;
	position:absolute;
	top:0;
	left:0;
	content:"";
}

.title_con_Type03 {
	text-align:left;
	font-size:15px;
	color:#3c6298;
	font-weight:bold;
	padding-top:12px;
	position:relative;
}
 

.btnOn {
	background-color: #3c6298 !important;
}


.join_form_btn {
	background-color: #d8d8d8;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin-left: 10px;
	text-align: center;
	width: 115px;
	vertical-align:middle;
} 

.join_form_btn01 {
	background-color: #3c6298;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 115px;
	vertical-align:middle;
}
.join_form_btn02 {
	background-color: #3c6298;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 55px;
	vertical-align:middle;
	cursor: pointer;
}

.join_form_btn03 {
	background-color: #d8d8d8;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 55px;
	vertical-align:middle;
}
.join_form_btn04 {
	background-color: #3c6298;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 88px;
	vertical-align:middle;
}

.red_txt {
	font-size:12px;
	color:#fe0000;
	margin-left:10px;
}










/*c10_03_07*/
.signup_wrapper {
	border: 1px solid #d8d8d8;
	overflow-y: scroll;
	padding: 14px;
	font-size:13px;
	color:#838383;
	line-height:1.5;
}
.signup_wrapper p {
	
}















/*c11_01*/
.cart_info {
	
}
.cart_list {
	width:100%;
	border-top:2px solid #3c6298;
}
.border_top {
	border-top:2px solid #3c6298;
}
.border_bottom {
	border-bottom:2px solid #3c6298;
}
.cart_list th {
	background-color:#ffffff;
	border-bottom:1px solid #3c6298;
	padding:16px 0;
	text-align:center;
	color:#3c6298;
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
}
.cart_list td {
	vertical-align:middle;
	padding:16px 0;
	text-align:center;
	color:#000000;
	font-size:13px;
	border-bottom:1px solid #3c6298;
}
.cart_list td .cart_img {
	width:106px;
	height:92px;
	line-height:92px;
	border:1px solid #d8d8d8;
	vertical-align: middle;
}
.cart_list td .cart_img2 {
	width:106px;
	height:92px;
	line-height:92px;
	border:1px solid #d8d8d8;
	vertical-align: middle;
}
.cart_link{
	font-weight:bold;
	text-align:left;
	line-height:1.7;
	color:#3c6298;
	cursor: pointer;
}
.cart_list td p.cart_txt01 {
	font-weight:bold;
	text-align:left;
	line-height:1.7;
}
.cart_list td p.cart_txt02 {
	text-align:left;
	line-height:1.7;
}
.cart_list td p.cart_txt03 {
	line-height:1.7;
}
.cart_list td p.cart_txt04 {
	line-height:1.7;
	color: #3c6298;
}
.cart_list td p.cart_txt05 {
	text-align:center;
	line-height:1.7;
}
.cart_list td p.cart_txt06 {
	line-height:1.7;
	color: #3c6298;
}
.cart_list td p.cart_txt06:hover {
	color:#b71c1c;
}
.cart_list td.count_box {
	font-size:0;
}
.cart_count_input {
	border:1px solid #d8d8d8;
	display:inline-block;
	width:40px;
	height:26px;
	vertical-align:middle;
	text-indent:5px;
}
.count_order {
	display:inline-block;
	width:21px;
	height:26px;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	vertical-align:middle;
	font-size:0;
}
.count_order label {
	cursor:pointer;
}
.cart_price01 {
	
}
.cart_price01 span {
	position:relative;
	font-size:13px;
	color:#000000;
	margin-bottom:12px;
}
.cart_price01 span::after {
	width:100%;
	display:inline-block;
	height:1px;
	background-color:#9a9a9a;
	position:absolute;
	top:50%;
	left:0;
	content:"";
}
.cart_price02 {
	font-size:15px;
	font-weight:bold;
	color:#b71c1c;
}
.now_btn {
	background-color:#b71c1c;
	padding:7px 0;
	color:#fffefe !important;
	font-size:12px;
	text-align:center;
	display:inline-block;
	margin: 3px 0;
	cursor: pointer;
	width:80px;
}
.del_btn {
	background-color:#bdbdbd;
	color:#fffefe !important;
	font-size:12px;
	padding:7px 0;
	text-align:center;
	display:inline-block;
	margin: 3px 0;
	cursor: pointer;
	width:80px;
}
.cart_order_btn {
	background-color: #3c6298;
	color: #fffefe !important;
	display: inline-block;
	font-size: 12px;
	padding: 7px 0;
	text-align: center;
	margin: 3px 0;
	width:80px;
	cursor: pointer;
}
.modify_btn {
	background-color:#3c6298;
	margin: 10px 0 0 0;
	padding:7px 0;
	color:#fffefe !important;
	font-size:12px;
	text-align:center;
	display:inline-block;
	margin: 3px 0;
	width:80px;
}

.cart_list_total {
	width:100%;
	background-color:#ffffff;
}
.cart_list_total th {
	padding:14px 0;
	font-size:13px;
	color:#000000;
	vertical-align:middle;
	text-align:center;
}
.cart_list_total td {
	border-top:2px solid #3c6298;
	border-bottom: 1px solid #e3e3e3;
	height:48px;
	font-size:13px;
	color:#000000;
	vertical-align:middle;
	position:relative;
}
label.price_color {
	color:#3c6298;
	font-weight:bold;
	display:inline-block;
	padding-left:20px;
}
label.icon {
	padding:0 28px;
}
label.price_color_red {
	color:#1371ca;
	font-weight:bold;
	display:inline-block;
	padding-left:20px;
	font-size:18px;
}
.promotion_title {
	color:#3c6298;
	font-weight:bold;
	padding-left:10px;
}
.promotion_code {
	position:absolute;
	right:10px;
	top:7px;
}
.cart_btn {
	font-size:0;
	text-align:center;
}
.cart_btn a {
	display:inline-block;
	margin-left:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	width:160px;
	text-align:left;
}
.cart_btn a:link { color:#fff; }
.cart_btn a:visite { color:#fff; }
.cart_btn a:hover { color:#fff; }

.cart_btn span {
	color:#fff;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	width:160px;
	text-align:left;
}



.cart_btn span {
	display:inline-block;
	margin-left:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	width:160px;
	text-align:left;
	cursor: pointer;
}
.cart_btn span.btn_01 {
	background:#2196f3 url("../img/icon_cart01.png") no-repeat 33px center;
	padding:16px 0px 16px 72px;
}
.cart_btn span.btn_02 {
	background:#2196f3 url("../img/icon_cart01.png") no-repeat 20px center;
	padding:16px 0px 16px 55px;
}
.cart_btn span.btn_02_01 {
	background:#26a69a url("../img/icon_cart02.png") no-repeat 20px center;
	padding:16px 0px 16px 60px;
}
.cart_btn span.btn_03 {
	background:#3c6298 url("../img/icon_cart03.png") no-repeat 20px center;
	padding:16px 0px 16px 50px;
}
.cart_btn span.btn_04 {
	background: #2196f3 url("../img/icon_cart02.png") no-repeat 25px center;
	padding: 16px 0 16px 60px;
}
.cart_btn span.btn_05 {	
	padding: 16px 0 16px 55px;
	background: #bdbdbd;
}
.cart_btn span.btn_05_01 {	
	padding: 16px 0 16px 60px;
	background: #bdbdbd;
}
.cart_btn span.btn_06 {
	background:#3c6298 url("../img/icon_cart01.png") no-repeat 33px center;
	padding:16px 0px 16px 70px;
}
.cart_btn span.btn_07 {
	background:#bdbdbd;
	padding:16px 0px;
	text-align:center;
}
.cart_btn span.btn_11 {
	background:#2196f3 url("../img/icon_style04.png") no-repeat 20px center;
	padding:16px 0px 16px 55px;
}

.cart_btn a.btn_07:link { color:#ffffff; }
.cart_btn a.btn_07:visited { color:#ffffff; }
.cart_btn a.btn_07:active { color:#ffffff; }
.cart_btn a.btn_07:hover { color:#ffffff; }


.cart_btn a.btn_08 {
	color:#ffffff;
	background:#3c6298;
	padding:16px 0px;
	text-align:center;
}

.cart_btn a.btn_08:link { color:#ffffff; }
.cart_btn a.btn_08:visited { color:#ffffff; }
.cart_btn a.btn_08:active { color:#ffffff; }
.cart_btn a.btn_08:hover { color:#ffffff; }

.cart_btn span.btn_08 {
	color:#ffffff;
	background:#3c6298;
	padding:16px 0px;
	text-align:center;
}


.cart_btn a.btn_09 {
	background:#26a69a;
	padding:16px 0px;
	text-align:center;
}

.cart_btn span.btn_09 {
	background:#26a69a;
	padding:16px 0px;
	text-align:center;
}


.cart_btn a.btn_09:link { color:#ffffff; }
.cart_btn a.btn_09:visited { color:#ffffff; }
.cart_btn a.btn_09:active { color:#ffffff; }
.cart_btn a.btn_09:hover { color:#ffffff; }


.cart_btn a.btn_10 {
	background:#323a45;
	padding:16px 0px;
	text-align:center;
}

.cart_btn a.btn_10:link { color:#ffffff; }
.cart_btn a.btn_10:visited { color:#ffffff; }
.cart_btn a.btn_10:active { color:#ffffff; }
.cart_btn a.btn_10:hover { color:#ffffff; }



.cart_btn2 a {
	display:inline-block;
	margin:0 auto;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	width:310px;
	text-align:left;
}
.cart_btn2 a.btn_1 {
	color:#ffffff;
	background:#3c6298 url("../img/icon_cart01.png") no-repeat 105px center;
	padding:16px 0 16px 145px;
}


/*c11_02*/
.cart_delivery {
	border-left:1px solid #e3e3e3;
}
.cart_total_txt {
	color:#3c6298;
	font-weight:bold;
	padding-left:10px;
}
.cart_total_txt01 {
	padding:0 10px;
}
.cart_total_txt02 {
	color:#000000;
}
.cart_total_txt02 label {
	color:#3c6298;
	font-weight:bold;
	padding-left:5px;
}
.cart_input {
	padding-left:10px;
}
.cart_point {
	position:absolute;
	right:10px;
	top:15px;
	text-align:right;
}
.cart_point label {
	font-size:13px;
	color:#3c6298;
	font-weight:bold;
	padding-left:10px;
}
.form_btn_Type_blue {
	background-color: #3c6298;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	width: 84px;
}
.form_btn_Type_green {
	background-color: #26a69a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	width: 84px;
}
.form_btn_Type_gray {
	background-color: #bdbdbd;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	width: 84px;
}

.payment_choice {
	position:absolute;
	right:10px;
	top:8px;
	font-size:0;
}
.payment_choice label {
	background-color:#bdbdbd;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	line-height:26px;
	display:inline-block;
	padding:0 32px;
	height:26px;
	margin-left:10px;
}
.payment_choice label:hover {
	background-color:#3c6298;
}

.show_seller label {
	background-color:#bdbdbd;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	line-height:26px;
	display:inline-block;
	padding:0 15px;
	height:26px;
	margin-left:10px;
}
.show_seller label:hover {
	background-color:#3c6298;
}



















/*c11_03*/
.popup_set{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.pop_set_content {
	background-color: #fff;
	height: 708px;
	left: 50%;
	margin-left: -305px;
	margin-top: -354px;
	position: absolute;
	top: 50%;
	width: 610px;
	z-index: 100;
}
.pop_set_substance {
	padding: 15px 20px;
}
.maker_msg_content {
	background-color: #fff;
	height: 708px;
	left: 50%;
	margin-left: -305px;
	margin-top: -354px;
	position: absolute;
	top: 50%;
	width: 610px;
	z-index: 100;
}
.maker_msg_substance {
	padding: 15px 20px;
}

.pop_set_content2 {
	background-color: #fff;
	height: 420px;
	left: 50%;
	margin-left: -305px;
	margin-top: -354px;
	position: absolute;
	top: 50%;
	width: 610px;
	z-index: 100;
}
.pop_set_substance2 {
	padding: 15px 20px;
}

.pop_set_content3 {
	background-color: #fff;
	height: 187px;
	left: 50%;
	margin-left: -305px;
	margin-top: -354px;
	position: absolute;
	top: 70%;
	width: 610px;
	z-index: 100;
}
.pop_set_content4 {
	background-color: #eeeeee;
	height: 635px;
	left: 50%;
	margin-left: -305px;
	margin-top: -354px;
	position: absolute;
	top: 50%;
	width: 610px;
	z-index: 100;
}
.pop_set_content5 {
	background-color: #fff;
	height: 708px;
	left: 50%;
	margin-left: -775px;
	margin-top:50px;
	position: absolute;
	width: 285px;
	z-index: 100;
}
.pop_set_content6 {
	background-color: #fff;
	height: 550px;
	margin-top:20px;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.pop_set_substance5 {
	width: 285px;
	padding: 5px 5px;
	overflow-y:scroll;
	overflow-x:hidden;
	height: 1000px;
}
.pop_set_substance6 {
	width: 100%;
	padding: 5px 5px;
	overflow-y:scroll;
	overflow-x:hidden;
	height: 360px;
}
.btn_group {
	font-size:0;
	text-align:center;
}
.btn_group a {
	padding: 16px 60px;
	text-align:center;
	color:#fff;
	font-size:16px;
	display:inline-block;
}
.btn_group a.blue {
	color:#ffffff;
	background-color:#3c6298;
}
.btn_group a.gray {
	color:#ffffff;
	background-color:#b2b2b2;
}

.tbl_Type01 {
	width:100%;
	border-top:2px solid #3c6298;
}
.tbl_Type01 th {
	background-color:#f4f4f4;
	padding:17px 0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#3c6298;
	vertical-align:middle;
}
.tbl_Type01 td {
	font-size:12px;
	color:#989898;
	vertical-align:middle;
	padding:16px 0;
	border-bottom:1px solid #e3e3e3;
	text-align:center;
}
.tbl_Type01 td.place {
	color:#3c6298;
	font-weight:bold;
	text-decoration:underline;
}

.tbl_Type06 {
	width:100%;
	border-top:2px solid #3c6298;
	border-bottom:2px solid #3c6298;
}
.tbl_Type06 th {
	background-color:#f4f4f4;
	padding:8px 0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#3c6298;
	vertical-align:middle;
	border-bottom:1px solid #e3e3e3;
}
.tbl_Type06 td {
	font-size:12px;
	color:#989898;
	vertical-align:middle;
	padding:7px 0;
	text-align:center;
	border-bottom:1px solid #e3e3e3;
}
.tbl_Type06 td.place {
	color:#3c6298;
	font-weight:bold;
	text-decoration:underline;
}









/*c11_04*/
.order_complete {
	text-align:center;
	margin-top:115px;
}
.blue_txt {
	font-size:30px;
	color:#3c6298;
	font-weight:bold;
}
.gray_txt {
	font-size:15px;
	font-weight:bold;
	color:#4f4f4f;
}
.order_check {
	background:#26a69a url("../img/icon_cart02.png") no-repeat 20px center;
	padding:16px 0 16px 60px;
	width:200px;
	color:#fff !important;
	font-size:15px;
	display:inline-block;
	text-align:left;
	font-weight:bold;
	cursor: pointer;
}







.cart_list td.last_line {
	border-bottom:2px solid #3c6298;
}


/*c11_06*/
.tbl_Type09 {
	width:100%;
	border:1px solid #d8d8d8;
}
.tbl_Type09 th {
	background-color:#ebebeb;
	text-align:center;
	color:#000000;
	font-size:14px;
	vertical-align:middle;
	border:1px solid #d8d8d8;
}
.tbl_Type09 td {
	padding:9px 0 9px 10px;
	vertical-align:middle;
	position:relative;
}








/*c11_06*/
.tbl_Type02 {
	width:100%;
	border:1px solid #d8d8d8;
}
.tbl_Type02 th {
	background-color:#ebebeb;
	text-align:center;
	color:#000000;
	font-size:14px;
	vertical-align:middle;
	border:1px solid #d8d8d8;
}
.tbl_Type02 td {
	padding:6px 0 6px 30px;
	vertical-align:middle;
	position:relative;
}
.tbl_Type12 {
	width:100%;
	border:1px solid #d8d8d8;
}
.tbl_Type12 th {
	text-align:center;
	font-size:12px;
	vertical-align:middle;
	border:1px solid #d8d8d8;
}
.tbl_Type12 td {
	padding:6px 0;
	vertical-align:middle;
	position:relative;
	font-size:10px;
	border:1px solid #d8d8d8;
}

.tbl_Type05 {
	width:100%;
	border:1px solid #d8d8d8;
}
.tbl_Type05 th {
	background-color:#ebebeb;
	text-align:center;
	color:#000000;
	font-size:14px;
	vertical-align:middle;
	border:1px solid #d8d8d8;
}
.tbl_Type05 td {
	padding:6px 0 6px 15px;
	vertical-align:middle;
	position:relative;
}
.tbl_Type15 {
	width:100%;
	border:1px solid #d8d8d8;
}
.tbl_Type15 th {
	background-color:#ebebeb;
	text-align:center;
	color:#000000;
	font-size:10px;
	vertical-align:middle;
	border:1px solid #d8d8d8;
}
.tbl_Type15 td {
	padding:10px 0;
	vertical-align:middle;
	font-size:10px;
	position:relative;
	border:1px solid #d8d8d8;
}
.tbl_Type07 {
	width:100%;
}
.tbl_Type07 th {
	background-color:#ebebeb;
	text-align:left;
	color:#000000;
	font-size:14px;
	vertical-align:middle; 
}
.tbl_Type07 td { 
	padding:5px 2px;
	vertical-align:middle;
	position:relative;
}
.search_bg {
	background:url(../img/power_search_bg.png) no-repeat right bottom;
}


.click_btn01 {
	background-color: #3c6298;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}
.click_btn02 {
	background-color: #bdbdbd;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}
.click_btn03 {
	background-color: #3c6298;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
	width: 81px;
}

.click_btn04{
	background-color: #3c6298;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}
.click_btn05{
	background-color: #3c6298;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
	width: 110px;
}
.click_btn06{
	background-color: #26a69a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
	width: 110px;
}
.click_btn07 {
	background-color: #ebebeb; 
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}

.inquiry {
	position:relative;
	display:inline-block;
}
.inquiry::after {
	background:url("../img/icon_calendar.jpg") no-repeat center center;
	position:absolute;
	right:7px;
	top:8px;
	content:"";
	width:15px;
	height:15px;
}
.tbl_txt {
	display:inline-block;
	padding: 0 4px;
	font-size:12px;
	vertical-align: middle;
}
.inquiry_btn {
	position:absolute;
	top:9px;
	right:36px;
}
.inquiry_btn1 {
	position:absolute;
	right:36px;
}
.inquiry_btn2 {
	position:absolute;
	bottom:6px;
	right:15px;
}
.inquiry_btn3 {
	position:absolute;
	top:50px;
	right:36px;
}
.order_management {
	padding:36px 0;
	text-align:right;
}

.order_management select {
	padding:5px 0;
}

.order_management1 {
	padding:20px 0;
	text-align:right;
}
.order_management1 select {
	padding:5px 0;
}

/*c11_06_01*/
.tbl_Type03 {
	border-top: 2px solid #3c6298;
	width: 100%;
}
.tbl_Type03 th {
	background-color: #f4f4f4;
	border-bottom: 1px solid #e3e3e3;
	color: #4f4f4f;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	padding:17px 0;
}
.tbl_Type03 td {
	border-bottom: 1px solid #e3e3e3;
	color:#000000;
	font-size:13px;
	padding: 7px 26px;
	vertical-align: middle;
}
.tbl_Type03 td.bdr_type {
	border-right: 1px solid #e3e3e3;
}
.tbl_Type03 td label.space_Type {
	padding:0 10px;
}
.receipt_btn {
 	float:right;
	background-color:#26a69a;
	font-size:12px;
	color:#fff;
	text-align:center;
	padding:7px 25px;
	cursor:pointer;
}
.receipt_btn2 {
	background-color: #26a69a;
	color: #fffefe !important;
	display: inline-block;
	font-size: 12px;
	padding: 7px 0;
	text-align: center;
	margin: 3px 0;
	width:80px;
	cursor: pointer;
}
.icon_btn_Group {
	font-size:0;
	text-align:center;
}
.icon_btn_Group a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
	width: 160px;
}

.icon_btn_Group2 {
	font-size:0;
	text-align:right;
}
.icon_btn_Group2 a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
	width: 160px;
}


.icon_btn_Group2 a:link{color:#ffffff; text-decoration: none;}
.icon_btn_Group2 a:visited{color:#ffffff; text-decoration: none;}
.icon_btn_Group2 a:active{color:#ffffff; text-decoration: none;}
.icon_btn_Group2 a:hover{color:#ffffff;}



.icon_btn_Group2 a.btn_sub_01 {
	background: #2196f3 url("../img/icon_style02.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;	
}
.icon_btn_Group2 a.btn_sub_02 {
	background: #26a69a url("../img/icon_style03.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
	margin-left:100px;
}
.icon_btn_Group2 a.btn_sub_03 {
	background: #3c6298 url("../img/icon_style04.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
}

.icon_btn_Group2 a.btn_sub_04 {
	background: #b71c1c url("../img/icon_style04.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
}



.icon_btn_Group a.btn_back_01 {
	background: #3c6298 url("../img/icon_style01.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
}


.icon_btn_Group a.btn_back_01 { color:#ffffff;  }
.icon_btn_Group a.btn_back_01:link { color:#ffffff;  }
.icon_btn_Group a.btn_back_01:visited  { color:#ffffff;  }
.icon_btn_Group a.btn_back_01:hover  { color:#ffffff;  }


.icon_btn_Group span.btn_back_01 {
	background: #3c6298 url("../img/icon_style01.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
}


.fz_11 {
	font-size:11px;
}








/*c11_06_02*/
.tbl_Type04 {
	border-top: 2px solid #3c6298;
	width: 100%;
}
.tbl_Type04 th {
	background-color: #f4f4f4;
	color: #3c6298;
	font-size: 13px;
	font-weight: bold;
	padding: 17px 0;
	text-align: center;
	vertical-align: middle;
}
.tbl_Type04 td {
	border-bottom: 1px solid #e3e3e3;
	color: #000000;
	font-size: 13px;
	padding: 16px 0;
	text-align: center;
	vertical-align: middle;
}
.td_txt01 {
	font-weight:bold;
}
.td_txt02 {
	padding-top:9px;
}
.return_select select {
	width:250px;
	padding:5px 0;
}
.return_select2 select {
	width:148px;
	padding:5px 0;
	text-indent:10px;
}
.return_select5 select {
	width:80px;
	padding:5px 0;
}
.return_select3 select {
	width:340px;
	padding: 5px 0;
}
.return_select3 input {
	width:340px;
	padding: 5px 0;
	text-indent:10px;
}
.return_select4 select {
	width:165px;
	padding: 5px 0;
}
.return_select6 select {
	width:150px;
	padding:5px 0;
}
.return_select7 select {
	width:180px;
	padding:5px 0;
}
.etc_content {
	
}
.etc_content textarea {
	height:116px;
	width:80%;
	padding:10px;
}
.icon_btn_Group a.btn_back_02 {
	background: #3c6298 url("../img/icon_cart01.png") no-repeat 33px center;
	padding: 16px 0 16px 67px;
}
.icon_btn_Group a.btn_back_02 { color:#ffffff;  }
.icon_btn_Group a.btn_back_02:link { color:#ffffff;  }
.icon_btn_Group a.btn_back_02:visited  { color:#ffffff;  }
.icon_btn_Group a.btn_back_02:hover  { color:#ffffff;  }




/*c12_01*/
.company_info {
	width: 100%;
	position: relative;
	font-size: 13px;	
	min-height: 950px;
	background: #e6e0dd url("../img/c12_01_ready.png") no-repeat  center;
}
.notcie_board0 {
	position: relative;
	width: 32%;
	display: inline-block;
	border: 1px solid #e3e3e3;
	padding: 5px 0px;
	overflow: hidden;
}
.notcie_board {
	width: 100%;
	position: relative;
	font-size: 14px;	
	min-height: 100px;	
}

.notcie_board1 {
	position: relative;
	width: 98%;
	margin: 0 auto;
	height: 86px;
	border: 1px solid #e3e3e3;
	padding: 20px 0 0 30px;
}

.notcie_board2 {
	position: relative;
	width: 98%;
	margin: 0 auto 10px auto;
	min-height: 80px;
	border-top: 1px solid #e3e3e3;
	padding: 20px 0 0 30px;
}
.notcie_board_tit  a {
	font-weight: 700;
	color:#000000;
	vertical-align:middle;
}
.notcie_board_tit  a:hover {
	font-weight: 700;
	color:#3c6298;
}
.notcie_board_tit a strong {
	font-weight: 800;
	color:#ff5f00;
}
.notcie_board_date {
	margin: 20px 0 0 0;
	font-size: 13px;
	color:#989898;
}
.notcie_board_date2 {
	margin: 5px 0 0 0;
	font-size: 13px;
	color:#989898;
}
a.notcie_board_arrow_off {
	position: absolute;
	right:20px;
	top:15px;
	display:inline-block;
	padding: 30px 30px;
	background: url("../img/notcie_board_arrow_off.jpg") no-repeat  center;
}
a.notcie_board_arrow_on {
	position: absolute;
	right:20px;
	top:10px;
	display:inline-block;
	padding: 30px 30px;
	background: url("../img/notcie_board_arrow_on.jpg") no-repeat  center;
}


.notcie_board_con {
	position: relative;
	width: 98%;
	margin: 0 auto;
	min-height: 80px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 20px 20px 30px;
	font-size:12px;
	color:#000000;
	line-height: 20px;
	background-color:#f5f5f5;
}
.notcie_board_con1 {
	position: relative;
	width: 92%;
	margin: 0 auto;
	min-height: 80px;
	padding: 20px 20px 20px 30px;
	font-size:12px;
	color:#000000;
	line-height: 20px;
	background-color:#e8eaf6;
}
.notcie_board_con2 {
	position: relative;
	width: 98%;
	margin: 0 auto;
	min-height: 480px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 20px 0 30px;
	font-size:12px;
	color:#000000;
	line-height: 20px;	
	background:#f5f5f5 url("../img/notcie_board_img02.jpg") no-repeat left top;
}


.faq_txt_01 {
	font-size: 18px;
	color:#3c6298;
	font-weight: 700;
	width:100%;
	padding-top: 40px;
	margin: 0 auto;
	text-align:center;
}
.faq_txt_02 {	
	font-size: 14px;
	color:#000000;
	font-weight: 500;
	width:100%;
	margin: 0 auto;
	text-align:center;
}
.faq_box_01 {
	width:100%;
	margin: 45px auto;
	text-align:left;
	position:relative;
	height:120px; 

}
.estimate_sbox_01 {
	position:relative;
	width:24%;
	height:120px;
	float:left;
	background:url("../img/input.jpg") no-repeat center top;
	text-align:center;
	padding-top:100px;
	font-size:15px;
	color:#5d5d5d;
	font-weight:700;
}
.estimate_sbox_02 {
	position:relative;
	width:24%;
	height:120px;
	float:left;
	background:url("../img/choice.jpg") no-repeat center top;
	text-align:center;
	padding-top:100px;
	font-size:15px;
	color:#5d5d5d;
	font-weight:700;
}
.estimate_sbox_03 {
	position:relative;
	width:24%;
	height:120px;
	float:left;
	background:url("../img/print.jpg") no-repeat center top;
	text-align:center;
	padding-top:100px;
	font-size:15px;
	color:#5d5d5d;
	font-weight:700;
}
.faq_sbox_01 {
	position:relative;
	width:24%;
	height:120px;
	float:left;
	background:url("../img/c12_03_faq_01.jpg") no-repeat center top;
	text-align:center;
	padding-top:100px;
	font-size:15px;
	color:#5d5d5d;
	font-weight:700;
}
.faq_sbox_02 {
	position:relative;
	width:24%;
	height:120px;
	float:left;
	background:url("../img/c12_03_faq_02.jpg") no-repeat center top;
	text-align:center;
	padding-top:100px;
	font-size:15px;
	color:#5d5d5d;
	font-weight:700;
}
.faq_sbox_03 {
	position:relative;
	width:24%;
	height:120px;
	float:left;
	background:url("../img/c12_03_faq_03.jpg") no-repeat center top;
	text-align:center;
	padding-top:100px;
	font-size:15px;
	color:#5d5d5d;
	font-weight:700;
}
.faq_sbox_04 {
	position:relative;
	width:24%;
	height:120px;
	float:left;
	background:url("../img/c12_03_faq_04.jpg") no-repeat center top;
	text-align:center;
	padding-top:100px;
	font-size:15px;
	color:#5d5d5d;
	font-weight:700;
}
.faq_arrow {
	position: absolute;
	right:0;
	top:48px;
}
.faq_con_box_01 {
	position:relative;
	width:100%;
	border: 1px solid #e3e3e3;
	margin: 25px auto;
	padding: 20px;
	
}
.notcie_board_con strong {
	font-weight:700;
	color:#000000;
}
.notcie_board_con1 strong {
	font-weight:700;
	color:#000000;
}
.question_box_01 {
	position:relative;
	width:100%;
	border: 1px solid #e3e3e3;
	margin: 25px auto 0 auto;
	padding: 20px;
	border-top: 2px solid #3c6298;
	text-align:center;
}

.question_box_01 textarea {
	margin-top:5px;
	width:340px;
	border: 1px solid #d8d8d8;
	height: 300px;
	font-family: "Nanum Gothic";
	padding: 5px;
	color:#989898;
}
.question_box_02 {
	position:relative;
	width:98%;
	border: 1px solid #3c6298;
	margin: 25px auto 0 auto;
	padding: 20px;
	background-color:#ffffff;
	text-align:center;
}

.question_box_02 textarea {
	margin-top:5px;
	width: 98%;
	border: 1px solid #d8d8d8;
	height: 100px;
	font-family: "Nanum Gothic";
	padding: 5px;
	color:#989898;
}

.question_sbox_01 {
	position:relative;
	float:left;
	width:50%;
	border: 1px solid #e3e3e3;
	margin: 0px 0 0 0;
	padding: 42px 30px 0 0px;
	text-align:center;
	height:113px;
}
.question_sbox_01 .question_sbox_01_stxt {
	font-size: 13px;
	font-weight:500;
	color:#414141;	
}
.question_sbox_02 {
	position:relative;
	float:left;
	width:50%;
	border: 1px solid #e3e3e3;
	margin: 0px 0 0 0;
	padding: 28px 0 0 0;
	text-align:center;
	height:113px;
	font-size: 15px;
	font-weight:700;
	color:#414141;
	line-height: 25px;
}
.question_sbox_01_txt {
	vertical-align: middle;
	font-size: 34px;
	font-weight:700;
	color:#3c6298;	
}
.question_sbox_02_stxt {
	color:#3c6298;
	font-weight:700;
	padding-left:10px;
}

.c13_01_layoutbox_01 {
	position: relative;
	width: 100%;
	margin: 0 auto;	
	padding: 0px;
	text-align:center;
	line-height:0;
	font-size:0;
}
.c13_01_box_01 {
	display: inline-block;
	padding: 177px 0 0 0; 
	width:300px;
	height: 266px;
	border: 5px solid #d8d8d8;
	background:url("../img/c13_01_boximg_01.jpg") no-repeat center 55px;
	font-size:16px;
	color:#000000;
	line-height: 20px;
	text-align:center;
	font-weight: 700;
}
.c13_01_box_02 {
	display: inline-block;
	padding: 177px 0 0 0; 
	width:300px;
	height: 266px;
	border: 5px solid #d8d8d8;
	background:url("../img/c13_01_boximg_02.jpg") no-repeat center 55px;
	font-size:16px;
	color:#000000;
	line-height: 20px;
	text-align:center;
	font-weight: 700;
}
.c13_01_box_03 {
	display: inline-block;
	padding: 177px 0 0 0;
	width:300px;
	height: 266px;
	border: 5px solid #d8d8d8;
	background:url("../img/c13_01_boximg_03.jpg") no-repeat center 55px;
	font-size:16px;
	color:#000000;
	line-height: 20px;
	text-align:center;
	font-weight: 700;
}

.c13_01_02_box_00{
	position:relative;
	width:578px;
	height: 510px;
	border: 1px solid #e3e3e3;
	margin: 25px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}
.c13_01_02_box_01 {
	position:relative;
	width:578px;
	height: 380px;
	border: 1px solid #e3e3e3;
	margin: 25px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}
.c13_01_02_box_02 {
	position:relative;
	width:578px;
	height: 320px;
	border: 1px solid #e3e3e3;
	margin: 0px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}
.c13_01_02_box_03 {
	position:relative;
	width:578px;
	height: 370px;
	border: 1px solid #e3e3e3;
	margin: 0px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}

.c13_01_02_box_04 {
	position:relative;
	width:578px;
	height: 190px;
	border: 1px solid #e3e3e3;
	margin: 0px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}


.c13_01_02_box_05 {
	position:relative;
	width:578px;	
	border: 1px solid #e3e3e3;
	margin: 0px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}


.c13_01_02_box_06 {
	position:relative;
	width:578px;
	margin: 40px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}
.c13_01_02_box_07 {
	position:relative;
	width:578px;
	height: 150px;
	border: 1px solid #e3e3e3;
	margin: 0px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}
.c13_01_02_box_08 {
	position:relative;
	width:578px;
	height: 120px;
	border: 1px solid #e3e3e3;
	margin: 0px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}

.c13_01_02_box_09 {
	position:relative;
	width:100%;
	margin: 40px auto 0 auto;
	padding: 20px;
	background-color:#f4f4f4;	
	text-align:center;	
}

.c13_01_02_img_01 {
	position:relative;
	width:100%;
	text-align:center;
	margin: 15px 0 0 0;
}
.c13_01_02_img_01_1 {
	position:relative;
	width:100%;
	text-align:center;
	margin: 15px 0 0 0;
}
.c13_01_02_img_01 img {
	padding-bottom:10px;
}
.c13_01_02_img_01_1 img {
	padding-bottom:10px;
}



.c13_01_02_check_01 {
	width:100%;
	margin: 20px;
	text-align:center;
}
.c13_01_02_check_02 {
	width:100%;
	margin: 5px;
	text-align:center;
	vertical-align: middle;
}

.c13_01_03_txt_01 {
	font-size:15px;
	color:#3c6298;
	text-align:center;
	vertical-align:middle;
	font-weight: 700;	
	line-height: 28px;
	margin-left: 20px;
	margin-right: 5px;
}

.c13_01_02_txt_01 {
	font-size:15px;
	color:#3c6298;
	line-height: 20px;
	text-align:center;
	font-weight: 700;	
}

.c13_01_02_txt_01_1 {
	font-size:13px;
	color:#b71c1c;
	line-height: 20px;
	text-align:center;
	font-weight: 700;	
}
.c13_01_02_txt_02 {
	font-size:15px;
	color:#3c6298;
	line-height: 20px;
	text-align:center;
	font-weight: 700;
	vertical-align:middle;
}
.c13_01_02_txt_03_1 {
	margin-right:2px;
	font-size:15px;
	color:#3c6298;
	line-height: 20px;
	text-align:center;
	font-weight: 700;
	vertical-align:middle;
}
.c13_01_02_txt_03 {
	font-size:15px;
	color:#3c6298;
	line-height: 20px;
	text-align:center;
	font-weight: 700;
	vertical-align:middle;
}
.c13_01_02_bar_on {
	display:inline-block;
	vertical-align:middle;
	height:10px;
	background-color:#3c6298;
	width:40px;
}
.c13_01_02_bar_on_1 {
	display:inline-block;
	vertical-align:middle;
	height:10px;
	background-color:#3c6298;
	width:8%;
}
.bar_off {
	background-color:#8f8f8f  !important;
}
.c13_01_02_bar_off {
	display:inline-block;
	vertical-align:middle;
	height:10px;
	background-color:#8f8f8f;
	width:40px;
}




.c13_01_02_arrow_01 {
	width:100%;
	margin: 0 auto;
	text-align:center;
}


.c13_01_02_txtbox_01 {
	position:relative;
	width:100%;	
	text-align:center;
	margin-bottom:15px;
}

.c13_01_02_txtbox_01 textarea {
	margin-top:10px;
	width:340px;
	border: 1px solid #d8d8d8;
	height: 240px;
	font-family: "Nanum Gothic";
	padding: 5px;
	color:#989898;
}


p.c13_01_03 {
	font-size:14px;
	color:#000000;
	font-weight:700;
	line-height: 20px;
}
.c13_01_03_ol {
	margin:10px 0 0 5px;
	font-size:13px;
	color:#000000;
	font-weight:500;
	line-height: 20px;
}

.c13_01_03_box_01 {
	position:relative;
	width:100%;		
	margin: 80px auto 0 auto;
	padding: 0px;	
	text-align:center;	
}



.c13_01_04_box_01 {
	position:relative;
	width:100%;		
	margin: 0 auto;
	padding: 0px;	
	text-align:center;
	min-height:400px;
}
.c13_01_04_img_01 {
	position:relative;
	width:215px;		
	margin: 3px;
	padding: 8px;	
	text-align:center;
	border: 1px solid #d8d8d8;
	float:left;
	min-width: 183px;
}
.c13_01_04_img_01 p {
	margin:0 0 8px 0;
	font-size:13px;
	color:#000000;
	font-weight:700;
	line-height: 20px;
	text-align: right;
}



/*allmenu*/
.allmenu_txt {
	display:inline-block; padding: 4px 8px;
	color:#989898;
}
.allmenu_txt:hover {
	background-color:#eeeeee;
	color:#3c6298;
}

.front_input_style01 {
	height: 25px;
	vertical-align: middle;
	width: 95%;
	text-indent:5px;
}

.front_input_style02 {
	height: 25px;
	vertical-align: middle;
	width: 100px;
	text-indent:5px;
}
.front_input_style03 {
	height: 25px;
	vertical-align: middle;
	width: 80px;
	text-indent:5px;
}
.front_input_style04 {
	height: 25px;
	vertical-align: middle;
	width: 120px;
	text-indent:5px;
}
.front_input_style05 {
	height: 25px;
	vertical-align: middle;
	width: 200px;
	text-indent:5px;
}

.front_form {
	width:100%;
	border-top:2px solid #3c6298;
}
.front_form th {
	font-size:13px;
	color:#4f4f4f;
	text-align:center;
	background-color:#f4f4f4;
	border-bottom:1px solid #e3e3e3;
	vertical-align:middle;
	text-align: right;
	padding-right: 20px;
}
.front_form th a {
	font-size:14px;
	color:#403d3d;
	display:block;
	width:100%;
	height:100%;
}

.front_form td {
	padding:2px 26px;
	border-bottom:1px solid #e3e3e3;
	vertical-align:middle;
	color:#000000;
	font-size:12px;
}



/*화면줄였을때 반응형 css*/

/*main*/
.m_top {
	display:none;
}

.m_menu_slide {
	display:none;
}

#show_mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity = 50);
	cursor: crosshair;
	border: 1px solid #999;
	display: none;
}

#zoom {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	z-index: 10;
	display: none;
	overflow: hidden;
	border: 1px solid #eee;
}

#zoom img {
	position: absolute;
	left: 0;
	top: 0;
}




.btn_span2 {
		text-align:center;
		padding: 0px 10px; 
		display:inline-block;
		cursor:pointer;
		width:auto;
		height:24px;
		line-height:22px;
		margin-bottom: 5px;
}

.btn_span {
		text-align:center;
		padding: 0px 10px; 
		display:inline-block;
		cursor:pointer;
		width:auto;
		height:30px;
		line-height:28px;
		margin-bottom: 10px;
}

.fs-13 {
		font-size: 13px !important;
}

.blue {
		border:1px solid #2196f3; 
		border-radius:3px;
		color: #2196f3; 
}
.blue:hover { 
		color: #fff; 
		background-color: #2196f3;
}

.pink {
		border:1px solid #e91e63; 
		border-radius:3px;
		color: #e91e63; 
}
.pink:hover {
		color: #fff; 
		background-color: #e91e63;
}
.green {
		border:1px solid #4caf50; 
		border-radius:3px;
		color: #4caf50; 
}
.green:hover {
		color: #fff; 
		background-color: #4caf50;
}
.purple {
		border:1px solid #4B088A; 
		border-radius:3px;
		color: #4B088A; 
}
.purple:hover {
		color: #fff; 
		background-color: #4B088A;
}
.caption{
	position: relative;
	bottom:50px;
	margin:-100px 0 0 40px;
	z-index:300;
	display:block;
	width:240px;
	height:80px;
	overflow: hidden;
	padding:20px 20px 0;
	text-align:center;
	color:#fff;
	opacity:0.9;
	background-color:#3c6298;
	filter:Alpha(Opacity=90);
}
.caption .promotion-title{
	width:200px;
	display:block;
	margin-bottom:8px;
	overflow:hidden;
	white-space:nowrap;
	font-weight:bold;
	font-size:16px;
}
.caption .promotion-description{
	margin-top:12px;
	display:block;
	font-size:14px;
	overflow:hidden;
}
.partner-wrapper{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.partner-step-wrapper{
	display: inline-block;
	position: relative;
	background-color: #d8d8d8;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	color: #fff;
	font-size: 16px;
}
.partner-step-number{
    top: 20px;
    position: absolute;
    width: 150px;
    text-align: center;
}
.partner-step-title{
    top: 60px;
    width: 150px;
    padding: 0 34px;
    position: absolute;
    text-align: center;
}
.partner-step-arrow{
    display: inline-block;
    vertical-align: top;
    margin: 68px 7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #d8d8d8;
}
.pop_txt{
	z-index: 300;
	position: absolute;
	width: 150px;
	height: 100px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	padding: 5px 5px;
}
.pop_txt p{
	padding-top:5px;
	text-align: left;
}
.innerborder{
	display:inline-block;
	position:relative;
	cursor:pointer;
	vertical-align:top;
	z-index:150;
}
.opt_more{
	display:none;
	overflow:hidden;
	position:absolute;
	right:12px;
	top:12px;
	width:40px;
	height:40px;
	background:url("../img/common/search.png") repeat-x top;
}
.opt_border{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:920px;
	height:100%;
	border:4px solid #2196f3; 
	z-index:200
}
.opt_bg {
	display:none;
	background: #000;
	bottom: 0;
	left: 0;
	opacity: 0.4;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}
.opt_in_bg {
	display:none;
	position:absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.4;
	width:920px;
	height:100%;
	z-index: 160;
}
.mm_box{width: 100%;text-align: center;border-top: 2px solid #3c6298;border-bottom: 2px solid #3c6298;padding: 10px 0;}
.mm_div{width:25%;display: inline-block;}
.mm_img{width:70px;height:70px;}
.mm_title{font-size: 14px;text-align: center;}

/* 
.spc_check { display: inline-block; position: relative; margin-right: 12px; font-size: 14px; color: #595963; cursor: pointer; }
.spc_check.checked .symbol { width: 20px; height: 20px; background-position: -206px -83px; -webkit-background-position: -206px -83px; }
.spc_check .symbol { margin: -2px 5px 0 0; width: 20px; height: 20px; background-position: -182px -83px; -webkit-background-position: -182px -83px; vertical-align: middle; }
.spc_check input[type="checkbox"] { position: absolute; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
 */
.puprGoods{ height: 523px;margin-top:60px; border:#bfbfbf 1px solid; border-top:#3c6298 2px solid; overflow:hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display:table; width:100%; }
.puprGoods *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.puprGoods .lBx{ position:relative; width:291px; display:table-cell; border-right:#bfbfbf 1px solid; vertical-align:top;}
.puprGoods .lBx h2{ width:100%; background-color:#fff; font-size:22px; color:#333; font-weight:600; line-height:1; border:none; margin:0; padding:25px 30px;}
.puprGoods .lBx h2 span{ color:#888; font-size:22px; display:block; font-weight:400; margin-top:5px;}
.puprGoods .lBx .btnTm{ position:absolute; bottom:0; left:0; width:100%; border-top:#bfbfbf 1px solid;}
.puprGoods .lBx .btnTm a,
.puprGoods .lBx .btnTm a img{ display:block;}
.puprGoods .lBx .pagn{ margin:0; padding:0 30px;}
.puprGoods .lBx .pagn li{ display:inline-block; width:10px;  }
.puprGoods .lBx .pagn a{ display:block; width:10px; height:10px; border:#004bb1 2px solid; border-radius:50%; }
.puprGoods .lBx .pagn li.active a{ background-color:#004bb1;} 
.puprGoods .lBx .pagn li+li{ margin-left:8px;}
.puprGoods .wgTabs{ display:table-cell;  vertical-align:top;}
.puprGoods .wgTabs>ul>li.w33{ float:left; width:33.33333333333333%;}
.puprGoods .wgTabs>ul>li.w25{ float:left; width:25%;}
.puprGoods .wgTabs>ul>li.w20{ float:left; width:20%;}
.puprGoods .wgTabs>ul>li.w16{ float:left; width:16.66666666666667%;}
.puprGoods .wgTabs>ul>li>a{ display:block; color:#888; font-size:16px; line-height:59px; text-align:center; background-color:#f5f5f5; border-bottom:#bfbfbf 1px solid; border-left:#bfbfbf 1px solid;}
.puprGoods .wgTabs>ul>li:first-child>a{ border-left:none;}
.puprGoods .wgTabs>ul>li.active>a{ background-color:#fff; color:#004bb1; border-bottom:#fff 1px solid;}
.puprGoods .wgTabs .td{ min-height:460px;}
.puprGoods .wgTabs .td .goods-lst>li{ float:left; width:20%;}
.puprGoods .wgTabs .td .goods-lst>li a{ display:block; padding:5px 15px 0; min-height:230px; text-align:center;}
.puprGoods .wgTabs .td .goods-lst>li a img{ width:100px; height:100px; margin:20px auto; display:block;}
.puprGoods .wgTabs .td .goods-lst>li a span{ display:block; font-size:12px; line-height:1.3;}
.puprGoods .wgTabs .td .goods-lst>li a span.txt1{ color:#004bb1; height:35px; }
.puprGoods .wgTabs .td .goods-lst>li a span.txt2{ color:#333; margin:0 0 2px 0;}
.puprGoods .wgTabs .td .goods-lst>li a span.price{ font-size:14px; color:#d00; font-weight:600;}
