@font-face { font-family: 'yg-jalnan'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff'); font-weight: normal; font-style: normal; }

/*header*/

html{
    animation: pageChange 0.5s ease-in-out;
}
.nav-item{
  padding: 0px 7px;
  margin: 0px 0px 0px 20px;
}

button:focus { outline: none; }

/*
index
2020-05-28
edited By Jin
*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00B4FF;
    border-radius: 10px;
}

.carousel-item1{
  background: url('../img/main-bg1.png');
    /* background-image: url('../img/main-bg1.png'); */
    /* background: mistyrose; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
} 

.carousel-item2{
    background: url('../img/main-bg2.png');
    /* background: skyblue; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
} 

.carousel-item3{
  background: url('../img/main-bg3.png');
  /* background: skyblue; */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
} 

.carousel-inner{
    height: 100%;
}

.carousel{
    position: unset;
    height: 100%;
} 
.carousel-item{
    height: 100%;
}

.carousel-item img{
    width: 100%;
    height: 100%;
}

.nav-logo {
    width: 165px;
    padding-top: 8px;
}

.section{
    width: 100%;
    height: auto;
    padding: 120px 0px;
    margin: 0 0;
    background: #F9F9F9;;
}

.section .container{
  margin-top: 50px;
}
.fc-text1{
    font-size: 30px;
    font-weight: 500;
    text-align: left;
}

.fc-text2{
    font-size: 55px;
    font-weight: 600;
    text-align: left;
    color: #00B0FF;
}

.area-text1{
    font-size: 55px;
    font-weight: 600;
    text-align: center;
}

.area-text2{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.main-bg1 .text1,
.main-bg2 .text1{
    margin-top: 30vh;
}

.main-bg1 .text1,
.main-bg1 .text2,
.main-bg2 .text1,
.main-bg2 .text2{
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    line-height: 50px;
}

.carousel-inner .text2{
    padding-top: 25px;
    font-size: 64px;
}

header .badges{
    width: 50%;
    display: flex;
    padding-top: 50px;
}

.passtory-title{
    /* font-family: yg-jalnan;
    font-weight: 600;
    color: #00B4FF;
    font-size: 80px; */
    /* background: url(./img/passtory-title.png); */
}

.badge-link > img{
    width: 100%;
    height: auto;
}

.header-link {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    color: #FFF;
    position: relative;
    top: 70px;
    left: 20px;
}

.modal-popup{
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    position: fixed;
    top: 20px;
    z-index: 999;
}

.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
}
@media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}
.portfolio-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #CCC;
  opacity: 1;
}

.modal-open {
    overflow: hidden;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 4rem 1rem;
  }
  
  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 4rem 1rem-0.25rem;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .modal-footer > * {
    margin: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
  
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
  
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
    }
  
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
  .modal-xl {
      max-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }

  .modal-open {
    overflow-y: hidden;
    padding-right: 0px !important;
}

footer{
    text-align: left;
    color: #CCC;
    background: #17375E;
    /* background: #8AAEC8; */
    line-height: 29px;
    font-size: 16px;
    font-weight: 500;    
    position: relative;
    top: -20px;
    height: 150px;
}

div.footer-link{
  bottom: 40px !important;
}

a.footer-link{
  bottom: 50px !important;
}

footer .row.col-md-7 div{
    width: 140px;
}

footer .row .row div{
    padding: 0px 15px;
}

*{	
	font-family: 'NanumSquare';
}
html{width:100%;}
table{ width:950px; margin-top:10px;}

#inquiry-textarea{
	border: 1px solid #707070;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

@keyframes pageChange{
    0%{ 
        opacity:0;
        position: absolute;
        right: 50%;
    } 5%{opacity: 0.3;
      position: absolute;
      right: 100%;}
    100%{  }
}

/* Modal Content/Box */

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.fontsmallstyle2{color:gray;font-size: 12px;}
.fontbigstyle2{font-size: 18px;font-weight: bold;}

