/* -------------------- 공통 -------------------- */
body {
  position:relative;
  background-color:#FFF;
}
/* -------------------- head -------------------- */
#header {
  margin: 0 auto;
  width:100%;
  height:65px;
  min-width: 1000px;
  background-color:#FFF;
}
#header .headerWrap {
  margin: 0 auto;
  width:1110px;
  height:65px;
}
#header .headerWrap::after {
  display: block;
  clear: both;
  content: "";
}
#header .headerWrap li {
  height:65px;
  float:left;
}

/* 로고, 지역 */
#header .headerWrap .logo {
  width:410px;
}
#header .headerWrap .logo > a {
  display: block;
  height: 60px;
  padding: 5px 0 0 0;
}
#header .headerWrap .logo > a > span {
  float: left;
}
#header .headerWrap .logo img {
float: left;
  cursor: pointer;
  height: 100%;
  max-height: 36px;
}
#header .headerWrap .logo img.logoTopImg_hcn {
	height: 27px;
    padding: 9px 0 0 0;
}
#header .headerWrap .logo .regionBroadcast {
	display:inline-block;
	font-size:16px;
	color:#666;
	font-weight:bold;
	height: 36px;
  line-height: 56px;
  padding: 0 0 0 5px;
}
#header .headerWrap .logo .area {
clear:both;
  display:block;
  height: 24px;
  line-height: 20px;
}
#header .headerWrap .logo .area .shi {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #666;
}
#header .headerWrap .logo .area .goo {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #777;
}

/* 가입센터, 전화번호 */
#header .headerWrap .join {
float: right;
  position: relative;
  width:340px;
}
#header .headerWrap .join .center,
#header .headerWrap .join .number {
	height: 65px;
	line-height: 65px;
	display: block;
	float: left;
}
#header .headerWrap .join .center {
  text-align: left;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
}
#header .headerWrap .join .number {
  min-width: 156px;
  font-family: Helvetica;
  color: #555;
  font-size: 32px;
  font-weight: bold;
}
#header .headerWrap .join .time,
#header .headerWrap .join .change {
	height: 32.5px;
	width: 120px;
    float: right;
    text-align: center;
}
#header .headerWrap .join .time {
  color: #bcbcbc;
  font-weight: 200;
  font-size: 12px;
  line-height: 17.5px;
}
#header .headerWrap .join .change {
  cursor:pointer;
  font-size: 13px;
  color: #999;
  line-height: 47.5px;
}


/* 카페 오픈 */
#header .headerWrap .cafe {
	display:none;
  cursor: pointer;
  width:250px;
  background-color: #ddd;
}
#header .headerWrap .cafe img {
  margin-top: -2px;
}
#proTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#proTable a {
    display: table-cell;
    cursor: pointer;
    padding: 10px 0;
    background: #f8f8f8;
    border-left:1px solid #c1c1c1;
    border-right:1px solid #c1c1c1;
    color: #808486;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.03em;
    transition-duration: 0.3s;
}
#proTable a:hover, #proTable .on {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid #c1c1c1;
    font-size: 18px;
    background: #fff;
    font-weight: 400;
}

/* gnb */
#gnb {
  width:100%;
  min-width:1000px;
  height:46px;
  background-color:#01917C;
}
#gnb ul {
  margin: 0 auto;
  width:1110px;
  min-width:1000px;
  height:46px;
}
#gnb ul::after {
  display: block;
  content: "";
  clear: both;
}
#gnb ul .leftBtn {
  float: left;
  width:152px;
  height:46px;
}
#gnb ul .leftBtn a {
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}
#gnb ul .leftBtn1 {
  background: url("/resources/image/home/main/1/mainTop2_li1.png") no-repeat;
}
#gnb ul .leftBtn2 {
  margin-right: 336px;
  background: url("/resources/image/home/main/1/mainTop2_li2.png") no-repeat;
}
#gnb ul .leftBtn2.mrcj {
  margin-right: 95px;
}
#gnb ul .leftBtn1:hover {
  background: url("/resources/image/home/main/1/mainTop2_li1Hover.png") no-repeat;
}
#gnb ul .leftBtn2:hover {
  background: url("/resources/image/home/main/1/mainTop2_li2Hover.png") no-repeat;
}
#gnb ul .leftBtn1:active {
  background: url("/resources/image/home/main/1/mainTop2_li1Click.png") no-repeat;
}
#gnb ul .leftBtn2:active {
  background: url("/resources/image/home/main/1/mainTop2_li2Click.png") no-repeat;
}
#gnb ul li {
  /* float: left; */
  float: right;
  width:120px;
  height:46px;
}
#gnb ul li a {
  display: block;
  height:46px;
  line-height: 46px;
  color:#FFF;
  text-align: center;
  font-size: 12pt;
  font-weight: 400;
}

