@charset "UTF-8";
/* html {
  -webkit-text-size-adjust: none;
}

html, body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, select, hr, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: none;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

html, body {
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  color: #252525;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Pretendard","Noto Sans KR", "Malgun Gothic", "맑은 고딕", sans-serif !important;
  letter-spacing: -0.04em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 300;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

header, footer, nav {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  color: #252525;
}

select, button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

i, em {
  font-style: normal;
}

textarea {
  resize: vertical;
}

textarea ul,
textarea ol {
  list-style: disc;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.chk {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
}

.chk + label {
  display: inline-block;
  line-height: 20px;
  margin-left: 2px;
}

.chk:checked {
  background: url(../images/chk.png) 50% 50% no-repeat #0167b2;
  background-size: 12px auto;
  border-color: #00406c;
}

.chk[type=radio] {
  border-radius: 100%;
}

.chk[type=radio]:checked {
  background: url(../images/radio.png) 50% 50% no-repeat #fff;
  background-size: 10px auto;
  border-width: 2px;
}
.box_gray {
    background: #f5f5f5;
    overflow: hidden;
    padding: 30px;
    margin: 10px 0;
    line-height: 1.4;
    word-break: keep-all;
}

.slt {
  padding: 0 36px 0 8px;
  border: 1px solid #aaa;
  background: url(../images/slt.png) right 50% no-repeat #fff;
  background-size: 20px auto;
}
 */
/*** common ***/
/*	.hide {
  display: none;
}

.hidetxt {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.blind {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0.1;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ovf {
  overflow: hidden;
}
.h100 {
  height: 100px !important;
}
.h300 {
  height: 300px !important;
}
.h500 {
  height: 500px !important;
}
.w100 {
  width: 100% !important;
}
.w200px {
  width: 200px !important;
}

.w50 {
  width: 50% !important;
}

.mg0 {
  margin: 0;
}

.pd0 {
  padding: 0;
}

.pdl0 {
  padding-left: 0;
}

.pdr0 {
  padding-right: 0;
}

.bdl0 {
  border-left: none !important;
}

.bdr0 {
  border-right: none !important;
}

.after:after {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
  content: "";
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold;
}

.block {
  display: block !important;
}

.ib {
  display: inline-block;
}

.ellip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ellip2 {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lts0 {
  letter-spacing: 0;
}

.emph {
  color: #0167b2;
}

.mont {
  font-family: "Montserrat", "arial", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Pretendard","Noto Sans KR", "Malgun Gothic", "맑은 고딕", sans-serif !important;
  letter-spacing: 0;
}

.inp {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 0.5em;
  font-size: 16px;
  color: #252525;
}

textarea.inp {
  display: block;
  width: 100%;
  height: 150px;
  overflow-y: auto;
  padding: 8px;
  resize: none;
}

textarea.inp.txt70 {
  height: 70px;
}

.inp:-moz-read-only {
  background-color: #f7f7f7;
}

.inp:read-only {
  background-color: #f7f7f7;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa !important;
}

::-ms-input-placeholder {
  color: #aaa !important;
}

::placeholder {
  color: #aaa;
}

.ico_comm,
.ico_aft:after,
.ico_bfr:before {
  display: inline-block;
  background-image: url(../images/ico_comm.png);
  background-repeat: no-repeat;
  background-size: 120px auto;
  font-size: 0;
  text-indent: -9999px;
}
.ico_header{
  display: inline-block;
  font-size: 14px;
  background-image: url(../images/ico_header.png);
  background-repeat: no-repeat;
  background-size: 125px auto;
  text-indent: -9999px;
}
.ico_commboard,
.ico_commboard.ico_aft:after,
.ico_commboard.ico_bfr:before {
  display: inline-block;
  background-image: url(../images/ico_comm_board.png);
  background-repeat: no-repeat;
  background-size: 120px auto;
  font-size: 0;
  text-indent: -9999px;
}

.sub_ico_file  {margin: auto;
    display: block;
    width: 14px;
    height: 18px;
	margin-top: 5px;
	background-position: -65px -100px;
    background-image: url(../images/ico_comm.png);
    background-repeat: no-repeat;
    background-size: 120px auto;
	font-size: 0;
	text-indent: -9999px;
	}

.btn,
.btn_line {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
}

.btn {
  background: #0167b2;
  border: 1px solid #0167b2;
  color: #fff;
  font-weight: normal;
}
.btn2 {
  background: #0167b2;
  border: 1px solid #0167b2;
  color: #fff;
  font-weight: bold;
}
.btn_white {
  background: #fff;
  border: 1px solid #555;
  color: #555;
  font-weight: normal;
}

.btn_line {
  border: 1px solid #0167b2;
  text-align: center;
  color: #0167b2;
} */

.mo {
  display: none;
}
.flex_wrap{display:flex;flex-wrap:wrap;}
.flex95{width:95%;}
.flex90{width:90%;}
.flex80{width:80%;}
.flex75{width:75%;}
.flex70{width:70%;}
.flex60{width:60%;}
.flex50{width:50%;}
.flex33{width:33.33%;}
.flex30{width:30%;}
.flex40{width:40%;}
.flex25{width:25%;}
.flex20{width:20%;}
.flex15{width:15%;}
.flex10{width:10%;}
.flex5{width:5%;}
.img_wrap{}
.img_wrap img{width:100%;}
/* layout */
#wrap #header{height:initial;}
#header {
  position: relative;
  background: #fff;
}
#header #top {
  background: #00406c;
  color: #fff;
  font-size: 0;
}
#header #top li {
  display: inline-block;
}
#header #top .lst_sites {
  display: inline-block;
}
#header #top .lst_sites a {
  display: block;
  padding: 0 25px;
  line-height: 36px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header #top .lst_sites li.on a {
  background: #fff;
  color: #252525;
}
#header #nav .nav-area {position: absolute;right: 0; top: 0;width: 400px;margin-top: 6px; /* width:calc( 100% - 170px );float:right;text-align:right; */}
#header #nav .nav-area a.basket{display:inline-block;width: 40px; height: 40px;margin:10px 7px 0 0;vertical-align:top; background: #bcd7f2; border-radius: 24px;font-size: 0;
background-image:url('../images/icon_basket@2x.png');background-size:25px;background-repeat:no-repeat; background-position: 50% 50%;}
#header #nav .nav-area a.basket:hover {transition:0.3s;background:#568ec2;background-image:url('../images/icon_basket@2x.png');background-size:25px;background-repeat:no-repeat; background-position: 50% 50%;}
#header #nav .nav-area a.mypage{display:inline-block;width: 40px; height: 40px;margin:10px 7px 0 0;vertical-align:top; background: #bcd7f2; border-radius: 20px;font-size: 0;
background-image:url('../images/icon_my@2x.png');background-size:20px;background-repeat:no-repeat;background-position: 50% 50%;}
#header #nav .nav-area a.mypage:hover {transition:0.3s; background:#568ec2; background-image:url('../images/icon_my@2x.png');background-size:20px;background-repeat:no-repeat;background-position: 50% 50%;}
#header #nav .nav-area a.logout{display:inline-block;width: 40px; height: 40px;margin:10px 7px 0 0;vertical-align:top; background: #bcd7f2; border-radius: 20px;font-size: 0;
background-image:url('../images/icon_logout.png');background-size:21px;background-repeat:no-repeat;background-position: 50% 50%;}
#header #nav .nav-area a.logout:hover {transition:0.3s; background:#568ec2; background-image:url('../images/icon_logout.png');background-size:21px;background-repeat:no-repeat;background-position: 50% 50%;}