input[type=text] {padding:1px 4px 1px 4px; border:1px solid #EAEAEA; }
input {vertical-align:middle; line-height:16px; list-style-type:none;}

.cs_tb td.topline {background:#495164; height:1px; padding:0; border-bottom:none; }
.cs_tb th {border-right:1px solid #bbbbbb; border-bottom:1px solid #bbbbbb; /*border-left: 1px solid #bbbbbb;*/background-color:#dddddd; font-size:14px; font-family:ng; color:black; letter-spacing:1px;}
.cs_tb td {border-bottom:1px solid #bbbbbb;/*border-right: 1px solid #bbbbbb;*/ line-height:24px; padding:6px 0 6px 21px;}
.cs_tb p {font-size:12px; font-family:ng; color:#8C8C8C; letter-spacing:1px;}
.ui-datepicker-trigger img{width: 25px;}
.ui-datepicker-trigger{border:0;}
.inquiry-privacy-title{
	font-weight: 600;
	font-size: 38px;
	margin: 0px auto;
	padding-top: 70px;
	text-align: center;
	color: #2455A2;
}
.inquiry-checkbox-text{
	font-size: 20px; 
	font-weight: 600;
	text-align: center;
    margin: 40px 0px 13px;
}
p#agreePrivMsg{
	padding: 30px 30px 20px;
	font-size:20px;
	text-align: left;
	resize: none;
    width: 100%;
    height: 400px;
    color: #707070;
    overflow-y: auto;
    margin-top: 30px;
    overflow-y: visible;
}
.inquiry-border{
	width: 100%;
	height: 1px;
	background: #EBEBEB;
	margin: 25px auto 50px auto;
}
.inquiry-frame{
    background-image: url(/img/inquiry-frame.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 115px;
    background-size: 1190px auto;
    height: 1440px;
}
.inquiry-title h1,
.inquiry-title p{
    text-align: center;
}
.inquiryForm{
	width: 930px;
	margin: 0 auto;
    z-index: 99;
}
.yellow-underline{
	background: #FFFDEB;
}
.info-star{
	color: #60C8F4;
}
.inquiry-info-form{
	font-size: 20px;
    margin: 35px 0px;
    font-weight: 500;
    color: #444444;
}
.inquiry-info-form .label{
	font-weight: 600;
    font-size: 22px;
    color: #2455A2;
    text-align: left;
    padding: 0 0;
}
.inquiry-info-form .col-md-12{
	padding: 7px 0px;
	float: none;
}
.inquiry-info-form span.col-md-12{
	padding: 7px;
}
.inquiry-info-form input.col-md-12{
	margin-top: 10px;
}
.inquiry-info-form input, .inquiry-info-form textarea, .inquiry-info-form select, .inquiry-info-form option {
    font-size: 15px !important;
    color: #333 !important;
    padding: 8px 8px !important;
    border-bottom: 1px solid #707070 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.inquiry-info-form option{
	font-size: 18px !important;
}
.inquiry-checkbox-text input[type="checkbox"] {
	display:none;
}
.inquiry-checkbox-text input + label {
    display: inline-block;
    width: auto;
    height: 40px;
    cursor: pointer;
    background-image: url(/img/unchecked.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 28px auto;
}
.inquiry-checkbox-text input[type="checkbox"]:checked + label {
	background-image: url('/img/checked.png')
}
.row.inquiry-info-form .col-md-6,
.row.inquiry-info-form .col-md-4,
.row.inquiry-info-form .col-md-12,
.row.inquiry-info-form .col-md-2{
	padding-left: 0px;
}

#mainNav.navbar-light .admin-login a{
    color: #FFF !important;
    background: transparent;
    border-radius: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
}

#mainNav.navbar-shrink .white-logo{
    display: none !important;
    transition: all 0.3s;
}
#mainNav.navbar-shrink .colored-logo{
    display: block !important;
    transition: all 0.3s;
}

#mainNav.navbar-shrink .nav-item.admin-login a{
    color: #FFF !important;
    background: #00B0FF;
    border-radius: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .row .col-md-4.mx-auto > h3{
    font-size: 26px;
    font-weight: 600;
    color: #222222;
    text-align: center;
    margin: 30px 0px;
}

.section .row .col-md-4.mx-auto > .text-muted{
    font-size: 20px;
    font-weight: 400;
    color: #444444;
    text-align: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.modal-open .portfolio-modal.modal.fade.show{
    z-index: 9999;
}

.modal-open .portfolio-modal.modal.fade.show .modal-dialog{
    position: relative;
    top: 10vh;
}

.modal-content.inquiry{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 45%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
    outline: 0;
    top: 30vh;
    overflow-y: hidden;
    margin: 0 auto;
}

.modal-content.inquiry .close{
    position: absolute;
    right: 0;
    padding: 15px;
}

.blue-btm-border{
    width: 130px;
    height: 2px;
    background: #00B4FF;
    position: absolute;
    bottom: 0;
    margin-left: 14px;
    opacity: 0;
}

#mainNav.navbar-shrink .blue-btm-border{
    opacity: 1;
}

.tab-title{
    font-size: 30px;
    font-weight: 600;
    color: #00B4FF;
}

.next-step{
    font-weight: 600;
    font-size: 26px;
    color: #FFF;
    cursor: pointer;
    margin: 0px auto;
    width: 200px;
    background: #00B4FF;
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px;
    position: relative;
    top: 100px;
}

#tab-content-2 h3.text-center{
    font-weight: 600;
    padding-top :20px;
    padding-bottom: 20px;
    font-size: 24px;
}

#tab-content-4 h1{
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #00B4FF;
    position: relative;
    top: 50px;
    padding-top: 80px;
}

#tab-content-4 p{
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: #222;
    position: relative;
    top: 100px;
}


