.g-filename {
  font-size: 0;
  text-align: left;
}
.g-filename.mt {
  margin-top: 10px;
}
.g-filename > .col {
  display: inline-block;
  color: #2c8bf9;
  padding-right: 20px;
  font-size: 13px;
}
.g-filename .col > * {
  display: inline-block;
  vertical-align: middle;
}
.g-filename .col .txt {
  margin-right: 7px;
}
.g-filename .col .close2 {
  margin-top: -1px;
}
.fileinputs {
  display: inline-block;
  width: 340px;
  position: relative;
}
.fileinputs div.fakefile {
  position: absolute;
  width: calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
  width: -o-calc(100% - 75px);
  padding-right: 75px;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.fileinputs div.fakefile input {
  border: 1px solid #b5b5b5;
  width: 100%;
  border: 1px solid #000;
  padding: 14px 10px;
}
.fileinputs input.file {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  position: relative;
  text-align: right;
  -moz-opacity: 0 ;
  opacity: 0;
  z-index: 2;
}
.fileinputs.ty2 {
  width: auto;
}
.fileinputs.ty2 .mt {
  margin-top: 10px;
  text-align: center;
}
.fileinputs.ty2 .btn {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 25px;
  background-color: #696969;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
}
.fileinputs.ty2 div.fakefile {
  position: relative;
  padding-right: 0;
  width: 100%;
}
.fileinputs.ty2 .thumb {
  width: 178px;
  height: 87px;
  background: #f0f0f0 url(../images/common/img_noimage.png) 50% 50% no-repeat;
}
.fileinputs.ty2 div.fakefile input {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.fileinputs.ty2 .close2 {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 17px;
  height: 17px;
  background-color: transparent;
}
.fileinputs.ty2.row .thumb {
  width: 117px;
  height: 138px;
}
.fileinputs button {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background-color: #696969;
  color: #fff;
}
.fileinputsDesign {
  padding-left: 20px;
  padding-right: 75px;
  background: url(../images/btn/btn_upload_off.gif) 100% 50% no-repeat;
  vertical-align: middle;
}
input.fileDesign {
  vertical-align: middle;
  border: 1px solid #e2e7eb;
  cursor: pointer;
  width: 150px;
  height: 26px;
  line-height: 26px;
  position: relative;
  z-index: 2;
}
.owlType2.owl-theme .owl-controls .owl-nav [class*=owl-] {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -60/2px;
  text-indent: -9999px;
  position: absolute;
  background-color: #5e5e5e;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.owlType2.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
  opacity: 0.7;
}
.owlType2.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -30px;
}
.owlType2.owl-theme .owl-controls .owl-nav .owl-prev:hover {
  opacity: 1;
}
.owlType2.owl-theme .owl-controls .owl-nav .owl-prev:after {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -13px -70px;
  width: 37px;
  height: 23px;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -11.5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.owlType2.owl-theme .owl-controls .owl-nav .owl-next {
  right: -30px;
}
.owlType2.owl-theme .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}
.owlType2.owl-theme .owl-controls .owl-nav .owl-next:after {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -75px -70px;
  width: 37px;
  height: 23px;
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -11.5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.owlType2.owl-theme .owl-controls .owl-nav .owl-prev:after {
  right: 0;
}
.owlType2.owl-theme .owl-controls .owl-nav .owl-next:after {
  left: 0;
}
.spot_sub.n1 {
  background-image: url('../images/visual/spot_sub1.png');
}
.spot_sub.n2 {
  background-image: url('../images/visual/spot_sub2.png');
}
.spot_sub.n3 {
  background-image: url('../images/visual/spot_sub3.png');
}
.spot_sub.n4 {
  background-image: url('../images/visual/spot_sub4.png');
}
.spot_sub.n5 {
  background-image: url('../images/visual/spot_sub5.png');
}
.spot_sub.n6 {
  background-image: url('../images/visual/spot_sub6.png');
}
.spot_sub.n7 {
  background-image: url('../images/visual/spot_sub7.png');
}
.spot_sub.n8 {
  background-image: url('../images/visual/spot_sub8.png');
}
.spot_sub.faq {
  background-image: url('../images/visual/spot_sub3.png');
}
.spot_sub.my1 {
  background-image: url('../images/visual/spot_my1.jpg');
}
.spot_sub.incre {
  background-image: url('../images/visual/spot_incre.jpg');
}
.spot_sub.pr {
  background-image: url('../images/visual/spot_pr.png');
}
#maincont5 .area_map .mapcont {
  height: 500px;
}
.wrap_newsletter {
  background-color: #edf2f3;
}
.wrap_newsletter > .inr-c {
  padding-top: 25px;
  padding-bottom: 25px;
}
.wrap_newsletter > .inr-c:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.wrap_newsletter .area.fl {
  float: left;
  height: 96px;
  text-align: center;
  font-size: 0;
  text-align: left;
  width: 40%;
}
.wrap_newsletter .area.fl > * {
  display: inline-block;
  vertical-align: middle;
}
.wrap_newsletter .area.fl img {
  max-width: 100%;
  height: auto;
}
.wrap_newsletter .area.fl:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
.wrap_newsletter .area.fr {
  float: right;
  height: 96px;
  text-align: center;
  font-size: 0;
  text-align: right;
  width: 40%;
}
.wrap_newsletter .area.fr > * {
  display: inline-block;
  vertical-align: middle;
}
.wrap_newsletter .area.fr img {
  max-width: 100%;
  height: auto;
}
.wrap_newsletter .area.fr:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
.wrap_newsletter .p_info {
  position: relative;
  font-size: 20px;
  line-height: 1.25;
  padding-left: 176px;
  color: #2a8b84;
}
.wrap_newsletter .p_info:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -48px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url('../images/common/ico_newsletter.png');
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: 0px 0px;
  width: 140px;
  height: 96px;
  content: "";
}
.w350 {
  width: 350px;
}
button > span {
  display: block;
  position: relative;
}
.g-search {
  width: 100%;
  position: relative;
}
.g-search > .inp {
  background-color: #fff;
  border: 1px solid #b9cbd0;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 49px;
  line-height: 49px;
  padding: 5px 10px;
}
.g-search > .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background-color: #1e5147;
  border-color: #3a3a3a;
  color: #fff;
}
.area_naverMap {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
  -webkit-box-shadow: 2px 17px 40px -21px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 2px 17px 40px -21px rgba(0, 0, 0, 0.58);
  box-shadow: 2px 17px 40px -21px rgba(0, 0, 0, 0.58);
}
/*회원가입*/
.link1 {
  color: #0fb69d;
  border-bottom: 1px solid #0fb69d;
}
.link1:hover {
  color: #0fb69d;
}
.tbl_basic.join td,
.tbl_basic.join th {
  padding: 20px 10px;
  height: 35px;
}
.tbl_basic.join th {
  background: none;
  font-size: 16px;
}
.tbl_basic.join .wi1 {
  width: 100px;
}
.tbl_basic.join input.inp-txt.tel.wi1 {
  width: 100px;
  margin-left: 10px;
  text-align: right;
}
.tbl_basic.join .wi2 {
  width: 320px;
}
.tbl_basic.join .icheckbox_square,
.tbl_basic.join .iradio_square {
  margin-right: 10px;
}
.tbl_basic.terms {
  padding: 30px 10px;
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #c9c9c9;
}
.tbl_basic.terms .mb {
  margin-bottom: 30px;
}
.tbl_basic.terms .link1 {
  margin-left: 17px;
}
.tbl_basic.terms .icheckbox_square,
.tbl_basic.terms .iradio_square {
  margin-right: 10px;
}
.g-tel select,
.g-tel input,
.g-birth select {
  text-align: right;
  text-align-last: right;
}
.wrap_gallery1 {
  font-size: 0;
}
.wrap_gallery1 .lst {
  width: 23%;
  margin-right: 2.66666667%;
  margin-top: 2.72727273%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  position: relative;
}
.wrap_gallery1 .lst:nth-child(4n + 0) {
  margin-right: 0;
}
.wrap_gallery1 .lst:nth-child(-n + 4) {
  margin-top: 0;
}
.wrap_gallery1 .lst .cont {
  font-size: 15px;
  height: 90px;
  overflow: hidden;
  margin: 15px;
}
.wrap_gallery1 .lst .cont .h {
  height: 23px;
  line-height: 23 / 17;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 17px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 500;
}
.wrap_gallery1 .lst .cont .p-dot {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  padding-left: 10px;
  margin-top: 7px;
}
.wrap_gallery1 .lst .cont .p-dot .dot {
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_gallery1 .lst.disabled:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.wrap_gallery1 .lst .thumb {
  position: relative;
}
.wrap_gallery1 .lst .thumb .img {
  display: block;
  position: relative;
  z-index: 1;
}
.wrap_gallery1 .lst .thumb .img img {
  max-width: 100%;
  height: auto;
}
.wrap_gallery1 .lst .thumb .ico {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  background-color: #0fb69d;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 54px;
  z-index: 2;
}
.wrap_gallery1 .lst .thumb .ico.black {
  background-color: #000;
}
.wrap_gallery1 .lst .btn_more {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.wrap_gallery1 .lst.on .thumb .img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=@filter_a, endColorstr=@filter_a)";
  content: "";
}
.wrap_gallery1 .lst.on .btn_more,
.wrap_gallery1 .lst.off .btn_more {
  display: none;
}
/*qna*/
.lst_prd_qna {
  border-top: 2px solid #333;
}
.lst_prd_qna li {
  border-bottom: 1px solid #dadada;
  position: relative;
}
.lst_prd_qna li:after {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: -1;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -254px -81px;
  width: 14px;
  height: 8px;
  content: "";
}
.lst_prd_qna li .inner {
  position: relative;
}
.lst_prd_qna .tit {
  padding: 20px 75px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
}
.lst_prd_qna .tit:after {
  position: absolute;
  left: 15px;
  top: 17px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -47px -424px;
  width: 31px;
  height: 31px;
  content: "";
}
.lst_prd_qna .tit .inner {
  background: url('../images/common/ico_arr1_bottom.png') right center no-repeat;
}
.lst_prd_qna .tit .inner > * {
  display: table-cell;
  vertical-align: middle;
}
.lst_prd_qna .tit .t1 {
  width: 170px;
  padding-right: 80px;
  font-weight: 300;
  font-size: 0;
}
.lst_prd_qna .tit .t1 > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
}
.lst_prd_qna .tit .t1 > span.line {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.lst_prd_qna .tit .t1 > span.line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 14px;
  background-color: #e2e2e2;
}
.lst_prd_qna .tit .h1 {
  padding-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.lst_prd_qna .cont {
  display: none;
  background-color: #f7f7f7;
  border-top: 1px solid #dadada;
  font-size: 15px;
  color: #333;
  font-weight: 300;
}
.lst_prd_qna .cont .inner {
  padding: 0px 60px 0px 142px;
  position: relative;
}
.lst_prd_qna .cont .inner:after {
  position: absolute;
  left: 80px;
  top: 26px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -94px -425px;
  width: 47px;
  height: 31px;
  content: "";
}
.lst_prd_qna .cont .t {
  padding: 30px 0px;
}
.lst_prd_qna .cont .t:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.lst_prd_qna .cont .t:first-child {
  border-bottom: 1px solid #fff;
}
.lst_prd_qna .cont .t p {
  margin-left: 30px;
  font-size: 14px;
}
.lst_prd_qna .cont .t .ico {
  float: left;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 18px;
}
.lst_prd_qna .cont .t.pa p {
  margin-left: 170px;
}
.lst_prd_qna li.on:after {
  background-position: -283px -81px;
}
.lst_prd_qna li.on .tit:after {
  background-position: -6px -424px;
}
.ico_lock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 10px;
  font-size: 0;
  width: 17px;
  height: 20px;
  background: url('../images/product/ico_lock.png') 0 0 no-repeat;
}
.lst_prd_qna li.on .tit .inner {
  background: url('../images/common/ico_arr1_top.png') right center no-repeat;
}
.lst_prd_qna li.on .cont {
  display: block;
}
.lst_prd_qna.ty2 .tit {
  padding: 20px 75px 20px 25px;
}
.lst_prd_qna.ty2 .tit .h1 {
  font-size: 18px;
}
.lst_prd_qna.ty2 .tit:after {
  display: none;
}
.lst_prd_qna.ty2 li:after {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -403px -144px;
  width: 32px;
  height: 32px;
  content: "";
  top: 16px;
}
.lst_prd_qna.ty2 li.on:after {
  background-position: -355px -144px;
}
.lst_prd_qna.ty2 .cont {
  background-color: #faf6f5;
}
.lst_prd_qna.ty2 .cont .inner {
  padding: 0 60px 0 98px;
}
.lst_prd_qna.ty2 .cont .inner:after {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -412px -51px;
  width: 21px;
  height: 20px;
  content: "";
  top: 32px;
  left: 60px;
}
.lst_prd_qna.ty2 .cont .t.pa p {
  margin-left: 0;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
/*로그인*/
.c-black {
  color: #000 !important;
}
.c-green {
  color: #0fb69d !important;
}
.c-brown {
  color: #8d5f14 !important;
}
.c-brown2 {
  color: #baa088 !important;
}
.c-blue {
  color: #3595df !important;
}
.fz-s1 {
  font-size: 15px;
}
.fz-s2 {
  font-size: 13px;
}
.fz-b0 {
  font-size: 16px;
}
.i-aft.arr_s1:after,
.i-set.arr_s1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -82px -312px;
  width: 5px;
  height: 7px;
  content: "";
}
.i-aft.arr_s1.posr-c {
  padding-right: 12px;
}
.i-aft.arr_s1.posr-c:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3.5px;
}
.i-aft.log1:after,
.i-set.log1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -11px -312px;
  width: 28px;
  height: 19px;
  content: "";
}
.i-aft.log1.posl-c {
  padding-left: 50px;
  text-align: left;
}
.i-aft.log1.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9.5px;
}
.i-aft.log2:after,
.i-set.log2 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -48px -312px;
  width: 24px;
  height: 25px;
  content: "";
}
.i-aft.log2.posl-c {
  padding-left: 50px;
  text-align: left;
}
.i-aft.log2.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
}
.i-aft.arl-c1:after,
.i-set.arl-c1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -127px -8px;
  width: 17px;
  height: 17px;
  content: "";
}
.i-aft.arl-c1.posl-c {
  padding-left: 25px;
}
.i-aft.arl-c1.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8.5px;
}
.i-aft.view1:after,
.i-set.view1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -68px -33px;
  width: 23px;
  height: 16px;
  content: "";
}
.i-aft.view1.posl-c {
  padding-left: 32px;
}
.i-aft.view1.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}
.i-aft.view1.ty2:after,
.i-set.view1.ty2 {
  background-position: -68px -33px;
}
.i-aft.coment1:after,
.i-set.coment1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -99px -31px;
  width: 18px;
  height: 18px;
  content: "";
}
.i-aft.coment1.posl-c {
  padding-left: 30px;
}
.i-aft.coment1.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.i-aft.coment1.ty2:after,
.i-set.coment1.ty2 {
  background-position: -99px -31px;
}
.i-aft.ckb1:after,
.i-set.ckb1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -134px -59px;
  width: 50px;
  height: 50px;
  content: "";
}
.i-aft.ckb1.posl-c {
  padding-left: 72px;
}
.i-aft.ckb1.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.i-aft.arr1:after,
.i-set.arr1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -134px -33px;
  width: 6px;
  height: 11px;
  content: "";
}
.i-aft.arr1.posr-c {
  padding-right: 14px;
}
.i-aft.arr1.posr-c:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5.5px;
}
.i-aft.arr2:after,
.i-set.arr2 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -56px -358px;
  width: 10px;
  height: 12px;
  content: "";
}
.i-aft.arr2.posr-c {
  padding-right: 20px;
}
.i-aft.arr2.posr-c:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.i-aft.re:after,
.i-set.re {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -313px -11px;
  width: 13px;
  height: 15px;
  content: "";
}
.i-aft.pen:after,
.i-set.pen {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -11px -358px;
  width: 23px;
  height: 33px;
  content: "";
  margin-left: 10px;
}
.i-aft.pen.posl-c {
  padding-left: 43px;
}
.i-aft.pen.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16.5px;
}
.i-aft.gphone:after,
.i-set.gphone {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -337px -6px;
  width: 25px;
  height: 24px;
  content: "";
}
.i-aft.gphone.posl-c {
  padding-left: 33px;
}
.i-aft.gphone.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.i-aft.gmail:after,
.i-set.gmail {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -377px -4px;
  width: 26px;
  height: 17px;
  content: "";
}
.i-aft.gmail.posl-c {
  padding-left: 36px;
}
.i-aft.gmail.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8.5px;
}
.i-aft.plus:after,
.i-set.plus {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -210px -76px;
  width: 14px;
  height: 14px;
  content: "";
}
.i-aft.arr_c1:after,
.i-set.arr_c1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -569px -33px;
  width: 21px;
  height: 21px;
  content: "";
}
.i-aft.arr_c1.posr-c {
  padding-right: 30px;
  line-height: 22px;
}
.i-aft.arr_c1.posr-c:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10.5px;
}
.i-aft.arr_c1.ty1:after,
.i-set.arr_c1.ty1 {
  background-position: -569px -33px;
}
.i-aft.arr_c1.ty2:after,
.i-set.arr_c1.ty2 {
  background-position: -538px -33px;
}
.i-aft.arr_c1.ty3:after,
.i-set.arr_c1.ty3 {
  background-position: -507px -33px;
}
.i-aft.loca1:after,
.i-set.loca1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -579px -56px;
  width: 11px;
  height: 15px;
  content: "";
}
.i-aft.loca1.posl-c {
  padding-left: 20px;
}
.i-aft.loca1.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}
.i-aft.call1:after,
.i-set.call1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -555px -56px;
  width: 14px;
  height: 14px;
  content: "";
}
.i-aft.call1.posl-c {
  padding-left: 22px;
}
.i-aft.call1.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.i-aft.call2:after,
.i-set.call1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -347px -48px;
  width: 19px;
  height: 22px;
  content: "";
}
.i-aft.call2.posl-c {
  padding-left: 30px;
}
.i-aft.call2.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.i-aft.mail2:after,
.i-set.mail2 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -375px -52px;
  width: 22px;
  height: 16px;
  content: "";
}
.i-aft.mail2.posl-c {
  padding-left: 30px;
}
.i-aft.mail2.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.i-aft.warning:after,
.i-set.warning {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -112px -307px;
  width: 25px;
  height: 24px;
  content: "";
}
.i-aft.warning.posl-c {
  padding-left: 30px;
}
.i-aft.warning.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.i-aft.map1:after,
.i-set.map1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -151px -311px;
  width: 13px;
  height: 20px;
  content: "";
}
.i-aft.map1.posl-c {
  padding-left: 20px;
}
.i-aft.map1.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.i-aft.pen2:after,
.i-set.pen2 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -310px -49px;
  width: 26px;
  height: 20px;
  content: "";
}
.i-aft.pen2.posl-c {
  padding-left: 36px;
}
.i-aft.pen2.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.i-aft.memo:after,
.i-set.memo {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -17px -471px;
  width: 44px;
  height: 52px;
  content: "";
}
.i-aft.memo.posl-c {
  padding-left: 60px;
}
.i-aft.memo.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}
.i-aft.del:after,
.i-set.del {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -415px -6px;
  width: 21px;
  height: 21px;
  content: "";
}
.i-aft.del.posl-c {
  padding-left: 60px;
}
.i-aft.del.posl-c:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}
.btn-pk.green {
  border-color: #0fb69d;
  color: #0fb69d;
}
.btn-pk.green:hover,
.btn-pk.green.rv {
  background-color: #0fb69d;
  color: #fff;
}
.btn-pk.green2 {
  border-color: #008772;
  color: #008772;
}
.btn-pk.green2:hover,
.btn-pk.green2.rv {
  background-color: #008772;
  color: #fff;
}
.btn-pk.blue {
  border-color: #567cbb;
  color: #567cbb;
}
.btn-pk.blue:hover,
.btn-pk.blue.rv {
  background-color: #567cbb;
  color: #fff;
}
.btn-pk.brown {
  border-color: #a28663;
  color: #a28663;
}
.btn-pk.brown:hover,
.btn-pk.brown.rv {
  background-color: #a28663;
  color: #fff;
}
.btn-pk.white {
  border-color: #c8c8c8;
  color: #333;
  background-color: #fff;
}
.btn-pk.white:hover,
.btn-pk.white.rv {
  background-color: #c8c8c8;
  color: #fff;
}
.btn-pk.gray4 {
  border-color: #c7c7c7;
  color: #c7c7c7;
}
.btn-pk.gray4:hover,
.btn-pk.gray4.rv {
  background-color: #c7c7c7;
  color: #fff;
}
.btn-pk.bdrs {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.btn-pk.bdrs2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-pk.s {
  font-size: 13px;
}
.btn-pk.s2 {
  font-size: 13px;
  padding: 7px 12px;
}
.btn-pk.s.p4 {
  padding: 7px 30px;
}
.btn-pk.si {
  min-width: 100px;
  font-size: 15px;
  padding: 2px 10px;
}
.btn-pk.si > span {
  display: block;
  line-height: 24px;
}
.box_login {
  overflow: hidden;
  width: 755px;
  margin: 0 auto;
  background-color: #f1f1f1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box_login:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.box_login .inner {
  padding: 30px 45px 35px 45px;
}
.box_login .lft {
  float: left;
  width: 405px;
  background-color: #fff;
}
.box_login .lft .tit {
  font-size: 15px;
  color: #1fa583;
}
.box_login .lft input.inp-txt {
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #000;
  border: 0;
  border-bottom: 1px solid #727272;
}
.box_login .lft input.inp-txt:focus {
  border-bottom: 2px solid #1fa583;
}
.box_login .lft .c {
  margin-bottom: 25px;
}
.box_login .lft .ex {
  display: block;
  color: #eb841f;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
.box_login .lft .line-top {
  padding-top: 15px;
  margin-top: 50px;
  border-top: 1px solid #cecece;
  font-size: 13px;
  line-height: 1.2;
  color: #9c9c9c;
}
.box_login .lft .btn-pk.green.rv {
  border-color: #008772;
}
.box_login .icheckbox_square {
  background-position: -148px -196px;
}
.box_login .icheckbox_square.checked {
  background-position: -194px -196px;
}
.box_login .rgh {
  float: right;
  width: 350px;
  padding-top: 30px;
  text-align: center;
}
.box_login .rgh .img {
  overflow: hidden;
  width: 67px;
  height: 67px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.box_login .rgh .txt p {
  font-size: 13px;
  color: #9a9a9a;
}
.box_login .rgh .btn-pk {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: 0;
}
.box_login .rgh .btn-pk.green.rv {
  background: #2cccac;
  background: -moz-linear-gradient(top, #2cccac 0%, #15b797 100%);
  background: -webkit-linear-gradient(top, #2cccac 0%, #15b797 100%);
  background: linear-gradient(to bottom, #2cccac 0%, #15b797 100%);
}
.box_login .rgh .btn-pk.blue.rv {
  background: #5980c1;
  background: -moz-linear-gradient(top, #5980c1 0%, #5072ad 100%);
  background: -webkit-linear-gradient(top, #5980c1 0%, #5072ad 100%);
  background: linear-gradient(to bottom, #5980c1 0%, #5072ad 100%);
}
.area-comment {
  background-color: #f2f2f2;
}
.area-comment > .inner {
  padding: 29px;
  padding-left: 99px;
  position: relative;
}
.area-comment .name {
  position: absolute;
  left: 29px;
  top: 42px;
}
.area-comment .write {
  width: 100%;
  position: relative;
}
.area-comment .write textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #6b9d9e;
  padding: 10px 98px 10px 15px;
  z-index: 1;
}
.area-comment .write .btn-pk {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #17cda9;
  color: #fff;
  text-align: center;
  border: 1px solid #13a487;
}
.title1 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.title2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 18px;
  padding-left: 32px;
  position: relative;
}
.title2:after {
  position: absolute;
  left: 5px;
  top: 5px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -127px -8px;
  width: 17px;
  height: 17px;
  content: "";
}
.title0 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 40px;
  border-bottom: 2px solid #333;
  padding-bottom: 17px;
  font-weight: 500;
}
.title5 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: 400;
}
.p_arr:after {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -94px -312px;
  width: 4px;
  height: 7px;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.p_arr {
  position: relative;
  padding-left: 12px;
}
/*게시판*/
.i-txt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 1;
}
.i-txt.notice {
  background-color: #a28663;
  color: #fff;
}
.i-txt.ty2 {
  width: 80px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  line-height: 28px;
  padding: 0;
}
.i-txt.ty2.red {
  color: #e42424;
  border-color: #e77070;
}
.i-txt.ty2.green {
  color: #51a851;
  border-color: #51a851;
}
.i-txt.ty2.rv {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.line-tab {
  text-align: center;
}
.line-tab li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0px 30px;
}
.line-tab li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
.line-tab li:first-child:after {
  content: none;
}
.line-tab li a {
  display: block;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #333;
  border-bottom: 2px solid #fff;
}
.line-tab li.on a {
  border-color: #1fa583;
  color: #1fa583;
}
.evaluation_bar {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
.evaluation_bar > * {
  display: inline-block;
  vertical-align: middle;
}
.evaluation_bar > .bg {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url('../images/common/bg_survey1.png');
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -8px -5px;
  width: 380px;
  height: 42px;
  content: "";
  margin: 0px 20px;
  position: relative;
}
.evaluation_bar > .bg.n1 {
  background-position: -8px -95px;
}
.evaluation_bar > .bg.n2 {
  background-position: -8px -185px;
}
.evaluation_bar > .bg.n3 {
  background-position: -8px -275px;
}
.evaluation_bar > .bg.n4 {
  background-position: -8px -365px;
}
.evaluation_bar > .bg.n5 {
  background-position: -8px -455px;
}
.evaluation_bar > .bg > button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 11%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.evaluation_bar > .bg > button.a2 {
  left: 23%;
}
.evaluation_bar > .bg > button.a3 {
  left: 45%;
}
.evaluation_bar > .bg > button.a4 {
  left: 67%;
}
.evaluation_bar > .bg > button.a5 {
  left: 89%;
}
.evaluation_bar > .t {
  color: #3fa895;
  font-size: 15px;
  line-height: 1;
}
.g-txt1 {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  font-weight: 300;
}
.g-txt1 .h {
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
.g-txt1 .mt {
  margin-top: 35px;
}
.g-txt1 strong {
  font-weight: 400;
  color: #333;
}
.lst-num p {
  position: relative;
  padding-left: 17px;
  margin-top: 5px;
}
.lst-num p:first-child {
  margin-top: 0;
}
.lst-num p .num {
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_survey1 header.head {
  margin-bottom: 50px;
}
.wrap_survey1 header.head:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.wrap_survey1 header.head.line {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dadada;
}
.wrap_survey1 header.head .area.fl {
  float: left;
  width: 450px;
  text-align: right;
}
.wrap_survey1 header.head .area.fr {
  margin-left: 450px;
  padding-left: 7%;
  font-size: 15px;
  line-height: 1.67;
  padding-top: 15px;
  color: #666;
}
.wrap_survey1 header.head .area.fr .info {
  margin-top: 25px;
  text-align: left;
}
.wrap_survey1 header.head .area.fr .info .p_arr {
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
}
.wrap_survey1 header.head .area.fr .info a {
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin-right: 5px;
}
.wrap_survey1 header.head .area.fr .info .mail2 {
  color: #62abf5;
}
.wrap_survey1 section.mid {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px 40px;
}
.wrap_survey1 section.mid .step {
  margin-top: 50px;
}
.wrap_survey1 section.mid .step:first-child {
  margin-top: 0;
}
.wrap_survey1 section.mid .step > .cont {
  margin-left: 100px;
  margin-top: 25px;
}
.wrap_survey1 section.mid .step > .cont > .t1 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.wrap_survey1 section.mid .step > h1 {
  font-size: 20px;
  line-height: 1.4;
  color: #077460;
  font-weight: 500;
}
.wrap_survey1 section.mid .step > h1 .i-txt {
  width: 60px;
  height: 36px;
  line-height: 36px;
  background-color: #077460;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  font-weight: 400;
  margin-right: 13px;
}
.wrap_survey1 section.mid .p_end {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}
.wrap_survey1 section.mid .icheckbox_btn,
.wrap_survey1 section.mid .iradio_btn {
  width: 150px;
}
.wrap_survey1 section.mid .ma-g5 {
  margin-top: -10px;
  margin-bottom: 40px;
}
.wrap_survey1 section.mid .ma-g5 > * {
  margin-top: 10px;
}
.wrap_survey1 .warning .info {
  margin-top: 40px;
  position: relative;
  background-color: #f1f5f3;
  font-size: 0;
  padding: 30px;
  text-align: center;
}
.wrap_survey1 .warning .info > * {
  display: inline-block;
  font-size: 14px;
  margin-left: 30px;
  margin-right: 30px;
  color: #333;
}
.wrap_survey1 .warning .top {
  position: relative;
}
.wrap_survey1 .warning .top > h1 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.wrap_survey1 .warning .top > .cont {
  margin-left: 276px;
}
.wrap_survey1 .warning .top > .cont .h {
  margin-bottom: 17px;
}
.bbsListBasic-a1 .header_list {
  font-size: 0;
  margin-bottom: 15px;
}
.bbsListBasic-a1 .header_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.bbsListBasic-a1 .header_list .col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
}
.bbsListBasic-a1 .title {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 35px;
  line-height: 1;
  color: #333;
}
.bbsListBasic-a1 .title.ty2 {
  margin-bottom: 0px;
  font-size: 20px;
}
.bbsListBasic-a1 .title.ty3 {
  font-size: 24px;
  font-weight: 600;
}
.bbsListBasic-a1 .total {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1;
}
.bbsListBasic-a1 .info {
  padding-left: 10px;
  font-size: 15px;
  line-height: 1;
}
.bbsListBasic-a1 .info .i-aft {
  vertical-align: baseline;
}
.bbsListBasic-a1 .lft_head {
  float: left;
  text-align: left;
}
.bbsListBasic-a1 .lft_head .col {
  margin-right: 13px;
}
.bbsListBasic-a1 .lft_head.pt {
  padding-top: 11px;
}
.bbsListBasic-a1 .rgh_head {
  float: right;
  text-align: right;
}
col.h_txt {
  width: 460px;
}
col.h {
  width: 210px;
}
col.scholl {
  width: 160px;
  text-align: left;
}
col.tel {
  width: 210px;
}
col.btn_map {
  width: 160px;
}
.bbsListBasic-a1 .btn-bot .btn-pk {
  min-width: 125px;
}
.bbsListBasic-a1 .tbl_basic {
  border-top-color: #008772;
}
.bbsListBasic-a1 .tbl_basic col.num {
  width: 90px;
}
.bbsListBasic-a1 .tbl_basic col.name {
  width: 110px;
}
.bbsListBasic-a1 .tbl_basic col.day {
  width: 160px;
}
.bbsListBasic-a1 .tbl_basic col.day2 {
  width: 220px;
}
.bbsListBasic-a1 .tbl_basic col.school {
  width: 270px;
}
.bbsListBasic-a1 .tbl_basic col.step {
  width: 140px;
}
.bbsListBasic-a1 .tbl_basic col.sel {
  width: 200px;
}
.bbsListBasic-a1 .tbl_basic thead tr {
  border-color: #9d9d9d;
}
.bbsListBasic-a1 .tbl_basic thead th {
  color: #333;
  font-weight: 400;
}
.bbsListBasic-a1 .tbl_basic tr.notice {
  background-color: #fcf6ee;
}
.bbsListBasic-a1 .tbl_basic td {
  font-size: 13px;
  color: #919191;
}
.bbsListBasic-a1 .tbl_basic td.subject {
  text-align: left !important;
}
.bbsListBasic-a1 .tbl_basic td.subject .file {
  display: inline-block;
  margin-left: 3px;
}
.bbsListBasic-a1 .tbl_basic td.subject .new {
  margin-right: 5px;
}
.bbsListBasic-a1 .tbl_basic td.subject a {
  font-size: 15px;
  color: #333;
}
.bbsListBasic-a1 .tbl_basic td.subject a.t-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 75%;
  height: 21px;
  line-height: 21 / 15;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.bbsListBasic-a1 .tbl_basic table.list td,
.bbsListBasic-a1 .tbl_basic table.list th {
  padding: 15px 20px;
  font-size: 15px;
  color: #333;
  text-align: center;
}
.bbsListBasic-a1 .tbl_basic.ta-l table.list td,
.bbsListBasic-a1 .tbl_basic.ta-l table.list th {
  text-align: left;
}
.bbsListBasic-a1 .tbl_basic table.list.p2 td {
  padding: 12px 20px;
  height: 34px;
}
.bbsListBasic-a1 .tbl_basic table.list.p3 td {
  height: 45px;
}
.bbsListBasic-a1 .tbl_basic .cont_view {
  border-bottom: 1px solid #dcdcdc;
}
.bbsListBasic-a1 .tbl_basic .cont_view .tit_view {
  position: relative;
  padding: 30px 140px 30px 20px;
  border-bottom: 1px solid #c6c6c6;
}
.bbsListBasic-a1 .tbl_basic .cont_view .tit_view .txt {
  font-size: 13px;
  color: #919191;
}
.bbsListBasic-a1 .tbl_basic .cont_view .tit_view .txt p > span {
  margin-right: 10px;
}
.bbsListBasic-a1 .tbl_basic .cont_view .tit_view .pos {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  color: #6b9d9e;
}
.bbsListBasic-a1 .tbl_basic .cont_view .tit_view .pos > .col {
  margin-left: 20px;
}
.bbsListBasic-a1 .tbl_basic .cont_view .txt_view {
  padding: 20px 20px 50px 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  word-break: keep-all;
}
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file {
  min-height: 22px;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 20px 18px 140px;
  position: relative;
}
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file .h {
  padding-left: 21px;
  padding-right: 25px;
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
}
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file .h:before {
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 14px;
  background-color: #dcdcdc;
  content: "";
}
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file .h:after {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -270px -316px;
  width: 14px;
  height: 15px;
  content: "";
}
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file .lst {
  display: inline-block;
  font-size: 0;
  text-align: left;
}
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file .lst .quotes,
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file .lst a {
  color: #0fb69d;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 15px;
}
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file .lst a:hover {
  border-color: #0fb69d;
}
.bbsListBasic-a1 .tbl_basic .cont_view .bx_file .lst .quotes {
  margin-right: 10px;
  margin-left: 2px;
}
.pagenation li {
  margin: 0px 5px;
}
.pagenation li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
}
.pagenation li.prev {
  margin-right: 20px;
}
.pagenation li.next {
  margin-left: 20px;
}
.pagenation li.on a,
.pagenation li a:hover {
  background-color: #fff;
  color: #333;
}
.pagenation li.first a {
  background-position: 0px 0px;
}
.pagenation li.prev a {
  background-position: -40px 0px;
}
.pagenation li.next a {
  background-position: -80px 0px;
}
.pagenation li.last a {
  background-position: -120px 0px;
}
.pagenation li.first a:hover {
  background-position: 0px 0px;
}
.pagenation li.prev a:hover {
  background-position: -40px 0px;
}
.pagenation li.next a:hover {
  background-position: -80px 0px;
}
.pagenation li.last a:hover {
  background-position: -120px 0px;
}
.sec-comment .tit {
  padding: 20px 20px;
}
.sec-comment .lst-comment {
  padding: 20px 20px;
  background-color: #f5f7f6;
}
.sec-comment .lst-comment .col {
  padding: 20px 10px;
  border-top: 1px solid #d7d7d7;
}
.sec-comment .lst-comment .col:first-child {
  border-top: 0;
}
.sec-comment .lst-comment .col .h {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 13px;
  color: #898989;
  line-height: 1;
  vertical-align: bottom;
}
.sec-comment .lst-comment .col .h .h1 {
  margin-right: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  vertical-align: bottom;
  color: #333;
}
.sec-comment .lst-comment .col .t {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}
.sec-comment .lst-comment .col .t > * {
  margin-bottom: 10px;
}
.sec-comment .lst-comment .col .inp {
  padding-right: 65px;
  position: relative;
}
.sec-comment .lst-comment .col .inp textarea {
  border-color: #1fa583;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 100px 10px 10px;
  height: 100px;
}
.sec-comment .lst-comment .col .inp .btn_file {
  position: absolute;
  right: 130px;
  bottom: 41px;
  overflow: hidden;
  text-align: right;
  cursor: pointer;
}
.sec-comment .lst-comment .col .inp .btn_file .img1 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -215px -9px;
  width: 21px;
  height: 18px;
  content: "";
  z-index: 1;
}
.sec-comment .lst-comment .col .inp .btn_file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  z-index: 2;
}
.sec-comment .lst-comment .col .inp .btn-pk {
  width: 107px;
  height: 100px;
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-color: #17cda9;
}
.sec-comment .lst-comment .re .in {
  position: relative;
  padding-left: 40px;
}
.sec-comment .lst-comment .re .in .i-set.re {
  position: absolute;
  top: 0;
  left: 10px;
}
.sec-comment .preview {
  margin-bottom: 15px;
  font-size: 0;
  text-align: left;
}
.sec-comment .preview > * {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.sec-pageing2 {
  margin-top: 40px;
  background-color: #f7f7f7;
}
.sec-pageing2 > .inner {
  height: 46px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.sec-pageing2 > .inner .prev {
  position: absolute;
  left: 0;
  top: 19px;
  height: 46px;
  width: 30%;
}
.sec-pageing2 > .inner .next {
  position: absolute;
  right: 0;
  top: 19px;
  height: 46px;
  width: 30%;
}
.sec-pageing2 > .inner .prev .t1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 70px;
  height: 46px;
  line-height: 1.3;
}
.sec-pageing2 > .inner .next .t1 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  margin-right: 70px;
  height: 46px;
  font-size: 0;
  line-height: 0;
}
.sec-pageing2 > .inner .prev .t1:after,
.sec-pageing2 > .inner .next .t1:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  content: "";
}
.sec-pageing2 > .inner .prev .t1 > span,
.sec-pageing2 > .inner .next .t1 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.3;
  margin-top: 1px;
  max-height: 20px;
  overflow: hidden;
}
.sec-pageing2 > .inner .btn {
  display: inline-block;
  text-align: center;
  width: 135px;
  border: 1px solid #d1d1d1;
  padding: 12px 7px;
  background-color: #fff;
  font-size: 0;
}
.sec-pageing2 > .inner .btn:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.sec-pageing2 > .inner .btn .inr {
  display: inline-block;
  text-align: left;
  font-size: 15px;
}
.sec-pageing2 > .inner .btn .inr > * {
  float: left;
}
.sec-pageing2 > .inner .btn .icos-list {
  margin-top: 3px;
  margin-right: 8px;
}
.sec-pageing2 > .inner .prev {
  text-align: left;
}
.sec-pageing2 > .inner .prev .icos-prev {
  margin-right: 7px;
  vertical-align: -1px;
}
.sec-pageing2 > .inner .next {
  text-align: right;
}
.sec-pageing2 > .inner .next .icos-next {
  margin-left: 7px;
  vertical-align: -1px;
}
[class^="icos-"] {
  display: inline-block;
  background-image: url(../images/common/ico_common.png);
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  line-height: 0;
}
.icos-prev {
  background-position: -246px -11px;
  width: 8px;
  height: 13px;
}
.icos-next {
  background-position: -266px -11px;
  width: 8px;
  height: 13px;
}
.icos-list {
  background-position: -284px -9px;
  width: 17px;
  height: 16px;
}
.area-photo {
  position: relative;
  display: inline-block;
  background-color: #dfdfdf;
}
.area-photo .del {
  position: absolute;
  right: -10px;
  top: -10px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -415px -6px;
  width: 21px;
  height: 21px;
  content: "";
}
/* 07. 마이페이지
================*/
.btn-bot .btn-pk.n {
  /* .miw(180); */
}
input::-webkit-input-placeholder {
  color: #bdbdbd !important;
}
input::-moz-placeholder {
  color: #bdbdbd !important;
}
input:-ms-input-placeholder {
  color: #bdbdbd !important;
}
input:-moz-placeholder {
  color: #bdbdbd !important;
}
/*4. 수업개설신청*/
.wrap_mypage .inr-c {
  max-width: 1100px;
}
.hd_info {
  padding: 10px 20px 0px 20px;
  margin-bottom: 30px;
}
.hd_info .title1 {
  font-weight: 400;
}
.tbl_my {
  border-top: 2px solid #333;
}
.tbl_my select.select1 {
  height: 43px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
}
.tbl_my input.inp_txt {
  height: 43px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
}
.tbl_my select.select1:focus,
.tbl_my input.inp_txt:focus {
  border-color: #1fa583;
}
.tbl_my .top {
  padding: 14px 20px;
  background-color: #e8f0f0;
  border-bottom: 1px solid #c1c1c1;
}
.tbl_my .top .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 80px;
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.tbl_my .top .wi1 {
  width: 250px;
}
.tbl_my .cont {
  border-bottom: 1px solid #c1c1c1;
}
.tbl_my .cont:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.tbl_my .cont .inner2 {
  padding: 40px 30px;
}
.tbl_my .cont .lft {
  float: left;
  width: 58%;
}
.tbl_my .cont .lft label {
  vertical-align: middle;
}
.tbl_my .cont .lft > .inner {
  padding: 40px 22px;
  height: 480px;
  overflow-y: auto;
}
.tbl_my .cont .rgh {
  float: right;
  width: 41%;
  background-color: #f9f9f9;
}
.tbl_my .cont .rgh > .inner {
  padding: 40px 50px;
  border-left: 1px solid #e7e7e7;
  height: 480px;
}
.tbl_my .cont .et {
  margin-bottom: 30px;
}
.tbl_my .cont .et p {
  font-size: 15px;
  line-height: 1.6;
  color: #697c7c;
}
.lst_inp .mb {
  margin-bottom: 30px;
}
.lst_inp .mb2 {
  margin-bottom: 20px;
}
.lst_inp .mb2 .h1 {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 12px;
}
.lst_inp .icheckbox_square + label {
  margin-left: 20px;
}
.lst_inp .icheckbox_square.disabled + label {
  color: #b5b5b5;
}
.inp_bind {
  font-size: 0;
}
.inp_bind select.select1,
.inp_bind input.inp_txt {
  width: 100%;
}
.inp_bind > .col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.inp_bind > .col:first-child {
  padding-left: 0 !important;
}
.inp_bind.n1 > .col {
  width: 100%;
}
.inp_bind.n2 > .col {
  width: 49%;
  padding-left: 2%;
}
.inp_file {
  position: relative;
  padding-right: 100px;
}
.inp_file input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.inp_file input.inp_txt:disabled {
  background-color: #fff;
}
.inp_file .btn-pk {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}
/*수업관리*/
select.select2 {
  font-size: 15px;
  color: #333;
  min-width: 160px;
  height: 35px;
  line-height: 1.42;
  border: 1px solid #333;
  padding: 6px 25px 6px 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #fff;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  font-family: inherit;
}
select.select2::-ms-expand {
  display: none;
}
select.select2.disabled {
  border-color: #b7b7b7;
  color: #b7b7b7;
  background-image: url(../images/common/ico_select_disabled.gif);
}
select.select2.complete {
  border-color: #f07100;
  color: #f07100;
  background-image: url(../images/common/ico_select_complete.gif);
}
select.select2.active {
  border-color: #0cb114;
  color: #0cb114;
  background-image: url(../images/common/ico_select_active.gif);
}
select.select2.pass {
  border-color: #1aceb7;
  color: #1aceb7;
  background-image: url(../images/common/ico_select_pass.gif);
}
textarea.textarea {
  border: 1px solid #c8c8c8;
  height: 105px;
  padding: 20px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.textarea.w100p {
  width: 100%;
}
textarea.textarea.ty2 {
  padding: 15px;
}
textarea.textarea.h2 {
  height: 210px;
}
.bbsListBasic-a1 .tbl_basic tr.texta td {
  background-color: #f8f8f8;
  padding: 16px 44px;
  text-align: left;
}
.bbsListBasic-a1 .tbl_basic tr.texta textarea.textarea {
  width: 860px;
}
/*수업선택*/
.box-notice {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.box-notice > div {
  display: table-cell;
  vertical-align: middle;
}
.box-notice > div.img {
  width: 100px;
  text-align: center;
}
.box-notice > div.txt {
  padding-left: 20px;
  font-size: 20px;
  line-height: 30/20;
  color: #333;
}
.box-notice.ty2 {
  margin-bottom: 20px;
}
.box-notice.ty2 > div.img {
  width: 70px;
  text-align: left;
}
.box-notice.ty2 > div.txt {
  padding-left: 0px;
}
.box_grayline {
  border: 1px solid #808080;
  background-color: #f5f5f5;
}
.box_grayline > .inner {
  padding: 20px 32px;
  font-size: 16px;
  line-height: 1.8;
}
.box_grayline > .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.box_grayline .link1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  padding-bottom: 5px;
}
.box_grayline .lft {
  float: left;
}
.box_grayline .rgh {
  float: right;
}
.box_grayline .contact {
  margin-top: 15px;
}
.box_grayline .contact > li {
  display: inline-block;
  vertical-align: top;
}
.box_grayline .contact > li + li {
  margin-left: 40px;
}
.box_grayline .contact > li {
  position: relative;
  padding-left: 35px;
}
.box_grayline .contact > li.tel:before {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -337px -6px;
  width: 25px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.box_grayline .contact > li.email:before {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -377px -4px;
  width: 26px;
  height: 17px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.t_comp {
  padding: 10px 0px;
}
/*학사정보관리*/
.icheckbox_btn,
.iradio_btn {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  color: #666;
  background: #e6e6e6;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icheckbox_btn.hover,
.icheckbox_btn.checked.hover,
.iradio_btn.hover {
  background: #008772;
  color: #fff;
}
.icheckbox_btn.checked,
.iradio_btn.checked {
  background: #008772;
  color: #fff;
}
.icheckbox_btn.disabled,
.iradio_btn.disabled {
  background: #ADD7F0;
  cursor: default;
}
.icheckbox_btn.checked.disabled,
.iradio_btn.checked.disabled {
  background: #ADD7F0;
}
/*상단 나의메뉴*/
.mybtn {
  position: relative;
}
.mymenu {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 34px;
  margin-top: 11px;
  width: 225px;
  border: 1px solid #c5c5c5;
  background-color: #fff;
}
.mymenu:after {
  content: "";
  position: absolute;
  left: 40px;
  top: -12px;
  width: 17px;
  height: 13px;
  background: url('../images/common/ico_mymenu.png') 0 0 no-repeat;
}
.mymenu > .inner {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1;
}
.mymenu .top {
  padding: 10px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
}
.mymenu .top .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover;
}
.mymenu .top .img img {
  max-width: 100%;
}
.mymenu .top .txt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #999898;
}
.mymenu .top .txt strong {
  color: #000;
}
.mymenu .lst li {
  float: none;
  text-align: left;
}
.mymenu .lst li a {
  display: block;
  padding: 11px 10px;
  font-weight: 500;
  color: #777b81;
}
.mymenu .lst li.on a {
  color: #ca9a70;
}
/*메인*/
.inner-content {
  background: url('../images/main/bg_maincont.jpg') center 0 no-repeat;
}
.mainVisual {
  overflow: hidden;
  position: relative;
  height: 560px;
}
.mainVisual .item {
  width: 100%;
  height: 100%;
}
.mainVisual .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  margin-left: -960px;
}
.mainVisual .cont {
  position: relative;
  height: 560px;
  font-weight: 100;
  text-align: right;
}
.mainVisual .cont .inr-c {
  padding-right: 70px;
  padding-top: 55px;
}
.mainVisual .cont .inner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 415px;
  padding: 35px 45px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
}
.mainVisual .cont a {
  display: block;
  color: #fff;
  background-image: url('../images/main/icon_slide_link.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
.mainVisual .cont strong {
  font-weight: 400;
}
.mainVisual .cont .s1 {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.mainVisual .cont .s1 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.mainVisual .cont .h1 {
  font-size: 50px;
  line-height: 1.2;
}
.mainVisual .cont .t1 {
  font-size: 16px;
  line-height: 1.7;
}
.mainVisual .cont .t2 {
  font-size: 15px;
  line-height: 1.6;
}
.mainVisual .cont .t3 {
  font-size: 13px;
  line-height: 1.6;
}
.header_type1 {
  margin-bottom: 15px;
}
.header_type1:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.header_type1 .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #000;
}
.header_type1 .title sup {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 15px;
  line-height: 1;
}
.header_type1 .col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
  vertical-align: bottom;
}
.header_type1 .lft_head {
  float: left;
}
.header_type1 .rgh_head {
  float: right;
}
.i-more {
  font-size: 15px;
  color: #333;
}
.i-more .plus {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-left: 7px;
  border: 1px solid #bababa;
}
.i-more .plus:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.i-more .plus:hover:after {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.mcont {
  margin-bottom: 60px;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
.box_clb {
  font-size: 0;
}
.box_clb .col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 31%;
  margin-left: 3.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box_clb .col:first-child {
  margin-left: 0;
}
.box_clb .col.b1 {
  background-color: #7e81c4;
}
.box_clb .col.b2 {
  background-color: #71b24c;
}
.box_clb .col.b3 {
  background-color: #fba534;
}
.box_clb .col .inner {
  padding: 30px 30px 0px 30px;
  position: relative;
}
.box_clb .col .txt {
  position: relative;
  padding-right: 60px;
  padding-bottom: 15px;
  color: #fff;
}
.box_clb .col .txt .tit {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
}
.box_clb .col .txt .t1 {
  font-size: 13px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.box_clb .col .txt .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.box_clb .col .botm {
  text-align: right;
  padding: 10px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.box_clb .col .botm a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.wrap_gallery1.ty2 {
  position: relative;
}
.wrap_gallery1.ty2 .lst {
  width: 100%;
  margin-right: 22px;
  margin-top: 0;
}
.wrap_gallery1.ty2 .lst .thumb img {
  width: 100%;
  height: auto;
}
.box-imgStyle1 ul {
  font-size: 0;
}
.box-imgStyle1 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 23.5%;
  margin-left: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-imgStyle1 li:first-child {
  margin-left: 0;
}
.box-imgStyle1 .box {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.box-imgStyle1 .box .thumb {
  overflow: hidden;
  height: 240px;
  position: relative;
}
.box-imgStyle1 .box .txt {
  padding: 20px 15px;
  color: #9c9c9c;
}
.box-imgStyle1 .box .txt .h1 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.box-imgStyle1 .box .txt .t1 {
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.box-txtStyle1 ul {
  font-size: 0;
}
.box-txtStyle1 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 24.25%;
  margin-left: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-txtStyle1 li:first-child {
  margin-left: 0;
}
.box-txtStyle1 .box {
  padding: 30px 20px 20px 20px;
  border: 1px solid #d7d7d7;
  color: #333;
  background-color: #fff;
}
.box-txtStyle1 .box .top {
  padding-bottom: 30px;
}
.box-txtStyle1 .box .top .c {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.box-txtStyle1 .box .top .c > * {
  display: table-cell;
  vertical-align: middle;
}
.box-txtStyle1 .box .top .t1 {
  width: 60px;
  line-height: 1;
  font-size: 12px;
  color: #9c9c9c;
}
.box-txtStyle1 .box .top .t1 strong {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  color: #333;
}
.box-txtStyle1 .box .top .h1 {
  font-size: 20px;
  line-height: 25px;
}
.box-txtStyle1 .box .top .h1 span {
  display: block;
  height: 50px;
  overflow: hidden;
}
.box-txtStyle1 .box .txt {
  margin-bottom: 30px;
}
.box-txtStyle1 .box .txt .t1 {
  font-size: 15px;
  line-height: 25px;
  height: 125px;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-all;
}
.box-txtStyle1 .box .botm {
  text-align: right;
  font-size: 12px;
  color: #6b9d9e;
}
.box-txtStyle1 .box .botm .col {
  margin-left: 20px;
}
#maincontPR {
  background-color: #0f328b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/main/maincontPR_bg.jpg);
  padding: 50px 0;
  overflow: hidden;
}
#maincontPR .header_type1 .title {
  color: #fff;
}
#maincontPR .header_type1 .i-more {
  color: #fff;
}
#maincontPR .header_type1 .i-more .plus {
  border-color: #fff;
}
#maincontPR .header_type1 .i-more .i-aft.plus:after {
  background-position: -209px -90px;
}
#maincontPR .main_pr_list {
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
}
#maincontPR .main_pr_list .owl-stage-outer {
  overflow: unset;
}
#maincontPR .main_pr_list .item {
  width: 680px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#maincontPR .main_pr_list .item .img {
  background-color: #dedede;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#maincontPR .main_pr_list .item .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  background: url(../images/main/maincontPR_cont_bg.png) center no-repeat;
  background-size: cover;
}
#maincontPR .main_pr_list .item .cont .tit {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  max-width: 530px;
  line-height: 1.5;
  height: 3em;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#maincontPR .main_pr_list .item .cont .date {
  font-size: 13px;
  color: #fff;
  margin-top: 15px;
}
#maincontPR .main_pr_list .item:before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/main/maincontPR_more.png) center no-repeat;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
#maincontPR .main_pr_list .item:hover:before {
  opacity: 1;
}
#maincont4 .box-txtStyle1 {
  position: relative;
}
#maincont4 .box-txtStyle1 li {
  width: auto;
  margin: 0 1px;
}
#maincont4 .box-txtStyle1 .owl-dots {
  display: none;
}
.area_map {
  position: relative;
}
.area_map .mapb .inner {
  min-width: 250px;
  background-color: #fff;
}
.area_map .mapb .tit {
  padding: 10px 13px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background-color: #96acaf;
}
.area_map .mapb .txt {
  padding: 17px 10px 12px 10px;
  color: #000;
  font-size: 13px;
  line-height: 1;
}
.area_map .mapb .txt .h1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c6c7c8;
}
.area_map .mapb .txt .t1 {
  margin-bottom: 8px;
  padding-left: 5px;
}
.area_map .btn_close {
  position: absolute;
  right: 13px;
  top: 12px;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: url('../images/main/icon_close.png') 0 0 no-repeat;
  display: none;
}
#maincont5 .header_type1 .lft_head {
  padding-top: 6px;
}
#maincont5 .selecter {
  text-align: center;
  font-size: 0;
  background-color: #f1f1f1;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 5px 30px;
}
#maincont5 .selecter > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#maincont5 .selecter > span.sel {
  width: 140px;
  font-size: 15px;
  margin-right: 5px;
}
#maincont5 .selecter .select1 {
  width: 100%;
}
#maincont5 .selecter .btn button {
  border: 1px solid #bababa;
  background-color: #fff;
  padding: 7px 10px 6px;
}
#maincont5 .selecter .h {
  margin-right: 10px;
}
.wrap_incrementer {
  border: 1px solid #bababa;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 30px;
}
.wrap_incrementer input {
  text-align: right;
  padding-right: 5px;
  border: 0;
}
.wrap_incrementer header.head .top {
  margin-bottom: 20px;
}
.wrap_incrementer header.head .top:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.wrap_incrementer header.head .top .area.fl {
  float: left;
}
.wrap_incrementer header.head .top .area.fr {
  float: right;
}
.wrap_incrementer header.head > h1 {
  margin-bottom: 40px;
}
.wrap_incrementer .mid {
  text-align: right;
}
.wrap_incrementer .mid .info_user {
  display: inline-block;
  width: 280px;
  text-align: left;
}
.wrap_incrementer .mid .info_user > ul > li {
  margin-bottom: 5px;
  font-weight: normal;
}
.wrap_incrementer .mid .info_user > ul > li > strong.h {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  font-weight: normal;
}
.wrap_incrementer .mid .info_user > ul > li > strong.h:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.wrap_incrementer .mid .info_user > ul > li > strong.h > span {
  float: left;
}
.wrap_incrementer .mid .info_user > ul > li > strong.h > span:last-child {
  float: right;
}
.wrap_incrementer .mid .info_user > ul > li > strong.h.n4 > span {
  width: 15px;
}
.wrap_incrementer .mid .info_user .s_t1 input {
  width: 80px;
}
.wrap_incrementer .mid .info_user .s_t2 {
  margin-left: 5px;
}
.wrap_incrementer .mid .info_user .s_t2 input {
  width: 30px;
}
.wrap_incrementer .mid .txt1 {
  margin-top: 50px;
  line-height: 30px;
  text-align: center;
}
.wrap_incrementer .mid .txt2 {
  margin-top: 45px;
  text-align: center;
}
.wrap_incrementer .mid .txt2 input {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: right;
}
.wrap_incrementer .foot .g_stamp {
  margin-top: 130px;
  width: 395px;
  text-align: right;
  display: inline-block;
}
.wrap_incrementer .foot .g_stamp > span {
  margin-top: 10px;
  display: block;
}
/*개인정보처리방침*/
.box_grayicon {
  padding: 35px 40px;
  background: url('../images/member/bg_grayicon.gif') 0 0 repeat;
}
.box_grayicon > .inner {
  display: table;
  width: 100%;
}
.box_grayicon > .inner > div {
  display: table-cell;
  vertical-align: top;
}
.box_grayicon .img {
  width: 125px;
  padding-right: 40px;
}
.box_grayicon .txt {
  font-size: 15px;
  line-height: 25/15;
  color: #8d7053;
}
.box_grayicon .txt .t1 {
  margin-bottom: 10px;
}
.area_privacy {
  padding: 0px 20px;
  font-size: 15px;
  line-height: 25/15;
}
.area_privacy .h1 {
  position: relative;
  padding-left: 21px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
.area_privacy .h1:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9px;
  height: 25px;
  background-color: #008e64;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.area_privacy .h1:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 1px;
  top: 17px;
  width: 7px;
  height: 7px;
  background-color: #006f43;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.area_privacy .h2 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.area_privacy ul.list {
  padding: 0 2.27%;
}
.area_privacy ul.lst_line > li {
  position: relative;
  padding-left: 10px;
}
.area_privacy ul.lst_line > li:after {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 25px;
}
/*프로그램개요*/
.wrap_program {
  padding-top: 40px;
}
.wrap_program .header_list {
  margin-bottom: 45px;
  font-size: 0;
}
.wrap_program .header_list > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.wrap_program .header_list .title {
  margin-right: 60px;
  font-size: 30px;
  line-height: 1;
  color: #333;
  font-weight: 400;
}
.wrap_program .header_list .t1 {
  font-size: 15px;
  line-height: 25/15;
  color: #333;
}
.lst_dot_style {
  border-top: 1px solid #000;
}
.lst_dot_style li {
  padding: 20px 30px;
  border-bottom: 1px solid #c4c4c4;
}
.lst_dot_style li .cont {
  display: table;
  width: 100%;
  height: 85px;
}
.lst_dot_style li .cont > div {
  display: table-cell;
  vertical-align: middle;
}
.lst_dot_style li .cont > div.tit {
  width: 260px;
  line-height: 27px;
  background: url('../images/common/ico_txt_line.png') right center no-repeat;
}
.lst_dot_style li .cont > div.txt {
  padding-left: 60px;
  font-size: 13px;
  line-height: 22/13;
}
.lst_dot_style li .cont .title {
  padding-left: 37px;
  font-size: 20px;
  color: #333;
  line-height: 1;
  background: url('../images/common/ico_hd_dot.png') 0 center no-repeat;
  font-weight: 400;
}
.lst_session > ul {
  font-size: 0;
}
.lst_session > ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 25%;
  height: 450px;
  margin-bottom: 60px;
  border-left: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lst_session > ul > li:nth-child(4n) {
  border-right: 1px solid #dcdcdc;
}
.lst_session > ul > li.l2 {
  height: 485px;
}
.lst_session .cont {
  position: relative;
  padding: 0px 15px;
  color: #333;
  font-size: 13px;
  line-height: 24/13;
}
.lst_session .cont:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 34px;
  background-color: #333;
}
.lst_session .cont .tit {
  padding-left: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.0625em;
}
.lst_session .cont .tit h3 {
  font-weight: normal;
}
.lst_session .cont .txt {
  padding-left: 5px;
}
.lst_session .cont .txt .t1 {
  margin-bottom: 10px;
}
.lst_session .cont .txt ul.t1 {
  margin-bottom: 0;
}
.lst_session .cont .txt .t-dot p {
  position: relative;
  padding-left: 8px;
}
.lst_session .cont .txt .t-dot p:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 2px;
  height: 2px;
  background-color: #333;
}
.lst_session .cont .img {
  overflow: hidden;
  height: 185px;
}
.lst_session .cont .img img {
  display: block;
  width: 100%;
}
.lst_session > ul > li .txt {
  min-height: 195px;
}
.lst_session > ul > li.l2 .txt {
  min-height: 230px;
}
.wrap_program_summary header.head:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.wrap_program_summary header.head .area.fl {
  float: left;
  width: 318px;
}
.wrap_program_summary header.head .area.fr {
  margin-left: 360px;
  padding-top: 18px;
}
.wrap_program_summary section.mid {
  margin-top: 55px;
}
.wrap_caremind .visual {
  background: url(../images/caremind/bg_top.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 400px;
  text-align: center;
}
.wrap_caremind .visual > * {
  display: inline-block;
  vertical-align: middle;
}
.wrap_caremind .visual img {
  max-width: 100%;
  height: auto;
}
.wrap_caremind .visual:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
.wrap_caremind .visual .cont {
  color: #fff;
}
.wrap_caremind .visual .cont .t1 {
  font-size: 55px;
  line-height: 1.6;
}
.wrap_caremind .visual .cont .t2 {
  padding-top: 15px;
  margin-top: 10px;
  position: relative;
  font-size: 20px;
}
.wrap_caremind .visual .cont .t2:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 52px;
  height: 1px;
  margin-left: -52/2px;
  background-color: #fff;
  opacity: 0.5;
  content: "";
}
.wrap_caremind .step {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.wrap_caremind .step .inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_caremind .step.n2 {
  background-color: #f9f8ee;
}
.wrap_caremind .step .h1 {
  font-size: 30px;
  padding-top: 30px;
  position: relative;
  font-weight: normal;
  margin-bottom: 40px;
}
.wrap_caremind .step .h1:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 31px;
  height: 20px;
  margin-left: -31/2px;
  background: url(../images/caremind/ico_t2.jpg) 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
}
.wrap_caremind .step .g-txt1 {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_caremind .step .g-txt1 p {
  margin-top: 25px;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
.wrap_caremind .step .g-txt1 p:first-child {
  margin-top: 0;
}
.wrap_caremind .step.n1 .img1 {
  margin-top: 60px;
}
.wrap_caremind .step.n2 .h1:after {
  background-image: url(../images/caremind/ico_t1.jpg);
}
.wrap_caremind .step.n2 .lst {
  margin-top: 50px;
  border-top: 4px solid #000;
  text-align: left;
}
.wrap_caremind .step.n2 .lst li {
  padding-top: 40px;
  padding-left: 180px;
  position: relative;
}
.wrap_caremind .step.n2 .lst li .ico {
  position: absolute;
  left: 0;
  top: 70px;
  width: 180px;
  text-align: center;
}
.wrap_caremind .step.n2 .lst li .txt {
  border-bottom: 1px solid #bdbdb6;
  padding-bottom: 40px;
  padding-left: 35px;
}
.wrap_caremind .step.n2 .lst li .h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: normal;
}
.wrap_caremind .step.n2 .lst li.n1 .h2 {
  color: #ff897c;
}
.wrap_caremind .step.n2 .lst li.n2 .h2 {
  color: #b7876a;
}
.wrap_caremind .step.n2 .lst li.n3 .h2 {
  color: #a0a0a0;
}
.wrap_caremind .step.n2 .lst li.n4 .h2 {
  color: #4b3f50;
}
.wrap_caremind .step.n3 .g-txt1 {
  width: 740px;
}
.wrap_caremind .step.n3 .img1 {
  margin-top: 110px;
}
#info1 {
  margin-top: 3em;
}
@media screen and (max-width: 1280px) {
  img {
    max-width: 100%;
    height: auto;
  }
  #header > .mid {
    margin-left: 30px;
    margin-right: 30px;
  }
  #lnb a {
    padding: 30px 20px;
  }
  #container.sub {
    min-width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .inr-c {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    -ms-word-break: keep-all;
    word-break: keep-all;
  }
  .owlType2.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -10px;
  }
  .owlType2.owl-theme .owl-controls .owl-nav .owl-next {
    right: -10px;
  }
}
@media screen and (max-width: 1100px) {
  /*프로그램개요*/
  .lst_session > ul > li {
    width: 50%;
  }
  .lst_session > ul > li:nth-child(2n) {
    border-right: 1px solid #dcdcdc;
  }
  .tbl_my .cont .lft > .inner {
    height: auto;
  }
  .tbl_my .cont .lft,
  .tbl_my .cont .rgh {
    float: none;
    width: auto;
  }
  .tbl_my .cont .rgh > .inner {
    border: 0;
    border-top: 1px solid #e7e7e7;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #header h1.h {
    width: 124px;
    top: 19px;
  }
  #lnb {
    margin: 0;
  }
  .box_clb .col .txt {
    padding-right: 0;
  }
  .box_clb .col .txt .icon {
    display: none;
  }
}
