@charset "UTF-8";
/* em-calc */
/*  vw-calc */
/*
  font(px, lineheight, type)
  1. 'px' 필수로 붙임,
  2. line-heigh = 'px' or '배수' or 'null' = inherit
  3. $type : 'm' = mobile
*/
.customer_main_notice {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.customer_main_notice dt, .customer_main_notice dd {
  display: table-cell;
  font-size: 15px;
  color: #272727;
}
.customer_main_notice dt {
  width: 93px;
  padding-left: 4px;
  font-weight: 700;
}

.customer_main_wrap {
  zoom: 1;
}
.customer_main_wrap:after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
.customer_main_wrap .left {
  position: relative;
  float: left;
  width: 867px;
}
.customer_main_wrap .right {
  float: right;
  width: 263px;
}
.customer_main_wrap .category {
  display: table;
  width: 100%;
  border: solid 2px #d9d9d9;
}
.customer_main_wrap .category li {
  display: table-cell;
  width: 128.5px;
}
.customer_main_wrap .category li a {
  position: relative;
  display: block;
  height: 146px;
  overflow: hidden;
  font-size: 15px;
  color: #000;
  text-align: center;
  padding-top: 97px;
  background-repeat: no-repeat;
  background-position-x: center;
}
.customer_main_wrap .category li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  background-color: #d9d9d9;
}
.customer_main_wrap .category li.m1 {
  width: 96px;
}
.customer_main_wrap .category li.m1 a:before {
  display: none;
}
.customer_main_wrap .category li.m1 a:hover {
  text-decoration: none;
}
.customer_main_wrap .category li.m1.selected a {
  font-weight: bold;
}
.customer_main_wrap .category li.selected {
  background-color: #d9d9d9;
}
.customer_main_wrap .category li.selected + li a:before {
  display: none;
}
.customer_main_wrap .category li.m1 a {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category1.png");
  background-position-y: 51px;
}
.customer_main_wrap .category li.m1 a:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category1.png");
  background-position-y: 51px;
}
.customer_main_wrap .category li.m2 a {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category2.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m2 a:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category2_on.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m3 a {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category3.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m3 a:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category3_on.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m4 a {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category4.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m4 a:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category4_on.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m5 a {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category5.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m5 a:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category5_on.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m6 a {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category6.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m6 a:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category6_on.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m7 a {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category7.png");
  background-position-y: 31px;
}
.customer_main_wrap .category li.m7 a:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_main_category7_on.png");
  background-position-y: 31px;
}
.customer_main_wrap h4 {
  margin: 35px 0 10px 6px;
  font-size: 20px;
  color: #272727;
  font-weight: bold;
  position: relative;
}
.customer_main_wrap h4 .link {
  position: absolute;
  top: 2px;
  right: 0;
  font-weight: normal;
}
.customer_main_wrap .sch_keyword {
  position: absolute;
  margin-top: -45px;
  right: 0;
  width: 208px;
}
.customer_main_wrap .tab_customer {
  zoom: 1;
  margin: 35px 0 10px 6px;
}
.customer_main_wrap .tab_customer:after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
.customer_main_wrap .tab_customer dt {
  float: left;
  font-size: 20px;
  color: #272727;
  font-weight: bold;
}
.customer_main_wrap .tab_customer dd {
  float: left;
}
.customer_main_wrap .tab_customer dd ul {
  margin: 5px 0 0 15px;
}
.customer_main_wrap .tab_customer dd li {
  float: left;
}
.customer_main_wrap .tab_customer dd li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #272727;
  vertical-align: middle;
  margin: 0 7px 0 7px;
}
.customer_main_wrap .tab_customer dd li:first-child:before {
  display: none;
}
.customer_main_wrap .tab_customer dd li a {
  font-size: 13px;
  color: #272727;
}
.customer_main_wrap .tab_customer dd li.selected a {
  font-weight: bold;
}
.customer_main_wrap .list_faq {
  margin-right: -12px;
  zoom: 1;
}
.customer_main_wrap .list_faq:after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
.customer_main_wrap .list_faq li {
  float: left;
  width: 25%;
  padding: 0 12px 12px 0;
}
.customer_main_wrap .list_faq li:first-child {
  width: 50%;
}
.customer_main_wrap .list_faq li:nth-child(2n-1) .core_wrap {
  background-color: #f2f2f2;
}
.customer_main_wrap .list_faq li:nth-child(2n) .core_wrap {
  background-color: #FFF;
}
.customer_main_wrap .list_faq li .core_wrap {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 219px;
  border: solid 1px #d2d2d2;
  padding: 48px 18px;
  cursor: pointer;
}
.customer_main_wrap .list_faq li .core_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 18px;
  height: 19px;
  background: url("https://image.jinhak.com/renewal2019/customer/ico_q.png") no-repeat left top;
}
.customer_main_wrap .list_faq li .core_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 13px;
  height: 13px;
  background: url("https://image.jinhak.com/renewal2019/common/ico_plus.gif") no-repeat center top;
}
.customer_main_wrap .list_faq li .core_wrap .core {
  height: 128px;
  overflow: hidden;
}
.customer_main_wrap .list_faq li .core_wrap .q {
  font-size: 16px;
  color: #272727;
  font-weight: bold;
  line-height: 1.5;
}
.customer_main_wrap .list_faq li .core_wrap .a {
  font-size: 14px;
  color: #272727;
  line-height: 1.7142857143;
  margin-top: 12px;
}
.customer_main_wrap .list_faq li .core_wrap:hover {
  border-color: #0a2b6d;
  background-color: #ebf6fc;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.customer_main_wrap .list_faq li .core_wrap:hover:before {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_q_on.png");
}
.customer_main_wrap .list_faq li .core_wrap:hover .q {
  color: #0a2b6d;
}
.customer_main_wrap .list_faq li.at_event .core_wrap:before {
  display: none;
}
.customer_main_wrap .list_faq li.at_event .core_wrap:after {
  display: none;
}
.customer_main_wrap .list_faq li.at_event p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 85px;
  background: url("https://image.jinhak.com/renewal2019/common/ico_plus2.gif") no-repeat center 20px;
}
.customer_main_wrap .box_tel {
  background-color: #f7f7f7;
  height: 150px;
  padding-top: 15px;
}
.customer_main_wrap .box_tel .t1 {
  font-family: "Spoqa Han Sans", sans-serif;
  font-size: 21px;
  color: #272727;
  text-align: center;
}
.customer_main_wrap .box_tel .t1 span {
  padding: 0 7px;
}
.customer_main_wrap .box_tel .t2 {
  font-size: 13px;
  color: #272727;
  text-align: center;
  margin-top: 8px;
}
.customer_main_wrap .box_tel .list_bar {
  padding-left: 40px;
}
.customer_main_wrap .box_tel .list_bar li {
  font-size: 13px;
}
.customer_main_wrap .write_ask {
  border-top: solid 1px #d9d9d9;
  margin-bottom: 13px;
}
.customer_main_wrap .write_ask dt {
  font-size: 15px;
  color: #272727;
  margin: 22px 0 11px 5px;
}
.customer_main_wrap .write_ask dt .ck {
  position: absolute;
  top: 0;
  right: 0;
}
.customer_main_wrap .write_ask dt .ck label {
  font-size: 11px;
}
.customer_main_wrap .write_ask dt .ck input[type=radio] {
  margin: 0 3px 0 5px;
}
.customer_main_wrap .write_ask dd {
  position: relative;
}
.customer_main_wrap .write_ask dd input[type=text], .customer_main_wrap .write_ask dd select, .customer_main_wrap .write_ask dd textarea {
  width: 100%;
  border-color: #c2c2c2;
  font-size: 13px;
}
.customer_main_wrap .write_ask dd input[type=text] {
  padding-bottom: 2px;
}
.customer_main_wrap .write_ask dd select + select {
  margin-top: 11px;
}
.customer_main_wrap .write_ask dd textarea {
  height: 178px;
  letter-spacing: -0.04em;
  border-style: solid;
  border-width: 1px;
}
.customer_main_wrap .write_ask dd input[type=checkbox] {
  margin: -2px 2px 0 0;
}
.customer_main_wrap .write_ask dd .btn_info {
  position: absolute;
  top: -32px;
  right: 0;
}