#tab-content-4 .next-step{
    position: relative;
    top: 180px;
    width: 290px;
}

.qa-title{
    padding-top: 110px;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    font-size: 34px;
}

.qa-title + .explain{
  font-weight: 500;
  text-align: left;
  font-size: 26px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CCC;
}


.qa-icon-box{
    width: 680px;
    height: 180px;
    margin: 50px auto 25px;
    cursor: pointer;
}

.qa-icon-item{
    width: 25%;
    float: left;
    border: 1px solid #ccc;
    background: #FFF;
    text-align: center;
    height: 150px;
}

.qa-icon-item:hover{
    cursor: pointer;
}

.qa-icon.unclicked{
    color: #222 !important;
    height: 100%;
    background: #FFF;
}

.qa-icon.clicked{
    color: #FFF !important;
    background: #0070C0;
    height: 100%;
}

.qa-icon > div{
    font-weight: 600;
    position: relative;
    top: 10px;
    font-size: 24px;
}

.q-icon{
    width: 30px;
    height: auto;
}

.qa-list{
    margin-left: 10%;
    border-bottom: 1.5px solid #f4f4f4;
    /* border-top: 1px solid #CFCFCF; */
    margin-right: 10%;
    padding: 8px 0px;
}

.qa-list:hover{
    cursor: pointer;
    background: #FFF !important;
}

.qa-list .q-icon{
    text-align: center;
    padding: 8px 0px;
}

.qa-list .list-title{
    color: #0070C0;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 8px 0px;
    margin-left: 25px;
}

.qa-list .list-content{
    color: #00B0FF;
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0px;
    margin-left: 30px;
}

.qa-list .list-content-answer{
    color: #222;
    font-weight: 500;
    font-size: 20px;
    padding: 15px 0px 20px;
    margin-left: 20%;
}

.qa-list .row:first-child{
   /*background: #FFF;*/
}

.qa-list:hover{
    cursor: pointer;
    background: #FFF;
}

.container .qa-list:last-child{
}

.brother{
    display: none;
    padding-bottom: 5px;
    animation: makeOpacity 0.5s;
    /* padding-right: 10%; */
    margin-left: 15px;
    position: relative;
    top: -8px;
    color: #222;
}

.list-image{
    text-align: right !important;
}

.list-title{
    text-align: center !important;
}

.qa-icon img{
  width: 50px;;
  padding-bottom: 5px;
  margin-top: 20px;
}

.qa-icon{
  text-align: center;
  padding: 15px 10px;
}

.qa-icon div{
}

