@charset "UTF-8";

/*******/
html{
	height:100vh;
}
#intro_wrapper{
	min-height:100%;
	height:100%;
	width:100%;
	box-sizing:border-box;
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	padding: 35px 46px 35px 58px;
}
#intro_wrapper .intro_bg{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#intro_wrapper .intro_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #2b50a0;
    background: linear-gradient(135deg, #1d3d6e 0%, #2b50a0 54%, #1e3f72 100%);
    opacity: 0.96;
}
#intro_wrapper .intro_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}
#intro_wrapper .intro_leftArea{
	border-right:1px solid #ffffff;
	border-right:1px solid rgba(255, 255, 255, 0.15);
	height:100%;
	width:60px;
	float:left;
	position:fixed;
	top:0;
	left:0;
}
canvas { display: block; }
.waves { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
/************************************************************intro_header***********************************************************/
.intro_header_wrap{
	position: relative;
	width:100%;
	/*overflow:hidden;*/
}
.intro_header_wrap h1{
	float:left;
	padding-left:46px;
}
.intro_header_wrap h1 a img{
	width:154px;
}
.intro_header_wrap h1.basic_logo {
    display: none;
}
.overflow-hidden .intro_header_wrap h1.basic_logo{
	display:block;
}
.overflow-hidden .intro_header_wrap h1.wh_logo{
	display:none;
}
.intro_header_wrap #menu-icon-shape.hamberger {
    float: right;
}
.intro_header_wrap ul.usermenu{
	float:right;
}
/*.intro_header_wrap ul li.userfirst{
	float:left;
	color:#ffffff;
	padding-left: 30px;
}*/
/*hamberger*/
/* Menu icon */
/* 230302 수정 -ys */
body.layer-open{
	overflow: hidden;
}

#menu-icon-shape {
  width: 30px;
  height: 23px;
  /*border-radius: 50%;*/
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu-icon-shape:hover {
  /*background: rgb(25, 118, 210);*/
}

#menu-icon-shape.active:hover {
  /*background: rgb(33, 150, 243);*/
}

#menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:100;
}

#top, #middle, #bottom {
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#middle {
  margin: 6px 0;
}
/* Transform menu icon into close icon */
#top.active {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}
#middle.active {
  opacity: 0;
}
#bottom.active {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
/* Navigation */

#overlay-nav {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background:#ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s, height 0.1s ease;
  transition: opacity 0.3s, visibility 0s, height 0.1s ease;
}
/* Open navigiation */

#overlay-nav.active {
  width: 100%;
  height: 100%;
  /* height:100vh; */
  height:80vh;
  box-shadow: 0px 20px 30px rgb(0 0 0 / 40%);

  opacity: 100;
  visibility: visible;

}

