* {
 outline:none !important;
}
html {
 height:100%;
 min-height:100%;
}
body {
 height:100%;
 min-height:100%;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 font-family:'Noto Sans KR',sans-serif;
 font-size:14px;
 color:#555;
 font-weight:400;
 background:#fff;
}
a {
 transition:all .3s ease-in 0s;
 color:#333;
 text-decoration:none;
}
a,a:focus,a:hover {
 text-decoration:none;
 outline:0;
}
a:focus,a:hover {
 color:#555;
}
ol,ul,li {
 list-style:none;
}
blockquote,q {
 quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
 content:'';
 content:none;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
a,img,input {
 outline:none !important;
 selector-dummy:expression(this.hideFocus=true) !important;
}
textarea {
 width:100%;
}
/* µå·¡±× ¼±ÅÃ ºí·Ï»ö»ó */::selection {
 background:#aaa;
 color:#fff;
 text-shadow:none;
}
::-moz-selection {
 background:#aaa;
 color:#fff;
 text-shadow:none;
}
::-webkit-selection {
 background:#aaa;
 color:#fff;
 text-shadow:none;
}
.fl {
 float:left;
}
.fr {
 float:right;
}
.clear {
 clear:both;
}
.center {
 text-align:center;
}
.right {
 text-align:right;
}
.pt-10 {
 padding-top:10px;
}
.pt-15 {
 padding-top:15px;
}
.pt-20 {
 padding-top:20px;
}
.pt-30 {
 padding-top:30px !important;
}
.pb-20 {
 padding-bottom:20px;
}
.pb-30 {
 padding-bottom:30px;
}
.pl-10 {
 padding-left:10px;
}
.pl-15 {
 padding-left:15px;
}
.pl-20 {
 padding-left:20px;
}
.pr-15 {
 padding-right:15px;
}
.pr-20 {
 padding-right:20px;
}
.mt-10 {
 margin-top:10px;
}
.mt-15 {
 margin-top:15px;
}
.mt-20 {
 margin-top:20px;
}
.mt-30 {
 margin-top:30px !important;
}
.mb-10 {
 margin-bottom:10px;
}
.mb-15 {
 margin-bottom:15px;
}
.mb-20 {
 margin-bottom:20px;
}
.mb-30 {
 margin-bottom:30px;
}
.mb-50 {
 margin-bottom:50px;
}
.ml-5 {
 margin-left:5px;
}
.ml-10 {
 margin-left:10px;
}
.ml-20 {
 margin-left:20px;
}
.ml-30 {
 margin-left:30px;
}
.mr-10 {
 margin-right:10px;
}
.mr-20 {
 margin-right:20px;
}
.mt-50 {
 margin-top:50px;
}
@media (max-width:767px) {
 .mo-mt-30 {
  margin-top:30px;
 }
}
.h100 {
 height:100%;
}
h1,h2,h3,h4,h5,h6 {
 font-family:'Montserrat','Noto Sans KR',sans-serif;
 font-weight:500;
}
p {
 font-family:'Montserrat','Noto Sans KR',sans-serif;
 font-size:14px;
 font-weight:400;
}
.strong,strong {
 font-weight:500;
}
.bg-gray {
 background:#f5f5f5;
}
.text-white {
 color:#fff;
}
.text-theme {
 color:#555;
}
.relative {
 position:relative !important;
}
.vertical-middle {
 position:relative;
 top:50%;
 -webkit-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 transform:translateY(-50%);
}
.no-padding {
 padding:0 !important;
}
.section-title {
 text-align:center;
 margin-top:20px;
 margin-bottom:40px;
 padding:0;
 position:relative;
}
.section-title h2 {
 color:#333;
 font-size:32px;
 font-weight:500;
 margin-bottom:20px;
 text-transform:uppercase;
}
.section-title2 h3 {
 color:#333;
 font-size:28px;
 text-align:center;
 margin-top:30px;
 margin-bottom:20px;
 padding:0 10px;
 position:relative;
}
@media (max-width:767px) {
 .section-title {
  font-size:22px;
  margin-bottom:30px;
 }
}
@media (min-width:768px) and (max-width:991px) {
 .section-title {
  font-size:26px;
  margin-bottom:30px;
 }
}
.section-line {
 margin:auto;
 text-align:center;
 background-color:#555;
 width:38px;
 height:2px;
}
.section-line2 {
 margin:auto;
 text-align:center;
 background-color:#fff;
 width:38px;
 height:2px;
}
.btn {
 font-size:14px;
 padding:10px 30px;
 border-radius:0px;
 cursor:pointer;
 font-weight:400;
 color:#fff;
 border-radius:4px;
 text-transform:uppercase;
 -webkit-transition:all 0.2s linear;
 -moz-transition:all 0.2s linear;
 -o-transition:all 0.2s linear;
 transition:all 0.2s linear;
 display:inline-block;
}
.btn:focus,.btn:active {
 box-shadow:none;
 outline:none;
 color:#fff;
}
button:focus {
 outline:none !important;
}
.section-padding {
 padding:20px 0 40px 0;
}
#contact {
 position:relative;
 overflow: hidden;
}
/*-----------------------------------------------------*/
/* Main Button */
/*-----------------------------------------------------*/
.button {
 border-radius:0px;
 background-color:#4c5151;
 border:none;
 color:#fff;
 text-align:center;
 font-size:15px;
 padding:5px 20px 6px 20px;
 transition:all 0.5s;
 cursor:pointer;
 margin:5px;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
 margin-top:20px;
}
.button span {
 cursor:pointer;
 display:inline-block;
 position:relative;
 transition:0.5s;
}
.button span:after {
 content:'\00bb';
 position:absolute;
 opacity:0;
 top:0;
 right:-20px;
 transition:0.5s;
}
.button:hover span {
 padding-right:25px;
}
.button:hover span:after {
 opacity:1;
 right: 0;
}
.button1 {
 border:2px solid #777;
 border-radius:50px;
 padding:3px 10px;
 background:none;
 text-align:center;
 text-decoration:none;
 display:inline-block;
 font-size:12px;
 color:#fff;
 margin:4px 2px;
 -webkit-transition-duration:0.4s;
 /* Safari */
 transition-duration:0.4s;
 cursor:pointer;
}
.button1:hover,.button1.hover,.button1:focus,.button1.focus {
 color: #fff !important;
}
/*-----------------------------------------------------*/
/* ÇÏ´Ü Ç²ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.footer-top {
 width:100%;
 position:relative;
 background-color:#2e3131;
 padding:10px 0 15px 0;
 margin:0;
 text-align:center;
}
.footer-bottom {
 text-align:center;
 padding:15px;
}
.footer-bottom .footer-add {
 font-size:13px;
 line-height:1.8;
 color:#fff;
 font-weight:300;
 padding-top:15px;
}
.footer-bottom .copy {
 font-size:12px;
 line-height:1.8;
 color:#fff;
 font-weight:300;
}
@media screen and (max-width:767px) {
 .footer-bottom .footer-add,.copy {
  text-align: left;
 }
}
/*-----------------------------------------------------*/
/* Main form control */
/*-----------------------------------------------------*/
.form-control,.form-control:hover,.form-control.hover,.form-control:focus,.form-control.focus,.form-control:active,.form-control.active {
 height:auto;
 font-family:inherit;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
 border:solid 1px #ececec;
 border-radius:0;
 padding: 5px 15px;
}
/*-----------------------------------------------------*/
/* Contact Us */
/*-----------------------------------------------------*/
.contact-us {
 margin:35px 0 50px 0;
 position:relative;
}
.contact-form {
 margin-top:20px;
}
.contact-form .form-control {
 background-color:#fff;
 border:1px solid #dedede;
 box-shadow:none;
 height:37px !important;
 color:#0c0c0c;
 font-size:12px;
 border-radius:0;
}
.contact-form input:hover,.contact-form textarea:hover,.contact-form #contact-submit:hover {
 border-color:#ccc;
}
.contact-form textarea.form-control {
 padding:10px;
 height:80px !important;
 outline:none;
}
textarea {
 height:50px !important;
 border: 1px solid #dedede;
}
/*-----------------------------------------------------*/
/* Portfolio */
/*-----------------------------------------------------*/
#portfolio {
 background:#f5f5f5;
 padding:70px 0 30px 0;
}
#portfolio .portfolio-overlay {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%;
 opacity:1;
 -webkit-transition:all ease-in-out 0.4s;
 transition:all ease-in-out 0.4s;
}
#portfolio .portfolio-item {
 overflow:hidden;
 position:relative;
 padding:0;
 vertical-align:middle;
 text-align:center;
 margin:0 0 25px 0;
}
#portfolio .portfolio-item h2 {
 color:rgba(255,255,255,0);
 font-size:24px;
 margin:0;
 text-transform:capitalize;
 font-weight:600;
}
#portfolio .portfolio-item:hover h2 {
 color:#ffffff;
 text-shadow:1px 1px rgba(0,0,0,0.5);
}
#portfolio .portfolio-item img {
 -webkit-transition:all ease-in-out 0.4s;
 transition:all ease-in-out 0.4s;
 width:100%;
}
#portfolio .portfolio-item:hover img {
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
}
#portfolio .portfolio-item:hover .portfolio-overlay {
 opacity:1;
 background:rgba(0,0,0,0.7);
}
#portfolio .portfolio-info {
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
@media (max-width:767px) {
 #portfolio {
  background:#f5f5f5;
  padding:30px 0;
 }
}
/*-----------------------------------------------------*/
/* cs center */
/*-----------------------------------------------------*/
.cs_center {
 padding:50px 0 40px 0;
 position:relative;
 background-color:#f5f5f5;
}
.cs_center h2 {
 padding:0 0 5px 5px;
 font-size:24px;
 color:#333;
}