.highlight .circle{
  width: 5px;
  height: 5px;
  background: #EF4F4F;
  border-radius: 10px;
  margin: 0 auto;
}

.highlight{
  font-size: 40px;
  color: #EF4F4F;
  display: inline-block;
}

.section-logo{
  float: right;
}

.section-border{
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  margin-bottom: 30px;
}

.sc-place{
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  background: #FFF;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 30px 20px;
}

.sc-place .col-md-5{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
}

.sc-place .col-md-7 > span{
  text-align: right;
  color: #D7D7D7;
  font-size: 46px;
  font-weight: 500;
}

.sc-place .col-md-7 > h3{
  z-index: 99;
  border-radius: 15px;
  /* background: blue; */
  color: #FFF;
  padding: 18px 12px;
  width: fit-content;
  position: relative;
  bottom: 25px;
  font-weight: 500;
  font-size: 24px;
}

.sc-place:first-child .col-md-7 > h3{
  background: #55BED4;
}

.sc-place:nth-child(2) .col-md-7 > h3{
  background: #00B0FF;
}

.sc-place:last-child .col-md-7 > h3{
  background:#1C73DD;
}

.section3 .sc-place:first-child .col-md-7 > h3{
  background: #1C73DD;
}

.section3 .sc-place:nth-child(2) .col-md-7 > h3{
  background: #00B0FF;
}

.section3 .sc-place:last-child .col-md-7 > h3{
  background:#55BED4;
}

.text-custom{
  font-weight: 500;
  font-size: 35px;
}

.place-section .highlight{
  font-size: 24px;
}

.place-section .circle{
  width: 3px;
  height: 3px;
  border-radius: 5px;
}

