@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
*{font-family: 'Noto Sans KR', sans-serif; word-wrap: break-word; word-break: keep-all;list-style: none !important;}
ul, li{list-style: none !important;}
a:hover{
  text-decoration: none;
}

/* Back to top button - 위로 올리는 화살표 설정 */
.back-to-top {
  position: fixed;
  display: none;
  background:#ff9900; /*#193340;*/
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  z-index: 999999;
}

.back-to-top:focus {
  background: #193340;
  color: #eeeee6;
  outline: none;
}

.back-to-top:hover {
  background: #193340;
  color: #eeeee6;
}


.section-title{text-align: center;font-size: 3em; font-weight: 600;}



/*--------------------------------------------------------------
# Update task source
--------------------------------------------------------------*/

.comment { text-align:justify; } /* Renewal port1 ~ port3 */



#header {
  padding: 30px 0;
  height: 10vh;
  overflow: hidden;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -14px 0 0 0;
  padding: 0;
  
  display: inline-block;

}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header .nav-menu{
float:right;
}

#header .nav-menu li{float:left; margin: 0 50px; font-size: 1.5em; line-height: 1.5em; }
#header .nav-menu li i{margin:0 10px; }

@media screen and (max-width:768px){
  #header{display: none;}
  /*
  #header .contrainer{padding:0;}
  #header #logo{width:50%; margin-left:-20px;}
  #header #logo h1{font-size: 1em; margin:0;}
  #header .nav-menu{width:50%; float:left;}
  ul{margin:0;}
  #header .nav-menu li{width:50%;font-size:0.8em;margin:0;letter-spacing: -2px;}
  #header .nav-menu li i{margin:0;}
*/
}

/* # Sections */
/* Sections Header */

.section-header .section-title {
  font-size: 3em;
  color: #111;
  text-align: center;
  font-weight: 600;
  margin-top:140px;
  max-width: 1300px;
  padding-left:120px;
}

.section-header .section-description{
  max-width: 1100px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 20px;
  color: #777;
  position: relative;
  left:50%;
  top:100px;
  transform: translateX(-50%);
}

.section-header .section-divider {
  display: block;
  width: 120px;
  height: 3px;
  background: #193340;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:768px){
  .section-header .section-title {
    font-size: 32px;
  }
  
  .section-header .section-description{
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    
  }
}
/* Sections Header end */

/* intro Section
--------------------------------*/
#intro_section {
  padding: 60px 0 60px 0;
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
#intro_section .box {
  margin-bottom: 30px;
  padding:0;
  height:auto;
  background: none;
}
#intro_section .row{
  max-width: 1100px;
  margin-top: 100px;
  margin-left: 10%;
  padding-left: 5%;
  
}

#intro_section .intro_bg{
  width:100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top:60px;
  left:50%;
  transform: translate(-50%,0);
  text-align: center;
}
#intro_section .intro_bg img{width:auto; max-width:100%;height: calc(100vh - 60px);}
#intro_section .intro_movie{width: 800px;height: 450px; position: absolute; top:350px; left:50%; transform: translateX(-50%);}

/* Skill Section
--------------------------------*/
#skill_section {
  padding: 60px 0 60px 0;
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
#skill_section .box {
  margin-bottom: 30px;
  padding:0;
  height:auto;
  background: none;
}
#skill_section .row{
  max-width: 1100px;
  margin-top: 100px;
  margin-left: 10%;
  padding-left: 5%;
  
}

#skill_section .skill_bg{
  width:100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top:60px;
  left:50%;
  transform: translate(-50%,0);
  text-align: center;
}
#skill_section .skill_bg img{width:auto; max-width:100%;height: calc(100vh - 60px);}
#skill_section .icon img{width:100%;}
#skill_section .section-header .section-title{
    color: #000;
}
#skill_section .section-header .section-description{
  margin-top: 200px;
    font-size: 1.5rem;
    font-weight: bold;
}
.grar{
  color: #898989;
}
.blue{
  color:#2267fd;
}
/*1111*/
#skill2_section {
  padding: 60px 0 60px 0;
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
#skill2_section .box {
  margin-bottom: 30px;
  padding:0;
  height:auto;
  background: none;
}
#skill2_section .row{
  max-width: 1300px;
  margin-top: 280px;
  padding-left:12.5%;
}

#skill2_section .skill_bg{
  width:100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top:60px;
  left:50%;
  transform: translate(-50%,0);
  text-align: center;
}
#skill2_section .skill_bg img{width:auto; max-width:100%;height: calc(100vh - 60px);}
#skill2_section .icon img{width:100%;}
#skill2_section .section-header .section-title{
    color: #000;
}
#skill2_section .section-header .section-description{
    color: #898989;
}

/*2222*/


#skill3_section {
  padding: 60px 0 60px 0;
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
#skill3_section .box {
  margin-bottom: 30px;
  padding:0;
  height:auto;
  background: none;
}
#skill3_section .row{
  max-width: 1300px;
  margin-top: 280px;
  padding-left:12.5%;
}

#skill3_section .skill_bg{
  width:100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top:60px;
  left:50%;
  transform: translate(-50%,0);
  text-align: center;
}
#skill3_section .skill_bg img{width:auto; max-width:100%;height: calc(100vh - 60px);}
#skill3_section .icon {height:458px; overflow-y: hidden;}
#skill3_section .icon img{width:100%;}
#skill3_section .section-header .section-title{
    color: #000;
}
#skill3_section .section-header .section-description{
    color: #898989;
}