/* promotion */
#promotion {
  width:100%;
  height:60px;
  background-color:#FFFFFF;
  border-bottom: 2px solid #D1D1D1;
  box-sizing: border-box;
}
#promotion h2 {
    margin: 0 auto;
    width: 1000px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #777;
}
#promotion h2 .blue {
  color: #0000ee;
}
#promotion h2 .red {
  color:#d90000;
}

/* -------------------- #section -------------------- */
#section {
	width:100%;
    min-width: 1110px;
}
#section .sectionWrap {
    position: relative;
    padding-bottom: 15px;
    margin: 0 auto;
    width: 1110px;
}#section .sectionWrap::after {
  display: block;
  clear: both;
  content: "";
}
#section > .sectionWrap > div {
  float:left;
}


/* 섹션에서 왼쪽 메뉴바 등 */
#section .sectionWrap .sectionLeft {
  width:190px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap {
  width:190px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap > li {
	margin-top: 20px;
}
/* 첫번째 박스 메뉴 */
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 {
	margin-top: 0px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 h3 {
  padding: 15px 0px 15px 0px;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  border-bottom: 2px solid #01917C;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .menu > li {
  width:190px;
  height:41px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .menu > li > a {
  display:block;
  width:190px;
  height:41px;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* 두번째 박스 24시간 빠른상담신청 */
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 {
  position:relative;
  padding: 35px 0 0 0;
  height:148px;
  background:url("/resources/image/home/event/1/bg_24Left.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table {
	width: 100%;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .li0_nameBoxLeft,
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .li1_nameBoxLeft {
    height: 25px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .li0_nameBoxLeft {
    font-size: 10px;
    width: 42px;
    color: #666;
    padding: 0 0 0 10px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .li1_nameBoxLeft {
    color:#ccc;
}

#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table select {
    border:1px solid #9a9a9a;
    color:#555;
    font-size:14px;
    text-align:center;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .nameBoxLeft:focus {
    color:#555;
    line-height:10px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .nameBoxLeft {
    width: 90%;
    border: 1px solid #c4c4c4;
    color: #555;
    text-align: center;
    line-height: 17px;
    height: 17px;
    border-radius: 4px;
    font-size: 12px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .callNumberLeft {
    width:30px;
    height:17px;
    line-height:17px;
    position:relative;
    border:1px solid #c4c4c4;
    color:#555;
    text-align:center;
    border-radius:4px;
    font-size:12px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .wishBoxLeft {
    border:1px solid #c4c4c4;
    color:#555;
    height:20px;
    font-size:12px;
    text-align:center;
    position:relative;
    width:120px;
    border-radius:4px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .nameBoxLeft:focus, .callNumberLeft:focus, .wishBoxLeft:focus {
    border:1px solid #A5C7FE;
	box-shadow: 0px 0px 1px 4px rgba(102, 175, 233, 0.3);
}

#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li3 > div {
    width:89px;
    height:23px;
    background:url("/resources/image/home/event/1/btn_24goLeft.png") no-repeat;
    cursor:pointer;
    margin: 3px auto;
}

#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 {
    position:relative;
    font-size:10px;
    color:#666;
    cursor:pointer;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 >.td1 {
	padding: 0 0 0 10px;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 >.td1 input {
    vertical-align: inherit;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 >.td2 {

}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 >.td2 label {
    letter-spacing:-1px;
    vertical-align: text-bottom;
}

#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 >.td3 {

}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 >.td3 a {

    color:#003e91;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 >.td3 a:hover {
    text-decoration:underline;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox2 table .LeftPop_ul0_li4 *:hover {
    cursor:pointer;
}


/* 세번째 박스 가입센터 */
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox3 {
  position:relative;
  height:161px;
  background:url("/resources/image/home/event/1/leftCall1026.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox3 .siteNumber {
  position: absolute;
  font-family: Helvetica;
  font-size: 25px;
  font-weight: bold;
  top: 57px;
  left: 56px;
  color: #027878;
}


/* 네번째 박스 협력업체모집 */
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox4 {
  cursor:pointer;
  height:166px;
  position: relative;
  background:url("/resources/image/home/event/1/cooperation.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox4 .siteNumber2 {
  position: absolute;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 16px;
  top: 10px;
  left: 100px;
  color: #696969;
}

/* ---------- 섹션 메인 ---------- */
#section .sectionWrap .sectionMain {
  margin-left: 30px;
  width:890px;
}
/* 현재 상품 타이틀 */
#section .sectionWrap .sectionMain .proTitle {
  height:63px;
  border-bottom: 2px solid #01917c;
}
#section .sectionWrap .sectionMain .proTitle h3 {
  padding: 15px 0px 15px 0px;
  position: absolute;
  font-size: 22px;
  font-weight: 400;
  color: #01917C;
}
#section .sectionWrap .sectionMain .proTitle .path {
  position:absolute;
  top: 24px;
  right:0;
}
#section .sectionWrap .sectionMain .proTitle .path::after {
  display: block;
  clear: both;
  content: "";
}
#section .sectionWrap .sectionMain .proTitle .path li {
  margin-right: 15px;
  float: left;
  font-size: 15px;
  color: #666;
}
#section .sectionWrap .sectionMain .proTitle .path .arr img {
  width:10px;
}

#section .sectionWrap .sectionMain .tabBox {
  padding-bottom: 20px;
  border-bottom: 1px solid #01917c;
}

#section .sectionWrap .sectionMain .TitleBox {

}
#section .sectionWrap .sectionMain .TitleBox > h4 {
  position:relative;
  margin-top: 20px;
}
#section .sectionWrap .sectionMain .TitleBox > h4 > img {
}

/* -------------------- #footer -------------------- */
#footer {
  margin: 0 auto;
  min-width: 1000px;
  font-family:sans-serif;
}
#footer #footerContent {
  margin:0 auto;
  padding: 5px 0 5px 0;
	width:1000px;
	font-size:10pt;
}
#footer #footerContent::after {
  display: block;
  clear: both;
  content: "";
}
#footer #footerContent .logo {
  float: left;
  margin-top: 12px;
  height:38px;
}
#footer #footerContent .content {
  float: left;
  padding-left: 15px;
}
#footer #footerContent .content .info {
  color: #3F6498;
  font-weight:800;
  font-size: 13px;
  position: relative;
}
#footer #footerContent .content .info:hover {
  text-decoration: underline;
}