#header #nav .nav-area .sch-area{display:inline-block;width:40px;height:40px;margin:10px 7px 0 0px;border-radius:30px;overflow:hidden;position:relative;}
#header #nav .nav-area .sch-area:hover {transition:0.3s; }
#header #nav .nav-area .input-wrap{float:left;width:83%;padding:3px 8px 5px 0px;}
#header #nav .nav-area .input-wrap input{background-color:transparent;width:100%;color:#222;text-align:left;}
#header #nav .nav-area .input-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.8);  opacity: 0.8; /* Firefox */}
#header #nav .nav-area .input-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */color: rgba(255, 255, 255, 0.8);}
#header #nav .nav-area .input-wrap input::-ms-input-placeholder { /* Microsoft Edge */color: rgba(255, 255, 255, 0.8);}
#header #nav .nav-area .btn-wrap{position: absolute;width:40px;height:40px;line-height:0;background: #dcdcdc;border-radius: 20px;text-align: center; }
#header #nav .nav-area .btn-wrap .sch_btn{width:40px;height:40px; background-image:url('../images/icon_search@2x.png');background-position:center;background-size:25px;background-repeat:no-repeat;font-size:0;cursor:pointer;}
#header #nav .nav-area a.zeroidsite{display:inline-block;width: 120px; height: 40px;margin:10px 0px 0 0;vertical-align:top; background: #fff; border-radius: 24px; font-size: 0;border:1px solid #dcdcdc;
background-image:url('../images/ZEROID.png');background-size:66px;background-repeat:no-repeat; background-position: 40% 50%;}
#header #nav .nav-area a.zeroidsite::after {
    display: inline-block;
	width: 15px; height: 15px;	
	float:right;
    background-image: url(../images/arrow10.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    font-size: 0;
	margin-top: 12px;
	margin-right: 10px;	
    text-indent: -9999px;
	content:"";	
}
#header #nav .nav-area a.zeroidsite:hover {transition:0.3s;background:#eaf2fd;background-image:url('../images/ZEROID.png');background-size:66px;background-repeat:no-repeat;background-position: 40% 50%;}
#header #top .links_top {
  float: right;
  padding-right: 33px;
}
#header #top .links_top li + li {
  margin-left: 15px;
}
#header #top .links_top a {
  display: inline;
  font-size: 14px;
  width: 36px;
  height: 36px;
  text-align: center;
  color:#fff;
  line-height:36px; 
}
#header #top .links_top .item1 .ico_header {
  width: 20px;
  height: 20px;
  margin-top: 10px; margin-right: 5px;
  background-position: 0px 0px;
}
#header #top .links_top .item2 .ico_header {
  width: 20px;
  height: 20px;
  margin-top: 10px;margin-right: 5px;
  background-position: -20px 0px;
}
#header #top .links_top .item3 .ico_header {
  width: 20px;
  height: 20px;
  margin-top: 10px;margin-right: 5px;
  background-position: -41px 0px;
}
#header #top .links_top .item4 .ico_header {
  width: 18px;
  height: 20px;
  margin-top: 9px;margin-right: 5px;
  background-position: -61px 0px;
}
#header #top .links_top .item5 .ico_header {
  width: 21px;
  height: 20px;
  margin-top: 9px;margin-right: 5px;
  background-position: -79px 0px;
}
#header #top .links_top .item6 .ico_header {
  width: 25px;
  height: 20px;
  margin-top: 9px;margin-right: 5px;
  background-position: -100px 0px;
}
#header .logo {
  position: absolute;
  top: 2px;
  left: 50px;
  padding: 14px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
}
#header .logo a {
  display: block;
  width: 231px;
  height: 26px;
}
#header #nav {
  position: relative;
  height: 70px;
  padding: 0 400px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header #nav .sub {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 10px 0;
  background: #fff;
  z-index: 99;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #0167b2;
}
#header #nav .sub li {
  padding: 2px 0;
}
#header #nav .sub a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  word-break: keep-all;
}


#header #nav .wrap_menu {
  font-size: 0;
}
#header #nav .wrap_menu .lst > li {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
#header #nav .wrap_menu .lst > li + li {
  margin-left: 70px;
}
#header #nav .wrap_menu .lst > li .d1 {
  display: block;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  color:#333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header.on #nav {
  padding-right: 120px;
}
#header.on #nav .sub {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: 350px;
  margin-left: 0;
  margin-top: 10px;
  border: none;
  border-left: 1px solid #ddd;
}
#header.on #nav .wrap_menu:before {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 351px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 1;
  content: "";
}
#header.on #nav .wrap_menu .lst > li {
  text-align: center;
  width: 14.2857%;
}
#header.on #nav .wrap_menu .lst > li + li {
  margin-left: 0;
}
#header.on #nav .wrap_menu .lst > li:last-child .sub {
  border-right: 1px solid #ddd;
}
  #header .logo {
    left: 70px;
    padding: 20px 0;
  }
/*   #header .logo a {
    width: 262px;
    height: 40px;
  } */
  #header #nav {
    padding: 0 300px;
	border-bottom:1px solid #e5e5e5;
  }
  #header #nav .tgl {
    right: 0;
  }
  #header #nav .wrap_menu .lst > li + li {
    margin-left: 5.5%;
  }
  #header #nav .wrap_menu .lst > li .d1 {
    font-size: 18px;
  }
    #header #nav .wrap_menu .lst > li .d1:hover {color:#568ec2;}
	    #header #nav .wrap_menu .lst > li .on  {color:#568ec2;}
  #header #nav .sub {
    width: 180px;
    margin-left: -90px;
  }
  #header #nav .sub a {
    font-size: 14px;
  }
  #header.on #nav {
    padding-right: 80px;
  }
  #header.on #nav .sub, #header.on #nav .wrap_menu:before {
    height: 422px;
  }
}


#subTop .wrap_location {
  padding: 40px 0;
  background: #f5f5f5;
}
#subTop .category {
  display: inline-block;
  position: relative;
  padding-right: 110px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
