@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

body {
  font-family: 'Lato','Source Sans Pro', 'Noto Sans KR', 'Nanum Gothic', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  
  color: #555;
 
  background: #fff;
  height: 100%;
  position: relative;
}

ul, ol, li ,dt,dd {
	list-style:none;	
	padding:0;
	margin:0;
}
a {
  color: #0059c6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  	color: #666;
  	outline: none;
	text-decoration:underline;
}

.navbar-brand{
	padding:20px 15px;
}
.nav > li > a {
	padding:22px 10px;
}
.nav > li:last-child > a {
	padding:22px 0px 23px 15px;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Lato', 'Noto Sans KR','Nanum Gothic', Arial, sans-serif;
  font-weight: 400;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #fff;
  background: #555;
 
}


.doc p{ padding-top: 100px !important; display: block; }
.doc h4{ color:red }


#fh5co-header {
  position:fixed;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 0px;
   background: rgba(0,0,0,0.8) ;
}

@media screen and (max-width: 768px) {
  #fh5co-header {
    margin-top: 0;
    background: #1b1b1b;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header #navbar li a {
    color: rgba(255, 255, 255, 0.8) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #1d7ac7 !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #1d7ac7 !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color:#000000;
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
  /*font-family: "Source Sans Pro", "Nanum Gothic", Arial, sans-serif;*/
  color: rgba(255, 255, 255, 0.9);
  font-size:17px;
  position: relative;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 3px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  
  background-color:#FFFFFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #fff;
}

#fh5co-header #navbar .red_btn a {
  color: #e24c1e !important;
  border:1px solid #e24c1e;
  padding: 6px 10px;
  margin:16px  5px;
  border-radius: 20px;
 
}

#fh5co-header #navbar .red_btn a:hover {
  color: #f76d43 !important;
  border:1px solid #f76d43;
}



#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}
#fh5co-header .navbar-brand > span {
	text-indent:-5000px;
	display:inline-block;
	width:180px;
	height:38px;
	background-image:url(../../moken-logo-white.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #1b1b1b;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
} 

#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #8d44ad;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}



.section-heading h2 {
  font-size: 53px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  position: relative;
  display: block;
  /*padding-bottom: 20px;*/
  line-height: 1;
}

@media screen and (max-width: 768px) {

}

.section-heading h3 {
  font-weight: 400;
  line-height: 1.5;
  color:#e3e3e3;
  margin-top:10px;
}




.section-title h2 {
  font-size: 50px;
  font-weight: 300;
  color: #000;
  text-transform: none;
  position: relative;
  display: block;
  

 
}

.section-title h2 span { 
	font-size: 30px;
  font-weight: 300;
  color: #666;
  text-transform: none;
  }
  
  .section-title p{
  	font-size: 18px;
  	
  }


@media screen and (max-width: 768px) {

}

.section-title h3 {
	padding-top :5px;
	margin:0;
  font-weight: 300;
  color:#222; 
}




.input-list { 
	padding-bottom: 40px;
	
}

.input-list label {
   font-weight: 600;
  line-height: 1.5;
  color:#222;
  margin-top:10px;
  font-size: 16px;
  display: inline-block;
}

.input-list span {
  
  display: inline-block;
}


.input-list label strong {
   font-weight: 400;
  line-height: 1.5;
  color:#fff;
  background: #0091db;
  margin-top:10px;
  font-size: 14px;
  padding: 2px 5px;
  margin-right: 10px;
  border-radius: 2px 15px 15px 2px;
}


.input-list li { padding-bottom: ;
	
}



.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}






#fh5co-main-01{
	padding:170px 0 100px;
	
}

#fh5co-pay {
	padding:70px 0 100px;
	
}




.section-title h2  { padding-top:50px   }





@media screen and (max-width: 480px) {
  
   #fh5co-main,
   #fh5co-main-01,
   #fh5co-main-02,
   #fh5co-main-03,
   #fh5co-main-04,
   #fh5co-main-05,
   #fh5co-main-06,

#fh5co-our-services-map,
  #fh5co-about-us-01,
  #fh5co-about-us-02,
  #fh5co-features,
 
  #fh5co-pricing,
  #fh5co-press {
    padding: 5em 0;
  }
  
 .modal-dialog {
 	margin-top: 100px !important;
 } 
  
  .list_screen dl,
  .list_screen dd,
   .list_screen dd span{
  	width: 100%  }
  	
  .list_screen dt {
	text-align: left;
	padding-right: 20px;
	width: 100%;	
}