#footer #footerContent .content .f2 {
  font-size: 12px;
  color: #444;
  text-align: left;
  position: relative;
}



/* ---------- 개인정보 수집 동의 팝업 ---------- */
#agree_wraper {
  display: none;
  position: fixed;
  z-index: 1000;
  width:100%;
  height:100%;
  min-height: 435px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#agree_popup {
  display: none;
  position: fixed;
  z-index: 1001;
  width:40%;
  min-width: 500px;
  height:635px;
  top: 5%;
  left: 30%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
}
#agree_popup #close {
  cursor: pointer;
  position: absolute;
  top: 1%;
  right: 2.5%;
  color: #333;
  font-size: 40px;
  opacity: 0.5;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}
#agree_popup #close:hover {
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}
#agree_popup h2, h3 {
  text-align: center;
}
#agree_popup h2 {
  color: rgb(200, 25, 25);
  font-size: 28px;
  margin-top: 45px;
}
#agree_popup h3 {
  color: rgb(100, 100, 100);
  font-size: 17px;
  font-weight: 500;
  margin-top: 3px;
}

/*  */
#agree_popup .LeftPopBox {
  margin-top: 35px;
  width:100%;
}
#agree_popup .LeftPopBox ul {
  margin: 0 auto;
  width:80%;
  height: 340px;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
#agree_popup .LeftPopBox ul li {
}
#agree_popup .LeftPopBox ul .li0_nameBoxLeft {
  margin-top: 18px;
  color:rgb(120, 120, 120);
  text-align: center;
}
#agree_popup .LeftPopBox ul .li1_nameBoxLeft {
  margin-top: 3px;
}
#agree_popup .LeftPopBox ul .li1_nameBoxLeft input {
  display: block;
  width:200px;
  height: 30px;
  text-align: center;
}
#agree_popup .LeftPopBox ul .li1_nameBoxLeft input, #callInputDiv, #timeInputDiv {
  margin: 0 auto;
}
#agree_popup .LeftPopBox ul .li1_nameBoxLeft #callInputDiv {
  width:248px;
}
#agree_popup .LeftPopBox ul .li1_nameBoxLeft #timeInputDiv {
  width:150px;
}
#agree_popup .LeftPopBox ul .li1_nameBoxLeft .callNumberLeft {
  display:inline-block;
  width:70px;
}
#agree_popup .LeftPopBox ul .li1_nameBoxLeft #call24Time {
  width:150px;
  height: 30px;
}
#agree_popup .LeftPopBox #agreeDiv {
  position: relative;
  margin: 10px auto;
  padding-left: 25px;
  width:280px;
  height:40px;
  line-height: 40px;
  font-size: 18px;
}
#agree_popup .LeftPopBox #agreeDiv #call24Ok {
  position: absolute;
  width:20px;
  height:20px;
  top: 10px;
  left: 0px;
}
#agree_popup .LeftPopBox #agreeDiv a {
  color: #003e91;
}
#agree_popup .LeftPopBox #agreeDiv a:hover {
  text-decoration: underline;
}


#agree_popup #agreeBtn {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height:70px;
  line-height: 70px;
  background-color: rgba(200, 25, 25, 1);
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 0 0 20px 20px;
  transition-duration: 0.3s;
}
#agree_popup #agreeBtn:hover,
#agree_popup #agreeBtn:active {
  background-color: rgba(200, 25, 25, 1);
  color: rgba(255, 255, 255, 1);
}

/* -------------------- 반응형 셋팅 -------------------- */
@media (max-width:1110px){
}