#subTop .category:after {
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 100px;
  height: 1px;
  background: #000;
  content: "";
}
#subTop .location {
  float: right;
  font-size: 0;
  padding: 5px 0;
}
#subTop .location li {
  display: inline-block;
}
#subTop .location li + li {
  margin-left: 20px;
}
#subTop .location li + li:before {
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: 7px 20px 0 0;
  background: url(../images/arw_location.png) 50% 50% no-repeat;
  background-size: 8px auto;
  content: "";
}
#subTop .location .inr {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
}
#subTop .location li:first-child .inr {
  width: 20px;
  height: 30px;
}
#subTop .location li:first-child .inr .ico_comm {
  width: 20px;
  height: 18px;
  margin-top: 5px;
  background-position: 0px -60px;
}
#subTop .wrap_sub {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  font-size: 0;
}
#subTop .wrap_sub li {
  display: inline-block;
  position: relative;
  padding: 20px 24px;
}
#subTop .wrap_sub li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background: #e5e5e5;
  content: "";
}
#subTop .wrap_sub a {
  display: block;
  font-size: 18px;
  color: #999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#subTop .wrap_sub a:hover {
  color: #252525;
}
#subTop .wrap_sub .on a {
  color: #252525;
  font-weight: bold;
}


#footer {
 
}
#footer .footer_top {position: relative;border-bottom:1px solid #d1d1d1; padding: 15px 0;}
#footer .lst_bnr {
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#footer .lst_bnr .slider {
  position: relative;
  padding: 0 100px;
  text-align: center;
}
#footer .lst_bnr .item img {
  margin: 0 auto;
}
#footer .lst_bnr .prev, #footer .lst_bnr .next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  line-height: 50px;
}
#footer .lst_bnr .ico_comm {
  width: 14px;
  height: 26px;
  margin-top: 12px;
}
#footer .lst_bnr .prev {
  left: 20px;
}
#footer .lst_bnr .prev .ico_comm {
  background-position: -30px -60px;
}
#footer .lst_bnr .next {
  right: 20px;
}
#footer .lst_bnr .next .ico_comm {
  background-position: -45px -60px;
}
#footer .ft_cont {
	position: relative;
  font-size: 0;
  border-top:1px solid #d1d1d1;
}
#footer .ft_cont .wfix {
  position: relative;
}
#footer .ft_cont .links li {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 11px;
}
#footer .ft_cont .links li:first-child {
  padding-left: 0;
}
#footer .ft_cont .links li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background: #999;
  margin-top: -7px;
  content: "";
}
#footer .ft_cont .links a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color:#848383;
}
#footer .ft_cont .links a strong {font-weight: 500;}
#footer .ft_cont .ft_info {
width: 60%; float:left;
  padding: 20px 0 40px 0;
  line-height: 18px;
  border-right: 1px solid #dcdcdc;
}
#footer .ft_cont .ft_info dt, #footer .ft_cont .ft_info dd {
  display: inline-block;
  font-size: 13px;
  line-height:1;
}
#footer .ft_cont .ft_info dt {
  margin-right: 5px;
}
#footer .ft_cont .ft_info .ft_logo {margin-bottom: 15px;}
#footer .ft_cont .ft_info .mont {
  display: inline-block;
  line-height:1;
  margin-right: 16px;
  color:#9d9d9d;
}
#footer .ft_cont .ft_info .mont dd {font-weight: 500;}
#footer .ft_cont .ft_info .copyright {
  font-size: 14px;
  letter-spacing: 0;
  color:#9d9d9d;
}
#footer .ft_cont .slt_sites {
  position: absolute;
  bottom: 0;
  right: 0px;
}
#footer .ft_cont .slt_sites select{font-size:14px;}
.ico_footer:after {
    display: inline-block;
    background-image: url(../images/arrow_family.png);
    background-repeat: no-repeat;
    background-size: 13px auto;
    font-size: 0;
    text-indent: -9999px;
}
#footer .ft_cont .ft_toss {margin-top: 35px;}
#footer .ft_cont .slt_sites .tit_sites {
  display: block;
  width: 160px;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 300;
  line-height: 26px;
  color:#848383;
  border: 1px solid #848383;
}
#footer .ft_cont .slt_sites .tit_sites:after {
  float: right;
  width: 13px;
  height:13px;
  margin: 7px 0;
  content: "";
}
#footer .ft_cont .wrap_sites {
  display: none;
  position: absolute;
  bottom: 27px;
  right: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #555;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 0;
  z-index: 99;
}
#footer .ft_cont .wrap_sites .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #568ec2;
  font-size: 0;
  text-indent: -9999px;
}
#footer .ft_cont .wrap_sites .close:before, #footer .ft_cont .wrap_sites .close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  margin: -10px 0 0 0px;
  background: #fff;
  content: "";
}
#footer .ft_cont .wrap_sites .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#footer .ft_cont .wrap_sites .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#footer .ft_cont .wrap_sites .item {
  padding: 10px 20px 15px;
}
#footer .ft_cont .wrap_sites .item + .item {
  border-top: 1px solid #e5e5e5;
}
#footer .ft_cont .wrap_sites .item3, #footer .ft_cont .wrap_sites .item4 {
  display: inline-block;
  width: 50%;
}
#footer .ft_cont .wrap_sites .item3 {
  border-right: 1px solid #e5e5e5;
}
#footer .ft_cont .wrap_sites .tit {
  display: block;
  width: 140px;
  line-height: 28px;
  border: 2px solid #0167b2;
  text-align: center;
  font-weight: bold;
  color: #0167b2;
  font-size: 16px;
}
#footer .ft_cont .wrap_sites .lst {
  margin-top: 10px;
}
#footer .ft_cont .wrap_sites .lst li {
  display: inline-block;
  position: relative;
  line-height: 24px;
  padding: 2px 0;
  font-size: 14px;
}
#footer .ft_cont .wrap_sites .lst li:before {
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 11px 3px 0 0;
  background: #333;
  content: "";
}

