@charset "UTF-8";
/* **************************************************************************** */
/*	@CreateDate   :   */
/*	@ModifyDate   :             */
/*	@Description  : scss build  */
/*	@Author       :         */
/* ***************************************************************************** */
/* ==================================================MEDIAQUERY GRAMMER============================================================== */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&display=swap');
.b_mt3{
	display:block;
	margin-top:30px;
}
body {
  font-weight: 400;
}

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

big, strong, b, dt, th {
  font-weight: 400;
}
em{
	font-style:normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp,
small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
article, aside, canvas, details, embed, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img, fieldset, form, label, legend, figure, figcaption, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
img{
	max-width:100%;
}
/* select {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}
 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

img {
  line-height: 0;
  font-size: 0;
}

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

table {
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.adi {
  max-width: 100%;
  height: auto;
}

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

/* IE 6/7 .clearfix { zoom: 1; } */
.skip a {
  display: block;
  height: 1px;
  width: 1px;
  margin: 0 -1px -1px 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.skip a:hover, .skip a:active, .skip a:focus {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  text-indent: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-decoration: none !important;
  position: relative;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
}

a, a:active, a:visited {
  text-decoration: none;
  /*color: inherit; */
}

a:active, a:hover {
  text-decoration: none;
}

.no-hashchang a, .no-hashchang a:active, .no-hashchang a:visited {
  text-decoration: none;
  color: #1a2025;
}

caption {
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.hidden,
legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* 
select {
  background: #fff url("/resources/images/common/select_ico.png") right 10px center no-repeat;
  padding-left: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
 */
input[type="text"],
input[type="tel"] {
  background: #fff;
}

.mint_tb input {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
  color: #666;
}

input[placeholder]:-moz-placeholder,
textarea[placeholder]:-moz-placeholder {
  color: #666;
}

input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
  color: #666;
}

input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
  color: #666;
}

input[placeholder].placeholder,
textarea[placeholder].placeholder {
  color: #666;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

body {
  position: relative;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family:'Noto Sans KR', sans-serif;
}

html,
body {
  height: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.i_block {
  display: inline-block;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cell_box {
  display: table-cell;
  vertical-align: middle;
}

#footer .agentArea {
  background: #fff;
  border-top: 1px solid #ccc;
}

#footer .agentArea .inner {
  position: relative;
}

#footer .agentArea .agent_slider {
  padding: 0 110px;
}

#footer .agentArea .agent_slider a {
  display: table;
  width: 100%;
  height: 77px;
}

#footer .agentArea .agent_slider a img {
  margin: 0 auto;
}

#footer .agentArea .slick-arrow {
  text-indent: -9999px;
  position: absolute;
  width: 60px;
  height: 61px;
  z-index: 1;
  top: calc(50% - 30.5px);
  background-size: 100%;
}

#footer .agentArea .slick-arrow.left_arrow {
  background: url("/resources/images/common/ag_left.png") center center no-repeat;
  left: 0;
}

#footer .agentArea .slick-arrow.right_arrow {
  background: url("/resources/images/common/ag_right.png") center center no-repeat;
  right: 0;
}

#footer .copyArea {
  padding-bottom: 65px;
  background: #333;
}

#footer .copyArea .footerShortcut {
  padding: 30px 0;
  border-bottom: 2px solid #5c5c5c;
  overflow: hidden;
}

#footer .copyArea .footerShortcut > li {
  color: #bbb;
  font-size: 16px;
  font-weight: 700;
  float: left;
  position: relative;
}
#footer .copyArea .footerShortcut > li:first-child{
	color:#fff;
}
#footer .copyArea .footerShortcut > li:not(:last-child) {
  padding-right: 50px;
}

#footer .copyArea .footerShortcut > li:not(:last-child) :after {
  content: '';
  position: Absolute;
  width: 1px;
  height: 16px;
  background: #5c5c5c;
  right: 24px;
  top: calc(50% - 8px);
}

#footer .copyArea .info {
  margin-top: 30px;
}

#footer .copyArea .info li {
  float: left;
  font-size: 16px;
  color: #999;
}

#footer .copyArea .info li:first-child {
  color: #fff;
  font-weight: 700;
}

#footer .copyArea .info li:not(:last-child) {
  margin-right: 25px;
}

#footer .copyArea .copyright {
  font-size: 16px;
  color: #999;
  margin-top: 15px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[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;
}

/* ------------------------- Button & Icon ------------------------- */
/* ------------------------- Icon List ------------------------- */
.infocon1:before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 75px;
  background: url("/resources/images/common/info_icon1.png") no-repeat 0px 0px;
}