#nav-content {
  box-sizing:border-box;
  position: relative;
  overflow: hidden;
  display:table;
  width: 1200px;
  margin:0 auto;
  color: #333333;
  height: 100%;
  /* height: 100vh; */
  height: 80vh;
}
#nav-content .siteMapWrap{
	position:relative;
	box-sizing:border-box;
	/* 
	230302 수정 -ys
	display: table-cell;
    vertical-align: middle; 
	*/
}
#nav-content .siteMapWrap .sitemapSNS{
	position: absolute;
    left: 0;
}
#nav-content .siteMapWrap .sitemapSNS li{
	float:left;
	padding-right:10px;
}
#nav-content .siteMapWrap .sitemapSNS li a{
	width: 32px;
    display: block;
	text-align:center;
    height: 32px;
}
#nav-content .sitemapSNS .face_sitemap a{
	border-radius:100px;
	background:#8a8a8a;
	padding-top: 8px;
}
#nav-content .sitemapSNS .face_sitemap a:hover{
	background:#3b5998;
}
#nav-content .sitemapSNS li.youtube_sitemap a{
	border-radius:100px;
	background:#8a8a8a;
	padding-top: 6px;
}
#nav-content .sitemapSNS li.youtube_sitemap a:hover{
	background:#e21a20;
}
#nav-content .siteMapWrap .sitemap_header{
	margin-bottom:45px;

	/* 230302 수정 -ys */
	margin-top: 150px;
}
#nav-content .siteMapWrap .sitemap_header h3{
	font-size:36px;
	font-family:"Montserrat";
	text-align:center;
    padding-bottom: 30px;
    border-bottom: 1px solid #bebebe;
}
#nav-content .siteMapWrap .sitemap_list{
    overflow: hidden;
}
#nav-content .siteMapWrap .sitemap_list .sitemapList_wrap{
    -webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1; /* IE 10 */
	flex: 1;
	-ms-display: flexbox;
	display: flex;
	justify-content: center;
}
#nav-content .siteMapWrap .sitemap_list ul li.listDepth{
	float:left;
	width:20%;
	box-sizing:border-box;
	border-right:1px solid #ededed;
	padding-left:20px;
}
#nav-content .siteMapWrap .sitemap_list ul li.listDepth.last{
	border-right:none;
}
#nav-content .siteMapWrap .sitemap_list ul li.listDepth.first{
	padding-left:0;
}
#nav-content .siteMapWrap .sitemap_list ul li p{
	font-size:22px;
	color:#0e7bcd;
	font-weight:500;
	margin-bottom:35px;
}
#nav-content .siteMapWrap .sitemap_list ul li p a{
	color:#0e7bcd;
}
#nav-content .siteMapWrap .sitemap_list ul li ul li{
	margin-bottom:15px;
}
#nav-content .siteMapWrap .sitemap_list ul li ul li a{
	font-size:18px;
	color:#777777;
}
#nav-content .siteMapWrap .sitemap_list ul li ul li a:hover{
	color:#579ce4;
}
#nav-content .siteMapWrap .sitemap_bottom{
	margin-top:80px;
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1; /* IE 10 */
	flex: 1;
	-ms-display: flexbox;
	display: flex;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone{
	float:left;
	width:50%;
	box-sizing:border-box;
	background:url(../images/sitemapBannerbg.png) no-repeat;
	background-size:cover;
	position:relative;
	padding:40px 40px;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone h4{
	font-size:28px;
	font-weight:200;
	color:#ffffff;
	margin-bottom:20px;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone p{
	color:#c0cad3;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone p.sitemapContact a{
	color:#ffffff;
	font-size:15px;
	margin-bottom:0;
	position:absolute;
	font-weight:400;
	bottom:30px;
	right:40px;
	background:url(../images/contactsitemapBtn.png) 0 center no-repeat;
	padding-left:35px;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone p.sitemapContact a:hover{
	text-decoration:underline;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone ul li{
	float:left;
	margin-right:10px;
	color:#ffffff;
	font-size:12px;
	font-weight:300;
	padding:3px 6px;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone ul li.bannerList01{
	background:#0068b7;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone ul li.bannerList02{
	background:#1ea795;
}
#nav-content .siteMapWrap .sitemap_bottom .banner_zone h4 span{
	font-weight:500;
}
/*
#nav-content .siteMapWrap .sitemap_bottom .contact_list{
	float:left;
	width:50%;
	box-sizing:border-box;
}
#nav-content .siteMapWrap .sitemap_bottom .contact_list li{
	width:33.3333%;
	box-sizing:border-box;
	padding-left:20px;
	float: left;
	text-align: center;
}
#nav-content .siteMapWrap .sitemap_bottom .contact_list li a{
	display:block;
	font-size:18px;
	height: 184px;
	padding-top: 105px;
}
#nav-content .siteMapWrap .sitemap_bottom .contact_list li.contact_list01 a{
	border:1px solid #f8ac74;
	color:#f86e0a;
	background:url(../images/orgSiteMail.png) center 50px no-repeat;
}
#nav-content .siteMapWrap .sitemap_bottom .contact_list li.contact_list02 a{
	border:1px solid #66b5f2;
	color:#0083e9;
	background:url(../images/blueSiteMail.png) center 50px no-repeat;
}
#nav-content .siteMapWrap .sitemap_bottom .contact_list li.contact_list03 a{
	border:1px solid #73d6a0;
	color:#15ba61;
	background:url(../images/greenSiteMail.png) center 50px no-repeat;
}*/
.contact_list{
	width:49%;
	box-sizing:border-box;
	float:right;
	border: 1px solid #dcdcdc;
	height: 182px;
	margin-left: 1%;
}
.contactArea_left{
	width:35%;
	height: 100%;
	box-sizing:border-box;
	float:left;
	background:url(../images/siteMapCall.png)  25px 20px no-repeat;
	background-size: 45px;
	padding:20px 25px;
}
.contactArea_right{
	width:65%;
	height: 100%;
	box-sizing:border-box;
	background:#f2f2f3;
	float:right;
	display:table;
}
.contactArea_left h4{
	color: #767676;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-top: 60px;
}
.contactArea_left p{
	color:#333;
	font-weight:500;
	/* 220728 ys 수정 font-size: 26px; */
	font-size: 24px;
    line-height: 26px;
	margin:5px 0 15px 0;
	font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
.contactArea_left span{
	color:#8d8d8d;
	font-size:13px;
	line-height:13px;
	display:block;
	font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
.contactArea_right ul{
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
}
.contactArea_right ul li{
	float:left;
	width:33.3333%;
	box-sizing:border-box;
	text-align:center;
}
.contactArea_right ul li span{
	display:block;
}
.contactArea_right ul li span img{
	width:40px;
	margin:0 auto;
	display:block;
	margin-bottom:10px;
	padding-top: 26px;
}
.contactArea_right ul li span.contact_img{
	background:#ffffff;
	border-radius:100%;
	width:80px;
	margin:0 auto;
	height:80px;
}
.contactArea_right ul li span.contact_title{
	font-size:16px;
	color:#777777;
	font-weight:500;
	margin-top:10px;
}
/*
.contactArea_right ul li a:hover span.contact_img{
	border:1px solid #79b2dc;
	box-sizing:border-box;
}
.contactArea_right ul li a:hover span.contact_title{
	color:#0e7bcd;
}
.contactArea_right ul li a span.contact_img{
	background:#ffffff;
	border-radius:100%;
	width:80px;
	margin:0 auto;
	height:80px;
}
.contactArea_right ul li a span.contact_title{
	font-size:16px;
	color:#777777;
	font-weight:500;
	margin-top:10px;
}
.contactArea_right ul li a span img{
	width:40px;
	margin:0 auto;
	display:block;
	margin-bottom:10px;
	padding-top: 26px;
}
.contactArea_right ul li a span{
	display:block;
}
*/
/*********** 2020.02.03 문의하기팝업 **************/
#mailPop_box{
	z-index:10000;
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;  
	background:rgba(0, 0, 0, 0.7);
}
#report_mailPop_box{
	z-index:10000;
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;  
	background:rgba(0, 0, 0, 0.7);
}
div.mailPop.info{
	max-height: 630px; /*추가*/
 }
div.mailPop{
	z-index:10000;
	position:fixed;
	left:50%;
	top:50%;
	/* width:800px; */
	width:810px;
	height:98%;
	max-height:840px;
	/*width:45%;
	height:87%;*/
	padding:30px;  /*수정*/
	background:#fff; 
	overflow:hidden;
	box-shadow:3px 3px 10px rgba(0, 0, 0, 0.2);
	transform:translate(-50%, -50%);
	overflow-y:auto;
 }
 
 div.mailPop div.layerheader a.close{
	position:absolute;
	right:30px; /*수정*/
	top:30px;    /*수정*/
}
div.mailPop div.layerheader a.close img{
	width:20px;
	height:20px;
}
div.mailPop div.layerbody .mailInfo{
	padding-bottom:0; /*수정*/
}
div.mailPop div.layerbody .mailInfo p{
	font-size:16px;
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
}
div.mailPop div.layerbody .mailInfo p.title.pdt{
	padding-bottom:0; /*추가*/
}

div.mailPop div.layerbody .mailInfo p.title{
	padding-bottom:40px; /*수정*/
	font-size:30px;
	text-align:center;
}

div.mailPop div.layerbody .mailInfo p.sub_title{
	padding-bottom:25px;
	font-size:14px;
	text-align:center;
}
.agreeBox p{
	font-weight:normal;
}
/*********** 2020.03.13 오늘하루보지않기 팝업 **************/
#top-pop-wrap{
	z-index:10;
	position:fixed;
	width:600px;
	/* padding:20px 10px; */
    top:50%;
    left:50%;
	background:#fff;
	transform:translate(-50%, -50%);
	overflow:auto;
}
.pop_box_content{
	width:100%;
	min-height:460px;
    max-height:600px;
}
.pop_box_footer{
	padding:10px 20px;
	color:#fff;
	background-color:rgb(21, 21, 21);
}
.pop_box_footer a{
	color:#fff !important;
}
.do-not-open-box #no-pop{
	vertical-align:middle;
}
.pop_box_content .close_btn{
    position: absolute;
    top: 20px;
    right: 20px;
}
/*
div.mailPop{
	z-index:100000;
	position:fixed;
	left:50%;
	top:50%;
	width:50%; 
	height:90%;
	background:#fff; 
	overflow:hidden;
	box-shadow:3px 3px 10px rgba(0, 0, 0, 0.2);
	transform:translate(-50%, -50%);
	overflow-y:auto; 
}
div.mailPop div.layerheader{
	padding:16px 26px 9px;
	background:#d2d2d2;
}
div.mailPop div.layerheader .header_title{
	 font-size:1.2rem;
	 font-weight:400;
}
div.mailPop div.layerheader a.close{
	position:absolute;
	right:15px;
	top:10px; 
	width:20px;
	height:20px;
	overflow:hidden;  
}
div.mailPop div.layerheader a.close img{
	width:20px;
	height:20px;
}
div.mailPop div.layerbody{
	margin:0 20px;
}
div.mailPop div.layerbody .mailInfo{
	padding-bottom:10px;
}
div.mailPop div.layerbody .mailInfo .logo_wrap{
	padding:20px 0;
	width:247px;
	height:47px;
	margin:auto;
	text-align:center;
}
div.mailPop div.layerbody .mailInfo p.txt:first-child{
	padding-top:40px;
}
div.mailPop div.layerbody .mailInfo p.txt{
	font-size:1rem;
}
*/
.mailInfo_form{
	border-bottom:1px solid #d2d2d2;
	padding:15px 0;
	overflow:hidden;
}
.tableType1{
    width:100%;
    border-collapse:collapse;
    font-size:14px;
    border-top:2px solid #333;
}
.tableType1 tr th{
	height:30px;
    background:#f2f2f2;
    color:#333;
    font-weight:bold;
	text-align: left; /*수정*/
	padding-left: 20px; /*추가*/
    box-sizing:border-box;
    vertical-align:middle;
    border-bottom:1px solid #dcdcdc;
}
.tableType1 tr td{
	height:40px;
    text-align:left;
    font-weight:300;
    padding:5px 5px 5px 10px; /*수정*/
    box-sizing:border-box;
    vertical-align:middle;
    border-bottom:1px solid #dcdcdc;
}
.comp_check{
	display:block;
	position:relative;
	font-size:1rem;
}
.comp_check.t_col .txt{text-align:left;margin-right:15px;}
.inp_txt{
    display:inline-block;
    margin:0;
    border:1px solid #dcdcdc;
    background-color:#fff;
    color:#444;
    letter-spacing:0;
    font-size:1rem;
    height:27px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    line-height:1;
    padding:2px 10px 2px 10px;
	width:100%;
	height:30px !important;
}
.t_area{
	display:block;
	width:100%;
	margin:0px;
    height: 100px;
    border-radius: 5px;
    resize: none;
	overflow-y: auto;
	box-sizing:border-box;
	border:1px solid #dcdcdc;
}
.comp_input.w100p{width:100% !important;}
.select_wrap{
	width:100% !important;
	height:30px !important;
	outline:none;
	border:1px solid #dcdcdc;
	border-radius:5px;
	padding:0 5px 0 5px;
	background: transparent;
	font-size:14px;
	line-height:1.5;
	font-family: "Raleway", "Noto Sans KR", sans-serif;
}
.wp3{width:36.5% !important;}
.on_point:before{
	position: relative;
    top: 2px; /*수정*/
	content: '*';
	padding-right:5px;
    color: #ba272d;
	font-size: 1rem;/*수정*/
	vertical-align:middle;
    font-weight:bold;
}
.popBtn{
	text-align:center !important;
}
.contactBtn{
	margin:10px 0;
    padding:10px 36px;
	font-weight:400; /*수정*/
	font-size: 1rem;
    border-radius:50px;
    background-image: linear-gradient(60deg, #03c1ff,#006cff);/*수정*/
    /*outline:none !important;*/
	border: none;
    cursor: pointer;
	color:white; /*수정*/
	box-sizing: border-box;
	/*border: 1px solid #006cff;추가*/   
} 
.contactBtn:hover{
	/*color:#0e7bcd;
	background-image: linear-gradient(80deg, #03c1ff 0%,#1b7aff 30%,#006cff 60%,#03c1ff 95%);
	border:1px solid #0e7bcd;*/
	background-position: 100% 0;    
	background-image: linear-gradient(60deg, #006cff,#03c1ff);
    transition: all .2s ease-in-out;
	box-shadow: 2px 2px 2px 0 rgba(13, 13, 13, 0.1);/*추가*/
}
.agreeBox{
	overflow: hidden;
}
.agreeBox p{
	padding:10px 0;
}
.agreeBox_txt{
	width:100%;
	height:160px;
	padding:5px;
	border:1px solid #d2d2d2;
	color:#666;
	font-weight:bold;
	font-size:12px;
	line-height:1.5;
	box-sizing:border-box;
	overflow-y:scroll;
}
.agreeChk{
	float:left;
	padding:5px 0;
}
/*************************************************************************************************************************************/
.intro_container_wrap{
	overflow:hidden;
	display: table;
	width:100%;
	height : 95%; /* 구식 브라우저를 위한 대비책(fallback) */
    height : -webkit-calc(100% - 105px); /* for Chrome, Safari */
    height :    -moz-calc(100% - 105px); /* for Firefox */
    height :         calc(100% - 105px); /* for IE */

}
/**************************************************************vertical_slide********************************************************/
textarea, input { outline: none; } 
/* Reset browser default */
.wrapper{
 width:100%;
 margin:10px auto;
 text-align:center;
}
.tk-thumbnails{
  float:left;
  position:relative;
  z-index:10;
  top:-120px;
      -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  height: 235px;
}
.thumbnail-item {
	cursor: pointer;
  display:inline-block;
  zoom:1;
  *display:inline;
	position: relative;
	text-align: center;
	margin:0;
    margin-bottom: 30px;
	height: 55px;
}
.thumbnail-item.last{
	margin-bottom:0;
}
.thumbnail-item a{
    /*background: #666;*/
    color: #fff;
	color:rgba(255, 255, 255, 0.5) !important;
    /*width: 80px;
    height: 40px;*/
    display: table;
	display: inline;
    padding-top: 0;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    outline: 0;
}
.thumbnail-item a span{
  font-size:18px;
  text-transform:uppercase;
  display:table-cell;
  vertical-align:middle;
  padding-left:8px;
  height: 200px;
}
.thumbnail-item.active a span{
	border-left: 2px solid #00b2fc;
}
.thumbnail-item a:hover, .thumbnail-item.active a{
	/*background: #bd2029; */
    color:#fff !important;
	font-weight:600;
}
.thumbnail-item a{
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slides li{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -kthtml-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.slides li.active{
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -kthtml-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.slide__class{
	color:#c5deff;
	font-size:16px;
	font-weight:400;
	text-align:left;
	margin-bottom:24px;
	background:url(../images/slideClass_line.png)  0 center no-repeat;
	padding-left:50px;
	width:100%;
	font-family: "Montserrat", sans-serif;
}
.slide__btn{
	width:100%;
	text-align:left;
	margin-top:60px;
}
.slide__title{
	font-size: 58px;
    line-height: 80px;
    text-align: left;
	font-weight:normal;
	font-weight:200;
	width:100%;
	letter-spacing:-1px;
}
.slide__title .fontB{
	font-weight:500 !important;
}
/*Slider*/
.tk-slideshow{
  width:100%;
  overflow:hidden;
  /*height:245px; /* Height of a slide+45px */
  margin:0 auto;
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
}
.slides-container{
  min-height:320px; /* Height of a slide */
  /*overflow:hidden;*/
  position:relative;
  color:#ffffff;
  padding-left: 150px;
  margin-top:-120px;
}
ul.slides{
  width:100%;
  position:relative;
}
ul.slides li{
  position:absolute;
  z-index:1;
  /*-moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
    transform: scale(1.5);*/
  opacity:0;
}
ul.slides li.active{
  z-index:2;
  opacity:1;
  /*-moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);*/
}
/**/
.progress-bar{  
  width:1px;
  height:40px;
  float:left;
  background:#fff;
  z-index:15;
  opacity:0.2;
  position:relative;
     -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	display:none;

}
/*introReveal*/
.mast {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .mast {
    flex-direction: row;
    justify-content: space-around;
  }
}
.mast__title {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.25em;
}
.mast .title-line {
  display: block;
  padding-bottom: 0.1em;
  overflow-y: hidden;
}
.mast .title-line span {
  position: relative;
  display: inline-block;
}
.mast__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 115%;
  max-width: 23em;
}
@media (min-width: 40em) {
  .mast__text {
    font-size: 140%;
  }
}
.active .animated .mast .title-line span {
  -webkit-animation: text-up 1s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: text-up 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.active .animated .mast .title-line:nth-of-type(2) span {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.active .animated .mast .title-line:nth-of-type(3) span {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.active .animated .mast .title-line:nth-of-type(4) span {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.active .animated .mast__text {
  -webkit-animation: fade-in 1s 0.5s ease both;
          animation: fade-in 1s 0.5s ease both;
}
@-webkit-keyframes text-up {
  from {
    -webkit-transform: translate3d(0, 150%, 0);
            transform: translate3d(0, 150%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes text-up {
  from {
    -webkit-transform: translate3d(0, 150%, 0);
            transform: translate3d(0, 150%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}



/*************************************************************************************************************************************/

/*****************************************************intro_bottom_wrap*********************************************************/
.intro_bottom_wrap{
	position: fixed;
    bottom: 0;
    width: 100%;
	font-family: "Montserrat", sans-serif;
}
.intro_bottom_wrap ul li{
	border-top:1px solid rgba(255, 255, 255, 0.3);
	border-right:1px solid rgba(255, 255, 255, 0.3);
	width:50%;
	float:left;
	color:#c5deff;
	background:#092b60;
	background:rgba(9, 43, 96, 0.4);
}
.intro_bottom_wrap ul li a{
	color: #c5deff;
    box-sizing: border-box;
    height: 100%;
    display: block;
    padding: 40px 46px;
	letter-spacing: 0px;
}
.intro_bottom_wrap ul li span{
	color:#ffffff;
	font-weight:600;
	font-size:26px;
}
.intro_bottom_wrap ul li.last{
	border-right:none;
}
/*buttonArea*/
.button-3{
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.button-3 a{
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-3{
  width: 100%;
  height: 100%;
  bottom:-100%;
  background-image: linear-gradient(80deg, #04c4a7, #006cff);
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-3:hover .eff-3{
  bottom:0;
}
.button-3:hover a{
  color:#fff;
}
/*************************************************************************************************************************************/


/****************************************************************반응형*************************************************************/
@media screen and (max-width:1600px) {
	.slides-container{
		margin-top: -100px;
		padding-left: 130px;
	}
	.tk-thumbnails{
		top: -100px;
	}
}
@media screen and (max-width:1480px) {
	#intro_wrapper{
		padding: 35px 46px 35px 50px;
	}
	#intro_wrapper .intro_leftArea{
		width:52px;
	}
	.slides-container{
		margin-top: -80px;
		padding-left:110px;
	}
	.tk-thumbnails{
		top: -80px;
	}
}
@media screen and (max-width:1380px) {
	.slide__title{
		font-size: 56px;
		line-height: 78px;
	}
	.slides-container{
		margin-top: -60px;
	}
	.tk-thumbnails{
		top: -60px;
	}
}
@media screen and (max-width:1300px) {
	#nav-content{
		width:100%;
		padding:0 50px;
	}
	#nav-content .siteMapWrap .sitemap_list ul li.listDepth{
		padding-left:15px;
	}
	.slide__title {
		font-size: 50px;
		line-height: 70px;
	}
	.slide__btn {
		margin-top: 45px;
	}
	.slides-container{
		margin-top: -50px;
	}
	.tk-thumbnails{
		top: -50px;
	}
}

@media screen and (max-width:1280px) {
	#nav-content .siteMapWrap .sitemap_list ul li ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width:1200px) {
	.contactArea_left p {
		font-size: 22px;
		line-height: 22px;
		margin: 5px 0 10px 0;
	}
}
@media screen and (max-width:1100px) {
	/*추가*/
	.tableType1 tr th{
		padding-left: 5px; 
	}	
	.intro_container_wrap {
		padding-top: 29px;
		height: 95%;
		height: -webkit-calc(100% - 72px);
		height: -moz-calc(100% - 72px);
		height: calc(100% - 72px);
	}
	.userlast .gnb_menu, .userlast #menu-icon-shape.hamberger {
		display: none;
	}
	.intro_header_wrap #menu-icon-shape.hamberger {
		display: none;
	}
	.slide__title span br{
		display:none;
	}
	.slide__title {
		font-size: 46px;
		line-height: 62px;
	}
	.intro_header_wrap{
		position:fixed;
		left:0;
		top:0;
		padding: 35px 46px 35px 50px;
	}
	.overflow-hidden .intro_header_wrap{
		position:fixed;
		left:0;
		top:0;
		padding: 35px 30px 35px 30px;
		 z-index: 200;
		 background: #ffffff;
	}
	.overflow-hidden .intro_header_wrap h1.basic_logo {
		display: block;
		padding-left:0;
	}
	.intro_header_wrap #menu-container .menu-list{
		top:102px;
	}
}
 @media screen and (max-width:900px) {
	.slides-container {
		padding-left: 95px;
	}
	.intro_bottom_wrap {
		left: 0;
	}
	#intro_wrapper .intro_leftArea {
		height: 100%;
		height: calc(100% - 106px);
	}
	.slide__title {
		font-size: 42px;
		line-height: 60px;
		padding-right: 40px;
	}
}

@media screen and (max-width:650px) {
	.slide__title {
		font-size: 36px;
		line-height: 50px;
	}
	.roundBtn {
		margin-right: 15px !important;
	}
	.intro_bottom_wrap ul li a {
		padding: 35px 20px;
		text-align: center;
	}
	.intro_bottom_wrap ul li span {
		margin-top: 5px;
		display: block;
	}
	.intro_container_wrap {
		height: 95%;
		height: -webkit-calc(100% - 85px);
		height: -moz-calc(100% - 85px);
		height: calc(100% - 85px);
	}
	#intro_wrapper .intro_leftArea {
		height: 100%;
		height: -webkit-calc(100% - 120px);
		height: -moz-calc(100% - 120px);
		height: calc(100% - 120px);
	}
	.intro_header_wrap h1 {
		padding-left: 30px;
	}
	.slides-container {
		margin-top: -30px;
	}
	.tk-thumbnails {
		top: -30px;
	}
    #top-pop-wrap{
        width:95%;
	}
	.pop_box_content{
		min-height:280px;
	}
    #top-pop-wrap .close_btn{
        width:20px;
        top:8px;
        right:8px;
    }
	#top-pop-wrap .pop_box_footer{
        font-size:14px;
    }
}

@media screen and (max-width:480px) {
	#intro_wrapper .intro_leftArea {
		width: 30px;
	}
	#intro_wrapper {
		padding: 25px 30px 25px 27px;
	}
	.thumbnail-item a span {
		font-size: 14px;
		text-transform: uppercase;
		display: table-cell;
		vertical-align: middle;
		padding-left: 5px;
		height: 200px;
	}
	.intro_header_wrap h1{
		padding-left: 20px;
	}
	.intro_header_wrap h1 a img{
		width:120px;
	}
	.slides-container {
		padding-left: 60px;
		margin-top: -0px;
		min-height: 270px;
	}
	.tk-thumbnails {
		top: -0px;
	}
	.slide__class {
		font-size: 12px;
		padding-left: 15px;
		background-size: 10px 1px;
		margin-bottom: 20px;
	}
	.slide__title {
		font-size: 28px;
		line-height: 40px;
		padding-right: 10px;
	}
	.slide__btn {
		margin-top: 30px;
	}
	.roundBtn {
		padding: 10px 15px;
		font-size: 14px;
		margin-right: 5px !important;
	}
	.intro_bottom_wrap ul li a {
		padding: 20px;
		text-align: center;
		font-size: 13px;
		 line-height: 13px;
	}
	.intro_bottom_wrap ul li span {
		font-size: 20px;
		line-height: 20px;
		margin-top: 5px;
		display: block;
	}
	.intro_container_wrap {
		height: 95%;
		height: -webkit-calc(100% - 103px);
		height: -moz-calc(100% - 103px);
		height: calc(100% - 54px);
		padding-top: 22px;
	}
	#intro_wrapper .intro_leftArea {
		height: 100%;
		height: -webkit-calc(100% - 80px);
		height: -moz-calc(100% - 80px);
		height: calc(100% - 80px);
	}
	.intro_header_wrap{
		padding: 25px 30px 25px 35px;
	}
	.overflow-hidden .intro_header_wrap{
		padding: 25px 20px 25px 25px;
	}
	.intro_header_wrap #menu-container .menu-list{
		top:76px;
	}
}
 @media screen and (max-width:400px) {
	.slide__title {
		font-size: 24px;
		line-height: 36px;
		padding-right: 0;
	}
}
 @media screen and (max-width:330px) {
	 .slide__class {
		font-size: 11px;
		letter-spacing: 0;
	} 
	.slide__title {
		font-size: 21px;
		line-height: 33px;
		padding-right: 0;
	}
	.thumbnail-item a span {
		font-size: 13px;
	}
	.thumbnail-item {
		margin-bottom: 10px;
	}
	.roundBtn {
		padding: 8px 12px;
		font-size: 13px;
		margin-right: 2px !important;
	}
}

/********사이즈지정**********/
@media (max-width: 1380px) and (min-height:700px){

}
@media (max-width: 1100px) and (min-height:700px) and (orientation: landscape){/*ipad_landscape*/
	.slide__title {
		font-size: 42px;
		line-height: 60px;
		padding-right: 50px;
	}
	.slides-container {
		margin-top: -10px;
		min-height: 350px;
	}
	.tk-thumbnails {
		top: -10px;
	}
}
@media (min-width: 800px) and (min-height:450px) and (max-height:600px){
	.slide__title {
		font-size: 30px;
		line-height: 42px;
		padding-right: 40px;
	}
	.tk-thumbnails {
		top: 0;
	}
	.slide__btn {
		margin-top: 20px;
	}
	.slides-container {
		margin-top: 0px;
		min-height: 200px;
	}
	.slide__class {
		margin-bottom: 14px;
	}
	.tk-thumbnails {
		height:200px;
	}
	.thumbnail-item {
		margin-bottom:10px;
	}
	.thumbnail-item a span{
		font-size:16px;
	}
}
@media (max-width: 800px) and (orientation: landscape){
	.slide__title {
		font-size: 22px;
		line-height: 34px;
	}
	.intro_bottom_wrap ul li a {
		padding: 10px 20px;
		font-size: 12px;
	}
	.intro_bottom_wrap ul li a span{
		margin-top: 2px;
		font-size: 18px;
		display: block;
		line-height: 18px;
	}
	#intro_wrapper {
		padding: 25px 30px 25px 26px;
	}
	.slides-container {
		padding-left: 60px;
	}
	.slide__btn {
		margin-top: 10px;
	}
	.roundBtn {
		padding: 10px 15px;
		font-size: 14px;
		margin-right: 5px !important;
	}
	.intro_container_wrap {
		height: 95%;
		height: -webkit-calc(100% - 38px);
		height: -moz-calc(100% - 38px);
		height: calc(100% - 38px);
		padding-top: 18px;
	}
	.intro_header_wrap h1 a img {
		width: 126px;
	}
	.slides-container {
		margin-top: 0;
	}
	.tk-thumbnails {
		top: 0px;
		height: 164px;
	}
	#intro_wrapper .intro_leftArea {
		width: 30px;
		height: 100%;
		height: -webkit-calc(100% - 64px);
		height: -moz-calc(100% - 64px);
		height: calc(100% - 64px);
	}
	.slide__class {
		font-size: 12px;
		padding-left: 15px;
		background-size: 10px 1px;
		margin-bottom: 10px;
	}
	.thumbnail-item a span {
		font-size: 14px;
		text-transform: uppercase;
		display: table-cell;
		vertical-align: middle;
		padding-left: 5px;
		height: 200px;
	}
	.thumbnail-item {
		margin-bottom: 10px;
		height: 45px;
	}
	.slides-container {
		min-height: 160px;
	}
	.intro_header_wrap {
		position: fixed;
		left: 0;
		top: 0;
		padding: 20px 30px 20px 30px;
	}
	.intro_header_wrap h1 {
		padding-left: 25px;
	}
	.overflow-hidden .intro_header_wrap {
		padding: 15px 20px 15px 20px;
	}
	.intro_header_wrap #menu-container .menu-list {
		top: 57px;
	}
	#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
		padding: 0px 20px;
	}
}