.cs_center_box {
 background:rgba(0,0,0,0.8);
 border:1px solid #888;
 position:relative;
 height:380px;
 padding:20px 20px 10px 40px;
 margin:63px 0 20px 0;
}
.cs_center_box h3 {
 font-size:30px;
 font-weight:600;
 padding-bottom:20px;
 color:#fff;
}
.tel_number {
 font-size:30px;
 color:#e46c0a;
 font-weight:600;
}
.phone_number a {
 font-size:48px;
 color:#e46c0a;
 font-weight:600;
 letter-spacing:1px;
 margin-top:20px;
}
.cs_txt {
 font-size:16px;
 color:#fff;
 line-height:24px;
 margin-top:20px;
}
@media (max-width:767px) {
 .cs_center {
  padding:30px 0;
 }
 .cs_center_box {
  height:300px;
  padding:10px 20px 10px 20px;
 }
}
/*-----------------------------------------------------*/
/* µ¿¿µ»ó */
/*-----------------------------------------------------*/
.video_box {
 margin:0 0 30px 0
}
.block-1 {
 margin-top:-30px;
}
.block-1 figure {
 position:relative;
}
.play-button {
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 -ms-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 background:#fff;
 width:60px;
 height:60px;
 border:1px solid #ccc;
 -webkit-border-radius:50px;
 border-radius:50px;
 text-align:center;
 line-height:60px;
 font-size:30px;
 cursor:pointer;
 display:inline-flex;
 justify-content:center;
 align-items:center;
 -webkit-transition:0.15s ease-in-out;
 transition:0.15s ease-in-out;
 -webkit-transition-property:color,background,border-color;
 transition-property:color,background,border-color;
}
.play-button:after {
 content:'';
 border:1px solid;
 border-color:inherit;
 width:150%;
 height:150%;
 -webkit-border-radius:50px;
 border-radius:50px;
 position:absolute;
 left:-25%;
 top:-25%;
 opacity:1;
 -webkit-animation:1s play-video linear infinite;
 animation:1s play-video linear infinite;
}
@keyframes play-video {
 0% {
  -webkit-transform:scale(0.68);
  transform:scale(0.68);
 }
 100% {
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
  opacity:0;
 }
}
.play-button:hover {
 border:1px solid #cca06f;
 opacity:1;
 color:#cca06f !important;
}
.play-button>span {
 position:absolute;
 left:55%;
 top:50%;
 -webkit-transform:translate(-60%,-50%);
 -ms-transform:translate(-60%,-50%);
 transform:translate(-60%,-50%);
}
.youtube-popup {
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 z-index:99999;
}
.youtube-popup-content {
 margin-top:150px;
 width:95%;
 max-width:850px;
 margin-left:auto;
 margin-right:auto;
 position:relative;
}
.youtube-popup-close {
 position:absolute;
 top:-40px;
 right:0;
 width:18px;
 height:18px;
 font-size:20px;
 color:#fff;
 cursor:pointer;
}
.youtube-iframe {
 width:100%;
 height:480px;
}
@media (max-width:767px) {
 .youtube-iframe {
  width:100%;
  height:350px;
 }
}
.youtube-dark-theme {
 background:rgba(0,0,0,0.9);
}
@media (max-width:767px) {
 .mo_img {
  width:100%;
  height: 150px;
 }
}
/*-----------------------------------------------------*/
/* main_visual */
/*-----------------------------------------------------*/
#main_slide {
 clear:both;
 margin-top:0;
 position:relative;
 margin:0 auto;
 background:#f5f5f5;
}
.visual01 .carousel-inner .item {
 width:100%;
 height:900px;
 -webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover;
 background-position:50%;
 background-repeat:no-repeat;
}
.visual01 .carousel-inner .item:before {
 content:'';
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
}
.visual01 .carousel-caption {
 position:absolute;
 -webkit-transform:translate(-50%,-50%);
 -ms-transform:translate(-50%,-50%);
 -moz-transform:translate(-50%,-50%);
 -o-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 z-index:10;
 max-width:100%;
 width:100%;
 height:100%;
 display:table;
 padding:0px;
}
.visual01 #myCarousel .carousel-control .icon-menu-left {
 position:absolute;
 top:47%;
 left:20%;
 z-index:5;
 display:inline-block;
 font-size:20px;
 text-shadow:none;
 color:#333;
}
.visual01 #myCarousel .carousel-control .icon-menu-right {
 position:absolute;
 top:47%;
 right:20%;
 z-index:5;
 display:inline-block;
 font-size:20px;
 text-shadow:none;
 color:#333;
}
.visual01 #myCarousel .carousel-control .icon-menu-left::after {
 content:'\f053';
 font-family:'FontAwesome',sans-serif;
}
.visual01 #myCarousel .carousel-control .icon-menu-right::after {
 content:'\f054';
 font-family:'FontAwesome',sans-serif;
}
.visual01 #myCarousel .carousel-indicators li {
 width:10px;
 height:10px;
 background-color:rgba(0,0,0,0.5);
 border:0px solid #333;
 border-radius:0px;
 margin-bottom:-1px;
}
.visual01 #myCarousel .carousel-indicators li.active {
 width:10px;
 height:10px;
 background-color:rgba(0,0,0,0.9);
 border:0px solid #000;
 border-radius:0px;
}
@media screen and (max-width:767px) {
 #main_slide {
  margin:0 auto;
  position:relative;
  margin-top:10px;
 }
 .visual01 .carousel-inner .item {
  width:100%;
  height:360px;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:40%;
  background-repeat:no-repeat;
 }
 .visual01 #myCarousel .carousel-control .icon-menu-left {
  position:absolute;
  top:55%;
  left:15%;
  z-index:5;
  font-size:14px;
 }
 .visual01 #myCarousel .carousel-control .icon-menu-right {
  position:absolute;
  top:55%;
  right:15%;
  z-index:5;
  font-size:14px;
 }
 .visual01 #myCarousel .carousel-indicators li {
  width:9px;
  height:9px;
  background-color:rgba(0,0,0,0.5);
  border:0px solid #888;
  border-radius:0px;
 }
 .visual01 #myCarousel .carousel-indicators li.active {
  width:9px;
  height:9px;
  background-color:rgba(0,0,0,0.9);
  border:0px solid #000;
  border-radius:0px;
 }
}
@media (min-width:768px) and (max-width:1199px) {
 .visual01 .carousel-inner .item {
  width:100%;
  height: 450px;
 }
}
/* ½½¶óÀÌµå */
.carousel-control.left,.carousel-control.right {
 background-image: none;
}
@media (min-width:1200px) and (max-width:1600px) {
 .block {
  width:100%;
  margin:220px 0 0 50px;
 }
}
@media (min-width:768px) and (max-width:1199px) {
 .block {
  width:100%;
  margin:170px 0 0 30px;
 }
}
@media (max-width:767px) {
 .block {
  width:100%;
  margin:165px 0 0 20px;
 }
}
/*-----------------------------------------------------*/
/* Panel */
/*-----------------------------------------------------*/
.panel-group .panel {
 border-radius:0px;
 border:0px none;
 box-shadow:none;
}
.panel-heading {
 padding:0;
}
.panel-title {
 position:relative;
 font-size:14px;
}
.panel-title>a {
 border:1px solid #dedede;
 display:block;
 background:#fff;
 color:#333;
 padding:12px 45px;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
}
.panel-title>a:hover,a:focus {
 text-decoration:none;
 outline:none;
}
.panel-title .left-icon {
 border-right:1px solid #dedede;
 font-size:20px;
 color:#6a7171;
 width:40px;
 padding:12px 0 7px 0;
 text-align:center;
 display:inline-block;
 margin-right:10px;
 position:absolute;
 left:0;
 top:0;
}
.panel-title a:after {
 content:"\f068";
 font-family:'FontAwesome';
 float:right;
 font-size:14px;
 margin-right:20px;
 color:#6a7171;
 position:absolute;
 top:14px;
 right:0;
 display:inline-block;
}
.panel-title .collapsed:after {
 content:"\f067";
 color:#6a7171;
}
.panel-title .collapsed {
 background:#fff !important;
 color:#6d6d6d;
 border-color:lightgray;
}
.panel-title .collapsed .left-icon {
 color:#6a7171;
 border-color:lightgray;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
 border:1px solid #dedede;
 border-top:0;
 font-size: 13px;
}
/*-----------------------------------------------------*/
/* °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
/*-----------------------------------------------------*/
.privacy {
 width:100%;
}
.privacy-con {
 width:100%;
 height:400px !important;
 background:#fff !important;
 font-size:12px;
 color:#333;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* ÀÌ¿ë¾à°ü */
/*-----------------------------------------------------*/
.agreement {
 width:100%;
}
.agreement-con {
 width:100%;
 height:400px !important;
 background:#fff !important;
 font-size:12px;
 color:#333;
 padding: 5px;
}
/* Mouse scroll effect */
.mouse {
 position:absolute;
 bottom:80px;
 z-index:5;
 left:50%;
 -webkit-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%);
 display:block;
}
.mouse .mouse-icon {
 display:block;
 width:25px;
 height:45px;
 border:2px solid #fff;
 border-radius:15px;
 cursor:pointer;
 position:relative;
 text-align:center;
 -webkit-transition:.3s all ease-in-out;
 -o-transition:.3s all ease-in-out;
 transition:.3s all ease-in-out;
}
.mouse .mouse-wheel {
 height:4px;
 margin:2px auto 0;
 display:block;
 width:4px;
 background-color:white;
 border-radius:50%;
 -webkit-animation:1.6s ease infinite wheel-up-down;
 -moz-animation:1.6s ease infinite wheel-up-down;
 animation:1.6s ease infinite wheel-up-down;
}
.mouse:hover .mouse-icon {
 border-color:#fff;
}
@-webkit-keyframes wheel-up-down {
 0% {
  margin-top:2px;
  opacity:0;
 }
 30% {
  opacity:1;
 }
 100% {
  margin-top:20px;
  opacity:0;
 }
}
@-moz-keyframes wheel-up-down {
 0% {
  margin-top:2px;
  opacity:0;
 }
 30% {
  opacity:1;
 }
 100% {
  margin-top:20px;
  opacity:0;
 }
}
@keyframes wheel-up-down {
 0% {
  margin-top:2px;
  opacity:0;
 }
 30% {
  opacity:1;
 }
 100% {
  margin-top:20px;
  opacity:0;
 }
}
@media screen and (max-width:480px) {
 .mouse {
  bottom:40px;
  left:50%;
 }
}
/*-----------------------------------------------------*/
/* services-ban */
/*-----------------------------------------------------*/
.services-ban {
 margin: 60px 0
}
.ban_bg {
 position:relative;
 background-repeat:no-repeat;
 background-position:center;
 background-size:cover;
 overflow:hidden;
 width:100%;
 height:130px;
 margin-top:10px;
}
.ban_con {
 position:relative;
 margin:0 auto;
 overflow:hidden;
}
.ban_con.intro img {
 position:absolute;
 z-index:0;
 top:0;
 left:50%;
 margin-left:-960px;
 transform:matrix(1.1,0,0,1.1,0,0);
}
.ban_con.intro.on img {
 transform:matrix(1.0,0,0,1.0,0,0);
 -webkit-transition:all 2.0s ease;
 -moz-transition:all 2.0s ease;
 -ms-transition:all 2.0s ease;
 -o-transition:all 2.0s ease;
 transition:all 2.0s ease;
}
.ban_inner {
 position:relative;
 margin:0 auto;
 padding-top:10px;
 height:130px;
 z-index:1
}
.ban_inner h3 {
 font-size:30px;
 color:#ffffff;
 text-align:center;
 text-shadow:1px 2px rgba(0,0,0,0);
 font-weight:600;
}
.ban_inner p {
 font-size:24px;
 color:rgb(248,255,0);
 text-align:center;
 text-shadow:1px 2px rgba(0,0,0,0);
 font-weight:600;
}
@media screen and (max-width:991px) {
 .ban_inner h3 {
  font-size:28px;
  color:#ffffff;
 }
}
@media screen and (max-width:767px) {
 .ban_inner {
  position:relative;
  margin:0 auto;
  padding-top:0;
  height:130px;
  z-index:1
 }
 .ban_inner h3 {
  font-size:24px;
  line-height:16px;
 }
 .ban_inner p {
  font-size:20px;
  line-height:19px;
 }
 .services-ban {
  margin: 10px 0 30px 0;
 }
 .ban_bg {
  position:relative;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  overflow:hidden;
  width:100%;
  height:80px;
  margin-top:10px;
 }
}
@media screen and (max-width:991px) {
  .services-ban a img {
   margin:0 auto;
   text-align:center;
   margin-top:20px;
 }
}
.col_datatable {
 width:100%;
 border-top:1px solid #d6d6d6;
}
.col_datatable tbody th {
 background:#f1f1f1;
 border-bottom:1px solid #d6d6d6;
 font-size:14px;
 font-weight:400;
 text-align:center;
 padding:1.2rem 1rem;
}
.col_datatable tbody td {
 border-bottom:1px solid #d6d6d6;
 font-size:14px;
 text-align:center;
 padding:1.2rem 1rem;
 text-align:left;
 line-height:1.6;
}
.datatable_box {
 max-width:1100px;
 width:100%;
 margin:0 auto;
 padding:10px 0;
}
.datatable_box .col_datatable th {
 width:16%;
}
.caution_box {
 padding:1rem;
 border:1px #c1d4dd solid;
 background:#e6f1f6;
 margin:1rem 0;
}
.caution_box li {
 text-align:left;
 line-height:1.7;
}
.caution_box li pre {
 line-height:1.7;
 font-size:13px;
}
@media (max-width:480px) {
 .datatable_box .col_datatable th {
  width:22.5%;
 }
}
.app_btn_sub {
 text-align:center;
 margin:30px 0;
}
.app_btn_sub a {
 padding:7px 15px 8px 15px;
 background:#555;
 border:1px solid #555;
 color:#fff;
 font-size:38px;
 box-sizing:border-box;
 display:inline-block;
 text-decoration:none;
 border-radius:5px;
 transition:all 0.3s ease;
}
.app_btn_sub a:hover {
 background:#efefef;
 color:#333;
 border:1px solid #777;
}
.app_btn_sub a span {
 font-size:24px;
}
.page_img {
 display:block;
 margin:0px auto;
 padding-top:20px;
}
.page_img img {
 text-align:center !important;
 margin:0px auto;
}
@media screen and (max-width:767px) {
 .img_box {
  margin:20px 0;
  padding: 0 10px;
 }
}
/*-----------------------------------------------------*/
/* Modal */
/*-----------------------------------------------------*/
.modal {
 z-index:100000000;
 text-align: center;
 top:23%
}