.infocon2:before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 75px;
  background: url("/resources/images/common/info_icon1.png") no-repeat -100px 0px;
}

.infocon3:before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 75px;
  background: url("/resources/images/common/info_icon1.png") no-repeat -200px 0px;
}

.infocon4:before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 75px;
  background: url("/resources/images/common/info_icon1.png") no-repeat -300px 0px;
}

.infocon5:before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 75px;
  background: url("/resources/images/common/info_icon1.png") no-repeat -400px 0px;
}

.infocon6:before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 75px;
  background: url("/resources/images/common/info_icon1.png") no-repeat -500px 0px;
}

.infocon7:before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 75px;
  background: url("/resources/images/common/info_icon1.png") no-repeat -600px 0px;
}

.infocon8:before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 75px;
  background: url("/resources/images/common/info_icon1.png") no-repeat -700px 0px;
}
.main_visual .in {
  position: relative;
  width: 100%;
  z-index: 1;
}
.main_visual .in ul li{
	position:relative;
	overflow:hideen;
}

.main_visual .txt_in {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 100px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: 'Nanum Myeongjo', serif;
}

.main_visual .txt_in .tit_banner {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
  line-height: 1.5;
}

.main_visual .txt_in p {
  font-size: 20px;
}

.noticeArea .controls {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 11;
  top: calc(100% -5px);
}
.newsArea_tabList{
	padding-left:300px;
}
.newsArea_tabList li{
	font-size:20px;
	border:1px solid #aeaeae;
	border-bottom:none;
	border-right:none;
	font-weight: 700;
	float:left;
	width:136.5px;
	height:2.174em;
	line-height:2.174;
	text-align:center;
	cursor:pointer;
}
.newsArea_tabList li:last-child{border-right:1px solid #aeaeae;}
.newsArea_tabList li.active{
	background:#aeaeae;
	color:#fff;
}
.news_list{
	border:1px solid #aeaeae;
	padding:32px 34px 32px 16px;
	height:210px;
}
.news_list > li:before, .news_list > li:after {
  content: "";
  display: table;
}

.news_list > li:after {
  clear: both;
}
.news_list > li .tit{
	float:left;
	font-size: 15px;
    color: #666;
    font-weight: 300;
    max-height: 1em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
    max-width:80%;
    padding-left:20px;
    position:relative;
}
.news_list > li .tit:before{
	content:'';
	position:absolute;
	width:6px;
	height:6px;
	background:#aeaeae;
	left:0;
	top:calc(50% - 3px);
	
}

.news_list > li .date{float:right;}
.news_list > li:not(:last-child){
	margin-bottom:18px;
}
.noticeArea {
    background: #f5f5f5;
    padding-bottom: 40px;
    margin-bottom: 45px;
}

.noticeArea .inner {
  position: relative;
}

.noticeArea ul.noticeList {
  margin-top: -40px;
  z-index: 10;
  padding:30px;
  background:#f5f5f5;
}

.noticeArea ul.noticeList .slick-list {
  margin: 0 -10px;
}

.noticeArea ul.noticeList li .square {
  padding: 5.7rem 3rem;
  margin: 0 10px;
  height: 300px;
  text-align: center;
  color: #fff;
}      
.noticeArea ul.noticeList li .square{
	background:#444;
}     
.noticeArea ul.noticeList li .square.square0{
	background:#006bbd;      
}
.noticeArea ul.noticeList li .square.square1{
	background:#14a23e;      
}
.noticeArea ul.noticeList li .square.square2{
	background:#11a09a;      
}
.noticeArea ul.noticeList li .square.square3{
	background:#e0912c;      
}
.noticeArea ul.noticeList li .square.square4{
	background:#a40d14;      
}
.noticeArea ul.noticeList li .square.square5{
	background:skyblue;      
}
/* .noticeArea ul.noticeList li .square{
	background:red;     
}                            
 */

.noticeArea ul.noticeList li .square .tit_notice {
  font-size: 1.375em;
  margin-bottom: 20px;
  line-height: 1.25em;
  overflow: hidden;
  max-height: 3.7em;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  visibility: visible;
  text-overflow: -o-ellipsis-lastline;
}

.noticeArea ul.noticeList li .square .cont_notice {
  font-size: 0.875em;
  overflow: hidden;
  line-height: 1.429em;
  max-height: 5.714em;
  text-align:left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.noticeArea ul.noticeList li .square .detail{
	display:block;
	border: 1px solid #fff;
    padding: 10px;
    width:120px;
    margin:20px auto 0;
}

.noticeArea .slick-arrow {
  position: absolute;
  width: 3.75em;
  height: 3.8125em;
  z-index: 1;
  top: calc(50% - 30.5px);
  background-size: 100%;
}

.noticeArea .slick-arrow.left_arrow {
  background: url("/resources/images/common/arrow_left.png") center center no-repeat;
  left: -90px;
}

.noticeArea .slick-arrow.right_arrow {
  background: url("/resources/images/common/arrow_right.png") center center no-repeat;
  right: -90px;
}

.noticeArea .controls > * {
  display: inline-block;
}

.noticeArea .controls .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.noticeArea .controls .slick-dots li.slick-active button {
  background: #919191;
}

.noticeArea .controls .slick-dots li button {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 2px solid #919191;
  outline: none;
  background: #f5f5f5;
  border-radius: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}

.noticeArea .controls .snp {
  outline-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  overflow: hidden;
  width: 7px;
  height: 15px;
  background: url(/resources/images/common/visual_pause.png) center center no-repeat;
  background-size: 100%;
  margin-left: 5px;
}

.noticeArea .controls .snp.play {
  width: 7px;
  height: 13px;
  background: url(/resources/images/common/visual_play.png) center center no-repeat;
}

.eventArea {
  padding: 70px 0;
}
/* 
.eventArea .slick-counter {
  font-size: 16px;
  position: absolute;
  left: -65px;
  bottom: 22px;
}

.eventArea .slick-counter .current {
  font-weight: 800;
  color: #b20c15;
} */

.eventArea .tit_ctr h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.225em;
}

.eventArea .tit_ctr .tit_sup {
  font-size: 17px;
  color: #454545;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin-top: 20px;
  line-height:1.25;
}

.eventArea .l {
  float: left;
  width: calc(100% - 320px);
  position: relative;
  margin-right: 20px;
}

.eventArea .l .tit_ctr {
  float: left;
  width: 300px;
}

.eventArea .l .tit_ctr .arrows {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}

.eventArea .l .tit_ctr .arrows .slick-arrow {
  position: absolute;
  width: 60px;
  height: 61px;
  z-index: 1;
  bottom: 0;
  background-size: 100% !important;
}

.eventArea .l .tit_ctr .arrows .slick-arrow.left_arrow {
  background: url("/resources/images/common/arrow_left_w.png") center center no-repeat;
  left: 0;
}

.eventArea .l .tit_ctr .arrows .slick-arrow.right_arrow {
  background: url("/resources/images/common/arrow_right_w.png") center center no-repeat;
  left: 64px;
}

.eventArea .l .bbsEvent {
  float: left;
  width: calc(100% - 300px);
}

.eventArea .l .bbsEvent .square {
  width: 280px;
  height: 260px;
  border: 1px solid #ddd;
  position: relative;
}

.eventArea .l .bbsEvent .square .miniBanner {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.eventArea .l .bbsEvent .square .miniBanner > * {
  float: left;
}

.eventArea .l .bbsEvent .square .miniBanner .new {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #b20c15;
  margin-right: 3px;
}

.eventArea .l .bbsEvent .square .square_cont {
  height: 100%;
  padding: 55px 20px 30px;
}

.eventArea .l .bbsEvent .square .square_cont .tit_event {
  font-size: 19px;
  color: #111;
  line-height: 1.421em;
  display: block;
  margin-bottom: 25px;
  max-height: 2.737em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: -o-ellipsis-lastline;
}

.eventArea .l .bbsEvent .square .square_cont div.infoList_event {
  margin-bottom: 50px;
}

.eventArea .l .bbsEvent .square .square_cont div.infoList_event p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  letter-spacing: -0.03em;
  line-height: 1.667;
  overflow: hidden;
  max-height: 3.333em;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  visibility: visible;
  text-overflow: -o-ellipsis-lastline;
}

.eventArea .l .bbsEvent .square .square_cont div.infoList_event p:not(:last-child) {
  margin-bottom: 10px;
}

.eventArea .l .bbsEvent .square .square_cont .date {
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-weight: 300;
  color: #666;
}

.eventArea .r {
  float: left;
  width: 300px;
  height: 260px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.eventArea .r .tit_issue {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}

.gallArea {
  background: #aeaeae;
  padding: 70px 0 200px;
}

.gallArea .gall_tabList {
  margin-bottom: 40px;
  text-align: center;
}

.gallArea .gall_tabList li {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.gallArea .gall_tabList li:not(:first-child) {
  margin-left: 35px;
}

.gallArea .gall_tabList li:not(:first-child):before {
  content: '';
  position: absolute;
  left: -17.5px;
  width: 1px;
  height: 20px;
  top: calc(50% - 10px);
  background: #909090;
}

.gallArea .gall_tabList li.active {
  color: #b20c15;
}

.gallArea .gall_tabList li.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #b20c15;
  left: 0;
  bottom: -13px;
}

.gallArea .cont {
  position: relative;
}

.gallArea .cont .slider .slick-list {
  margin: 0 -15px;
}

.gallArea .cont .slider .slick-slide {
  margin: 0 15px;
}

.gallArea .cont .slider li.item {
  text-align: center;
}

.gallArea .cont .slider li.item .img,
.gallArea .cont .slider li.item .video {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  height: 230px;
  position: relative;
  overflow: hidden;
  background:#000;
}

.gallArea .cont .slider li.item .img:hover img,
.gallArea .cont .slider li.item .video:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallArea .cont .slider li.item .img img,
.gallArea .cont .slider li.item .img iframe,
.gallArea .cont .slider li.item .video img,
.gallArea .cont .slider li.item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.gallArea .cont .slider li.item .caption {
  max-width: 380px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  padding: 30px 50px;
  border: 1px solid #ccc;
  border-top: none;
}

.gallArea .cont .slider li.item .txt .tit {
  font-size: 21px;
  color: #111;
  font-weight: 700;
  margin-bottom: 10px;
  line-height:1.25em;
  max-height: 1.25em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  visibility: visible;
}

.gallArea .cont .slider li.item .txt .info {
  font-size: 14px;
  font-weight: 300;
  color: #777;
  letter-spacing: -0.05em;
  line-height: 1.286em;
  margin-bottom: 24px;
  overflow: hidden;
  max-height: 2.571em;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  visibility: visible;
  text-overflow: -o-ellipsis-lastline;
}

.gallArea .cont .slider li.item a {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding:10px;
  border: 1px solid #a8b4c8;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gallArea .cont .slider li.item a:hover {
  background: #b20c15;
  border: 1px solid #b20c15;
  color: #fff;
}

.gallArea .cont .arrows {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  z-index: 11;
}

.gallArea .cont .arrows .slick-arrow {
  position: absolute;
  width: 15px;
  height: 24px;
  z-index: 1;
  bottom: 0;
  background-size: 100%;
}

.gallArea .cont .arrows .slick-arrow.left_arrow {
  background: url("/resources/images/common/gall_left.png") center center no-repeat;
  left: -50px;
}

.gallArea .cont .arrows .slick-arrow.right_arrow {
  background: url("/resources/images/common/gall_right.png") center center no-repeat;
  right: -50px;
}

.calArea {
  margin-top: -160px;
  padding: 50px 40px 60px;
  background: #fff;
}

.calArea .relListArea {
  float: left;
  width: calc(100% - 340px);
  margin-right: 30px;
}

.calArea .relListArea .calArea_tabList {
  text-align: center;
}

.calArea .relListArea .calArea_tabList > li {
  float: left;
  width: calc(25% - 1px);
  color: #fff;
  background: #4c4c4c;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  height: 70px;
  line-height: 3.5;
}

.calArea .relListArea .calArea_tabList > li:not(:last-child) {
  margin-right: 1px;
}

.calArea .relListArea .calArea_tabList > li span {
  position: relative;
  padding-left: 38px;
}
.calArea .relListArea .calArea_tabList > li:nth-child(1) span:before {
  content: '';
  position: absolute;
  background: url("/resources/images/main/b_ico_work.png") no-repeat;
  width: 32px;
  height: 30px;
  top: calc(50% - 15px);
  left: 0;
}
.calArea .relListArea .calArea_tabList > li:nth-child(2) span:before {
  content: '';
  position: absolute;
  background: url("/resources/images/main/b_ico1.png") no-repeat;
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  left: 0;
}

.calArea .relListArea .calArea_tabList > li:nth-child(3) span:before {
  content: '';
  position: absolute;
  background: url("/resources/images/main/b_ico2.png") no-repeat;
  width: 34px;
  height: 26px;
  top: calc(50% - 13px);
  left: 0;
}

.calArea .relListArea .calArea_tabList > li:nth-child(4) span:before {
  content: '';
  position: absolute;
  background: url("/resources/images/main/b_ico3.png") no-repeat;
  width: 26px;
  height: 33px;
  top: calc(50% - 16.5px);
  left: 0;
}

.calArea .relListArea .calArea_tabList > li.active {
  background: #b20c15;
}

.calArea .relListArea .botList {
  padding: 30px 0;
  border: 1px solid #ccc;
  border-top: none;
  min-height: 226px;
}

.calArea .relListArea .botList > li ul.relList {
  overflow: hidden;
}

.calArea .relListArea .botList > li ul.relList > li {
  float: left;
  width: 25%;
  margin-bottom: 24px;
  letter-spacing:-0.05em;
  padding-left:15px;
}
.calArea .relListArea .botList > li ul.relList > li.list_esc{
	clear:both;
}
.calArea .relListArea .botList > li ul.relList > li.list_esc,.calArea .relListArea .botList > li ul.relList > li.list_esc2{
	margin-top:30px;
}
.calArea .relListArea .botList > li ul.relList > li a {
  font-size: 15px;
  color: #666;
}
.calArea .relListArea .botList > li ul.relList > li a:hover, .calArea .relListArea .botList > li ul.relList > li a:focus{
	color:#b20c15;
	font-weight:700;
}
.calArea .calendar .date > li.has_schedule{background: #fca51a;color:#fff;}
.calArea .calendar {
  float: right;
  width: 310px;
  height: 270px;
  position: relative;
}

.calArea .calendar .top {
  background: #f5f5f5;
  color: #bd0000;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.calArea .calendar .top .arrow {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 11;
  text-indent: -9999px;
  top:0;
}

.calArea .calendar .top .arrow .left {
  position: absolute;
  background: url("/resources/images/common/cal_left.png") no-repeat center center;
  left: 20px;
  width: 50px;
  height: 50px;
}

.calArea .calendar .top .arrow .right {
  position: absolute;
  background: url("/resources/images/common/cal_right.png") no-repeat center center;
  right: 20px;
  width: 50px;
  height: 50px;
}

.calArea .calendar .week {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ccc;
  border-top: none;
}

.calArea .calendar .week li {
  float: left;
  width: 14.28571428571429%;
  text-align: center;
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 700;
}

.calArea .calendar .week li.sun {
  color: #d64c4c;
}

.calArea .calendar .week li.sat {
  color: #0074bd;
}

.calArea .calendar .date {
  overflow: hidden;
  border-left: 1px solid #ccc;
}

.calArea .calendar .date > li {
  background: #fff;
  color: #808080;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 14.28571428571429%;
  font-weight: 700;
}

.calArea .calendar .date > li.has_schedule {
  background: #f1f1f1;
}

/* .calArea .calendar .date > li:nth-child(7n) {
  border-right: none;
} */

.calArea .calendar .date > li.holiday > a:before {
  content: '';
  position: absolute;
  border: 2px solid #b20c15;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  display: block;
  right: 0;
  left: 0;
  top: calc(50% - 12px);
  border-radius: 50%;
}

.calArea .calendar .date > li > a {
  position: relative;
  text-align: center;
  width: 44px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  display: block;
}

.calArea .calendar .date > li .schedule {
  display: none;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 270px;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccc;
}

.calArea .calendar .date > li .schedule .currentDay {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #b20c15;
  color: #fff;
}

.calArea .calendar .date > li .schedule .timeLine {
  padding: 10px;
  background: #fff;
}

.calArea .calendar .date > li .schedule .timeLine ul li {
  padding-left: 20px;
  background: url("/resources/images/common/icon_schedule.jpg") left top 1px no-repeat;
}

.calArea .calendar .date > li .schedule .timeLine ul li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.calArea .calendar .date > li .schedule .timeLine ul li span {
  font-size: 14px;
  color: #666;
  font-weight:400;
}

.calArea .calendar .date > li .schedule .timeLine ul li span.time {
  display: block;
  margin-bottom: 10px;
  color: #b20c15;
  font-weight: 700;
}

.calArea .calendar .date > li .schedule .close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 12.5px;
  background: url("/resources/images/common/btn_close.png") no-repeat;
  text-indent: -9999px;
  background-size: 100%;
}
.familyIfr{
width:100%;
height:100vh;
display:block;
overflow-y:scroll;
margin:0 auto;
}
.familyList{
	width:100%;
	position:fixed;
	height: 85px;
	bottom:0;
	left:0;
    background: #000;
	overflow:hidden;
	z-index:100;
}
.family_tabList{
    position: absolute;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left:85px;
}
.family_tabList:before{
	content:'';
	width:85px;
	height:100%;
	background:url('/resources/images/main/kira_ifr_acc.png')#990000 no-repeat center center;
	position:absolute;
	left: 0;
    top: 0;
    display: block;
	
}
.family_tabList li{
	float:left;
	width:25%;
	text-align:center;
	background:#fff;
	color:#666;
	font-size:16px;
	font-weight:400;
	height:3.125em;
	line-height:3.125;
	position:relative;
	transition:background .4s ease;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.family_tabList li.active{
	background:#ccc;
	color:#333;
	font-weight:700;
}
.family_tabList li a{
	display:block;
}

.header_top {
  height: 50px;
  border-bottom: 1px solid #ddd;
  background: #f0f0f0;
}

.header_top .inner {
  position: relative;
}

.header_top .inner h1 {
  position: absolute;
  left: 0;
  top: 10px;
  width: 181px;
  height: 33px;
  text-indent: -9999px;
}

.header_top .inner h1 .logo {
  width: 100%;
  background: url("/resources/images/common/logo.png") no-repeat center center;
  display: block;
  text-indent: -9999px;
  background-size:100%;
  height:33px;
}

.header_top .inner .ui_account {
  float: right;
}

.header_top .inner .ui_account:before, .header_top .inner .ui_account:after {
  content: "";
  display: table;
}

.header_top .inner .ui_account:after {
  clear: both;
}

.header_top .inner .ui_account li {
  float: left;
  position: relative;
}

.header_top .inner .ui_account li:not(:last-child) a:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  width: 1px;
  height: 13px;
  background: #c7c7c7;
}

.header_top .inner .ui_account li a {
  font-size: 14px;
  padding: 18px 17.5px;
  display: inline-block;
  position:relative;
}
.header_top .mymenu_btn{
	display:inline-block;
}
.header_top .inner .search {
  position: absolute;
  right: 0;
  top: 4px;
}
/* 
.header_top .inner .search .button_sch {
  width: 40px;
  height: 40px;
  background: url("/resources/images/common/search.png") no-repeat center center;
  text-indent: -9099px;
} */

.header_top .inner .search .form {
  display: none;
}

.header_bottom .inner {
  position: relative;
}

.header_bottom .inner .gnb > ul:before, .header_bottom .inner .gnb > ul:after {
  content: "";
  display: table;
}
.header_bottom{
	height:82px;
	border-bottom:1px solid #ddd;
}

.header_bottom .inner .gnb > ul:after {
  clear: both;
}

.header_bottom .inner .gnb > ul > li {
  float: left;
  position: relative;
}

.header_bottom .inner .gnb > ul > li.on .depth_2 {
  background: #fafafa;
}

.header_bottom .inner .gnb > ul > li:not(:last-child) > a {
  position: relative;
}

/* 
.header_bottom .inner .gnb > ul > li:not(:last-child) > a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  top: calc(50% - 8px);
  right: 0;
  background: #aeaeae;
} */

.header_bottom .inner .gnb > ul > li > a {
  font-size: 21px;
  display: block;
  width:221px;
  font-weight: 700;
  padding: 30.5px 0 30.5px 15px;
  height: 82px;
}

.header_bottom .inner .gnb > ul > li .depth_2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 495px;
  padding: 20px 0;
  z-index: 100;
  background: #f0f0f0;
  display: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.header_bottom .inner .gnb > ul > li .depth_2 > li > a {
  padding: 10px 15px;
  display: block;
}
.header_bottom .inner .gnb > ul > li .depth_2 > li > a:hover, .header_bottom .inner .gnb > ul > li .depth_2 > li > a:focus{
	color:#fff;
	background:#b20c15;
}

.header_bottom .inner .memberShortcut {
 	position: absolute;
    right: 0;
    top: 12px;
    display: block;
    width: 220px;
    height: 58px;
    background: url(/resources/images/common/mouse.png) #a40d14 no-repeat left 24px center;
    border-radius: 10px;
    padding: 13px 0 0 52px;
    font-size: 14px;
    color: #fff;
    line-height: 1.25;
}

.gnb_bg {
  position: absolute;
  width: 100%;
  height: 495px;
  left: 0;
  top: 132px;
  background: #f0f0f0;
  z-index: 99;
  display: none;
}

.m_gnb{
	position: absolute;
	width:100%;
    z-index: 10000;
    left: 0;
    top: 100%;
    padding-bottom: 80px;
    background: #f0f0f0;
	display:none;
	}
.mobile_shortcut{overflow:hidden;padding-left:23px;padding-top:10px;}
.mobile_shortcut > * {float: left;display: block;font-weight: 500;width: 100%;font-size: 25px;}
.mobile_shortcut a:first-child{margin-right:30px;margin-bottom: 15px;}
.m_gnb > ul > li{font-size:32px;font-weight:500;color:#fff;background:#868686;transition:.3s ease;}

.m_gnb > ul > li.open{background:#a40d14;color:#fff;}
.m_gnb > ul > li.open > a{border-top:1px solid #6b1015;border-bottom:1px solid #6b1015;}
.header_top .m_gnb_btn{display:none;width:39px;height:32px;background:url("/resources/images/common/gnb_m.png")no-repeat center center / 100%;position: absolute;top: calc(50% - 16px);}
.header_top .m_gnb_btn.close{background:url("/resources/images/common/gnb_m_close.png")no-repeat center center;width:33px;height:33px;top:calc(50% - 16.5px);}
.m_gnb > ul > li > a{display:block;padding:23px;border-top:1px solid #6f6f6f;border-bottom:1px solid #6f6f6f;}
.m_gnb > ul > li .depth_2_m > li{background:#ababab;}
.m_gnb > ul > li .depth_2_m > li > a{display:block;padding:23px 48px;position:relative;}
.m_gnb > ul > li .depth_2_m > li > a:before{content:'';position:absolute;width:4px;height:4px;background:#fff;top:calc(50% - 2px);left:30px;}
.m_gnb > ul > li .depth_2_m > li:not(:last-child){border-bottom:1px solid #6f6f6f;}
.m_gnb .m_member li{background:#f0f0f0;color:#222;}
.m_gnb .m_member > li > a{border-top:none;}
.depth_2_m{display:none;}
.m_gnb .m_member .depth_2_m > li > a{color:#fff;}
.dpeth_3_m {padding:0 48px 10px;}
.dpeth_3_m > li{margin-bottom:10px;}
.dpeth_3_m > li:not(:nth-child(3n)){margin-right:5px;}
.dpeth_3_m > li > a{font-size:14px;display:block;padding:10px;}
.dpeth_3_m > li > a:before{content:'-';padding-right:5px;}
.mbt_30{margin-bottom:30px;}
.data_title{font-family:'Noto Sans KR', sans-serif;font-weight:500;color:#444;font-size:32px;letter-spacing:-0.05em;}
/* my menu */
.mymenu_zone{
	position: absolute;
    top: 132px;
    left: 0;
    width: 100%;
    z-index:1000;
    background:#f5f5f5;
    border-bottom:1px solid #ddd;
}
.mymenu_list_wrap{
	max-width:1200px;
	margin:0 auto;
	padding:30px 0;
	position:relative;
}
.mymenu_list dt{
	color:#000;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}
.mymenu_list dt > a{display:inline-block;margin-left:5px;} 
.mymenu_list_wrap .closer{position:absolute;right:0;top:30px;}
.mymenu_list dd ul li{line-height:1;}
.mymenu_list dd ul li a{padding-left:10px;position:relative;}
.mymenu_list dd ul li a:before{
	content: '';
    width: 3px;
    height: 3px;
    background: #444;
    display: block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: calc(50% - 1.5px);
    }
.mymenu_list dd ul > li:not(:last-child){margin-bottom:15px;}
.mymenu_zone .gray_shadow{display:none;}
/*  */
/* rp1400*/
@media (max-width:1400px){
	.gallArea .cont .arrows .slick-arrow.left_arrow{
	left:2%;
	}
	.gallArea .cont .arrows .slick-arrow.right_arrow{
	right:2%;
	}
	
.main_visual .in ul li img{height:auto!important;}
}
section.main, section.main *{box-sizing:border-box!important;}
#header , #header *{box-sizing:border-box!important;}
#footer, #footer *{box-sizing:border-box!important;}
{box-sizing:border-box!important;}
@media (min-width:1180px){
		.m_gnb{display:none!important;}
}
@media (max-width:1180px){

	.mymenu_zone{display:none;}
	.noticeArea ul.noticeList{margin-top:0;}
	.noticeArea ul.noticeList li .square{height:auto;padding:30px 15px;}
	#header{position:relative;}
	.header_bottom{display:none;}
	.header_top{height:110px;background:#545454;padding:0 20px;border-bottom:none;}
	.header_top .inner{height:110px;}
	.header_top .m_gnb_btn{display:block;}
	.header_top .inner h1{width:244px;height:44px;top:calc(50% - 22px);left:0;right:0;margin:0 auto;}
	.header_top .inner h1 .logo{background:url("/resources/images/common/logo_m.png") no-repeat center center;height:100%;}
/* 	.header_top .inner .search{top:calc(50% - 16px);} */
/* 	.header_top .inner .search .button_sch{width:33px;height:32px;background:url("/resources/images/common/search_m.png") no-repeat center center} */
	.noticeArea{margin-bottom:0;}
	.header_top .inner .ui_account{display:none;}
	.eventArea .l{
	width:100%;float:none;margin-right:0;}
	.eventArea .r{width:100%;float:none;height:auto;margin-top:20px;border:none;}
	.eventArea .r .tit_issue{padding-left:0;}
	.newsArea_tabList{padding-left:0;margin-bottom:20px;}
	.newsArea_tabList li{width:33.333%;border-bottom:1px solid #aeaeae;}
	.eventArea .l .tit_ctr{float:none;width:100%;}
	.eventArea .l .bbsEvent{float:none;width:100%;}
	/* .eventArea .l .tit_ctr .arrows{top:140px;bottom:auto;}
	.eventArea .l .tit_ctr .arrows .slick-arrow.left_arrow{right:80px;left:auto;}
	.eventArea .l .tit_ctr .arrows .slick-arrow.right_arrow{right:10px;left:auto;} */
	.news_list{margin-top:20px;}
	.eventArea{padding:35px 10px;}
	.gallArea{padding:35px 10px;}
	.calArea{padding:35px 10px;}
	.calArea{margin-top:0;}
	.calArea .relListArea{width:100%;margin-right:0;float:none;margin-bottom:20px;}
	.calArea .calendar{float:none;width:100%;}
	.calArea .relListArea .calArea_tabList > li{font-size:16px;height:40px;line-height:40px;}
	.calArea .relListArea .calArea_tabList > li span{padding-left:0;}
	.calArea .relListArea .calArea_tabList > li span:before{content:'none';display:none;}
	.calArea .relListArea .botList > li ul.relList > li{width:33.333%;}
	#footer .copyArea .footerShortcut{padding:30px 10px;}
	#footer .copyArea .info{padding:0 10px;}
	#footer .copyArea .copyright{padding:0 10px;}
	#s_container .table_wrap{overflow-x:scroll;}
	#s_container .table_wrap table{min-width:710px;}
	.eventArea .tit_ctr .tit_sup br{display:none;}
	#s_container .no_lnb_cont{width:auto;}
	.join_tab ul li{width:25%;}
	.account_box{padding:1.5rem;}
	.account_box .account_chk{padding:0;}
	#jumin1,#jumin2{width:60px!important;}
}
@media (max-width:768px){
	#footer .copyArea .footerShortcut > li{width:100%;text-align:center;}
	#footer .copyArea .footerShortcut > li:not(:last-child){padding-right:0;margin-bottom:10px;}
	#footer .copyArea .footerShortcut > li:not(:last-child) :after{content:'none';display:none;}
	#footer .copyArea .info li:not(:last-child){margin-right:0;margin-bottom:10px;}
	#footer .copyArea .info li{width:100%;}
	.gallArea .gall_tabList li{font-size:16px;}
	.gallArea .gall_tabList li{float:left;width:calc(50% - 5px);}
	.gallArea .gall_tabList li:nth-child(odd){margin-right:10px;}
	.gallArea .gall_tabList li:not(:first-child){margin-left:0;}
	.gallArea .gall_tabList li:nth-child(1),.gallArea .gall_tabList li:nth-child(2){margin-bottom:30px;}
}
@media (max-width:640px){

	.gallArea .gall_tabList li:before{display:none!important;}
	.calArea .relListArea .botList > li ul.relList > li{width:50%;}
	.calArea .relListArea .botList{padding:1rem;}
	.calArea .relListArea .botList{min-height:auto;}
	.calArea .relListArea .botList > li ul.relList > li a{font-size:11px;}
	.calArea .relListArea .calArea_tabList > li{font-size:12px;}
	.calArea .relListArea .botList > li ul.relList > li{margin-bottom:10px;}
	#footer .agentArea .agent_slider{padding:0 40px;}
	.newsArea_tabList li{font-size:16px;}
	.gallArea{padding:35px 30px;position:relative;}
	.gallArea .cont{position:static;}
	.gallArea .cont .arrows{top:calc(50% + 12px);}
	
}
@media (max-width:480px){
	.news_list > li .tit{max-width:65%;}
	.calArea .relListArea .calArea_tabList > li{line-height:1;display:table;height:50px;}
	.calArea .relListArea .calArea_tabList > li span{display:table-cell;vertical-align:middle;}
	.m_gnb > ul > li{font-size:20px;}
	.header_top .inner h1{width:200px;}
	.header_top .inner h1 .logo{background-size:85%;}
	.header_top .m_gnb_btn{background-size:70%;}
/* 	.header_top .inner .search .button_sch{background-size:70%;} */
	.header_top .m_gnb_btn.close{background-size:70%;}
	.fs14{font-size:12px;}
	.database_01 .dt01 a.ttl{padding-left:10px;}
	.gallArea .cont .slider li.item .img, .gallArea .cont .slider li.item .video{height:auto;padding-bottom:50%;}
	.gallArea .cont .slider li.item .caption{}
}
@media (max-width:480px){
}

/*# sourceMappingURL=default.css.map */