#footer .ft_cont .wrap_sites .item1 .lst li {
  width: 25%;
}
#footer .ft_cont .wrap_sites .item2 .lst li {
  width: 20%;
}
#footer .ft_cont .wrap_sites .item3 .lst li {
  width: 33.333%;
}
#footer .ft_cont .wrap_sites .item4 .lst li {
  width: 50%;
}
#footer .ft_cont .slt_sites.on .tit_sites:after {
  background-position: -80px -10px;
}
#footer .ft_cont .slt_sites.on .wrap_sites {
  display: block;
}
#footer .ft_cont .ft_call {width:35%; float:left;padding: 20px 0 0px 30px;}
#footer .ft_cont .ft_call h5 {font-size: 16px; color:#568ec2;font-weight: bold;}
#footer .ft_cont .ft_call p {font-size: 34px; color:#568ec2; font-weight: bold;}
#footer .ft_cont .ft_call dt, #footer .ft_cont .ft_call dd {
  display: inline-block;
  font-size: 14px;
}
#footer .ft_cont .ft_call .mont {
  display: inline-block;
  margin-right: 16px;
  color:#9d9d9d;
}
#footer .ft_cont .ft_call .mont dd {
    font-weight: 500;
}
#footer .ft_cont .ft_call dt {
  margin-right: 5px;
}
#footer .ft_cont .ft_call .ft_manager {font-weight:600; font-size:18px;}
#footer .ft_cont .ft_call .ft_char {position: absolute; top: 20px; right: 0; width: 80px;}
#footer .ft_cont .ft_call .ft_char img {width: 80px;}
#footer .ft_cont .ft_call .ft_toss {float:right;}
.floating {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 72px;
  text-align: center;
}
.floating li a {
  display: block;
  height: 70px;
  color: #fff;
  font-size: 12px;
  letter-spacing:-0.8px;
}
.floating .item1, .floating .item2, .floating .item3 {
  background: #0167b2;
}
.floating .item4, .floating .item5, .floating .item6 {
  background: #00406c;
  padding: 0 12px;
}
.floating .item4 a, .floating .item5 a, .floating .item6 a {
  padding: 13px 0 11px;
}
.floating .item5 a, .floating .item6 a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.floating .item1 .ico_comm {
  width: 14px;
  height: 16px;
  margin-top: 27px;
  background-position: 0 0;
}
.floating .item2 .ico_comm {
  width: 22px;
  height: 16px;
  margin-top: 27px;
  background-position: -15px 0;
}
.floating .item3 .ico_comm {
  width: 18px;
  height: 18px;
  margin-top: 26px;
  background-position: -40px 0;
}
.floating .ico_bfr:before {
  display: block;
  margin: 0 auto 5px;
  content: "";
}
.floating .item4 .ico_bfr:before {
  width: 28px;
  height: 24px;
  background-position: -35px -20px;
}
.floating .item5 .ico_bfr:before {
  width: 20px;
  height: 24px;
  background-position: -65px -20px;
}
.floating .item6 .ico_bfr:before {
  width: 20px;
  height: 24px;
  background-position: -90px -20px;
}
.floating .totop {
  display: block;
  background: #00406c;
  padding: 14px 0;
}
.floating .totop .ico_comm {
  width: 16px;
  height: 18px;
  background-position: -60px 0px;
}


/* Slider */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.ui-datepicker {
  display: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wrap_datepicker {
  padding: 100px 15px 0;
}

.ui-datepicker-header {
  position: relative;
  width: 320px;
  margin: 0 auto;
  padding: 8px 0 35px;
  background: #00406c;
  color: #fff;
  line-height: 28px;
}

.ui-datepicker-header .ui-corner-all {
  position: absolute;
  top: 5px;
  width: 28px;
  height: 28px;
  font-size: 0 !important;
  cursor: pointer;
}

.ui-datepicker-header .ui-corner-all .ui-icon {
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-top: 6px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
}

.ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker-header .ui-datepicker-prev .ui-icon {
  background-image: url(../images/cal_prev.png);
}

.ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-image: url(../images/cal_next.png);
}

.ui-datepicker-header .ui-datepicker-title {
  display: inline-block;
}

.ui-datepicker-header select {
  height: 28px;
  padding: 0 28px 0 5px;
  border-radius: 2px;
  background: url(../images/slt.png) right 50% no-repeat rgba(0, 0, 0, 0.2);
  background-size: auto 5px;
  color: #fff;
  font-size: 14px;
  /*font-family: Verdana, Arial, sans-serif;*/
  font-weight: bold;
}

.ui-datepicker-header select option {
  background: #fff;
  color: #333;
}

.ui-datepicker-header select:last-child {
  margin-left: 5px;
}

.ui-datepicker-calendar {
  position: relative;
  width: 318px;
  margin: -30px auto 0;
  background: #fff;
}

.ui-datepicker-calendar thead th {
  width: calc(100% / 7);
  height: 30px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  background: #00406c;
}

.ui-datepicker-calendar tbody td {
  height: 40px;
  color: #333;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ui-datepicker-calendar tbody td a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ui-datepicker-calendar tbody td.ui-datepicker-today a {
  font-weight: bold;
}

.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  background: #00406c;
  color: #fff;
}




html{font-size:16px;font-weight:300;color:#000;letter-spacing:-0.6px;}


/* fontsize */
/* .fpx8 {font-size:0.5‬rem}
.fpx9 {font-size:0.5‬625rem}
.fpx10 {font-size:0.625rem}
.fpx11 {font-size:0.6875rem}
.fpx12 {font-size:0.75rem}
.fpx13 {font-size:0.8125rem}
.fpx14 {font-size:0.875rem}
.fpx15 {font-size:0.9375rem}
.fpx16 {font-size:1rem !important;}
.fpx17 {font-size:1.0625rem}
.fpx18 {font-size:1.125rem !important;}
.fpx19 {font-size:1.1875‬rem}
.fpx20 {font-size:1.25rem}
.fpx21 {font-size:1.3125rem}
.fpx22 {font-size:1.375‬rem !important;}
.fpx23 {font-size:1.4375‬rem}
.fpx24 {font-size:1.5rem;}
.fpx25 {font-size:1.5625rem}
.fpx26 {font-size:1.625rem}
.fpx27 {font-size:1.6875rem}
.fpx28 {font-size:1.75rem}
.fpx30 {font-size:1.875rem}
.fpx31 {font-size:1.9375rem !important;}
.fpx32 {font-size:2rem}
.fpx34 {font-size:2.125rem}
.fpx35 {font-size:2.1875rem}
.fpx36 {font-size:2.25rem}
.fpx38 {font-size:2.375rem}
.fpx40 {font-size:2.5rem}
.fpx41 {font-size:2.5625rem}
.fpx42 {font-size:2.625rem}
.fpx45 {font-size:2.8125rem}
.fpx48 {font-size:3rem}
.fpx50 {font-size:3.125rem}
.fpx60 {font-size:3.75rem} */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.mb50 {margin-bottom: 50px;}	
.pt30 {padding-top: 30px;}
.pb50 {padding-bottom: 50px;}
.pl20 {padding-left: 20px !important;}
.pr20 {padding-right: 20px !important;}

.bold{font-weight:700 !important;}
.medium{font-weight:500 !important;}
.regular{font-weight:300 !important;}
.light{font-weight:100 !important;}
.en{ font-family: 'Montserrat', 'arial','NotoSansKR';letter-spacing:0;}
.en.bold{font-weight:800;}
.en.medium{font-weight:700;}
.en.regular{font-weight:400;}

.navy {color: #0167b2;}

.inp {
    display: inline-block;
    height: 36px;
    -webkit-appearance: none;
    box-shadow: none;
}
.tac {text-align: center;}

.box_refer {
  position: relative;
  padding: 36px 20px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  word-break:keep-all;
}
.box_refer:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #0167b2;
  border-left: 2px solid #0167b2;
  content: "";
}
.box_refer:after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #0167b2;
  border-right: 2px solid #0167b2;
  content: "";
}
.box_refer p + p {
  margin-top: 10px;
}
.box_refer .btn_download {
  display: inline-block;
  width: 160px;
  line-height: 36px;
  margin-top: 12px;
  border: 2px solid #8cc751;
  color: #8cc751;
  font-weight: bold;
  font-size: 15px;
}
.box_refer .btn_download:before {
  width: 15px;
  height: 16px;
  margin: 10px 5px 0 0;
  background-position: -45px -100px;
  content: "";
}
/*board list*/

