@charset "UTF-8";

@import url('./S-CoreDream.css');
/*@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);*/
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/



/* ## reset */
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {height: 100%; overflow-x: hidden; font-size: 20px;}
body {min-width: 320px; height: 100%; color: #333; word-break: keep-all; word-wrap: break-word; font-weight: 400; font-size: 0.8rem; font-family: 'S-CoreDream', sans-serif; line-height: 1.5;}
h1, h2, h3, h4, h5, h6 {font-size: 15px; line-height: 100%; font-family: 'S-CoreDream', sans-serif;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {margin: 0px; padding: 0px; -webkit-text-size-adjust: none;}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
table {width: 100%; border-collapse: collapse; border-spacing: 0px; /*table-layout: fixed;*/}
fieldset, img, abbr, acronym {border: 0px;}
img {vertical-align: top;}
legend {position: absolute; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
ins {font-style: normal;}
del {text-decoration: none;}
address, caption, cite, code, dfn, em, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption {height: 0; line-height: 0; font-size: 0; overflow: hidden; text-indent: -10000px;}
a {color: inherit; text-decoration: none; cursor: pointer;}
/*a:active, a:hover {color:#888; text-decoration:none}*/
a > * {color: inherit;}
a:hover, a:focus, a:visited{text-decoration: none;}
hr{display: none;}
button {padding: 0; border: 0 none; background: none;}
button:focus, button:active{outline: 0;}
button > span {color: inherit;}
.hidden {display: none;}
header, footer, article, section, aside, details, figure, figcaption, nav {display: block; margin: 0; padding: 0;}
small {font-size: 11px; padding-left: 10px;}
audio[controls], canvas, video {display: inline-block;}
button, input, select, textarea {margin: 0; font-size: 100%; vertical-align: middle;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;}
input[type="search"] {-webkit-appearance: none; -moz-box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea {overflow: auto; vertical-align: top; resize: none}
textarea:focus{outline: none;}
/* select{-webkit-appearance: none;}
select::-ms-expand {display: none;} */
label input[type="checkbox"], label input[type="radio"] {vertical-align: baseline;}
input[type='text'], input[type='email'], input[type='password'], input[type='number'], input[type='search'], textarea {width: 100%; box-sizing: border-box; color: #646464;}
input:focus{outline: none;}

input[placeholder]{color: #969696; opacity: 1; }
input::-webkit-input-placeholder {color: #969696;}
input:-moz-input-placeholder {color: #969696;}
input::-moz-input-placeholder {color: #969696;}
input:-ms-input-placeholder {color: #969696;}

/* WebKit browsers */
::-webkit-input-placeholder {color: #969696; opacity: 1;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {color: #969696; opacity: 1;}
/* Mozilla Firefox 19+ */
::-moz-placeholder {color: #969696; opacity: 1;}
/* Internet Explorer 10+ */
:-ms-input-placeholder {color: #969696; opacity: 1;}


/* ## common */
body.over_hidden{overflow: hidden}
.clearfix {clear: both;}
.bold {font-weight: bold;}
.view-all {float: right; width: 75px; position: absolute; top: 10px; right: 0;}
.help-inline {display: inline-block; color: #737373; margin-left: 10px; padding-top: 7px; vertical-align: middle;}
.nopost {text-align: center; padding: 120px 0 !important;}
.highlight {font-weight: bold; color: #7519FF}
textarea.dhtmleditor{width: 100%; height: 350px;}
.sound-only{position: absolute; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; padding: 0; border: 0; margin: -1px;}
h3.page-title {font-size: 18px; display: block; width: 100%; padding-bottom: 5px; margin-bottom: 20px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5;}
.text-right{text-align: right;}
.text-color{color: #084499}

/* checkbox-custom */
.checkbox-custom{position: relative; display: inline-block; line-height: 1.25; margin-right: 10px;}
.checkbox-custom input[type=checkbox]{opacity: 0; position: absolute; top: 0; left: 0; z-index: 0;}
.checkbox-custom label{display: inline; width: 20px; height: 20px; cursor: pointer; text-align: center; margin-left: 10px; line-height: 1.4; font-weight: normal; color: #fff;}
.checkbox-custom input[type="checkbox"] + label{margin-left: 30px;}

.checkbox-custom label::before, .checkbox-custom label::after {content: ''; position: absolute; top: 0; left: 0;}
.checkbox-custom label::before{width: 20px; height: 20px; background: #fff; -webkit-transition: all .3s ease; transition: all .3s ease; content: ""; border-radius: 4px;}
.checkbox-custom input[type="checkbox"]:checked + label::after {content: ''; width: 19px; height:19px; top: 3px; left: 3px; color: #fff; background: #000; z-index: 1; line-height: 1; border-radius: 4px;}

.checkbox-custom input[type="radio"]:checked + label::after {content: ''; width: 14px; height: 14px; top: 3px; left: 3px; color: #fff; background: #0071e3; z-index: 1; line-height: 1; border-radius: 4px;}

.checkbox-custom.border label::before{border: 1px solid #797979; width: 23px; height: 23px;}

/* table */
.dx-table{width: 100%;}
.dx-table thead th{font-weight: normal; padding: 9px 0; background: #f9f9f9; text-align: center; border-bottom: 1px solid #f0f0f0; border-top: 1px solid #797979;}
.dx-table tbody th{padding: 14px 0; text-align: center; border-bottom: 1px solid #f0f0f0;}
.dx-table tbody td{padding: 14px 0; text-align: center; border-bottom: 1px solid #f0f0f0;}
.dx-table tbody td.noborder{border-bottom: 0;}


/* btn */
.btn-submit{background: #f35a37; width: 100%; border-radius: 0; height: 50px; line-height: 50px; color: #fff; border: 0; padding: 0; outline: none; font-size: 18px; font-weight: bold;}
a.btn-submit{display: inline-block; text-align: center; color: #fff;}
.btn-layer-close{position: absolute; top: 20px; right: 20px; width: 20px; height: 20px;}
.btn-layer-close.cross:before, .btn-layer-close.cross:after{width: 25px; height: 1px; top: 50%; margin-top: -1px; left: -2px; content: ""; background: #070707; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); position: absolute;}
.btn-layer-close.cross:after {transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}


/* tabs */
.dx-tabs{margin: 0 auto 3rem; overflow: hidden;}
.dx-tabs li{float: left; margin-right: 1rem;}
.dx-tabs li:last-child{margin-right: 0; }
.dx-tabs li a{border: 1px solid #797979; padding: 0.6rem 0; text-align: center; display: block; color: #797979; font-size: 0.9rem;  line-height: 1em;}
.dx-tabs li a.active{background-color: #084499; border-color: #084499; color: #fff;}

/* input */
textarea.dx-input{resize: none; height: 100px; line-height: 1.4; font-family: 'S-CoreDream'; padding: 10px;}
select.dx-input{color: #000; width: 100%;}
.dx-input{background: #fff; height: 40px; padding: 3px 10px; border: 1px solid #c0c0c0;}
.dx-input:focus{outline: none;}

/* pagination */
.pagination{overflow: hidden; text-align: center; margin: 2rem auto;}
.pagination li{display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; vertical-align: middle}
.pagination li a{display: block; font-weight: bold;}
.pagination li.active{border: 1px solid #e3e3e3}
.pagination li.active a{color: #109342}

/* layer popup */
.layer-popup{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999}
.layer-dim{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background: #000; opacity: .4; z-index: 1}
.pop-wrap{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 30px; background: #f9f9f9; z-index: 20;}
.pop-header{margin-bottom: 30px;}
.pop-header h3{font-size: 21px; font-weight: bold;}
.pop-content{max-height: 70vh; height: 100%; overflow-y: scroll;}
.pop-content h4{font-size: 0.8rem; margin-bottom: 10px;}
.pop-wrap .btn-close{position: absolute; top: -20px; right: -20px; width: 20px; height: 20px; text-indent: -9999px}
.pop-wrap .btn-close.cross:before, .pop-wrap .btn-close.cross:after{width: 25px; height: 1px; top: 50%; margin-top: -1px; left: -2px; content: ""; background: #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); position: absolute;}
.pop-wrap .btn-close.cross:after {transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}

/* ## layout */
#wrapper{margin: 0 auto; overflow: hidden; width: 100%; margin: 0 auto; max-width: 980px;}
.main{width: 100%; clear: both;}
#header{background: #fff; display: block; clear: both; width: 100%; height: 70px; position: relative; box-shadow: 0.5px 0.9px 3.7px 0.3px rgba(59, 59, 59, 0.1);}
#contents{position: relative;}
#footer{padding: 2rem 0 3.5rem; background-color: #f2f2f2; letter-spacing: -1px; font-size: 0.65rem; text-align: center;} 
#footer span{margin-right: 10px;}
#footer span.title{margin-right: 5px;}
#footer .container{position: relative;}
#footer .line{display: inline-block; width: 1px; height: 8px; background-color: #222; margin-right: 6px;}

.container{width: 980px; margin: 0 auto; padding:0 15px}

#scroll-top{position: fixed; bottom: 18%; right: 5.75rem; text-align: center; display: none;}

/* ## popup */
.popup_layer {position:absolute; z-index: 99;}
.popup-content{background-color: #fff; overflow: hidden;}
.popup-layer-footer {padding:5px 0; text-align: right; background-color: #000; opacity: 0.9;}
.popup-layer-footer button {margin-right:10px;padding:5px 10px;border:0; font-size: 0.7rem;}
.popup-layer-footer .pop-check{float:left; margin-left:10px; color: #fff; font-size:13px; margin-top: 3px;}
.popup-layer-footer .pop-check input[type=checkbox]{vertical-align: middle;}
.popup-layer-footer button {margin-right: 10px; padding: 5px 10px; border: 0; font-size: 0!important; background: url(../images/icons/icon_close.png) center no-repeat; width: 30px; height: 30px;}


.ban-inner{position: absolute; top: 2rem; left: 2rem;}
.ban-inner h2{font-size: 80px; line-height: 1.3; color: #fff;}
.image-wrap{position: relative;}

.bg-last{background-color: #01213a; padding: 0 6% 60px;}
.ticker{background-color: #fff; }
.ticker .inner{border-bottom: 1px dotted #ddd; display: flex; padding: 20px; font-size: 18px;}
.ticker .inner img{margin-right: 15px;}
.ticker .inner span{margin-right: 30px;}
.ticker .inner span.status{margin-right: 40px;}

.send-form{display:block; width: 39%; height:6%; left: 50%; bottom: 4.5%; position:absolute; transform: translate(-50%, 0);}

.inq-link1{display:block; width: 39%; height:3.5%; right: 10%; top: 47%; position:absolute;}
.inq-link2{display:block; width: 39%; height:3.5%; right: 10%; top: 70%; position:absolute;}
.inq-link3{display:block; width: 39%; height:3.5%; right: 10%; top: 92.5%; position:absolute;}


.img-responsive{max-width: 100%; width: auto;}

.section{position: relative;}
.section.inq{position: absolute; margin-bottom: 0; top: 30%; padding: 20px 0; }
.section.inq .container{padding: 0 14%;}
/* .section.inq::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.8;} */

.form-group{margin-bottom: 10px;}
.phone-wrap{position: relative;}
.phone-wrap .dx-input{width: 30.66666%; float: left;}
.phone-wrap .dash{width: 2%; margin: 18px 1% 0; height: 1px; background-color: #fff; float: left; }
.section.inq label.block{display: block; color: #fff; margin-bottom: 5px;}

.check-wrap{position: relative; margin-top: 20px;}
.check-wrap.agree{margin-bottom: 10px;}
.check-wrap + .check-wrap{margin-top: 0;}

.section .btn-group{position: absolute; left: 0; bottom: 0; width: 100%; z-index: 3;}

/* .ticker .swiper-wrapper {display: -webkit-inline-box } */



.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row {margin-right: -15px; margin-left: -15px}
.form-horizontal .form-group:after,.form-horizontal .form-group:before, .navbar-header:after, .navbar-header:before, .row:after,.row:before{display:table;content:" "}
.navbar-toggle {position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px;}
.navbar-toggle .icon-bar {display: block; width: 22px; height: 2px; border-radius: 1px;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 4px;}

.form-group:after, .navbar-header:after, .row:after{clear:both}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {float: left}
.col-xs-12 {width: 100%}
.col-xs-11 {width: 91.66666667%}
.col-xs-10 {width: 83.33333333%}
.col-xs-9 {width: 75%}
.col-xs-8 {width: 66.66666667%}
.col-xs-7 {width: 58.33333333%}
.col-xs-6 {width: 50%}
.col-xs-5 {width: 41.66666667%}
.col-xs-4 {width: 33.33333333%}
.col-xs-3 {width: 25%}
.col-xs-2 {width: 16.66666667%}
.col-xs-1 {width: 8.33333333%}

.col-xs-pull-12 {right: 100%}
.col-xs-pull-11 {right: 91.66666667%}
.col-xs-pull-10 {right: 83.33333333%}
.col-xs-pull-9 {right: 75%}
.col-xs-pull-8 {right: 66.66666667%}
.col-xs-pull-7 {right: 58.33333333%}
.col-xs-pull-6 {right: 50%}
.col-xs-pull-5 {right: 41.66666667%}
.col-xs-pull-4 {right: 33.33333333%}
.col-xs-pull-3 {right: 25%}
.col-xs-pull-2 {right: 16.66666667%}
.col-xs-pull-1 {right: 8.33333333%}
.col-xs-pull-0 {right: auto}

.col-xs-push-12 {left: 100%}
.col-xs-push-11 {left: 91.66666667%}
.col-xs-push-10 {left: 83.33333333%}
.col-xs-push-9 {left: 75%}
.col-xs-push-8 {left: 66.66666667%}
.col-xs-push-7 {left: 58.33333333%}
.col-xs-push-6 {left: 50%}
.col-xs-push-5 {left: 41.66666667%}
.col-xs-push-4 {left: 33.33333333%}
.col-xs-push-3 {left: 25%}
.col-xs-push-2 {left: 16.66666667%}
.col-xs-push-1 {left: 8.33333333%}
.col-xs-push-0 {left: auto}

.col-xs-offset-12 {margin-left: 100%}
.col-xs-offset-11 {margin-left: 91.66666667%}
.col-xs-offset-10 {margin-left: 83.33333333%}
.col-xs-offset-9 {margin-left: 75%}
.col-xs-offset-8 {margin-left: 66.66666667%}
.col-xs-offset-7 {margin-left: 58.33333333%}
.col-xs-offset-6 {margin-left: 50%}
.col-xs-offset-5 {margin-left: 41.66666667%}
.col-xs-offset-4 {margin-left: 33.33333333%}
.col-xs-offset-3 {margin-left: 25%}
.col-xs-offset-2 {margin-left: 16.66666667%}
.col-xs-offset-1 {margin-left: 8.33333333%}
.col-xs-offset-0 {margin-left: 0}

@media (min-width:768px) {

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {float: left}
    .col-sm-12 {width: 100%}
    .col-sm-11 {width: 91.66666667%}
    .col-sm-10 {width: 83.33333333%}
    .col-sm-9 {width: 75%}
    .col-sm-8 {width: 66.66666667%}
    .col-sm-7 {width: 58.33333333%}
    .col-sm-6 {width: 50%}
    .col-sm-5 {width: 41.66666667%}
    .col-sm-4 {width: 33.33333333%}
    .col-sm-3 {width: 25%}
    .col-sm-2 {width: 16.66666667%}
    .col-sm-1 {width: 8.33333333%}

    .col-sm-pull-12 {right: 100%}
    .col-sm-pull-11 {right: 91.66666667%}
    .col-sm-pull-10 {right: 83.33333333%}
    .col-sm-pull-9 {right: 75%}
    .col-sm-pull-8 {right: 66.66666667%}
    .col-sm-pull-7 {right: 58.33333333%}
    .col-sm-pull-6 {right: 50%}
    .col-sm-pull-5 {right: 41.66666667%}
    .col-sm-pull-4 {right: 33.33333333%}
    .col-sm-pull-3 {right: 25%}
    .col-sm-pull-2 {right: 16.66666667%}
    .col-sm-pull-1 {right: 8.33333333%}
    .col-sm-pull-0 {right: auto}
    .col-sm-push-12 {left: 100%}
    .col-sm-push-11 {left: 91.66666667%}
    .col-sm-push-10 {left: 83.33333333%}
    .col-sm-push-9 {left: 75%}
    .col-sm-push-8 {left: 66.66666667%}
    .col-sm-push-7 {left: 58.33333333%}
    .col-sm-push-6 {left: 50%}
    .col-sm-push-5 {left: 41.66666667%}
    .col-sm-push-4 {left: 33.33333333%}
    .col-sm-push-3 {left: 25%}
    .col-sm-push-2 {left: 16.66666667%}
    .col-sm-push-1 {left: 8.33333333%}
    .col-sm-push-0 {left: auto}

    .col-sm-offset-12 {margin-left: 100%}
    .col-sm-offset-11 {margin-left: 91.66666667%}
    .col-sm-offset-10 {margin-left: 83.33333333%}
    .col-sm-offset-9 {margin-left: 75%}
    .col-sm-offset-8 {margin-left: 66.66666667%}
    .col-sm-offset-7 {margin-left: 58.33333333%}
    .col-sm-offset-6 {margin-left: 50%}
    .col-sm-offset-5 {margin-left: 41.66666667%}
    .col-sm-offset-4 {margin-left: 33.33333333%}
    .col-sm-offset-3 {margin-left: 25%}
    .col-sm-offset-2 {margin-left: 16.66666667%}
    .col-sm-offset-1 {margin-left: 8.33333333%}
    .col-sm-offset-0 {margin-left: 0}
}

@media (min-width:992px) {

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {float: left}
    .col-md-12 {width: 100%}
    .col-md-11 {width: 91.66666667%}
    .col-md-10 {width: 83.33333333%}
    .col-md-9 {width: 75%}
    .col-md-8 {width: 66.66666667%}
    .col-md-7 {width: 58.33333333%}
    .col-md-6 {width: 50%}
    .col-md-5 {width: 41.66666667%}
    .col-md-4 {width: 33.33333333%}
    .col-md-3 {width: 25%}
    .col-md-2 {width: 16.66666667%}
    .col-md-1 {width: 8.33333333%}
    .col-md-pull-12 {right: 100%}
    .col-md-pull-11 {right: 91.66666667%}
    .col-md-pull-10 {right: 83.33333333%}
    .col-md-pull-9 {right: 75%}
    .col-md-pull-8 {right: 66.66666667%}
    .col-md-pull-7 {right: 58.33333333%}
    .col-md-pull-6 {right: 50%}
    .col-md-pull-5 {right: 41.66666667%}
    .col-md-pull-4 {right: 33.33333333%}
    .col-md-pull-3 {right: 25%}
    .col-md-pull-2 {right: 16.66666667%}
    .col-md-pull-1 {right: 8.33333333%}
    .col-md-pull-0 {right: auto}

    .col-md-push-12 {left: 100%}
    .col-md-push-11 {left: 91.66666667%}
    .col-md-push-10 {left: 83.33333333%}
    .col-md-push-9 {left: 75%}
    .col-md-push-8 {left: 66.66666667%}
    .col-md-push-7 {left: 58.33333333%}
    .col-md-push-6 {left: 50%}
    .col-md-push-5 {left: 41.66666667%}
    .col-md-push-4 {left: 33.33333333%}
    .col-md-push-3 {left: 25%}
    .col-md-push-2 {left: 16.66666667%}
    .col-md-push-1 {left: 8.33333333%}
    .col-md-push-0 {left: auto}
    .col-md-offset-12 {margin-left: 100%}
    .col-md-offset-11 {margin-left: 91.66666667%}
    .col-md-offset-10 {margin-left: 83.33333333%}
    .col-md-offset-9 {margin-left: 75%}
    .col-md-offset-8 {margin-left: 66.66666667%}
    .col-md-offset-7 {margin-left: 58.33333333%}
    .col-md-offset-6 {margin-left: 50%}
    .col-md-offset-5 {margin-left: 41.66666667%}
    .col-md-offset-4 {margin-left: 33.33333333%}
    .col-md-offset-3 {margin-left: 25%}
    .col-md-offset-2 {margin-left: 16.66666667%}
    .col-md-offset-1 {margin-left: 8.33333333%}
    .col-md-offset-0 {margin-left: 0}
}

@media (min-width:1200px) {

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {float: left}
    .col-lg-12 {width: 100%}
    .col-lg-11 {width: 91.66666667%}
    .col-lg-10 {width: 83.33333333%}
    .col-lg-9 {width: 75%}
    .col-lg-8 {width: 66.66666667%}
    .col-lg-7 {width: 58.33333333%}
    .col-lg-6 {width: 50%}
    .col-lg-5 {width: 41.66666667%}
    .col-lg-4 {width: 33.33333333%}
    .col-lg-3 {width: 25%}
    .col-lg-2 {width: 16.66666667%}
    .col-lg-1 {width: 8.33333333%}
    .col-lg-pull-12 {right: 100%}
    .col-lg-pull-11 {right: 91.66666667%}
    .col-lg-pull-10 {right: 83.33333333%}
    .col-lg-pull-9 {right: 75%}
    .col-lg-pull-8 {right: 66.66666667%}
    .col-lg-pull-7 {right: 58.33333333%}
    .col-lg-pull-6 {right: 50%}
    .col-lg-pull-5 {right: 41.66666667%}
    .col-lg-pull-4 {right: 33.33333333%}
    .col-lg-pull-3 {right: 25%}
    .col-lg-pull-2 {right: 16.66666667%}
    .col-lg-pull-1 {right: 8.33333333%}
    .col-lg-pull-0 {right: auto}
    .col-lg-push-12 {left: 100%}
    .col-lg-push-11 {left: 91.66666667%}
    .col-lg-push-10 {left: 83.33333333%}
    .col-lg-push-9 {left: 75%}
    .col-lg-push-8 {left: 66.66666667%}
    .col-lg-push-7 {left: 58.33333333%}
    .col-lg-push-6 {left: 50%}
    .col-lg-push-5 {left: 41.66666667%}
    .col-lg-push-4 {left: 33.33333333%}
    .col-lg-push-3 {left: 25%}
    .col-lg-push-2 {left: 16.66666667%}
    .col-lg-push-1 {left: 8.33333333%}
    .col-lg-push-0 {left: auto}
    .col-lg-offset-12 {margin-left: 100%}
    .col-lg-offset-11 {margin-left: 91.66666667%}
    .col-lg-offset-10 {margin-left: 83.33333333%}
    .col-lg-offset-9 {margin-left: 75%}
    .col-lg-offset-8 {margin-left: 66.66666667%}
    .col-lg-offset-7 {margin-left: 58.33333333%}
    .col-lg-offset-6 {margin-left: 50%}
    .col-lg-offset-5 {margin-left: 41.66666667%}
    .col-lg-offset-4 {margin-left: 33.33333333%}
    .col-lg-offset-3 {margin-left: 25%}
    .col-lg-offset-2 {margin-left: 16.66666667%}
    .col-lg-offset-1 {margin-left: 8.33333333%}
    .col-lg-offset-0 {margin-left: 0}
}


.success {background: #d6e9c6;}
.warning {background: #fcf8e3;}
.danger {background: #f2dede;}
.text-primary {color: #428bca;}
.highlight {font-weight: bold; color: #7519FF}

.error {color:red; font-size: 0.7rem;}
.clearfix {clear:both;}
.bold {font-weight:bold;}
.view-all {float: right; width: 75px; position: absolute; top: 10px; right: 0;}

.pull-left{float:left;}
.pull-right{float:right !important;}
.no_padding {padding: 0 !important;}
.text-center {text-align: center;}
.text-right {text-align: right;}


/* ## btns */
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    padding: 3px 8px;
}
.btn:active, .btn.active {background-image: none;}

.btn-default {background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%); background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); background-repeat: repeat-x; border-color: #dbdbdb; text-shadow: 0 1px 0 #fff; border-color: #ccc;}
.btn-default:hover, .btn-default:focus {background-color: #e0e0e0; background-position: 0 -15px;}
.btn-default:active, .btn-default.active {background-color: #e0e0e0; border-color: #dbdbdb;}

.btn-primary {color: #fff; background-color: #348fe2; border-color: #348fe2; background-image: none;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {color: #fff; background-color: #2670b7; border-color: #2670b7;}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {background-color: #348fe2; border-color: #348fe2;}
.btn-primary .badge {color: #348fe2; background-color: #fff;}

.btn-danger {color: #fff; background-color: #ff5c57; border-color: #ff5c57; background-image: none;}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {color: #fff; background-color: #ce4741; border-color: #ce4741;}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {background-color: #ff5c57; border-color: #ff5c57;}
.btn-danger .badge {color: #ff5c57; background-color: #fff;}

.btn-turquoise {color: #fff; background-color: #00acac; border-color: #00acac; background-image: none;}
.btn-turquoise:hover, .btn-turquoise:focus, .btn-turquoise:active, .btn-turquoise.active, .open .dropdown-toggle.btn-turquoise {color: #fff; background-color: #008a8c; border-color: #008a8c;}
.btn-turquoise.disabled, .btn-turquoise[disabled], fieldset[disabled] .btn-turquoise, .btn-turquoise.disabled:hover, .btn-turquoise[disabled]:hover, fieldset[disabled] .btn-turquoise:hover, .btn-turquoise.disabled:focus, .btn-turquoise[disabled]:focus, fieldset[disabled] .btn-turquoise:focus, .btn-turquoise.disabled:active, .btn-turquoise[disabled]:active, fieldset[disabled] .btn-turquoise:active, .btn-turquoise.disabled.active, .btn-turquoise[disabled].active, fieldset[disabled] .btn-turquoise.active {background-color: #00acac; border-color: #00acac;}
.btn-turquoise .badge {color: #00acac; background-color: #fff;}

.btn-royalblue {color: #fff; background-color: #717bb6; border-color: #717bb6; background-image: none;}
.btn-royalblue:hover, .btn-royalblue:focus, .btn-royalblue:active, .btn-royalblue.active, .open .dropdown-toggle.btn-royalblue {color: #fff; background-color: #464a6f; border-color: #464a6f;}
.btn-royalblue.disabled, .btn-royalblue[disabled], fieldset[disabled] .btn-royalblue, .btn-royalblue.disabled:hover, .btn-royalblue[disabled]:hover, fieldset[disabled] .btn-royalblue:hover, .btn-royalblue.disabled:focus, .btn-royalblue[disabled]:focus, fieldset[disabled] .btn-royalblue:focus, .btn-royalblue.disabled:active, .btn-royalblue[disabled]:active, fieldset[disabled] .btn-royalblue:active, .btn-royalblue.disabled.active, .btn-royalblue[disabled].active, fieldset[disabled] .btn-royalblue.active {background-color: #717bb6; border-color: #717bb6;}
.btn-royalblue .badge {color: #717bb6; background-color: #fff;}

.btn-warning {color: #fff; background-color: #f49b1b; border-color: #f49b1b; background-image: none;}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {color: #fff; background-color: #c57e00; border-color: #c57e00;}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {background-color: #f49b1b; border-color: #f49b1b;}
.btn-warning .badge {color: #f49b1b; background-color: #fff;
}

.btn-info {color: #fff; background-color: #49b6d5; border-color: #49b6d5; background-image: none;}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {color: #fff; background-color: #3492ac; border-color: #3492ac;}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {background-color: #49b6d5; border-color: #49b6d5;}
.btn-info .badge {color: #49b6d5; background-color: #fff;}

.btn-success {color: #fff; background-color: #5db75d; border-color: #5db75d; background-image: none;}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {color: #fff; background-color: #409e3e; border-color: #409e3e;}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {background-color: #5db75d; border-color: #5db75d;}
.btn-success .badge {color: #5db75d; background-color: #fff;}

.btn-silver {color: #fff; background-color: #b7c2c8; border-color: #b7c2c8; background-image: none;}
.btn-silver:hover, .btn-silver:focus, .btn-silver:active, .btn-silver.active,.open .dropdown-toggle.btn-silver {color: #fff; background-color: #929ba2; border-color: #929ba2;}
.btn-silver.disabled, .btn-silver[disabled], fieldset[disabled] .btn-silver, .btn-silver.disabled:hover, .btn-silver[disabled]:hover, fieldset[disabled] .btn-silver:hover, .btn-silver.disabled:focus, .btn-silver[disabled]:focus, fieldset[disabled] .btn-silver:focus, .btn-silver.disabled:active, .btn-silver[disabled]:active, fieldset[disabled] .btn-silver:active, .btn-silver.disabled.active, .btn-silver[disabled].active, fieldset[disabled] .btn-silver.active {background-color: #b7c2c8; border-color: #b7c2c8;}
.btn-silver .badge {color: #b7c2c8; background-color: #fff;}

.btn-black {color: #fff; background-color: #2c353c; border-color: #2c353c; background-image: none;}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {color: #fff; background-color: #000; border-color: #000;}
.btn-black.disabled, .btn-black[disabled], fieldset[disabled] .btn-black, .btn-black.disabled:hover, .btn-black[disabled]:hover, fieldset[disabled] .btn-black:hover, .btn-black.disabled:focus, .btn-black[disabled]:focus, fieldset[disabled] .btn-black:focus, .btn-black.disabled:active, .btn-black[disabled]:active, fieldset[disabled] .btn-black:active, .btn-black.disabled.active, .btn-black[disabled].active, black fieldset[disabled] .btn-black.active {background-color: #2c353c; border-color: #2c353c;}
.btn-black .badge {color: #2c353c; background-color: #fff;}

.btn.disabled {pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65;}


/* ## label  */
.label {display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em;}
.label[href]:hover, .label[href]:focus {color: #fff; text-decoration: none; cursor: pointer;}
.label:empty {display: none;}
.btn .label {position: relative; top: -1px;}

.label-default {background-color: #999;}
.label-default[href]:hover, .label-default[href]:focus {background-color: #808080;}

.label-primary {background-color: #428bca;}
.label-primary[href]:hover, .label-primary[href]:focus {background-color: #3071a9;}

.label-success {background-color: #5cb85c;}
.label-success[href]:hover, .label-success[href]:focus {background-color: #449d44;}

.label-info {background-color: #5bc0de;}
.label-info[href]:hover, .label-info[href]:focus {background-color: #31b0d5;}

.label-warning {background-color: #f0ad4e;}
.label-warning[href]:hover, .label-warning[href]:focus {background-color: #ec971f;}

.label-danger {background-color: #d9534f;}
.label-danger[href]:hover, .label-danger[href]:focus {background-color: #c9302c;}


/* ## alert */
.alert {padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px;}
.alert h4 {margin-top: 0; color: inherit;}
.alert .alert-link {font-weight: bold;}
.alert > p, .alert > ul {margin-bottom: 0;}
.alert > p + p {margin-top: 5px;}
.alert-dismissible, .alert-dismissible {padding-right: 35px;}
.alert-dismissible .close, .alert-dismissible .close {position: relative; top: -2px; right: -21px; color: inherit;}

.alert-success {color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;}
.alert-success hr {border-top-color: #c9e2b3;}
.alert-success .alert-link {color: #2b542c;}

.alert-info {color: #31708f; background-color: #d9edf7; border-color: #bce8f1;}
.alert-info hr {border-top-color: #a6e1ec;}
.alert-info .alert-link {color: #245269;}

.alert-warning {color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc;}
.alert-warning hr {border-top-color: #f7e1b5;}
.alert-warning .alert-link {color: #66512c;}

.alert-danger {color: #a94442; background-color: #f2dede; border-color: #ebccd1;}
.alert-danger hr {border-top-color: #e4b9c0;}
.alert-danger .alert-link {color: #843534;}

.close {float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2;}
button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0;}

/*  ajax loading  */
.wrap-loading{position: fixed; left:0; right:0; top:0; bottom:0; background: rgba(0,0,0,0.2); /*not in ie */ filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */}
.wrap-loading div{position: fixed; top:50%; left:50%; margin-left: -21px; margin-top: -21px;}
.display-none{display:none;}


.view-pc{display: block;}
.view-mobile{display: none;}


/* ## LOGIN */
.login-wrap{max-width: 500px; width: 100%; margin:0 auto; position: fixed; top:50%; left:50%; margin-left:-250px; margin-top:-150px;}
.login-body{border: 1px solid #cdcdcd; padding: 25px; background-color: #fff;}
.login-header{font-size: 2rem; font-weight: 700; margin-bottom: 1rem; text-align:center; color: #f2f2f2;}
.form-group{margin-bottom: 10px;}
.btn-login{width: 100%; height: 40px; background-color: #888; color: #fff; font-size: 0.8rem; font-weight: bold;}

.dx-input.full{width: 100%;}
.dx-input:focus{outline: none;}
/* input[type=password]{color: #000; font-family: 'Gothic';} */

.login-footer{background-color: #f2f2f2; padding: 15px; border: 1px solid #cdcdcd; border-top: 0; text-align: right;}
.login-footer a{color:#999; font-size: 0.7rem;}

.mt-20{margin-top: 2rem;}

.checkbox-inline label{vertical-align: middle; font-size: 12px;}
.checkbox-inline input[type=checkbox]{vertical-align: middle; margin-right: 2px;}


/* ## PASSWORD / FINDACCOUNT */
.panel{width: 100%; max-width: 500px; margin: 10% auto 0; }
.panel-heading{padding: 10px; border: 1px solid #a6a6a6; border-bottom: 0;}
.panel-body{padding: 20px; border: 1px solid #a6a6a6;}
.panel-body p{margin-bottom: 15px; line-height: 1.5;}
.panel-footer{position: relative; text-align: center; margin-top: 20px;}

.input-group{position: relative; }
.input-group-btn{position: absolute; top: 6px; right: 6px;}

.btn-cancel{background: #ccc; display: inline-block;}
.btn-group{margin-top: 2rem;}

/* label.error{font-size: 1.2rem; color: #f00; margin-top: 5px; display: inline-block;} */
label.error-message{display: block;}

.help-block{margin-top: 20px;}

.btn.full{width: 100%;}

.control-label{margin-bottom: 5px; display: inline-block;}



@media (min-width: 768px){
    .section.inq label.block{font-size: 40px;}
    .section.inq .dx-input{height: 100px; font-size: 30px;}
    .section.inq .form-group{margin-bottom: 60px;}
    .section.inq .checkbox-custom label{font-size: 20px; color: #000;}
}

@media (max-width: 991px){

    body{font-size: 0.7rem;}
    .container{width: 100%;}

    /* popup */
    .popup_layer{top: 50% !important; left: 50% !important; width: 90%; transform: translate(-50%, -50%); max-height: 80vh;}
    .popup_layer .popup-content{width: 100% !important; height: 100% !important; min-height: 100px; font-size:0}
    .popup_layer .popup-content img{width: 100%}
    .popup_layer .popup-content p{margin-bottom: 0;}

    #footer{margin-bottom: 0;}

    .view-pc{display: none;}
    .view-mobile{display: block;}

    .btn-fixed-inq{display: block;}

    /* layer */
    .pop-wrap{height: 100%; width: 100%;}
    

    .pop-wrap .btn-close{top: 20px; right: 20px;}
    .pop-wrap .btn-close.cross:before, .pop-wrap .btn-close.cross:after{background-color: #000;}
}

@media (max-width: 767px){
    .bg-last{padding: 0 5.7% 30px;}
    .ticker .inner{font-size: 14px; flex-direction: column; padding: 10px;}

    .ticker .inner span.status{display: flex; justify-content: space-between; flex-direction: row-reverse; margin-right: 0;}
    .ticker .inner .status span{margin-right: 0;}
    .ticker .inner img{margin-right: 0; max-width: 32px; max-height: 13px;}
    .ticker .inner .info{margin-right: 0; display: flex;}
    .ticker .swipinner .info span{margin-right: 0;}
    .ticker .inner span{margin-right: 0;}
    .ticker .inner .info span:first-child{margin-right: 10px;}
    .phone{display: inline-block; letter-spacing: -1px; margin-left: auto;}

    .checkbox-custom.border label::before{border: 1px solid #797979; width: 18px; height: 18px;}
    .checkbox-custom input[type="checkbox"]:checked + label::after {width: 14px; height:14px;}

    .checkbox-custom input[type="checkbox"] + label{margin-left: 25px;}

    .ban-inner{left: 1rem; top: 1rem;}
    .ban-inner h2{font-size: 48px;}

}