@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-y:none}
body {
  color: #666;word-wrap:break-word;
  margin:0;padding:0;font-size:15px; font-family:'Noto Sans KR','nanum gothic', 'Malgun Gothic', dotum, sans-serif}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:15px;font-family:'Noto Sans KR','nanum gothic', 'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul,li{margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd{margin:0;padding:0; list-style: none;} 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-family:'Noto Sans KR','nanum gothic', 'Malgun Gothic', dotum, sans-serif;font-size:1em}
button {cursor:pointer}
textarea, select {font-family:'Noto Sans KR','nanum gothic', 'Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
/*hr {display:none}*/
a {color:#333333; text-decoration:none}

td{word-wrap:break-word;}

em, i{font-style: normal; font-size: 11px; color: #999}
em{width: 100%; display: table;}
u{width: 100%; display: table; text-align: right;text-decoration: none;}
*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html { scrollbar-3dLight-Color: #efefef; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf;
 scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef}
::-webkit-scrollbar {width: 5px }
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment {display: block; background: rgba(124,124,124,0.5);}
::-webkit-scrollbar-track {background: rgba(197,197,197,1); ;}
::-webkit-scrollbar-thumb {background: rgba(124,124,124,0.5); border-radius: 100px 

}


 /*공통*/
.bggray{background-color: #999}
.bgred{background-color:#d91e18}
.bggreen{background-color: #006BC9}
.bgw{background-color: #fff; padding: 20px 0;}

.text-centrer{text-align: center;}
.padding0{padding: 0!important;}
.padding15{padding: 10px;}
.margin0{margin: 0!important}

.fontred{color: #d91e18}
.fontgreen{color: #006BC9}
.fontgray{color: #333}
.fontblue{color: #115dcb}

.text-center{text-align: center;}
.text-left{text-align: left; padding: 10px !important}

.bordertop{border-top: 1px solid #ddd;}
.borderright{border-right: 1px solid #ddd;}
.borderbottom{border-bottom: 1px solid #ddd;}

.width333{width: 33.3%;}
.width100{width: 100%}
.width30{width: 30%}
.width50{width: 50%}

.marginauto{ float: none!important; margin: 0 auto 50px!important;}

.bgddd{background-color: #ddd!important}
.pd0{padding: 0!important}


.bordernone{border: none;}
header{
	width: 100%; height: 70px; position: fixed; top: 0; z-index: 99; padding-bottom: 50px;
	background-color: #2D4B85;transition: all 0.3s;-webkit-transition: all 0.3s;
}
.header_wary{
position: relative;
min-width: 1400px;
margin: 0 auto;
}
.head_area{
	display: inline-block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.top_logo{
	background-color: #efefef;width: 350px; height: 70px;
	text-align: center; vertical-align: middle;
	padding: 10px 0;
	}


nav{position: relative;padding-left: 50px;}
nav ul li {
  display: inline-block;
  position: relative;
  color: #fff;

}

nav ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 20px;
  transition: 0.3s linear;
}

nav ul li a:hover { color: #86A0D1}

nav ul li ul {
  border-bottom: 5px solid #2D4B85;
  display: none;
  position: absolute;
  width: 250px;
  top: 50px;
}

nav ul li ul li {
  border-top: 1px solid #ddd;
  display: block;
}

nav ul li ul li:first-child { border-top: none; }

nav ul li ul li a {
  background: #eee;
  display: block;
  padding: 10px 10px;
  color: #333;
}
nav ul li ul li a:hover { background: #ddd; }

nav .fa.fa-angle-down { margin-left: 6px; }


/*---------------메뉴추가----------------*/

nav .none_ul{
 display: none;
}

nav .none_ul:hover {
 display: block;
}
/*---------------------------------------*/
.util{
position: absolute;
right: 0; top: 0;
transition: 0.3s;
-webkit-transition: 0.3s;
background-color: #243C6B;
height: 70px;
line-height: 70px;
padding: 0 30px;}
.util li{display: inline-block; margin: 0 5px; }
.util li a{font-size: 13px; color: #fff}
.util li .fa{color: #fff}

/*다국어 메뉴*/

.lang li { display: block}

.lang li a {  }
.lang li a:hover, .lang li a.hov { }

/* @group sublang */
.f_lang ul{ 
  position: absolute; right: 80px; display: none; 
  box-shadow: 0 1px 5px #333; background: #ffff;
  width: 110px; border-radius: 5px;
 } 
 .l_lang ul{ 
  position: absolute; right: 5px; display: none; 
  box-shadow: 0 1px 5px #333; background: #ffff;
  width: 110px; border-radius: 5px;
 }
.lang ul li {
  width:100px; background:#fff; 
  color: #333;  float: left;
  text-align: left; }
.lang ul li:hover { }

.lang ul a { 
  padding: 0 7px; height: 40px; line-height: 40px; display: block;
  color: #666; border-bottom: 1px solid #eee; font-size: 12px;}
.lang ul a:hover { color: #f04d4b; }
.lang img{position: relative; top: 3px;}




.index_con{width: 1300px; margin: 0 auto;}
.index_con .latestgroup{
	display: inline-block; 
	
	width: 33%;
	padding: 30px;
	vertical-align: top;
}

/*모바일*/
.mobile_sec{
  background: linear-gradient( -45deg, rgba(69, 104, 220, .8), rgba(176, 106, 179, .8)), 
   fixed, url(../img/main/mobile_bg.jpg) fixed;}
.mobile_con{display: table; margin: auto;}
.mobile-title{text-align: center; padding: 50px 0 30px; color: #333;}
.mobile-title h1{
  font-size: 40px; 
  font-weight: 400;
  color: #fff;
 
}
.mobile-title p{
  font-size: 20px; 
  font-weight: 200;
  color: #fff;
}
.mobile-title a{
  display: inline-block; 
  margin: 20px 10px;
  width: 200px; height: 50px; line-height: 50px;
  background-color: #2D4B85; color: #fff;
}
.mobile-title a .fa, .mobile-title a .fab{color: #fff!important; font-size: 1.5em!important}

#accordion {display: table; margin: 60px auto 120px;}
#accordion article {
  -webkit-transform: perspective(900px) rotateY(60deg);
  -webkit-transition: all 0.7s ease-in-out;
  background: #333;
  border: 1px solid #5f5f5f;
  box-shadow: 0px 5px 15px #5f5f5f;
  float: left;
  height: 500px;
  margin-left: -180px;
  padding: 20px;
  width: 330px;
  font-weight: 300;
  color: #fff;
}
#accordion article h2{font-size: 22px; font-weight: 500;}
#accordion article:first-child {margin-left: 0px;}
#accordion article img {width: 100%; margin-bottom: 30px}
#accordion article:hover {
  -webkit-transform: perspective(0) rotateY(-10deg);
  margin: 0 140px 0 -60px;
}


.table{display: table; margin: 50px auto;}
.table a{
  display: inline-block;
  margin: 50px 20px;
  width: 200px; height: 50px; line-height: 50px;
  color: #fff;
}


.latestgroup img{width: 100%}
.latestgroup .latebic{width: 100%; font-size: 28px; display: block; font-weight: 700;}
.latebic span, .late span{float: right; color:#fb504e }
.latestliat{
	width: 100%;
	padding: 20px 0;
}
.latestliat ul li{
	background-color: #f6f6f6;
	padding: 15px 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin: 10px auto
}
.latestliat ul li b{font-weight: 500}
.latestliat ul li span{float: right; color: #fb504e}
.latestliat ul li span label{padding-left: 50px;}

footer{
	background-color:#f6f6f6f6; 
	padding: 0 0 20px;
	position: absolute;
	width: 100%;
  display: table;
}
.footer_wrap{width: 100%; margin: 0 auto}
.copylink{border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;  background:#fff;}
.copylink ul{display: table; margin: auto; padding: 10px 0}
.copylink ul li{display: inline-block; margin-right: 100px;}
.copylink ul li:last-child{margin-right: 0}
.copylink ul li a{color: #333}

.ft_contents{
 width: 1000px; margin: 20px auto;
 color: #fff; text-align: center;
 text-align: left; font-weight: 300; color: #a1a1a1;

}
.ft_contents .add, .ft_contents .COPYRIGH{padding: 0 20px; font-size: 13px;}
.cs_center{
	display: block;
	background: rgba(69, 104, 220, 1);
	padding: 20px 10px;
	font-size: 28px;
	font-weight: 500;
	color: #ffc008;
	width: 300px; text-align: center;
}
.cs_center h1{font-size: 18px; font-weight: 300; color: #fff}
.cs_center p{font-size: 15px;font-weight: 300; color: #fff }
.cs_center .fa{color: #ffc008;}
.COPYRIGH{
	width: 100%; display: block;
	color: #666; padding: 0!important;
	font-weight: 200; text-align: left;}



#tooltip{
	position:absolute; top:0;
	border:1px solid #ddd;
	background:#fff;
	padding:2px 5px;
	color:#333;
	display:none;
	font-size: 12px;
	color: #676767;
	width: 110px;
	height: 100px; 
	}	


.extb_wrap{
	width: 100%; display: block;
  padding: 80px 0 100px;
  min-width: 1500px;
}
.extb_area{
position: relative;
width: 1500px;
min-width: 1400px;
margin: 0 auto;}

.sub_con{width: 100%!important;}
.leftpage{
  width: 400px;
  float: left;
  margin-right: 10px;
}
.leftpage1{position: absolute;}
.rightpage{
  width: 880px;
  margin:0 10px 50px 410px;
  float: left;
}
.
.rightpage .article{
  vertical-align: top;
  height: 1100px;
  overflow-y: scroll;
}
.bannerpage{

  width: 200px;
  float: right;
}

#commentWrapper { 
  position: absolute;
}

#comment {width: 400px; height: 1100px; overflow-y: scroll; background: #fff;}
#comment1{width: 400px; height: 1100px; overflow-y: scroll; background: #fff; position: fixed;
  top: 80px; border: 1px solid #ccc }
#comment.fixed {
  position: fixed;
  top: 80px
}


.leftmenu{width: 200px!important; }
#menuwray{width: 200px !important;}

.centerpage{
      width: 1290px;
    margin: 150px 10px 50px;
    background: #fff;
    float: left;
    margin-right: 10px;
    display: block;
    min-height: 987px
      
}

.boardarea{margin: 0 10px 10px 0 !important;}

/*.bannerlist{
  width: 200px;
  position: absolute;
  clear: both;
  float: left;
  top:100px;
  left: 50%;
  height: 100%;
  margin-left: 650px;
}*/
.bannerlist{
  width: 200px; float: left;
}

/*셀렉트*/

.selectbox{
 	width: 100%;
  	height: 50px;
  	padding: 10px;
  	text-align: right;
}

.selectbox select{
	width: 150px;
	height: 30px;
	border: 1px solid #ddd
}


/*서브메뉴*/
.cate_navi{
  padding: 0;
  border-bottom: 1px solid #ddd
}
.homelink{
  position: relative;
  display: block;
  z-index: 1;
  padding: 1em;
  cursor: pointer;
  background-color: #016cbc;
}
.homelink .fa{color: #fff}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 325px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  border-right: 1px solid #ddd
}

.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 1em;
  border-radius: 2px;
  cursor: pointer;
}

.select .placeholder a{
  color: #999
}

.select .placeholder:hover {
  background: #34383c;
}


.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}

.select .placeholder1:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.select.select--white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 2;
  box-shadow: 1px 5px 5px #ddd;
}
.select ul li a {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.select ul li a:hover {
  background: #fbbd0a;
  color: #fff;
  text-decoration: none;
}


.cate2, .cate3, .cate4{display: none;}



/*링크탭*/


[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
[ripple] .ripple {
  position: absolute;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-animation: ripple 1.6s;
          animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}
.tabs11 {
  z-index: 15px;
  position: relative;
  width: 400px;
  box-sizing: border-box;
  overflow: hidden;
}
.tabs11-header {
  position: relative;
  background: #333;
  overflow: hidden;
}
.tabs11-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4CF07C;
  width: auto;
  height: 5px;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.tabs11-header ul {
  padding:0;margin:0;list-style:none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*width: calc(100% - 68px);*/
  width: 100%;
}
.tabs11-header li {
  width: 50%; text-align: center;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.tabs11-header a {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 15px 0;
  color: #FFFFFF;
  font-weight: 300;
  text-decoration: none;
  
}
.tabs11-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #4285F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs11-nav:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 20px 10px #4285F4;
}
.tabs11-nav i {
  border-radius: 100%;
  cursor: pointer;
}
.tabs11-content {
  position: relative;
  padding: 15px 10px;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  overflow: hidden;
  max-height: 520px;
  overflow-y: scroll;
}
.tabs11-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs11-content .tab {
  display: none;
}
.tabs11-content .tab.active {
  display: block;
}

.fixing{
  position: absolute;
  top: 0;
  width: 400px;
  background-color: #ddd;}

.fixing div h2{
  width: 100%; padding: 10px; 
  background-color:#fff; 
  font-weight: 500;
  border-bottom: 2px solid #333
}
.fixing-link, .fixing-vedio{
  background-color: #ddd;
  display: block;
  margin-bottom: 10px; 
}
.vediobox{
  display: block; 
  background-color: #fff; padding: 20px;
  overflow-y: scroll;
  height: 320px;
}
.vediobox dd{
	width: 40%; margin: 0 4%;
	display: inline-block;
	vertical-align: top;
	text-align: center
}
.vediobox dd h5{
	font-size: 12px;
	font-weight: 300;
	color: #676767;
	margin: 10px auto 20px;
}
.vediobox iframe{height: 90px;}
/*좌측메뉴*/
.mypage_menu{
  width:200px;
  float:left;
}

.mypage_menu h2{
  background:white;
  color:#333;
  font-size:30px;
  margin-left:25px;


}

.mypage_menu ul{
  width:80%;
  background:#333;
  border-top:solid 1px #333;
}

.mypage_menu li{
  width:100%;
  font-size:18px;
  color:white;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  border:solid 1px white;
  border-right:solid 1px #333;
  border-left:solid 1px #333;
  border-bottom:solid 1px #333;
}

.mypage_menu li:first-child{
  margin-top:0px;
}

.mypage_menu li:hover{
  background:white;
  color:#333;
}

/*서브메뉴*/
.nav_subtop{
  width: 1190px; 
  display: table;
  background: #fff;
  border:1px solid #b1b1b1;

}
.nav_subtop .subtopmenu{
  float: left;}

.subtopmenu:nth-child(1){
  width: 50px; 
  text-align: center;
  line-height: 50px;
}
.subtopmenu:nth-child(2){
  width: 250px; 
  line-height: 50px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 15px;
}
.subtopmenu .fa{font-size: 20px; color: #f04d4b;}
.menu-select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  -webkit-user-menu-select: none;
     -moz-user-menu-select: none;
      -ms-user-menu-select: none;
          user-menu-select: none;
  -webkit-touch-callout: none;
  border-right: 1px solid #ddd;
}
.menu-select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 1em;
  border-radius: 2px;
  cursor: pointer;
}
.menu-select .placeholder:hover {
  background: #34383c;
}
.menu-select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.menu-select.is-open .placeholder:after {
  content: '\f077';
}
.menu-select.is-open ul {
  display: block;
}
.menu-select.menu-select--white .placeholder {
  background: #fff;
  color: #333;
  width: 250px;

}
.menu-select.menu-select--white .placeholder:hover {
  background: #fafafa;
}
.menu-select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
}
.menu-select ul li{color: #999;}
.menu-select ul li a{
  display: block;
  text-align: left;
  width: 250px; height: 50px; line-height: 50px;
  cursor: pointer;
  padding-left: 20px;
  border-bottom: 1px solid #eee
}
.menu-select ul li a:hover {
  color: #f04d4b;
}


/*로그인폼*/

.login_contants{
   /*background: linear-gradient( -135deg, #4568DC, #B06AB3 ) fixed*/
   background: #fff;
}
.login_wray{
  position: relative;
  background-position: top;
  

}
.login_ctn{
  width: 600px; margin: 5vh auto;
  padding: 5vh 0;  
 

}
.login_area{
  background: #f6f6f6f6;
  width: 400px;
  margin: auto;
 }

.login_item{
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

.log_tit{
  font-size: 40px; text-align: center;
  font-weight: bold; color: #2D4B85;
  padding-bottom:10px;
  font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  
}
.login_box{
  position: relative; 
  display: block;
  width: 90%;
  margin: auto;
}
.login_box ul li{
  margin-bottom: 5px;
  background: #fff;
  height: 50px;
  line-height: 50px;

}
.login_box span{
  background: #2D4B85;
  float: left;
  width: 58px; height: 50px;
  line-height: 57px;
  
}
.login_box ul li .fa{color: #fff; font-size: 25px;}
.login_box ul li input[type=text], input[type=password]{
  padding: 10px 10px;
  margin: 3px auto;
  width: 300px;
  border: 1px solid #fff;
  font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  color: #676767;
}
.login_box dl{width: 80%; margin: 10px auto 20px; display: table;}
.login_box dl dd{display: inline-block; font-size: 13px}
.login_box dl dd:first-child{float: left;}
.login_box dl dd:last-child{float: right;}


.loginbtn{
  background: #f04d4b; 
  border-radius: 5px;
  padding: 15px 0;
  margin: 10px auto 0;

}
.loginbtn a{
  color: #fff;
  font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
}




/* -----------------------------------------------------------------------------

  CONTAINER OBJECTS
  
----------------------------------------------------------------------------- */
.o-container {
  margin: 0 auto;
  width: 100%
}



/* -----------------------------------------------------------------------------

  HEADER OBJECT
  
----------------------------------------------------------------------------- */
.o-header {
  margin: 0;
  padding: 0;
}

.o-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #dc446e;
}

.o-header-nav__link {
  padding: 12px;
  color: #fff;
}

.o-header-nav__link:hover {
  color: #fff;
  background-color: #9d1d41;
}

.o-header__title {
  margin: 24px;
  padding: 0;
  color: #818181;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-header__title {
    margin: 36px;
    font-size: 42px;
  }
}

/* -----------------------------------------------------------------------------

  MAIN OBJECT
  
----------------------------------------------------------------------------- */
.o-main {
  /**/
}

/* -----------------------------------------------------------------------------

  SECTION OBJECT
  
----------------------------------------------------------------------------- */
.o-section {
  margin-bottom: 24px;
}

.o-section:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 720px) {
  .o-section {
    margin-bottom: 48px;
  }
}

/* -----------------------------------------------------------------------------

  SUB-NAVIGATION OBJECT
  
----------------------------------------------------------------------------- */
.o-sub-nav {
  margin: 0;
  padding: 0;
}

.o-sub-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-sub-nav__item {
  margin: 0;
  padding: 4px;
}

.o-sub-nav__link {
  display: block;
  margin: 0;
  padding: 4px 24px;
  border: solid 2px #dc446e;
}

.o-sub-nav__link:hover,
.o-sub-nav__item.active .o-sub-nav__link {
  color: #fff;
  background-color: #dc446e;
}

/* -----------------------------------------------------------------------------

  FOOTER OBJECT
  
----------------------------------------------------------------------------- */
.o-footer {
  padding: 12px 0;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-footer {
    padding: 24px 0;
  }
}

@media all and (min-width: 720px) {
  .o-footer {
    padding: 48px 0;
  }
}

/* -----------------------------------------------------------------------------

  TABS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="c-tabs no-js">
 *   <div class="c-tabs-nav">
 *     <a href="#" class="c-tabs-nav__link is-active"></a>
 *     <a href="#" class="c-tabs-nav__link"></a>
 *     ...
 *   </div>
 *   <div class="c-tab is-active">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   <div class="c-tab">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.c-tabs {
  /**/
  width: 1290px;
  float: left;
  margin-right: 10px;
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.c-tabs-nav__link {
 /* margin-bottom: 30px;*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
  padding: 12px;
  background:#f6f6f6;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6d6d6d;
}

.c-tabs-nav__link.is-active {
  color: #2D4B85!important;
  background-color: #fff;
  border: 2px solid #2D4B85;
  border-bottom: 2px solid #fff;
  position: relative;
  top: 2px;
}

.c-tabs-nav__link.is-active i{color:#f04d4b }


.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
 
}

.c-tabs-nav__link i {
  font-size: 18px;
   color: #fff;
}

.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}

/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: #fff;
}

.c-tab.is-active {
  display: block;
  border-top: 2px solid #2D4B85;
}

.c-tab__content {}

/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}


ul.mytabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  width: 100%;
}
ul.mytabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border-left:none;
  margin-bottom: -1px;
  overflow:hidden;
  position:relative;
  background: #fff;
  border: 1px solid #b1b1b1;
  border-bottom: 1px solid #fff;
  margin-right: 2px;
}
ul.mytabs li a {
  text-decoration:none;
  color:#333;
  display:block;
  font-size: 15px;
  padding: 0 20px;
  outline: none;
}
ul.mytabs li a:hover {
  border: 1px solid #f04d4b;
  border-bottom: 1px solid #fff;
  
} 
html ul.mytabs li.active {
  background: #fff;
  border: 1px solid #f04d4b;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  
  
}
.mytab_container {
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 5px gray;
  border-top: none;
  clear: both;
  float: left; 
  width: 100%;
  background: #fff;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
.mytab_content {
  font-size: 15px;
}
.tab_content h2 {
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  font-size: 1.8em;
}
.mytab_content h3 a{
  color: #254588;
}
.mytab_content img {
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #ddd;
  padding: 5px;
}



/*회원정보관리*/
.mgt_login,.mgt_add, .notice_login{width: 90%; margin: 20px auto }
.mgt_title{
  width: 90%;
  margin: 50px auto 0;
  font-weight: 500;
  font-size: 18px;
  border-left: 5px solid #333;
  padding-left: 10px;
}
.mgt_login tr th, .mgt_add tr th{
  text-align: center;padding: 25px 0;
  background-color: #eee;
}
.mgt_login tr td, .mgt_add tr td{border-bottom: 1px dashed #eee; padding-left: 10px}
.mgt_login tr th, .mgt_add tr th{font-weight: 400; width: 200px;}
.mgt_login tr td, .mgt_add tr td{}
.mgt_login tr td input[type="text"], .mgt_add tr td input[type='text'], .mgt_add tr td select{
  border:1px solid #ddd;
  padding: 5px 10px;
  color: #979797
}
.mgt_login tr td input[type="text"]:hover{border:1px solid #333;}
.mgt_login a{
  display: inline-block;
  padding: 5px 15px; margin-left: 5px;
  border: 1px solid #333; border-radius: 5px;
  color: #333; font-size: 13px;
}
.mgt_login a:hover{border: 1px solid #979797;color: #979797; }
.mgt_login_btn_wrap{display: table; margin: auto; padding: 50px 0}
.mgt_login_btn{
  width: 200px; 
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  color: #fff;
}
.mgt_login_P{padding: 20px 0 50px;}
.mgt_login_btn a{color: #fff}

.mgt_add input[type="text"]{margin: 3px 0;}
.mgt_add select{width: 350px;}

.mgt_esc{padding:50px 0; width: 90%; margin: auto }
.mgt_esc h1{font-size: 20px; font-weight: 500; padding: 20px 0 10px;}
.mgt_esc h3{font-size: 15px; font-weight: 400;padding: 10px 0 5px;}
.mgt_esc ul li{padding: 0 0 2px 20px; color: #676767}
.mgt_login p{font-size: 13px; color: #979797}

.mgt_reception{width: 100%; margin: 20px auto; border-top: 2px solid #333;}
.mgt_reception th, .mgt_reception td{border-bottom: 1px solid #dbdbdb; padding: 25px 0}
.mgt_reception th{font-weight: 400; font-size: 15px;}
.mgt_reception td input[type="checkbox"]{margin: 0 5px 0 20px;}

.notice_login th{border-top: 2px solid #333; background: #f8f8f8;
border-bottom: 1px solid #ddd; padding: 15px 0; font-size: 18px; font-weight: 400;}
.notice_login td{text-align: center; color: #676767;
 padding: 10px 0; font-weight:200; font-size: 15px;
 border-bottom: 1px dashed #ddd;
/*--------------------------------------------------------*/


.rece_login{
  width:100%;
}

.rece_login td{
  border-bottom: solid 1px #979797;
    padding:20px 50px;
  color:#676767;
  font-size:12px;
  background:#eee;
  text-align:left;
}


.rece_login th{
  width:20%;
  text-align:center;
  border-right: solid 2px #333;
  border-bottom: solid 1px #979797;
  padding:20px;
  font-weight:500;
  color:#333;
}



.rece_text span{
  display: block;
  padding:2px 15px;
  font-size: 13px;
  color: #979797
}



.rece_login_btn_wrap{
  margin:50px auto;
  display:table;
  
}

.rece_login_btn_wrap p{
  width:200px;
  height:50px;
  line-height:50px;
  text-align:center;
  float:left;
  display:table;
  margin: 0 25px;

}

.rece_login_btn_wrap a{
  text-decoration:none;
  color:white;
}
.rece_login_btn{
  background:#333;
}

.rece_login_btn2{
  background:#F84F4C;
}


.pop_viewtb{
  padding: 100px 0 50px;
color: #333;
text-align: center;
font-size: 40px;

}