.modal-content {
 border:none;
 border-radius:10px;
 -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
 box-shadow:0 5px 15px rgba(0,0,0,.5);
 padding-bottom:20px;
}
.modal-header {
 background:#fff;
 border-radius:10px;
 border-bottom:0;
 padding:10px 10px 0px 10px;
}
.modal-bg {
 background:#f9f9f9;
 padding:10px 0 25px 0;
}
.modal-header .close-link {
 float:right;
 margin-top:0px !important;
 margin-right:10px;
 border:none;
 background:transparent;
 font-size:30px;
 color:#333;
 cursor:pointer;
}
.modal-header .close-link i {
 font-size:30px;
 color:#333;
}
.modal-title {
 text-align:center;
 font-size:17px;
 color:#333;
 margin-top:10px;
}
@media (min-width:768px) {
 .modal-sm {
  width:350px;
 }
}
@media (min-width:992px) {
 .modal-lg {
  width: 900px;
 }
}
.modal_img img {
 margin:0 auto;
 text-align:center;
}
.modal_img h2 {
 text-align:center;
 font-size:52px;
 color:#e46c0a;
 font-weight:600;
 line-height:52px;
}
.modal_img img.logo_blank {
 margin-top: -30px;
}
@media (max-width:480px) {
 .modal-header .close-link {
  margin-right:10px;
 }
 .modal_img h2 {
  font-size:32px;
  color:#e46c0a;
  font-weight:600;
  line-height:52px;
 }
}