.customer_main_bot {
  zoom: 1;
  border: solid 1px #eaeaea;
  border-right-width: 0;
  border-left-width: 0;
  padding: 18px 0;
  margin-top: 20px;
}
.customer_main_bot:after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
.customer_main_bot .left {
  float: left;
  width: 684px;
}
.customer_main_bot .right {
  float: left;
  width: 476px;
}
.customer_main_bot h4 {
  font-size: 18px;
  color: #272727;
  font-weight: normal;
  margin: 0 0 20px 17px;
}
.customer_main_bot .viewer a {
  display: inline-block;
  width: 43px;
  padding-top: 45px;
  margin-left: 58px;
  font-size: 13px;
  color: #272727;
  background-repeat: no-repeat;
  background-position: center top;
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  text-align: center;
}
.customer_main_bot .viewer a.ico1 {
  margin-left: 13px;
}
.customer_main_bot .viewer a.ico1 {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer1.png");
}
.customer_main_bot .viewer a.ico1:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer1_on.png");
}
.customer_main_bot .viewer a.ico2 {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer2.png");
}
.customer_main_bot .viewer a.ico2:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer2_on.png");
}
.customer_main_bot .viewer a.ico3 {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer3.png");
}
.customer_main_bot .viewer a.ico3:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer3_on.png");
}
.customer_main_bot .viewer a.ico4 {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer4.png");
}
.customer_main_bot .viewer a.ico4:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer4_on.png");
}
.customer_main_bot .viewer a.ico5 {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer5.png");
}
.customer_main_bot .viewer a.ico5:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer5_on.png");
}
.customer_main_bot .viewer a.ico6 {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer6.png");
}
.customer_main_bot .viewer a.ico6:hover {
  background-image: url("https://image.jinhak.com/renewal2019/customer/ico_viewer6_on.png");
}
.customer_main_bot .pay {
  padding-left: 90px;
  background: url("https://image.jinhak.com/renewal2019/customer/ico_toss.png") 20px 3px no-repeat;
}
.customer_main_bot .pay a {
  font-size: 13px;
  color: #272727;
  line-height: 1.6153846154;
}