.team-box li{
	text-align: center;
}




#fh5co-main-01 h2 {
	font-size: 50px;
	
}
#fh5co-main-01 h3 {
	font-size: 30px;
	
}

.main-data li{   
	font-size:30px; }
	
	.main-data p{   
	font-size:12px; }

}

#fh5co-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #8d44ad;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #8d44ad;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #8d44ad;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#fh5co-press {
  background: #f4f4f4;
}

/*#fh5co-our-services .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
}*/

@media screen and (max-width: 992px) {
  #fh5co-our-services .box {
    min-height: inherit;
    margin-bottom: 60px;
  }
    .list_screen dt {
	text-align: left;
	padding-right: 20px;
	width: 100%;	
}
 .list_screen dl,
  .list_screen dd, {
  	width: 100%  }
  	
  	
.team-box li{
	text-align: center;
}

}



#fh5co-our-services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#fh5co-our-services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-our-services .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#fh5co-our-services .box .icon.colored-1 {
  background: #2aaf67;
}
#fh5co-our-services .box .icon.colored-2 {
  background: #00bff3;
}
#fh5co-our-services .box .icon.colored-3 {
  background: #f26522;
}
#fh5co-our-services .box .icon.colored-4 {
  background: #e52b50;
}
#fh5co-our-services .box .icon.colored-5 {
  background: #2fc5cc;
}
#fh5co-our-services .box .icon.colored-6 {
  background: #8d44ad;
}
#fh5co-our-services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#fh5co-our-services .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

#fh5co-features {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-features {
    padding: 4em 0;
  }
}
#fh5co-features .fh5co-service {
  margin-bottom: 30px;
  float: left;
}
#fh5co-features .fh5co-service .fh5co-icon {
  float: left;
  width: 20%;
}
#fh5co-features .fh5co-service .fh5co-icon i {
  font-size: 40px;
  color: #8d44ad;
}
#fh5co-features .fh5co-service .fh5co-desc {
  width: 80%;
  float: right;
}
#fh5co-features .fh5co-service .fh5co-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

#fh5co-press .fh5co-press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item {
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text,
#fh5co-press .fh5co-press-item .fh5co-press-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-text,
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text {
  float: left;
  padding: 20px;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #8d44ad;
}
#fh5co-press .fh5co-press-item .fh5co-press-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }

}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}


.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.person img {
  display: block;
  margin: 0 auto;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person .name {
  font-size: 24px;
}
.person .position {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#footer {
  padding: 40px 0;
  color: #a9a9a9;
  background: #2e2e2e;
  
}
.nav_bottom{
	overflow:hidden;
	padding:0;
}
.nav_bottom > li{
	display:inline-block;
	float:left;	
	margin-right:20px;
}
.nav_bottom > li > a{
	color:#a9a9a9;
	font-size:18px;
	text-decoration: none;
}
.nav_bottom > li > a:hover{
	color:#0760c4;	
}

#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}


#footer .fo-logo img {
 height: 42px;
 text-align: left;
 margin-bottom: 20px;
}



.address span{		
	display:inline-block;
	font-size:18px;
	margin-right:10px;
}
.address strong{
	font-weight:normal;	
}
.address strong:after{
	content:':';
	margin:0 3px;
	display:inline-block;
}

.address_mail i { padding-right: 5px; padding-left: 10px;  display: inline-table } 
.address_mail a { color: #a9a9a9;   text-decoration: none;  }
.address_mail a:hover { color: #0760c4;   text-decoration: none;  }
.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}



.social li .social-tel {
  background: #8d44ad;
  color: #red;
}

.social li a {
  font-size: 20px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  text-align:center;  
}


.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #8d44ad;
  color: #fff;
}

.social li span {
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;

	
}