#bank_about {
  padding: 60px 0 60px 0;
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
#bank_about .row{
  max-width: 1300px;
  margin-top: 280px;
  padding-left:12.5%;
}
#bank_about .skill_bg{
  width:100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top:60px;
  left:50%;
  transform: translate(-50%,0);
  text-align: center;
}
#bank_about .skill_bg img{width:auto; max-width:100%;height: calc(100vh - 60px);}
#bank_about img{
  width: 100%;
}
#bank_about thead img{
  width: 100%;
  height:221px;
}

#bank_about .table{
  text-align: center;
}
#bank_about .table thead th,#about .table th, #about .table td {
  border:none;
  vertical-align: middle;
}
#bank_about .table th, #bank_about .table td {
  font-size: 0.85rem;

}
#bank_about .sub-title{
  font-size: 1.3rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  
}
#bank_about .m_ani{
  width:25px;
  animation: blink 0.6s infinite;
}
@keyframes blink {
  0%{ opacity: 100%;}
  50%{ opacity: 0%;}
  100%{ opacity: 100%;}
  
}
#qna_section {
  padding: 190px 0 60px 0;
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
#qna_section .box {
  margin-bottom: 0px;
  padding:0;
  height:auto;
  background: none;
}


#qna_section .row{
  max-width: 1100px;
  margin-left:20%;
}
#qna_section .container .row:first-child{
  margin-top: 240px;
}
#qna_section .skill_bg{
  width:100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top:60px;
  left:50%;
  transform: translate(-50%,0);
  text-align: center;
}
#qna_section .skill_bg img{width:auto; max-width:100%;height: calc(100vh - 60px);}
#qna_section .icon img{width:80%;}
#qna_section .section-header .section-title{
    color: #000;
}
#qna_section .section-header .section-description{
    color: #898989;
}


/* Contact Section */

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0 30px;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 25px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}

#contact .contact-about p {
  font-size: 13px;
  line-height: 25px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #aaa;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #000;
}

#contact .social-links a:hover {
  background: gray;
  color: #fff;
}

#contact .info {
  color: #000;
  padding-left:60px;
}

#contact .info i {
  font-size: 32px;
  color: #000;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

@media screen and (max-width:768px){
  #contact {padding:20px 0 100px;}
  #contact img{width:90%;margin: auto;}
  #contact .info{padding:20px;}
  #contact .info p, #contact .info i {
    padding: 0px;
    line-height: 18px;
    font-size: 16px;
  } 
}
.fixed-bot{width:100%; height: 8em; background: rgba(0,0,0,0.7); position: fixed; bottom:0;z-index: 999999;}
.bottom{color:#fff; text-align: center;
  font-family: 'Black Han Sans', sans-serif;
  
  font-size:3em;
  line-height: 2.5em;
  height:8em;
}

  .bottom .sign_btn{
    display: inline;
    font-family: 'Black Han Sans', sans-serif;
    font-size: 1em;
    background:#ff9900; 
    
    color:#fff; 
    text-align: center;
    padding:10px 1em 5px;
    border-radius: 25px;;
    border-top:2px solid #000;
    border-left:2px solid #000;
    border-right:3px solid #000;
    border-bottom:4px solid #000;
    cursor:pointer;
    animation: btn_ani 0.3s infinite;
    position: relative;
  }
  .bottom .sign_btn .mov{
    position: absolute;
    right:0;
    top:0.3em;
    animation: moving 1s infinite;
  }
@keyframes moving {
  0%{ top: 0.3em;}
  50%{ top:1em;}
  100%{top:0.3em;}
  
}
@media screen and (max-width:767px){
  .fixed-bot{width:100%; height:15vh;}
  .bottom{width:100%;font-size: 20px; line-height: 19px;padding:1em 0;height:15vh;}
  .bottom .sign_btn{
    font-size:20px;
    top:20px;
    animation: none;
    display: block;
    width:50%;
    margin:0 auto;
  }
  .bottom .sign_btn .mov{
    display: none;
    animation: none;
  }
  .back-to-top{bottom:15vh}
}
  .form{
  position: fixed;
  right:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  z-index: 99999;
  display: none;
}
.form.show{
  display:block;
}
.cls_btn {
  /* 'X' icon */
  position: absolute;
  z-index: 9999;
  top: -60px;
  right: -60px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9) url(../source/img/close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cls_btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.form form{position: absolute; width:400px; height:auto; top:50%; left:50%; transform: translate(-50%,-50%);
background-color:#fff;padding: 30px; background-image: url("../source/img/modal_bg.png"); background-position: right bottom; background-repeat: no-repeat;
border-radius: 0 0 120px 0;}
.form h4{color:#333; text-align: center; width:100%;}

.form input, .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.form input[type="submit"] {
  background: linear-gradient(45deg, #000, #000);
  border: 0;
  border-radius: 20px;
  padding: 0px 30px;
  color: #fff;
  margin-top:20px;
}

.form input[type="submit"]:hover {
  cursor: pointer;
}
.information{padding: 0 10px; color:#666;background: #fff;margin-bottom: 5px;}
.info_title{font-size: 1em; color:#0051ff;font-weight: bold;cursor:pointer; text-align: center;}
.information p {color:#666;font-size: 1em;line-height: 1em;padding:5px;word-wrap: break-word; word-break: keep-all;display: none;}
.information label{font-size:1em;line-height: 1em;}
/* Contact Section end */
@media screen and (max-width:768px){
  .cls_btn {
    /* 'X' icon */
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    background: rgba(130, 130, 130, 0.9) url(../source/img/close.svg) no-repeat center center;
    
  } 
  .form form{
    width:90%; 
    padding: 30px;
    background-image:none;
    border-radius: 0;}
  .form .form-row{width:100%;}
  .form input, .form textarea{width:100%;}
  .form input[type="submit"]{
    
    padding:5px 10px;
  }
}