.modal-open-link{
  color: #CCC !important;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}

.place-section .col-md-5.row{
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 8px;
  margin: 15px 20px;
  float: none !important;
  height: 195px;
}

.modal-img{
  width: 100%;
  height: auto;
  position: relative;
  top: 25px;
}

.place-section .col-md-10 > div:first-child{
 color: #00B0FF;
 font-weight: 600;
 font-size: 26px;
 padding-top: 20px;
}

.place-section .col-md-10 > p{
  color: #222;
  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
}

.user-type{
  border-radius: 25px;
  background: #00B0FF;
  padding: 10px 75px;
  color: #FFF;
  font-size: 28px;
  text-align: center;
  float: left;
  font-weight: 600;
  margin: 0 auto;
  z-index: 99 !important;
  position: relative;
}

.one-sentence{
  /* color: #222; */
  font-weight: 500;
  font-size: 22px;
  top: 5px;
  background: #00B0FF;
  color: #FFF; 
  border-radius: 7px;
  padding: 10px 20px;
  text-align: center;
}

.howto-box{
  border: 1px solid #CCC;
  border-radius: 5px;
  text-align: center;
  padding: 15px 0px;
  background: #FFF;
  position: relative;
  top: -30px;
  height: 250px;
  width: 400px;
  z-index: 0 !important;
}

.howto-box img{
  margin: 35px 0px 50px 0px;
  height: 120px;
  width: auto;
}

.howto-border{
  height: 1px;
  width: 100%;
  background: #CCC;
}

.howto-box .step{
  text-align: left;
  font-weight: 600;
  color: #999;
  font-size: 20px;
  margin: 15px 30px;
}

.howto-box .explain{
  text-align: left;
  font-weight: 500;
  color: #00B0FF;
  font-size: 20px;
  margin: 15px 30px;
}

.section5{
  /* background: purple; */
  color: #FFF;
}

.section5 .title{
  font-size: 46px;
  font-weight: 600;
}

.section5 .title + p{
  font-size: 30px;
  font-weight: 500;
}

.inquiry-box{
  /* position: relative;
  top: 20px; */
  background: #FFF;
  color: #222;
  text-align: center;
  margin-top: 35px;
}

.inquiry-box > div > div:first-child{
  font-size: 24px;
  padding: 50px 0px 20px;
  font-weight: 600;
}

.inquiry-box select{
  font-size: 24px;
  width: 40%;
  padding: 10px 10px;
  height: 60px;
  border-radius: 6px !important;
  border: 2px solid #CCC;
  color: #444;
}

.inquiry-box a{
  font-size: 30px;
  padding: 10px 20px;
  color: #FFF !important;
  background: #00B4FF;
  border: 2px solid #00B4FF;
  position: relative;
  top: 50px;
  border-radius: 10px;
  cursor: pointer;
}

.inquiry-box p:last-child{
  font-size: 20px;
  padding: 120px 10px 100px;
}

.text-muted{
  color: #000 !important;
  font-weight: 500;
  font-size: 20px;
}

.blue-highlight3{
  color: #1C73DD;
  font-weight: 600;
}

.blue-highlight2{
  color: #00B0FF;
  font-weight: 600;
}

.blue-highlight1{
  color: #55BED4;
  font-weight: 600;
}

.pointer:hover{
  cursor: pointer !important;
}

.right-arrow{
  position: relative;
  top: 55%;
  width: 40%;
  left: 30%;
}

.logo-opacity{
  width: 160px;
  height: auto;
  height: 140px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.modal-text1{
  font-size: 22px;
  font-weight: 500;;
  border-bottom: 2px dotted #CCC;
}

.modal-text2{
  margin-top: 70px;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  position: relative;
  left: 10%;
}

.logo-text{
  padding-bottom: 15px;
}


.modal-text3{ 
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  position: relative;
  left: 10%;
}

.modal-text3 > img{ 
  position: absolute;
  top: -80px;
  right: 120px;
}

.admin-label{
  font-weight: 600;
  font-size: 24px;
  text-align: left;
}

.admin-label + input{
  width: 70%;
  font-size: 20px;
  position: absolute;
  left: 0;
  border-bottom: 1px solid #CCC;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  height: 47px;
}

.admin-container{
  position: relative;
  left: 10%;
}

.admin-button{
  border: none;
  background: #BBB;
  color: #FFF;
  padding: 8px 15px;
  position: relative;
  left: 280px;
  font-size: 22px;
  border-radius: 10px;
  margin-left: 40px;
}

button{
  outline: none !important;
}

.login-button{
  color: #FFF;
  border: none !important;
  background-color: #00B0FF;
  padding: 8px 35px;
  font-size: 26px;
  font-weight: 600;
  /* border: 3px solid #00B0FF !important; */
  position: relative;
  top: 20px;
  border-radius: 5px;
}

.admin-register{
  font-weight: 600 !important;
  color: #00B0FF !important;
  background : #FFF !important;
  text-decoration: underline !important;
  border: none !important;
  font-size: 24px !important;
  padding: 0 0 !important;
  top: 50px !important;
}

.step{
  text-align: left;
  font-weight: 600;
  color: #0070C0;
  font-size: 26px;
  position: relative;
  left: 23%;
}

.step-title{
  text-align: left;
  font-weight: 600;
  color: #222;
  font-size: 26px;
  position: relative;
  left: 23%;
  margin-top: 20px;
}

.app-store{
  float: right;
    position: relative;
    right: 70px;
    bottom: 30px;
  opacity: 0.8;
}

.google-play{
  float: right;
  position: relative;
  bottom: -10px;
  right: 20px;
  opacity: 0.8;
}

.custom-button{  
  color: #FFF;
  border: none !important;
  background-color: #BBB;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 22px;
  border-radius: 5px;
  cursor: pointer;
}

.file_input label {
  color: #FFF;
  border: none !important;
  background-color: #BBB;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 22px;
  border-radius: 5px;
  float: right;
 }
 .file_input label input {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
 }
 .file_input input[type=text] {
  vertical-align:middle;
  display:inline-block;
  height:28px;
  line-height:28px;
  font-size:18px;
  padding:0;
  border:0;
  border:1px solid #777;
  width: 68%;
 }

 .footer-link{
   text-align: right;
   color: #CCC;
   position: relative;
   bottom: 30px;
   font-size: 13px;
 }

 .footer-link a{
  text-align: right;
  color: #CCC;
  font-size: 13px;
}

input{
  font-size: 20px;
}

.bt-7{
  position: relative;
  bottom: 7px;
}

/*패스토리 앱*/