.hd_tbl {
  margin-bottom: 10px;
}
.hd_tbl .total {
  display: inline-block;
  line-height: 36px;
}
.hd_tbl .total .gsb {
  letter-spacing: 0;
  color: #0167b2;font-size:16px;vertical-align:middle;
}
.hd_tbl .wrap_sch {
  float: right;
  position: relative;
  font-size: 0;
}
.hd_tbl .wrap_sch .slt, .hd_tbl .wrap_sch .inp {
  height: 36px;
  border-radius: 3px;
  border-color: #ccc;
  font-size: 15px;
}
.hd_tbl .wrap_sch .slt {
  margin-right: 4px;
}
.hd_tbl .wrap_sch .inp {
  width: 250px;
  border-radius: 3px 0 0 3px;
}
.hd_tbl .wrap_sch +.wrap_sch .slt{width:155px;}
.hd_tbl .wrap_sch +.wrap_sch .inp{width:calc( 100% - 160px );}
.hd_tbl .wrap_sch .btn_sch {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  background: #0167b2;
  font-size: 15px;
}
.hd_tbl .wrap_sch .btn_sch .ico_comm {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  background-position: -100px -100px;
}


.wrap_tblset {border-top:1px solid #0167b2;border-bottom:1px solid #ccc; font-size:0;}
.wrap_tblset .tr {display:table; width:100%;}
.wrap_tblset .th,
.wrap_tblset .td {display:table-cell;height:50px; padding:6px; font-size:15px; vertical-align:middle; box-sizing:border-box; line-height:20px;}
.wrap_tblset .th + .th,
.wrap_tblset .th + .td,
.wrap_tblset .td + .th,
.wrap_tblset .td + .td {border-left:1px solid #ddd;}
.wrap_tblset .thead {text-align:center; font-weight:bold;}
.wrap_tblset .thead .tr {border-bottom:1px solid #aaa;}
.wrap_tblset .th {padding:15px 10px; font-weight:normal; color:#0167b2;background:#f5faff; text-align:center;}
.wrap_tblset .tbody .tr + .tr {border-top:1px solid #ddd;}
.wrap_tblset .tit {text-align:left;}
.wrap_tblset .td .dl_comm {padding:3px 5px}
.wrap_tblset .inp {width:280px;}
.wrap_tblset .btn_line,
.wrap_tblset .btn,
.wrap_tblset .btn_emph {font-size:15px; margin-left:2px; min-width:100px; padding:0; line-height:34px; height:36px; font-weight:normal; border-radius:0}
.wrap_tblset .refer {display:inline-block; font-size:14px; color:#777; margin:0 10px;}
.wrap_tblset .wrap_slt {display:inline-block;}
.wrap_tblset .btns {font-size:0;}
.wrap_tblset .btns * {height:26px; min-width:40px; line-height:24px; font-size:13px; padding:0 0.5em; font-weight:normal; border-radius:0}
.wrap_tblset .btns * + * {margin-left:5px}
.wrap_tblset + .wrap_btn {margin-top:40px; text-align:center;}
.wrap_tblset .nodata, .wrap_tblset .nodata {
    padding: 150px 0 !important;
    text-align: center;
    color: #999;
}
.mobile_inline{display:none;}
.wrap_tblset .th{text-align:center;}
.wrap_tblset .col_tit{word-break:keep-all;}
.wrap_tblset .col_tit em {display: inline-block;font-size: 15px;color: #0167b2;margin-right: 10px;}
.wrap_tblset .tr.imp .col_num{font-weight:bold;color:#0167b2;font-family: "Pretendard" !important;}
.wrap_tblset .td.col_tit{text-align:left;vertical-align:middle;}
.wrap_tblset .col_num{width:10%}
.wrap_tblset .col_hit{width:7%;}
.wrap_tblset .col_file{width:7%;}
.wrap_tblset .col_view{width:7%;}
.wrap_tblset .col_status{width:7%;}
.wrap_tblset .col_writer{width:12%;}
.wrap_tblset .col_subtitle{width:20%;}
.wrap_tblset .col_date{width:12%;}
.wrap_tblset .col_status .status_val{vertical-align:middle;color:#0167b2;}
.wrap_tblset .col_status .btns {min-width:0; padding:2px 6px; font-size:12px;vertical-align:middle; margin-left:5px;border:1px solid #0167b2;background-color:#f5faff;border-radius:3px;font-weight:normal;color:#0167b2;}
.wrap_tblset .col_file .ico_comm {width: 14px;height: 18px;background-position: -65px -100px;}
.wrap_tblset .col_view .ico_comm {width: 17px;height: 17px;background-position: 0 -80px;}
/**/
/*board_view*/
.view {margin-top:18px; border-top:1px solid #0167b2;}
.view *{box-sizing:border-box;}
.view .title_cont {position:relative; padding:20px 20px; border-bottom:1px solid #aaa; display:block;}
.view .title_cont.imp {background-color:#f5faff;}
.view .title_cont ul {overflow:hidden;}
.view .title_cont li.view_thumb {width:80px; float:left;}
.view .title_cont li.thumb_right {width:calc( 100% - 102px ); padding-left:20px; float:left; }
.view .title_cont li.no_thumb {width:100%; padding-top:7px;}
.view .title_cont .view_thumb .thumb {width:100%; display:block; height:80px; background-repeat:no-repeat; background-size:cover; background-position:50% 50%; border:1px solid #ddd;}
.view .title_cont .cate {color:#999; font-weight:400; font-size:20px; margin-right:10px;vertical-align:middle;}
.view .title_cont .tit {display:inline-block; max-width:1040px; max-width:calc(100% - 240px); font-size:20px; color:#333; font-weight:600; line-height:32px;vertical-align:middle;}
.view .title_cont .date {font-size:16px; color:#555; line-height:20px;}
.view .title_cont .info {font-size:16px; color:#555; line-height:20px; margin-top:12px; width:100%;}
#board .sch .btn::before,#gallery .sch .btn::before {width:16px; height:16px; margin:10px 5px 0 0; background-position:-230px -90px; content:'';}

.view .title_cont .info dl.datetime {}
.view .title_cont .info dl.hit {margin-right:10px;}
.view .title_cont .info dl:nth-of-type(2),.view .title_cont .info dl:nth-of-type(3) {float:right;}
.view .title_cont .info * {display:inline-block; vertical-align:top;}
.view .title_cont .info dl + dl::before {display:inline-block; width:1px; height:16px; margin:3px 6px 0 10px; background:#aaa; vertical-align:top; content:'';}
.view .title_cont .info dl:last-child::before {display:none;}
.view .title_cont .info dt {margin-right:5px;}
.view .title_cont .info dd {color:#333;} 

.view .wrap_cont {border-bottom:1px solid #aaa}
.view .wrap_cont .cont {min-height:300px; padding:20px 20px 50px; color:#555; font-size:16px;position:relative;}
.view .wrap_cont .cont ul, .view .wrap_cont .cont ol {list-style: initial;text-indent:20px;}/*ckeditor*/
.view .wrap_cont .cont strong{font-weight:bold;}/*ckeditor*/
.view .wrap_cont .cont img {max-width:100%;}
.view .wrap_cont .cont p{margin-bottom:10px;text-align:justify;word-break:break-word;}
.view .wrap_cont .imgwrap{max-width:1000px;margin:auto;text-align:center;padding-top:40px;padding-bottom:40px;}
.view .files {display:table; padding:20px 0; width:100%; border-top:1px solid #aaa;}
.view .files strong {display:table-cell; width:110px; text-align:center; vertical-align:middle;}
.view .files ul {display:table-cell; padding-left:30px; border-left:1px solid #ddd;}
.view .files ul li + li {margin-top:8px;}
.view .files .btn {min-width:0; padding:0 6px; font-size:12px; line-height:22px; vertical-align:top; margin-right:5px;}
.view .files .btn::before {width:13px; height:14px; margin:4px 3px 0 0; background-position:-120px -165px; opacity:0.5; content:'';}
.view .files span {display:inline-block; vertical-align:top; line-height:24px; font-size:16px; letter-spacing:0; margin-right:10px;}
.view .prevnextwrap {margin-top:50px; border-top:1px solid #0167b2}
.view .prevnext {display:table; padding:20px 0; width:100%; border-bottom:1px solid #aaa;}
.view .prevnext ul {display:block; overflow:hidden;}
.view .prevnext ul li:nth-of-type(1) {display:block; float:left; width:100px;  border-right:1px solid #ddd; text-align:center; vertical-align:middle;}
.view .prevnext ul li:nth-of-type(2) {display:block; float:left; width:calc( 100% - 100px ); padding-left:30px; padding-right:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:block;}
.view .cmtwrap {border-bottom:1px solid #ddd; padding:20px; color:#333; font-size:16px; overflow:hidden;}
.view .cmtwrap p {font-size:inherit; color:inherit;}
.view .cmtwrap p span {font-weight:bold;}
.view .cmtwrap .txtwrap {border:1px solid #aaa; border-radius:3px; margin:10px 0; padding:0; height:100px;}
.view .cmtwrap .txtwrap textarea {padding:10px; height:100px; width:calc( 100% - 100px ); font-size:inherit;}
.view .cmtwrap .txtwrap button {border-left:1px solid #aaa; float:right; height:100px; width:100px; text-align:center; line-height:100px; color:#333; font-size:18px; font-size:inherit;}
.view .cmtmsg {color:#555; font-size:16px; overflow:hidden;}
.view .cmtmsg button {margin-left:20px; height:26px; min-width:60px; line-height:24px; font-size:13px; padding:0 0.5em; font-weight:normal; border-radius:2px;}
.view .cmtmsg li {border-bottom:1px solid #ddd; padding:20px; display:block;}
.view .cmtmsg li dl.info dd {display:inline-block;font-size:15px;line-height:28px;}
.view .cmtmsg li dl.info dd.date {margin-left:10px; font-size:15px; color:#999;font-family:'Montserrat';line-height:28px;vertical-align:middle;}
.view .cmtmsg li dl.msg {color:#666;}
.view .cmtmsg li dl + dl {margin-top:10px;}
.view .cmtmsg li:last-child {border-bottom:1px solid #aaa;}
/*board_write*/
.write .wrap_tit_comm{margin-bottom:10px;}
.write .lst_chk {
  font-size: 0;
}
.write .lst_chk li {
  display: inline-block;
}
.write .lst_chk li + li {
  margin-left: 20px;
}
.write .lst_chk .chk + label {
  font-size: 16px;
  margin-left: 5px;
  cursor:pointer
}
input[type="button"]{cursor:pointer;}
.write input.cal {
  background: url(../images/calendar.png) right 50% no-repeat;
  background-size: 26px auto;
}

.write .wrap_tbl {
  border-top: 2px solid #0167b2;
}
.write .wrap_tbl table {
  border-collapse: collapse;
}
.write .wrap_tbl tr + tr th, .write .wrap_tbl tr + tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.write .wrap_tbl th, .wrap_tbl td {
  height: 50px;
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.write .wrap_tbl thead th {
  background: #f5faff;
  color: #0167b2;
  text-align: center;
  font-weight: normal;
  border-bottom-color: #ccc;
}
.write .wrap_tbl tbody th {
  padding: 10px 20px;
  background: #f7f7f7;
  font-weight: bold;
  text-align: left;
}
.write .inp, .write .wrap_tbl tbody .inp, .write .wrap_tbl tbody .slt {
  display: inline-block;
  height: 40px;
  font-size: 16px;
}
.write .wrap_tbl tbody .inp {
  width: 260px;
  max-width: 100%;
}
.write .wrap_tbl tbody .w100 {
  width: 100%;
}
.write .wrap_tbl tbody .inp + .slt, .wrap_tbl tbody .slt + .inp {
  margin-left: 2px;
}
.write .wrap_withbtn {display:flex;}
.write .wrap_withbtn .inp {width: calc( 100% - 100px ) !important;margin-right: 0;}
.write .wrap_withbtn .btn_gray {width: 100px;color: #333;border: 1px solid #bbb;height: 40px;line-height: 38px;
    font-size: 15px;}
.write .wrap_withbtn .btn_blue {width: 100px;color: #fff;background-color:#0167b2;border: 1px solid #0167b2;height: 40px;line-height: 38px;
    font-size: 15px;}	
.write .wrap_upload {  width: 100%;}
.write .wrap_upload .inp {width: 100%;margin-right: 0;}
.write .wrap_upload .isfile{padding:2px 5px;}
.write .wrap_upload .find_file { 
  margin-bottom: 5px;
}
.write .wrap_upload .find_file .inp {
  width: 200px;
}
.write .wrap_upload .find_file .btn_line {
  color:#333;
  border: 1px solid #bbb;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
  padding: 0 1em;
  font-size: 16px;
}
  .write .wrap_upload .isfile{display:inline-block;padding:5px 20px;}
  .write .wrap_upload .isfile .filename{vertical-align:middle;margin-right:10px;}
.write .wrap_tbl thead + tbody tr:first-child th,.write .wrap_tbl thead + tbody tr:first-child td {
  border-top: none;
}
.write .wrap_upload .btn_del { height: 28px;line-height: 26px; border: 1px solid #bbb;font-size: 14px;padding: 0 10px;background: #fff;vertical-align:middle;}
.write .btn_line.ico_file{border:1px solid #333;color:#333;}
.write .wrap_upload .ico_file:before {
	display:inline-block;
    width: 22px;
    height: 16px;
    margin: 9px 3px 0 0;
	background-image: url(../images/ico_comm_board.png);
	background-repeat: no-repeat;	
    background-position: -170px 0px;
    content: '';
    opacity: 0.6;
}
.write .wrap_tbl tbody .wrap_address {
  font-size: 0;
}
.write .wrap_tbl tbody .wrap_address .inp {
  width: 40%;
  margin-right: 5px;
}
.write .wrap_tbl tbody .wrap_address .find_postcode {
  margin-bottom: 5px;
}
.write .wrap_tbl tbody .wrap_address .find_postcode .inp {
  width: 200px;
}
.write .wrap_tbl tbody .wrap_address .find_postcode .btn_line {
  border-radius: 0;
  height: 40px;
  line-height: 38px;
  padding: 0 1em;
  font-size: 16px;
}
.write .flex_wrap.wrap_withchk .chk_wrap{padding:0 10px;}
.write .flex_wrap.wrap_withchk .chk_wrap label,
.write .flex_wrap.wrap_withchk .chk_wrap .chk{line-height:36px;vertical-align:middle;}
/* #contents .ft_cont {
  position: relative;
  margin-top: 40px;
  padding: 7px 0;
  text-align: center;
  font-size: 0;
}
#contents .ft_cont .left {
  position: absolute;
  top: 0;
  left: 0;
}

#contents .ft_cont .right {
    position: absolute;
    top: 0;
    right: 0;
}
#contents .ft_cont .left a, #contents .ft_cont .right a {
  display: inline-block;
  border-radius: 0;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
}
#contents .ft_cont .left a + a,
#contents .ft_cont .right a + a{margin-left:5px;}
#contents .ft_cont .btn_big,
#contents .ft_cont .btn_write {
  width: 160px;
}
#contents .ft_cont .btn_list:before {
	display:inline-block;
    width: 14px;
    height: 14px;
    margin: 18px 5px 0 0;
	background-size:100%;
	background-image: url(../images/icon_m.png);
    background-repeat: no-repeat;	
    content: '';
}

#contents .ft_cont .btn_write:before {
  display:inline-block;
    width: 14px;
    height: 18px;
    margin: 17px 5px 0 0;
	background-size:100%;
	background-image: url(../images/icon_p.png);
    background-repeat: no-repeat;	
    content: '';
}
#contents .ft_cont .btn_del {
  width: 160px;
}
#contents .ft_cont .btn_del:before {
    display:inline-block;
    width: 14px;
    height: 18px;
    margin: 17px 5px 0 0;
	background-size:100%;
	background-image: url(../images/icon_t.png);
    background-repeat: no-repeat;	
    content: '';
}
#contents .ft_cont {position: relative; margin-top: 40px; padding: 7px 0;text-align: center; font-size: 0;min-height:50px;}
.paging a {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd; border-radius:50%;
  background: #fff;
} */
.paging > a, .paging .lst_page, .paging li {
  display: inline-block;
}
/* .paging a + a {
  border-left: none;
} */

.paging .lst_page {
  margin: 0 10px;
}
.paging .lst_page li + li {
  margin-left: 5px;
}
.paging .lst_page a {
  display: block;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0;
  color: #333;
}
.paging .lst_page .current a {
  border-color: #589bcf;
  background: #589bcf;
  color: #fff;
  font-weight: bold;
}
.paging {text-align:center; margin: 0 auto; margin-top: 80px;}
.paging a{font-weight:400;display:inline-block;width:40px;height:40px;margin-left:3px;margin-right:3px;color:#959595;text-align:center;line-height:39px;background-color:#fff;letter-spacing:0;}
.paging a.active {background-color:#f6f6f6;color:#5f5e5e;border-radius:50%;background-repeat:no-repeat;background-position:center; border: 1px solid #5f5e5e;}
.paging a.first {background-image:url(../images/page-first@2x.png);background-size:22px;width:40px;background-repeat:no-repeat;background-position:center;text-indent:-10000px; border:none;}
.paging a.prev {background-image:url(../images/page-prev@2x.png);background-size:12px;width:40px;margin-right:10px;background-repeat:no-repeat;background-position:center;text-indent:-10000px; border:none;}
.paging a.next {background-image:url(../images/page-next@2x.png);background-size:10px;width:40px;margin-left:10px;background-repeat:no-repeat;background-position:center;text-indent:-10000px; border:none;}
.paging a.last {background-image:url(../images/page-last@2x.png);background-size:22px;width:40px;background-repeat:no-repeat;background-position:center;text-indent:-10000px; border:none;}

.ico_blanks{display:inline-block;background-image:url('../images/icon_blanks.png');background-size:100%;background-repeat:no-repeat;width:14px;height:20px;background-position:center center ;margin:0 0 0 3px;padding:0;font-size:0;vertical-align:middle;}
.ico_blankb{display:inline-block;background-image:url('../images/icon_blankb.png');background-size:100%;background-repeat:no-repeat;width:17px;height:25px;background-position:center center ;margin:0 0 0 5px;padding:0;font-size:0;opacity:0.7;vertical-align:middle;}
.ico_new{display:inline-block;background-image:url('../images/icon_n.png');background-size:100%;background-repeat:no-repeat;width:28px;height:20px;background-position:center center ;margin:0 0 0 3px;padding:0;font-size:0 !important;}
.ico_reply{display:inline-block;background-image:url('../images/icon_re.png');background-size:100%;background-repeat:no-repeat;width:15px;height:20px;background-position:center center ;margin:0;padding:0;font-size:0 !important;}
.ico_lock{display:inline-block;background-image:url('../images/icon_lo.png');background-size:100%;background-repeat:no-repeat;width:15px;height:20px;background-position:center center ;margin:0;padding:0;font-size:0 !important;}
.ico_home{display:inline-block;background-image:url('../images/icon_home.png');background-size:100%;background-repeat:no-repeat;width:15px;height:30px;background-position:center center ;margin:0;padding:0;font-size:0 !important;}
.icowrap_circle{display:inline-block;background-color:#589bcf;width:30px;height:30px;border-radius:30px;vertical-align:middle;margin-left:3px;margin-right:3px;}
.icowrap_circle + a{vertical-align:middle;}
.col_subtitle a{vertical-align:middle;}

/*list_gallery*/
.per_list {position: relative; overflow: hidden;padding: 30px 0;display:flex;flex-wrap:wrap;}
.per_list.col4 .item{width: 23%;margin: 1%;}
.per_list.col3 .item{width: 31.33%;margin: 1%;}
.per_list .item {position: relative;}
.per_list .thumbnail {
  background-image:url('../images/gallery.jpg');
  background-position:center;
  background-size:cover;
  position: relative;
  width:100%;
  max-width:100%;
  margin: 0 auto;
  z-index: 9;
}
.per_list.col4.square .thumbnail{height:250px;}
.per_list.col3.square .thumbnail{height:350px;}
.per_list.col4.wide .thumbnail{height:200px;}
.per_list.col3.wide .thumbnail{height:280px;}
.per_list.col4.vert .thumbnail{height:350px;}
.per_list.col3.vert .thumbnail{height:450px;}
  .per_list .thumbnail:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
}
  .per_list .cate {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
  .per_list .cate1 {background: #f04c62;}
  .per_list .cate2 {background: #007e4b;}
  .per_list .cate3 {background: #f7943b;}
  .per_list .cate4 {background: #3b9cef;}
  .per_list .cate5 {background: #8b29e6;}
  .per_list .wrap_cont {
  position: relative;
  margin-top: -1px;
  padding: 20px; min-height:157px;
  background: #fff; border:1px solid #ddd;
}
  .per_list .tit {
  display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; margin-top: 2px;
}
  .per_list .cont {
  display: inline-block;
  margin-top: 20px;
  color: #666;
  line-height: 20px;
  text-align: left;
}
  .per_list .cont span {
  display: block;
  position: relative;
  font-weight: 400;
}
  .per_list .cont span:before {
  position: absolute;
  content: "";
}
  .per_list .cont span + span {
  margin-top: 12px;
}
  .per_list .location:before {
  width: 14px;
  height: 20px;
  top: 0;
  left: 5px;
  background-position: -50px -40px;
  content: "";
}
  .per_list .datetime:before {
  width: 20px;
  height: 18px;
  top: 1px;
  left: 0px;
  background-position: -70px -40px;
  content: "";
}
.gray_box {
background: #f5f5f5;
    padding: 30px;
    margin: 10px 0;
    line-height: 1.4;
    word-break: keep-all;
}

.w-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:500px}
.winbar{background-color:#589bcf;padding:20px 40px;position:relative;}
.winbar h3{font-size:22px;font-weight:normal;color: #fff;}
.w-container .closex{position:absolute;top:20px;right:40px; font-size: 0px;    cursor: pointer;    width: 30px;    height: 30px;
    background: url(../images/pop_close.png) 50% 50% no-repeat;
    background-size: 100%;
}
.wincont{padding:40px;}
.wincont .wrap_frm{margin:20px 0 0;}
.wincont .wrap_frm dt {
    font-size: 16px;
    font-weight: bold;
    color: #a0a3a5;
}
.wincont .wrap_frm input[type=text], .wincont  .wrap_frm input[type=password] {
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 20px;
    letter-spacing: 0;
}
.wincont .btn_wrap{padding:20px 0;}
.wincont .actionbtn{ text-align:center; display: inline-block;border-radius: 0;height: 50px;line-height: 48px;font-size: 16px;
    background: #0167b2; border: 1px solid #0167b2; color: #fff;font-weight: normal;width:100%;}





/*페이지 내 콘텐츠 모듈*/
/* 자주 하는 질문, 1:1 이용 문의 */
#faqcont {max-width:1100px; margin:0 auto;}
#faqcont .sch_comm {padding:20px 0;text-align:center;}
#faqcont .sch_comm .wrap_withbtn{max-width:400px;margin:0 auto;}
#faqcont .tab_comm {margin-top:40px}
#faqcont .tab_wrap{}
#faqcont .tab_comm li{width:16.6%;}
#faqcont .list_faq {margin-top:40px; border-top:1px solid #ccc;}
#faqcont .list_faq li {border-bottom:1px solid #ddd;}
#faqcont .list_faq li span.hidetxt {display:block;width:27px; height:27px; background:url(../images/qna.png) 0 0 no-repeat; }
#faqcont .list_faq p {overflow:hidden;}
#faqcont .list_faq li .q,
#faqcont .list_faq li .a {position:relative; overflow:hidden;}
#faqcont .list_faq li .q {}
#faqcont .list_faq li .q div{padding:20px 0;}
#faqcont .list_faq li .q p {font-size:16px;line-height:1.2;margin-top:5px;}
#faqcont .list_faq li .q .cate {display:inline-block; margin:4px 6px 0 0; font-size:14px; background:#589bcf; color:#fff; line-height:18px; border-radius:3px; vertical-align:top; padding:2px 5px;}
#faqcont .list_faq li .a {display:none;background-color:#f5f5f5;padding:20px;}
#faqcont .list_faq li .a p {color:#777}
#faqcont .list_faq li .a span.hidetxt { background-position:0 -30px}
#faqcont .list_faq li .q .ico_q {padding-left:20px;}
#faqcont .list_faq li .q .ico_arrow {font-size:15px;
background-image:url(../images/arrow_gray_top.png);background-repeat:no-repeat;background-size:20px;
background-position:center right 20px;padding-right:40px;
}
#faqcont .list_faq li.on .q .ico_arrow {font-size:15px;
background-image:url(../images/arrow_sky_bottom.png);background-repeat:no-repeat;background-size:20px;
background-position:center right 20px;padding-right:40px;
}

#faqcont .list_faq li.on .a {display:block;}
#faqcont .foot_cont {position:relative; padding:6px 180px; margin-top:50px;}
#faqcont .foot_cont .paging {margin:0}
#faqcont .foot_cont .wrap_btn {position:absolute; top:0; right:0; }
#faqcont .foot_cont .wrap_btn .btn_line {min-width:0; width:160px; height:40px; margin:0; line-height:38px; font-size:15px;}
#faqcont .gray { background: #f5f5f5;}
#faqcont .sch_comm {text-align: center;}








/*keypad*/

.keypad_wrap {
  z-index:5;
  display:block;
  position:absolute;
  border-radius: 12px;
  margin: 0;
  display:block;background-color:#f5f5f5;border:1px solid #ddd;width:180px;
  padding: 10px;
}
.keyplace{position:relative;}

.keypad {
  background: transparent;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  height: 180px;
  justify-content: flex-end;
}

.keypad button,
.keypad a
 {
  background: #fff;
  border: 1px solid #4AC9FF;
  border-radius: 4px;
  color: #4AC9FF;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  margin: 2%;
  width: 29%;
  line-height:38px;
  text-align:center;

}
.keypad button:hover {
    background: #4AC9FF;
    color: #2C3538;
  }
.keypad a:hover {
    background: #4AC9FF;
    color: #2C3538;
  }  
@keyframes blink {
	0%{opacity: 1;}
	50%{opacity: 1;}
  51%{opacity: 0;}
  100%{opacity: 0;}
}
.redactor-styles{font-family:"Pretendard";}
.redactor-styles i,
.redactor-styles b
{
  font-style: initial !important;
}
.redactor-styles em{font-style: italic !important;}
.redactor-styles strong{font-weight:bold;}
.redactor-styles ol{list-style:decimal}
.redactor-styles ul{list-style:disc;}
.view .wrap_cont ul{text-indent:0 !important;padding-left:20px !important;}
.view .wrap_cont ol{text-indent:0 !important;padding-left:20px !important;}
.view .wrap_cont em{font-style: italic !important;}
.view .wrap_cont table td, .view .wrap_cont table th {
    border: 1px solid #eee;
    padding: 16px;
    padding-bottom: 15px;
}



