
html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
  font-family: 'Noto Sans Korean', 'Sans-serif';
  overflow-x:hidden ;
}
a, a:active, a:hover, a:focus {
	text-decoration:none;
}

.nav-bar {
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:60px;
  border-bottom:1px solid #abcddd;
  z-index:9999999;
  background:#fff;    
}

.nav-menu-wrap {
  background: #e5f2f8;
	/*background: #fff;
    background: -webkit-linear-gradient(#fff, #cae8f2); 
    background: -o-linear-gradient(#fff, #cae8f2);
    background: -moz-linear-gradient(#fff, #cae8f2); 
    background: linear-gradient(#fff, #cae8f2); */
  height:100%;
    /*overflow: hidden;*/

  z-index:11111;
  position:fixed;
  left:0;
  right:0;
  top:60px;
	/*border-bottom:1px solid #abcddd;*/
}

.nav-menu-closed {
  margin-top:-1000px;
}

.nav-menu-open {
  margin-top:0px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}


.nav-sub-menu-closed {
  height:0px;
  opacity: 0;
  display: none;  
}

.nav-sub-menu-open {
  opacity: 1;
  height:auto;
  overflow: hidden;    
  display: block;

  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}


.nav-sub-child-closed, .nav-sub-child01-closed {
  height:0px;
  display: none;
  opacity: 0;
}

.nav-sub-child-open, .nav-sub-child01-open {
  opacity: 1;
  display: block;

  height:auto;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}



.nav-menu-wrap ul.nav-menu {
  list-style-type: none;
  margin:10px auto 0px;
	width:100%;
  padding-left:0px;
}

.nav-menu-wrap ul.nav-menu li {
  list-style-type: none;
  padding: 15px 10%;
  border-bottom:1px solid #abcddd;
}

.nav-menu-wrap ul.nav-menu li:last-child {
  border-bottom:none;
}

.nav-menu-wrap ul.nav-menu  li a {
  color:#234f73;
  font-weight: 400;
  font-size:16px;
	letter-spacing:-0.5px;
  text-decoration: none;
}


.nav-submenu-closed {
  margin-top:-380px;
}