@media (max-width: 480px) and (orientation: landscape){
	.slides-container {
		min-height: 155px;
	}
	.slide__title {
		font-size: 18px;
		line-height: 30px;
	}
	.tk-thumbnails {
		top: 0px;
		height: 162px;
	}
	.thumbnail-item {
		margin-bottom: 5px;
		height: 45px;
	}
	.intro_container_wrap {
		height: 95%;
		height: -webkit-calc(100% - 29px);
		height: -moz-calc(100% - 29px);
		height: calc(100% - 29px);
		padding-top: 18px;
	}
}
/*************************************************************************************************************************************/

/*****************************************************Notice_popup****************************************************************/
.popup-message {
  position: fixed;
  top: 110px;
  right: 64px;
  z-index: 1000;
  /*background: #ffffff;*/
  width: 404px;
  border-radius: 20px;
  display: none;
  height: 550px;
  letter-spacing: -0.75px;
  background:transparent;
  /*background: linear-gradient(to right, #0197f6, #3bd47b);*/
  background:url(../images/popup_20250117.jpg) no-repeat center; 
  /* padding-top: 20px; */
  box-shadow: -1px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.popup-message .message {
/*  padding: 10px 8px 0px 8px; */
  position: relative;
  text-align: center;
}
.popup-message .message h4{
  font-size: 22px;
  margin: 5px 0 15px 0;
  font-weight: 600;
}
.popup-message .message .fa-times-circle {
  font-size: 20px;
  top: 8px;
  right: 8px;
  position: absolute;
  cursor: pointer;
}
/*.popup-message .message img {
  width: 100%;
  height: 100%;
}*/
.popup-message .message a.notice_view{
  background: #000000;
 /* padding: 8px 0px;*/
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  width: 120px;
  margin: 0 auto;
   margin-top: 20px;
}
.popup-message .message a.notice_view:hover{
	background:#1a1b1c;
}
.notice_con{
	color: #888888;
	font-size: 15px;
	font-weight: 400;	
	letter-spacing:-0.5px;
}
.notice_close{
	/*position: absolute;
	top: 6px;
	right: 12px;*/
	font-size: 16px;
	color: white !important;
	font-weight: 400;
}
.notice_close:hover{
	color:white !important;
	font-weight:500;
}
.notice_dimmed{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1000;
}
.notice_dimmed.close{
	display:none;
}


/* 장홍미 팝업 수정	*/

.popup-message .message .pop-main-title{
	font-size: 22px;
	font-weight: bold;
}
.popup-message .message .pop-sub-title{
	margin-top: 2px;
	color: #777d8a;
}
.popup-message .message .pop-sub-title,
.popup-message .message .caution{
	font-size: 11px;
}
.popup-message .message .pop-summ{
	padding: 15px 0 15px 0;
	font-size: 22px;
	line-height: 26px;
}
.popup-message .message .desc{
	padding:8px 0; 
}
.popup-message .message .desc, .caution, .owner{
	color: #c8cace;
} 
.popup-message .message ul.ci li:first-child{
	text-align: right;
	padding: 3px 15px 0 0;
	width: 45%;
}
.popup-message .message ul.ci li:last-child{
	text-align: left;
}
.popup-message .message ul.ci img{
	text-align: left;
}
.popup-message .bold{
	font-weight: bold;
}
.popup-message .message .logo-wrap{
	padding: 5px;
}
/* .popup-message .message img{
	display: inline-block;
	width: 234px;
	height: 47px;
} */
.popup-message .message .close-wrap{
	overflow: hidden;
    width: 100%;
    height: 50px;
    bottom: 0;
    line-height: 50px;
    opacity: 0.8;
    border-radius: 0 0 20px 20px;
    background: #0c202e;
    font-size: 1rem;
}
.popup-message .message .close-wrap a{
	display: block;
	width: 100%;
	height: 100%;
	color:white; /*추가*/
}
.popup-message .message ul.close-wrap li{
	float: left;
	color: #333;
}
.popup-message .message ul.close-wrap li:first-child{
	padding-left:30px;
	color:white; /*추가*/
	width: 70%;
	text-align: left;
}
.popup-message .message ul.close-wrap li:last-child{
	padding-right:30px;
	width: 30%;
	text-align: right;
}
.popup-message .message .conts-wrap{
	padding-top:150px;
	height:500px;
	display: grid;
	align-content: space-evenly;
}

.popup-message .conts-head{
	padding: 20px 0 10px 0;
}


/*******************************/

@media screen and (max-width:1400px) {
	.popup-message{
		/* width: 485px; */
	}
	/*.popup-message .message img {
		width: 100%;
	}*/
	.popup-message .message {
		/*padding: 10px 8px 0px 8px;*/
		position: relative;
		text-align: center;
	}
	.popup-message .message a.notice_view {
		margin-top: 15px;
	}
	.popup-message .message a.notice_view{
		width:110px;
	}
}
@media screen and (max-width:1100px) {
	.notice_dimmed.active{
		display:block;
	}

	 {
		bottom:0 !important;
		margin-bottom: -9px;
	}
	.fTab {
		right:0 !important;
	}
	.popup-message {
		position: fixed;
		top: 50%;
		left: 50%;
		bottom:inherit;
		transform: translate(-50%, -50%);
		margin: 0;
		z-index: 99999;
	}
	/*.popup-message .message {
		padding: 10px 8px 0px 8px;
	}
	.popup-message .message img {
		width: 100%;
	}*/
	.popup-message .message a.notice_view {
		margin-top: 20px;
	}
	.conts-wrap{
		/* height: 295px; */
		overflow-y: auto;
	} 
}
@media screen and (max-width:650px) {
	.popup-message {
		position: fixed;
		top: 50%;
		left: 50%;
		bottom:inherit;
		transform: translate(-50%, -50%);
		margin: 0;
	}
	#intro br{
		display: none;
	}
}
@media screen and (max-width:550px) {
	.popup-message {
		margin: 0;
		width: 90vw;
		background-size: cover;
	}
}
@media screen and (max-width:320px) {
	#top-pop-wrap .close_btn{
        width:20px;
        top:5px;
        right:5px;
    }
	.pop_box_content{
		min-height:220px;
	}
	#top-pop-wrap .pop_box_footer{
        font-size:14px;
    }
}
/*************************************************************************************************************************************/