.social li span a {
 /* background: #fff !important;*/
  color: #00aeef !important;
  font-size: 40px !important;
  margin: 0 !important;
  padding: 0; }
  
  .social li span a:hover {
  	color: #fff !important;
  }
  

.social li a.social-circle {
  background: #d9d9d9;
  color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}




.tel  span {
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;

	
}

.tel span a {
  
  color: #00aeef !important;
  font-size: 36px !important;
  margin: 0 0 0 10px !important;
  padding: 0;
 }
 
 .tel span a:hover {
  
  color: #77daff !important;
 
 }
 
 


.social li a:hover {
  background: #393e46 !important;

}
.social.social-box a {
  background: #8d44ad;
  color: #fff;
}
.social.social-circle a {
  background: rgba(255,255,255,0.2);
  color: #fff;
 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


.social.social-circle a:hover {  
	background: rgba(0,0,0,0.3);
	color: #1d7ac7;
	
	  }





.social li a {
  font-size: 20px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  text-align:center;  
}


.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #8d44ad;
  color: #fff;
}

.social li span {
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;

	
}






/* button 변경 */ 


.btn {
 /* text-transform: uppercase; */
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-cancel {
	background: #666;
  color: #fff;
  border: none !important;
  border: 0px solid transparent !important;
	
}

.btn.btn-choice {
	background: #1d7ac7;
  color: #fff;
  border: none !important;
  border: 0px solid transparent !important;
	
}

.btn.btn-primary {
  background: #8d44ad;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #8d44ad;
}
/*
.btn:hover, .btn:active, .btn:focus {
  background: #393e46;
  color: #fff;
  outline: none !important;
}
*/
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.btn.btn-primary {
	font-size:25px;
	font-weight:300;
	color:#ffffff;
	background:rgba(0,0,0,0.3);
	border:1px solid #d9d9d9 !important;
	border-radius:0;
}
/*
.btn:hover, .btn:active, .btn:focus{
	background:rgba(0,0,0,0.6) !important;	
}
*/

.btn:hover{
	background:rgba(0,0,0,0.6) !important;	
}


.btn.btn-back {
	font-size:16px;
	font-weight:400;
	color:#fff;
	
	 background: #e24c1e;
	
	border-radius:5px;
	
	
	
	
}

.btn.btn-back:hover {
	font-size:16px;
	font-weight:400;
	color:#fff;
	background:none;
	/*
	background:rgba(0,0,0,0.8);
	border:1px solid #d9d9d9 !important;
	border-radius:5px;
	
	*/
	
	
}


.btn.btn-ora {
	width:100%;
  background: #e24c1e;
  
  color: #fff;
  border: none !important;
  border: 0px solid transparent !important;
  
}
.btn .btn-ora:hover,  {
  box-shadow: none;
  background: #8d44ad;
}



.btn.btn-save {
	width:100%;
  background: #444;
  color: #fff;
  border: none !important;
  border: 0px solid transparent !important;
  
}
.btn .btn-save:hover,  {
  box-shadow: none;
  background: #8d44ad;
}


.btn.btn-pay {
	width:100%;
  background: #222;
  color: #fff;
  border: none !important;
  border: 0px solid transparent !important;
  font-size:18px;
  margin-top: 20px;
  border-radius: 0;
  
}
.btn .btn-save:hover, .btn .btn-save:active, .btn.btn-save:focus {
  box-shadow: none;
  background: #8d44ad;
}


/* font */

.section-heading h2 {
	font-size:53px;
}
.section-heading h3.txt_s {
	font-size:24px;
}
.section-heading h3.txt_m {
	font-size:31px;
}
.section-heading h3.txt_l {
	font-size:34px;
}
.section-heading h3.txt_xl {
	font-size:44px;
}

a.btnlink {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border: 1px solid #f9f9f9;
    background: rgba(0,0,0,0.3);
    transition:background 0.5 ease;
}
a.btnlink > img {
	height:40px;
	width:auto !important;
}
a.btnlink:hover{
    background: rgba(0,0,0,0.5);	
}
a.btnlink.btn_google{
	margin-right:28px;
}


/*.row-bottom-padded-lg {
  padding-bottom: 7em;
}*/

@media screen and (max-width: 768px) {
 /* .row-bottom-padded-lg {
    padding-bottom: 2em;
  }*/
 
   .section-title h2 {
    font-size: 30px;
    padding-top: 80px;
  }
  
  .list_screen dl,
  .list_screen dd {
  	width: 100%  } 
  
  
    .list_screen dt {
	text-align: left;
	padding-right: 20px;
	width: 100%;	
}
  
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {

}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header {
		float:none;
		text-align:center;
	}
	#fh5co-header .navbar-brand{
		/*float:none; */
	}
	.navbar-right{
		float:none !important;
	}
	#slider .owl-carousel-fullwidth .item.slide01 .fh5co-owl-text .fh5co-lead{
		margin-right:0;
		font-size:42px;
	}
	
	.section-title h2{
		padding-top: 80px
	}
	
}