.nav-submenu-open {
  margin-top:0px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.brand-image {
  height:28px;    
  margin:20px 0px 0px 13px;
}

.hambuger {
  font-size:22px;
  line-height: 60px;
  margin-right:18px !important;

  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.contents-wrapper {
  padding-top:60px;
  height:100%;;
  z-index: 10000;
}

.with-newline {
	/*word-break:keep-all;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;*/
	word-break: break-all;
	word-wrap: break-word;
}

.sub-title {
  font-size:19px;
  font-weight: 500;
  line-height:1.5em;
  color:#2A3760;
  margin:35px 0px;
  letter-spacing: -1px;    
}

.small-title {
  font-size:18px;
  font-weight: 500;
  line-height:1.5em;
  color:#2C3660;
  margin:12px 0px;
  letter-spacing: -1px;
}

.context {
  font-size:16px;
  font-weight:400;
  line-height:1.5em;
  color:#2A3760;
  margin:10px 0px 30px;
  letter-spacing: 0px;
}

.small-title-bull {
  width:18px !important;
  height:18px !important;
  background-image:url('../images/icon.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.small-title-bull.orange {background-image:url('../images/icon-red.jpg');}
.faq-title {
  font-size:17px;
  font-weight: 400;
  line-height:1.4em;
  color:#2C3660;
  margin:18px 0px;
  letter-spacing: -1px;
	cursor:pointer;
}

.faq-header {
  color:#00ADD0;
  float:left;
  width:35px;
  height:40px;
}
.faq-header.orange{color:#f16a4a;}

.faq-context {
  border-top:1px solid #ddd;
  font-size:16px;
  font-weight: 400;
  line-height:1.5em;
  color:#2B3861;
  background-color:#E9F8FC;
  margin-bottom:0px;
  overflow: hidden;
  letter-spacing: 0px;
}
.faq-context.orange {background-color:#fbe5e1;}

.faq-open {
  padding:20px 15px;
  height:auto;		
}

.faq-closed {
  padding:0px;
  height:1px !important;
}

.faq-context b {
  color:#2A3760;
  font-weight:500;
}

.context-img {
  margin:10px 0px;
}

footer {
  background-color:#F6F7F8 !important;
  border-top:1px solid #DADBDC;
  overflow: hidden;
}

footer p {
  font-size:14px !important;
  font-weight: 300;
  color:#252627;
  line-height:1.5em;
  margin:15px 0px 20px;
}

.main-wrap {
  background-color:#e4f1f6;
  background-image:url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size:100% auto;
  height:auto;
  overflow: hidden;
	padding-top:40vw;
	padding-bottom:45vw;
}


.main-wrap .row:first-child {
  /*margin-top:200px;*/
  text-align: center;
}

.main-wrap .img {
  max-width:80%;
  width:80%;
  margin-bottom:80px;
}
.img-responsive{display: block; max-width: 100%; height: auto; margin:0 auto;}
.main-wrap .img-menu {
  /*max-width:70%;
  width:70%;*/
	display: block; max-width: 100%; height: auto; margin:0 auto;
}

.menu-wrap {
  background-color:#265175;
  background-image:url(../images/hub_bg.png);
  background-repeat: no-repeat;
  background-size:75% auto;
	background-position: left 10%;;
  height:auto;
  overflow: hidden;
	padding-bottom:15vw;
}
.menu-wrap.tab {
  background-color:#f16a4a;
}
.menu-wrap .row {
  margin-top:10px;
}

.menu-wrap .row:first-child {
  margin-top:40px;
}

.menu-wrap .img-menu {
  max-width:100%;
  width:100%;
}

/* 모달 가운데로  */
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.close-button  {
  position:fixed;
  color:#333;
  background:#fff;
  border-radius: 32px;
  bottom:-50px;
  left:0;
  right:0;
  margin:0 auto;
  font-size:32px;
  width:32px;
  height:32px;
  line-height: 1em;
}
.cal-set-box {
  background:#ECF6FE;
  border:1px solid #ddd;
  padding:20px;
}
.cal-set-box .form-control {
  font-size:16px;
  height:40;
  padding:4px 5px;
  min-width:20px;
  width:100%;
  max-width:130px !important;
  border-radius: 0px;
}
.btn-danger {
  color: #fff;
  background-color: #f16a4a;
  border-color: #f16a4a;
}
.cal-set-box .calendar {
  height: auto;
  padding: 5px 5px;
  min-width: 20px;
  width: 100%;
  max-width: 130px;
  border:1px solid #ccc;
  background:#fff;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  text-align:left;
}
.cal-set-box .calendar p {
  font-size: 16px;
  margin:0px 0px;
  color:#555;
}
.cal-set-box .form-control[readonly] {
  background:#fff;
}
.cal-set-box table   {
  width:100%;
}
.cal-set-box table td  {
  padding:2px 5px;
  border:0px solid red;
}
.cal-set-box  p.context  {
  margin:10px 0px;
  font-weight:400;
  font-size:18px;
}
.cal-set-box  p.context b {
  font-weight:500;
}


/* 달력   */
.uib-daypicker th{padding:5px 0;}

.uib-datepicker{
  padding:0 9px 9px;
}

.uib-daypicker, .uib-monthpicker, .uib-yearpicker{
  outline:none;
}
  
button.btn.btn-default.btn-sm {
  border-radius: 50%;
    /*width:42px;
    height:42px;*/
  border: none;
    /*border-bottom: 1px solid #EAEAEA;*/
  width: 38px;
  height: 38px;
  border: none;
  font-size: 14px;
  line-height: 14px;
  color: #434A54;
  outline:none;
  box-shadow:none;    
}

button.btn.btn-default:hover,button.btn.btn-default:focus{
  outline:none;
  box-shadow:none;
  background-color:#f6f6f6;
}

 .uib-month button.btn.btn-default{
  border-radius: 50%;
  border: none;
  /*border-bottom: 1px solid #EAEAEA;*/
  width: 53px;
  height:53px;
  border: none;
  font-size: 14px;
  color: #434A54;
  outline:none;
  box-shadow:none;    
} 

.uib-year button.btn.btn-default{
  border-radius: 50%;
  border: none;
  /*border-bottom: 1px solid #EAEAEA;*/
  width: 53px;
  height:53px;
  border: none;
  font-size: 14px;
  color: #434A54;
  outline:none;
  box-shadow:none;    
}

.uib-day, .uib-month, .uib-year{
  padding:2px;
}
.uib-datepicker .uib-title {
  width: 100% !IMPORTANT;
}
.uib-monthpicker .uib-title {
  width: 100% !IMPORTANT;
}
.uib-daypicker tr:first-child th{
  border-bottom: 1px solid #EAEAEA !important;
  padding-bottom: 0;
  padding-top:0;
}

.uib-monthpicker th{
  border-bottom: 1px solid #EAEAEA !important;
}
.uib-yearpicker th{
  border-bottom: 1px solid #EAEAEA !important;
}

th {
  text-align: left;
  padding:5px 0;
  font-size: 12px;
  text-align: center;
  color: #aaa;
}

.uib-left, .uib-title, .uib-right{
  width:auto !important;
  outline:none;
  color:#E75146 !Important;
  border-radius:0 !important;
}
.uib-left, .uib-right{
  font-size:16px !important
}
.uib-left:hover, .uib-title:hover, .uib-right:hover,.uib-left:focus, .uib-title:focus, .uib-right:focus{
  background-color: transparent !important;
  color:#008CCD !important;
  outline:none;
  box-shadow:none;
}
.uib-left:hover i,.uib-left:focus i,.uib-right:hover i,.uib-right:focus i{
  color:#008CCD;
}
.uib-day .btn-info.active, .uib-day .btn-info:active, .uib-day .open>.dropdown-toggle.btn-info, .uib-day .btn-info, .uib-day .btn-info:focus, .uib-day .btn-info:hover {
  color: #ffffff !important;
  background-color: #E75146 !important;
  outline:none;
  box-shadow:none;
}
.uib-month .btn-info.active, .uib-month .btn-info:active, .uib-month .open>.dropdown-toggle.btn-info, .uib-month .btn-info, .uib-month .btn-info:focus, .uib-month .btn-info:hover {   
  background-color: transparent !important;
  outline:none;
  box-shadow:none;
}
.uib-year .btn-info.active, .uib-year .btn-info:active, .uib-year .open>.dropdown-toggle.btn-info, .uib-year .btn-info, .uib-year .btn-info:focus, .uib-year .btn-info:hover {   
  background-color: transparent !important;
  outline:none;
  box-shadow:none;
}
.uib-day .text-info{
  color: #434A54; 
}
.uib-month .text-info{
  color: #434A54; 
}
.uib-year .text-info{
  color: #434A54; 
}
.uib-month .btn-default.btn-info.active,
.uib-month .btn-default.active,
.uib-month .btn-default.active:focus,
.uib-month .btn-default.btn-info.active .text-info{
  outline:none;
  color: #000000; 
  font-weight:bold;
  box-shadow:none;
  background-color:transparent;
}
.uib-year .btn-default.btn-info.active,.uib-year .btn-default.active, .uib-year .btn-default.btn-info.active .text-info{
  color: #000000; 
  outline:none;
  box-shadow:none;
  background-color:transparent;
  font-weight:bold;
}
.uib-day .btn-info.active .text-info, .uib-day .btn-info .text-info, .uib-day .btn-info .text-muted{
  color:#ffffff;
}
.b-b {
  padding: 10px 10%;
  border-bottom:1px solid #abcddd;
}
.b-b a {
  color:#2b6a9e;
	font-size:13px;
  letter-spacing: -1px;
	text-decoration:none;
}


/* ********** Manual STYLE ********** */
.contextManual {
  font-size:16px;
  font-weight: 400;
  line-height:1.5em;
  color:#2A3760;
  margin:10px 0px;
  letter-spacing: 0px;
	word-break: break-all;
	word-wrap: break-word;
}
.contextManualRef {
  border-top:1px solid #e0e0e0;padding:10px 0;margin-top:30px;
	font-size:14px;font-weight:300;
	word-break: break-all;
	word-wrap: break-word;
}
.contextThick {
  font-size:17px;
  font-weight: 500;
  line-height:1.5em;
  color:#2A3760;
  margin:10px 0px 10px;
  letter-spacing:0px;
}
.dot-title {
  font-size:17px;
  font-weight: 500;
  line-height:1.5em;
  color:#f16a4a;
  margin:12px 0px;
  letter-spacing: -1px;
}
.txtColor01 {color:#f16a4a;}
.txtColor02 {color:#a661a3;font-size:17px;font-weight:500;letter-spacing:-1px;}
.txtColor03 {color:#45abc8;}
.txtStep01{font-size:20px;font-weight:600;color:#a661a3;letter-spacing:-1px;}
.txtStep02{font-size:20px;font-weight:600;color:#45abc8;letter-spacing:-1px;}
.txtStep03{font-size:20px;font-weight:600;color:#f16a4a;letter-spacing:-1px;}

.blue-check-bull {
  width:26px !important;
  height:26px !important;margin-top:-5px;margin-right:5px;
  background-image:url('../images/circle-blue-check.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.blue-info-bull {
  width:26px !important;
  height:26px !important;margin-top:-5px;margin-right:5px;
  background-image:url('../images/circle-blue-i.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.blue-dot {
  width:10px !important;
  height:10px !important;margin-top:-3px;margin-right:5px;
  background-image:url('../images/dot-blue.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.orange-check-bull {
  width:26px !important;
  height:26px !important;margin-top:-5px;margin-right:5px;
  background-image:url('../images/circle-orange-check.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.orange-info-bull {
  width:26px !important;
  height:26px !important;margin-top:-5px;margin-right:5px;
  background-image:url('../images/circle-orange-i.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.orange-no-bull {
  width:26px !important;
  height:26px !important;margin-top:-5px;margin-right:5px;
  background-image:url('../images/circle-orange-x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.orange-dot {
  width:10px !important;
  height:10px !important;margin-top:-3px;margin-right:5px;
  background-image:url('../images/dot-orange.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.numBullet{
  width:20px !important;
  height:20px !important;margin-top:-3px;margin-right:5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: inline-block;
  vertical-align: middle;
}
.bgDot {
  height: 60px;
  width: 60px;
  background-color: #FFF;
  border-radius: 50%;
  display: inline-block; margin-right:20px;
  text-align:center; padding-top:17px;
}
.ulTxt{list-style-image: url('../images/dot-blue-sm.jpg');margin-left:-20px;}
.ulTxt.orange{list-style-image: url('../images/dot-orange-sm.jpg');margin-left:-20px;}
.ulTxt li, .ulTxt.orange li{font-size:16px;font-weight:400;line-height:1.5em;letter-spacing: 0px;color:#2A3760;padding:15px 0;}

.ftBold{font-weight:500;}

/* TAB 스타일 */
.tabArea{width:100%;padding:0 15px;}
.tabArea ul{list-style:none;padding:0 0;display:flex; flex-wrap: wrap; justify-content:center;}
.tabArea ul li{flex:1; -ms-flex: 1;border:1px solid #45abc8;background-color:#fff;}
.tabArea ul li{margin-left:3px}
.tabArea ul li:first-child{margin-left:0}
.tabArea ul li > a{
	display:table; 
	position:relative;
	width:100%;
	height:40px;
	text-align:center;
	color:#45abc8; 
	font-size:17px; 
	font-weight:500;
	line-height:1.2;
	word-break:keep-all;text-decoration:none;
}
.tabArea ul li > a > span{display:table-cell; vertical-align:middle; padding:0 10px;}
.tabArea ul li:hover{background-color:#e2f9fb;}
.tabArea ul li.on{background-color:#45abc8;}
.tabArea ul li.on> a{color:#fff;}

.tabArea.orange ul li{flex:1; -ms-flex: 1;border:1px solid #f16a4a;background-color:#fff;}
.tabArea.orange ul li > a{color:#f16a4a; }
.tabArea.orange ul li:hover{background-color:#e2f9fb;}
.tabArea.orange ul li.on{background-color:#f16a4a;}
.tabArea.orange ul li.on> a{color:#fff;}