.detail_faq {
  padding-top: 37px;
  background: url("https://image.jinhak.com/renewal2019/customer/ico_q_on.png") no-repeat 24px 44px;
}
.detail_faq .q {
  position: relative;
  font-size: 17px;
  color: #0a2b6d;
  font-weight: bold;
  line-height: 1.4705882353;
  margin: 0 55px 19px 84px;
}
.detail_faq .q:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -20px;
  bottom: 0;
  width: 1px;
  background-color: #e5e5e5;
}
.detail_faq .a {
  border-top: solid 1px #e5e5e5;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  padding: 35px 35px 35px 80px;
  background: url("https://image.jinhak.com/renewal2019/customer/ico_a.png") no-repeat 24px 47px;
}
.detail_faq .a, .detail_faq .a p {
  font-size: 15px;
  color: #272727;
  line-height: 1.8666666667;
}
.detail_faq .a p:last-child {
  margin-bottom: 35px;
}

.sort_event {
  text-align: right;
}
.sort_event .btn-Style {
  margin-bottom: 26px;
  color: #272727;
  border: 1px solid #646464;
}

.list_event {
  zoom: 1;
}
.list_event:after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
.list_event li {
  position: relative;
  float: left;
  margin-left: 28px;
  margin-bottom: 28px;
  width: 368px;
}
.list_event li:nth-child(3n+1) {
  margin-left: 0;
}
.list_event li > .core {
  border: solid 1px #e9e9e9;
}
.list_event li > .core .top {
  height: 209px;
  overflow: hidden;
}
.list_event li > .core .top .pic img {
  width: 100%;
  min-height: 209px;
}
.list_event li > .core .top .label_event {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 1;
}
.list_event li > .core .top .label_event span[class^=label] {
  display: inline-block;
  text-align: center;
  width: 60px;
  padding: 5px 0;
  margin-right: 3px;
  border-radius: 30px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_event li > .core .top .label_event .label_day {
  border: 1px solid #272727;
  background-color: #fff;
}
.list_event li > .core .top .label_event .label_end {
  color: #fff;
  background-color: #272727;
}
.list_event li > .core .top .end_Layer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 136px;
  left: 0;
  height: auto;
  font-size: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.list_event li > .core .top .end_Layer span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 3px 20px;
  display: block;
  font-size: 23px;
  color: #FFF;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list_event li > .core .bot {
  padding: 17px 20px 24px 20px;
}
.list_event li > .core .bot .subj {
  font-size: 16px;
  color: #272727;
  line-height: 1.625;
  height: 77px;
  overflow: hidden;
}
.list_event li > .core .bot .subj a:hover {
  color: #0a2b6d;
  font-weight: bold;
}
.list_event li > .core .bot .subj .btn {
  margin-top: -3px;
  font-size: 12px;
}
.list_event li > .core .bot .date {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  color: #272727;
  letter-spacing: -0.05em;
}
.list_event .layer {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 500px;
  margin-top: -65px;
  border: solid 2px #5e5e5e;
  background-color: #FFF;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.list_event .layer .close {
  text-align: right;
  padding: 9px;
}
.list_event .layer .close button {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("https://image.jinhak.com/renewal2019/common/layer_close2.gif") no-repeat center center;
  text-indent: -9999em;
}
.list_event .layer .core {
  padding: 0 25px 25px 25px;
  height: 335px;
  overflow-y: auto;
}
.list_event .layer .core p {
  font-size: 15px;
  line-height: 1.8666666667;
}

.mail_top {
  margin: 100px 0;
  text-align: center;
}

.box_mail {
  border: solid 2px #e8e8e8;
  text-align: center;
  padding: 25px;
}
.box_mail .txt {
  font-size: 18px;
}
.box_mail .txt2 {
  color: #6d8ad0;
  padding-top: 10px;
}
.box_mail .btn {
  margin-top: 15px;
}
.box_mail .btn img {
  margin: 0 3px;
}

#serviceReady {
  margin-top: 60px;
  width: 776px;
  height: 310px;
  background: url(https://image.jinhak.com/img/Etc/ready_bg.gif) no-repeat;
  color: #000;
}
#serviceReady p {
  margin: 0 0 0 257px;
  text-align: left;
  line-height: 1.6;
}
#serviceReady p.title {
  padding-top: 65px;
  font-size: 16px;
  font-weight: bold;
}
#serviceReady p.txt1 {
  font-size: 12px;
}
#serviceReady p.txtPoint {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FF6600;
}
#serviceReady + .copy {
  margin: 10px 0 0 0;
  color: #828181;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
}