@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    font-size: 24px;
    line-height: 34px;
    margin-bottom:0px;
  }
	#slider .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead{
	font-size:34px;
    margin-bottom: 20px;
	line-height: 1.4;	
} 	
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }	
  .row-bottom-padded-md {
    padding-bottom: 2em;
  } 
 #slider .owl-carousel-fullwidth .item.slide02 .fh5co-owl-text .fh5co-lead{
 	text-align:center;
 }   
  .fh5co-nav-toggle {
    display: block;
  }
	#fh5co-header .navbar-brand > span {
		background-image:url(../../moken-logo-white.png); 
		background-position:0px;
		background-repeat:no-repeat;
	}  
	.owl-carousel-fullwidth .item .iphone-image{
		max-width:400px;
		margin:0 auto;
	}
	.owl-carousel-fullwidth .item .fh5co-owl-text h2{
		text-align:center;
		font-size:40px;
		margin:0 auto;
		width:100%;
	}
	.btn_group{
		width:100%;		
		text-align:center;
	}
	.btn_link{
		width:100%;
		display:block;
	}	
	.btn_link img{
		width:174px;
		height:auto;		
	}
	.section-heading h2{
		font-size:42px;
	}
	

	
	#fh5co-joinus .txt_s{
		font-size:18px!important;
		line-height:1.4;	}
	

  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 1.2em;
  }  
  

  
  	
  
  .section-title h2 {
    font-size: 30px;
  }
  .section-title h3 {
    font-size: 23px !important;
    line-height: 34px;
  } 
  

  #fh5co-joinus  .section-heading h3.txt_xl{
  	margin-top:10px;
  }
  
 #fh5co-main-01 h5  {
 	font-size: 25px;
 } 
  .box_txt{
  	margin:25px 0 25 px;
  }
  
  .section-title {
  	
  	padding-top: 20px;
  }
  

  
}


/*로고 레티나 이미지 */

@media all and (-webkit-min-device-pixel-ratio: 2) {
	#fh5co-header .navbar-brand > span{
        background-image:url(../../moken-logo-white@2x.png);
        background-size:160px 40px;
    }   
}



.form-control  { 
	margin-bottom: 5px; 
	border-color: #bababa;
	font-size:16px;
	color:#222;
	
	}
	
	
.form-control_r { 
	height: 18px !important; 
	 text-align: left !important; 
	 margin-bottom: 20px;
	 display: inline-block;
	 width: 18px;
	 box-shadow: none;
	 vertical-align: middle
	}
	
	
input[type="radio"], input[type="checkbox"] { 
	
}
	



	



.full-page-air  { height:auto;  min-height:100vh;   background-color: #000; 
background:url(../../login-bg.jpg)no-repeat   ;
    background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	
	
	
	}


.pad-top-50 {  padding-top: 50px; }



#login-box label {
    color: #222; padding-top: 10px; font-size: 16px;
}

#login-box label a {
    color: #222; ; font-size: 14px; font-weight: 400;
}


.card { 
	 padding: 15px; 
	 border-radius: 0px;  
	 background-color: rgba(255, 255, 255, 0.9); 
	 margin: 20px 0; }










---------------------------------------------

.box-login {
	padding-top: 50px;
	}
  