* {
 margin:0;
 padding:0;
 -webkit-text-size-adjust:none;
 box-sizing:border-box;
 outline:none !important;
}
:before,:after {
 box-sizing:border-box
}
html {
 overflow-x:hidden;
 overflow-y:auto;
 -ms-text-size-adjust:100%;
 -webkit-text-size-adjust:100%;
}
body {
 font-family:'Montserrat','NanumSquare','Nanum Gothic', sans-serif;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 -webkit-text-size-adjust:none;
 font-size:14px;
 color:#333;
 letter-spacing:-0.02em;
 line-height:1.7em;
}
h1,h2,h3,h4,h5,h6 {
 font-family:'Montserrat','NanumSquare','Nanum Gothic', sans-serif;
 font-weight:600;
}
p {
 font-family:'Montserrat','NanumSquare','Nanum Gothic', sans-serif;
 color:#333;
 font-size:14px;
}

.img {
 max-width:100%;
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s;
}
video {
 background-size:cover;
 display:table-cell;
 vertical-align:middle;
 width:100%;
}
.clearfix:after {
 font-size:0px;
 content:".";
 display:block;
 height:0px;
 visibility:hidden;
 clear:both;
}
input,textarea {
 border-radius:0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -webkit-appearance:none;
}
input[type='checkbox'] {
 -webkit-appearance:checkbox;
}
input[type='radio'] {
 -webkit-appearance:radio;
}
:focus {
 outline:none;
}
::-moz-focus-inner {
 border:0;
}
.relative {
 position:relative;
}
.responsive {
 display:block;
 width:100%;
 height:auto;
}
.radius {
 -moz-border-radius:50%;
 -webkit-border-radius:50%;
 border-radius:50%;
}
img.radius {
 max-width:100%;
 padding:15px;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}
.float {
 float:left;
}
.float-right {
 float:right;
}
.align-center {
 text-align:center;
}
.align-left {
 text-align:left;
}
.align-right {
 text-align:right;
}
.padding-0 {
 padding:0;
}
.clear {
 clear:both;
}

a,.button {
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s;
}
a:focus,.button:focus {
 text-decoration:none;
 outline:none;
}
a {
 color:#333;
 text-decoration:none;
}
a:hover {
 color:#555;
}
a:focus,a:hover {
 text-decoration:none;
}
a,button {
 color:#fff;
 outline:medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus {
 outline:0;
}
.uppercase {
 text-transform:uppercase;
}
input:focus::-moz-placeholder {
 opacity:0;
 -webkit-transition:.4s;
 -o-transition:.4s;
 transition:.4s;
}
.capitalize {
 text-transform:capitalize;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
 color:inherit;
}
ul {
 margin:0px;
 padding:0px;
}
li {
 list-style:none;
}

hr {
 border-bottom:1px solid #ececec;
 border-top:0 none;
 margin:30px 0;
 padding:0;
}
.no-padding {
 padding:0 !important;
}
.inline-block {
 display:inline-block;
}
img,fieldset {
 border:0;
 vertical-align: middle
}

/* Background color */
.body-bg {
 background:#1e232f;
}
.white-bg {
 background:#ffffff;
}
.gray-bg {
 background:#f5f5f5;
}
.black-bg {
 background: #131317;
}
/* color */
.white-color {
 color:#ffffff;
}
.black-color {
 color:#131317;
}
.section-padding {
 padding-top:50px;
 padding-bottom: 50px;
}
/* Margin Top */
.mt-5 {
 margin-top:5px;
}
.mt-10 {
 margin-top:10px;
}
.mt-15 {
 margin-top:15px;
}
.mt-20 {
 margin-top:20px;
}
.mt-25 {
 margin-top:25px;
}
.mt-30 {
 margin-top:30px;
}
.mt-35 {
 margin-top:35px;
}
.mt-40 {
 margin-top:40px;
}
.mt-45 {
 margin-top:45px;
}
.mt-50 {
 margin-top:50px;
}
.mt-55 {
 margin-top:55px;
}
.mt-60 {
 margin-top:60px;
}
.mt-65 {
 margin-top:65px;
}
.mt-70 {
 margin-top:70px;
}
.mt-75 {
 margin-top:75px;
}
.mt-80 {
 margin-top:80px;
}
.mt-85 {
 margin-top:85px;
}
.mt-90 {
 margin-top:90px;
}
.mt-95 {
 margin-top:95px;
}
.mt-100 {
 margin-top: 100px;
}
/* Margin Bottom */
.mb-5 {
 margin-bottom:5px;
}
.mb-10 {
 margin-bottom:10px;
}
.mb-15 {
 margin-bottom:15px;
}
.mb-20 {
 margin-bottom:20px;
}
.mb-25 {
 margin-bottom:25px;
}
.mb-30 {
 margin-bottom:30px;
}
.mb-35 {
 margin-bottom:35px;
}
.mb-40 {
 margin-bottom:40px;
}
.mb-45 {
 margin-bottom:45px;
}
.mb-50 {
 margin-bottom:50px;
}
.mb-55 {
 margin-bottom:55px;
}
.mb-60 {
 margin-bottom:60px;
}
.mb-65 {
 margin-bottom:65px;
}
.mb-70 {
 margin-bottom:70px;
}
.mb-75 {
 margin-bottom:75px;
}
.mb-80 {
 margin-bottom:80px;
}
.mb-85 {
 margin-bottom:85px;
}
.mb-90 {
 margin-bottom:90px;
}
.mb-95 {
 margin-bottom:95px;
}
.mb-100 {
 margin-bottom: 100px;
}
/* Margin Left */
.ml-5 {
 margin-left:5px;
}
.ml-10 {
 margin-left:10px;
}
.ml-15 {
 margin-left:15px;
}
.ml-20 {
 margin-left:20px;
}
.ml-25 {
 margin-left:25px;
}
.ml-30 {
 margin-left:30px;
}
.ml-35 {
 margin-left:35px;
}
.ml-40 {
 margin-left:40px;
}
.ml-45 {
 margin-left:45px;
}
.ml-50 {
 margin-left: 50px;
}
/* Margin Right */
.mr-5 {
 margin-right:5px;
}
.mr-10 {
 margin-right:10px;
}
.mr-15 {
 margin-right:15px;
}
.mr-20 {
 margin-right:20px;
}
.mr-25 {
 margin-right:25px;
}
.mr-30 {
 margin-right:30px;
}
.mr-35 {
 margin-right:35px;
}
.mr-40 {
 margin-right:40px;
}
.mr-45 {
 margin-right:45px;
}
.mr-50 {
 margin-right: 50px;
}
/* Padding Top */
.pt-5 {
 padding-top:5px;
}
.pt-10 {
 padding-top:10px;
}
.pt-15 {
 padding-top:15px;
}
.pt-20 {
 padding-top:20px;
}
.pt-25 {
 padding-top:25px;
}
.pt-30 {
 padding-top:30px;
}
.pt-35 {
 padding-top:35px;
}
.pt-40 {
 padding-top:40px;
}
.pt-45 {
 padding-top:45px;
}
.pt-50 {
 padding-top:50px;
}
.pt-55 {
 padding-top:55px;
}
.pt-60 {
 padding-top:60px;
}
.pt-65 {
 padding-top:65px;
}
.pt-70 {
 padding-top:70px;
}
.pt-75 {
 padding-top:75px;
}
.pt-80 {
 padding-top:80px;
}
.pt-85 {
 padding-top:85px;
}
.pt-90 {
 padding-top:90px;
}
.pt-95 {
 padding-top:95px;
}
.pt-100 {
 padding-top:100px;
}
.pt-150 {
 padding-top: 150px;
}
/* Padding Bottom */
.pb-5 {
 padding-bottom:5px;
}
.pb-10 {
 padding-bottom:10px;
}
.pb-15 {
 padding-bottom:15px;
}
.pb-20 {
 padding-bottom:20px;
}
.pb-25 {
 padding-bottom:25px;
}
.pb-30 {
 padding-bottom:30px;
}
.pb-35 {
 padding-bottom:35px;
}
.pb-40 {
 padding-bottom:40px;
}
.pb-45 {
 padding-bottom:45px;
}
.pb-50 {
 padding-bottom: 50px;
}
/* Padding Left */
.pl-5 {
 padding-left:5px;
}
.pl-10 {
 padding-left:10px;
}
.pl-15 {
 padding-left:15px;
}
.pl-20 {
 padding-left:20px;
}
.pl-25 {
 padding-left:25px;
}
.pl-30 {
 padding-left:30px;
}
.pl-35 {
 padding-left:35px;
}
.pl-40 {
 padding-left:40px;
}
.pl-45 {
 padding-left:45px;
}
.pl-50 {
 padding-left: 50px;
}
/* Padding Right */
.pr-5 {
 padding-right:5px;
}
.pr-10 {
 padding-right:10px;
}
.pr-15 {
 padding-right:15px;
}
.pr-20 {
 padding-right:20px;
}
.pr-25 {
 padding-right:25px;
}
.pr-30 {
 padding-right:30px;
}
.pr-35 {
 padding-right:35px;
}
.pr-40 {
 padding-right:40px;
}
.pr-45 {
 padding-right:45px;
}
.pr-50 {
 padding-right:50px;
}
.fw-lighter {
 font-weight:lighter;
}
.fw-normal {
 font-weight:normal;
}
.fw-bold {
 font-weight:bold;
}
.fw-bolder {
 font-weight:bolder;
}
.fw-100 {
 font-weight:100 !important;
}
.fw-200 {
 font-weight:200 !important;
}
.fw-300 {
 font-weight:300 !important;
}
.fw-400 {
 font-weight:400 !important;
}
.fw-500 {
 font-weight:500 !important;
}
.fw-600 {
 font-weight:600 !important;
}
.fw-700 {
 font-weight:700 !important;
}
.fw-800 {
 font-weight:800 !important;
}
.fw-900 {
 font-weight:900 !important;
}
.row-fluid {
 width:100%;
 *zoom:1
}
.row-fluid:before,.row-fluid:after {
 display:table;
 content:"";
 line-height:0
}
.row-fluid:after {
 clear:both
}
.row-fluid [class*="span"] {
 display:block;
 width:100%;
 min-height:30px;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 float:left;
 margin-left:2.12765957%;
 *margin-left:2.07446809%
}
.row-fluid [class*="span"]:first-child {
 margin-left:0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
 margin-left:2.12765957%
}
.row-fluid .webspan {
 width:48.93617021%;
 *width:48.88297872%
}
[class*="span"].hide,.row-fluid [class*="span"].hide {
 display:none
}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right {
 float:right
}
.btn {
 position:relative;
 display:inline-block;
 padding:15px 20px;
 font-size:14px;
 border-radius:0px;
 border:0;
 -moz-user-select:none;
 cursor:pointer;
 transition:color 0.4s linear;
 text-transform:uppercase;
 z-index:1;
 overflow:hidden;
}
.btn::before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:101%;
 height:101%;
 background:#252839;
 color:#fff !important;
 z-index:-1;
 transition:transform 0.5s;
 transition-timing-function:ease;
 transform-origin:0 0;
 transition-timing-function:cubic-bezier(0.5,1.6,0.4,0.7);
 transform:scaleX(0);
 border-radius:0;
}
.btn:hover::before {
 transform:scaleX(1);
 border:1px solid transparent;
 color:#fff !important;
}
.btn.focus,.btn:focus {
 outline:0;
 box-shadow:none;
}
.btn-main {
 background:#fff;
 border:1px solid #333;
 color:#333;
 display:inline-block;
 font-size:13px;
 padding:5px 20px;
 text-transform:uppercase;
 border-radius:0;
 letter-spacing:1px;
 cursor:pointer;
}
.btn-main:hover {
 color:#fff;
}
.btn-transparent {
 color:#fff;
 border:1px solid #fff;
 display:inline-block;
 font-size:13px;
 letter-spacing:1px;
 padding:14px 35px;
 text-transform:uppercase;
 border-radius:40px;
}
.btn-transparent:hover {
 color: #fff;
}
/*-----------------------------------------------------*/
/* Main Button */
/*-----------------------------------------------------*/
.button {
 border-radius:5px;
 background-color:#555;
 border:none;
 color:#fff;
 text-align:center;
 font-size:14px;
 padding:5px 20px;
 transition:all 0.5s;
 cursor:pointer;
 margin:5px;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
}
.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;
}
/*--------------------------------------------------*/
/* Section */
/*--------------------------------------------------*/
.section {
 padding:40px 0 70px 0;
}
.section-sm {
 padding:20px 0 40px 0;
}
.section-bg {
 background-size:cover !important;
 background-repeat:no-repeat !important;
 background-position:center center !important;
}
.section-tittle span {
 font-size:16px;
 display:block;
 color:#7e7e7e;
 font-weight:400;
 text-transform:uppercase;
 margin-bottom:17px;
}
.section-tittle h2 {
 font-size:36px;
 display:block;
 font-weight:600;
 text-transform:capitalize;
 line-height:1.3;
}
.section-line {
 position:relative;
 background:#f2b632;
 width:48px;
 height:3px;
 display:inline-block;
 margin-bottom:40px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
 .section-tittle h2 {
  font-size:32px;
 }
}
@media only screen and (min-width:576px) and (max-width:767px) {
 .section-tittle h2 {
  font-size:28px;
 }
}
@media (max-width:575px) {
 .section {
  padding:10px 0 30px 0;
 }
 .section-tittle h2 {
  font-size:26px;
  line-height:1.6;
 }
 .section-line {
  margin-bottom: 20px;
 }
}

/*-----------------------------------------------------*/
/* Scroll Up */
/*-----------------------------------------------------*/
#back-top {
 background:#f2b632;
 width:50px;
 height:50px;
 right:30px;
 bottom:18px;
 position:fixed;
 z-index:10;
 font-size:20px;
 color:#fff;
 text-align:center;
 border-radius:50%;
 line-height:48px;
}
#back-top a i {
 display:block;
 line-height:50px;
}
#back-top a:hover i {
 color:#fff;
}
@media (max-width:575px) {
 #back-top {
  width:40px;
  height:40px;
  right:16px;
 }
 #back-top a i {
  display:block;
  line-height:40px;
 }
}
.grid-1600 {
 margin-left:auto;
 margin-right:auto;
 max-width: 1300px;
}
/*-----------------------------------------------------*/
/* °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
/*-----------------------------------------------------*/
.privacy {
 width:100%;
 margin-bottom:20px;
}
.privacy-con {
 width:100%;
 height:400px !important;
 font-size:12px;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* ÀÌ¿ë¾à°ü */
/*-----------------------------------------------------*/
.agreement {
 width:100%;
 margin-bottom:20px;
}
.agreement-con {
 width:100%;
 height:400px !important;
 font-size:12px;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* Modal */
/*-----------------------------------------------------*/
.modal {
 z-index:99991;
}
.modal-content {
 border:none;
 border-radius:10px 10px 0 0;
 -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
 box-shadow:0 5px 15px rgba(0,0,0,.5);
}
.modal-header {
 background:#fff;
 border-radius:10px 10px 0 0;
 border-bottom:0;
 padding:10px;
}
.modal-bg {
 background:#f9f9f9;
 padding:10px 0 25px 0;
}
.modal-header .close-link {
 float:right;
 margin-top:20px !important;
 margin-right:10px;
 border:none;
 background:transparent;
 font-size:30px;
 color:#333;
 cursor:pointer;
}
.modal-title {
 margin:0 auto;
 margin-top:10px;
 font-size:17px;
 color:#333;
}
@media (min-width:768px) {
 .modal-sm {
  width:350px;
 }
}
@media (min-width:992px) {
 .modal-lg {
  width:900px;
 }
}
@media screen and (max-width:767px) {
 .pc_view {
  display:none;
 }
 .br_none {
  display:none;
 }
}
@media screen and (min-width:768px) {
 .mobile_view {
  display: none;
 }
}
/*-----------------------------------------------------*/
/* ÇÏ´Ü Ç²ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.footer-top {
 width:100%;
 position:relative;
 background:#252839;
 border-top:1px solid #3b3e4d;
 padding:15px 0;
 margin-top:0;
 text-align:center;
}
.footer-top a {
 font-size:14px;
 color:#fff;
 line-height:23px;
 transition:color .3s;
 display:inline-block;
 padding:0 15px;
 border-right:1px solid #3b3e4d;
}
.footer-top a:hover {
 color:#f2b433;
}
.footer-top span.link-list {
 text-align:center;
}
.footer-bottom {
 text-align:center;
 background-color:#252839;
 border-top:1px solid #3b3e4d;
 padding:20px;
}
.footer-bottom p {
 font-size:13px;
 color:#fff;
 line-height:1.8;
}
@media screen and (max-width:767px) {
 .footer-bottom {
  text-align: left;
 }
}
/*-----------------------------------------------------*/
/* Btn Primary */
/*-----------------------------------------------------*/
.btn.btn-primary {
 border-radius:50px;
 padding:10px 35px;
 background:none;
 font-size:14px;
 text-transform:uppercase;
 -webkit-transition:all 0.3s ease 0s;
 -moz-transition:all 0.3s ease 0s;
 -ms-transition:all 0.3s ease 0s;
 -o-transition:all 0.3s ease 0s;
 transition:all 0.3s ease 0s;
}
.btn.btn-primary:hover {
 color:#fff;
}
.btn.btn-primary.white {
 border:2px solid #fff;
 color:#fff;
}
.btn.btn-primary.white:hover {
 border:2px solid #f2b632;
 background: #f2b632;
}
/*-----------------------------------------------------*/
/* °í°´¼¾ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.board-service {
 padding:45px 0 35px 0;
 background:#fbfbfb;
 border-top:1px solid #e8e8e8;
 border-bottom:1px solid #e8e8e8;
}
.board-service .cs-center {
 float:left;
 padding:0 10px 0 30px;
 border-right:1px solid #e5e5e5;
 min-height:200px;
}
.board-service .cs-center h4 {
 font-size:19px;
}
.board-service .cs-center li {
 font-size:13px;
 line-height:20px;
 margin:2px 0;
}
.board-service .cs-center li.tel_num {
 padding-top:5px;
 padding-bottom:8px;
}
.board-service .cs-center li.tel_num a {
 font-size:30px;
 color:#f2b632;
 line-height:36px;
 font-weight:700;
}
.board-service .cs-center li.tel_num2 {
 padding-bottom:10px;
}
.board-service .cs-center li.tel_num2 a {
 font-size:30px;
 color:#f2b632;
 line-height:20px;
 font-weight:700;
}
.board-service .pure-board {
 position:relative;
 border-right:1px solid #e5e5e5;
 min-height:158px;
 padding:0 15px;
}
.board-service .pure-board2 {
 position:relative;
 border-right:0px;
 min-height:158px;
 padding:0 15px;
}
.board-service .pure-board .addon-item,.board-service .pure-board2 .addon-item {
 position:relative;
 min-height:158px;
 overflow:hidden;
}
.board-service .pure-board .more_span,.board-service .pure-board2 .more_span {
 float:right;
 position:absolute;
 font-size:18px;
 color:#f2b632;
 right:0px;
 padding:5px 5px 0 0;
}
.cs_btn {
 width:150px;
 border-radius:50px;
 background-color:#3ab926;
 border:1px solid #3ab926;
 margin:25px 10px 0 0 !important;
 padding:5px 11px 7px 11px !important;
 text-align:center;
 transition:all 0.5s;
 cursor:pointer;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
}
.cs_btn:hover,.cs_btn.hover,.cs_btn:focus,.cs_btn.focus {
 border:1px solid #3ab926;
 color:#f0a04e !important;
}
.cs_btn a span {
 cursor:pointer;
 display:inline-block;
 position:relative;
 font-size:14px;
 color:#fff !important;
 transition:0.5s;
 letter-spacing:-1px;
}
.cs_btn a span:after {
 content:'\f054';
 position:absolute;
 opacity:0;
 top:2px;
 right:-20px;
 transition:0.5s;
 font-size:12px;
 font-family:'FontAwesome',sans-serif;
}
.cs_btn a span i {
 font-size:18px;
 vertical-align:middle;
}
.cs_btn:hover a span {
 padding-right:25px;
}
.cs_btn:hover a span:after {
 opacity:1;
 right:0;
}
@media (min-width:576px) and (max-width:991px) {
 .board-service .cs-center li.tel_num a, .board-service .cs-center li.tel_num2 a {
  font-size: 22px;
  padding-bottom:0px;
  line-height:26px;
 }
}
@media (max-width:991px) {
 .board-service .cs-center {
  border-right:0px;
 }
 .board-service .pure-board {
  border-right:0px;
 }
}
/*-----------------------------------------------------*/
/* °øÁö»çÇ× ÃßÃâ */
/*-----------------------------------------------------*/
.board_output {
 width:100%;
 background:#fbfbfb;
}
.board_output table {
 float:left;
 margin:15px 5px 0 0;
}
.board_output table.board_output {
 width:100% !important;
}
.board_output td {
 height:34px;
 font-size:13px;
 color:#888;
}
.board_output_1_tr,.board_output_2_tr {
 border-bottom:1px solid #e8e8e8;
}
.board_output_1_tr img,.board_output_2_tr img {
 padding-right: 5px;
}
/* ÃßÃâ °Ô½ÃÆÇ ½ºÅ¸ÀÏ */
.board_output a {
 letter-spacing:0px;
 line-height:24px;
}
.bd_out1 a {
 font-size:14px;
 color:#333 !important;
 font-weight:500;
 display:inline-block;
 text-decoration:none !important;
}
.bd_out1 a:hover {
 color:#f2b632 !important;
}
@media (max-width:575px) {
 .board_output table {
  float:left;
  margin:5px 5px 20px 0;
 }
}
@media (min-width:576px) and (max-width:991px) {
 .bd_out1 a {
  font-size:13px;
  color:#333 !important;
  font-weight:500;
  display:inline-block;
  text-decoration: none !important;
 }
}
/*-----------------------------------------------------*/
/* board_output_gallery_img */
/*-----------------------------------------------------*/
.board_output_gallery_img {
 position:relative;
 z-index:0;
 width:100%;
 height:100%;
 overflow:hidden;
}
.board_output_imgs {
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 -ms-transition:all 0.5s ease-in-out;
 -o-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
 max-width:100%;
 border:0px solid #e5e5e5;
 border-bottom:0;
}
.board_output_gallery_img a::before {
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 -ms-transition:all 0.5s ease-in-out;
 -o-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
 display:block;
 content:'';
 position:absolute;
 left:0;
 top:0;
 z-index:1;
 width:100%;
 height:100%;
 opacity:.0;
}
.board_output_gallery_img a::after {
 -webkit-border-radius:0;
 -moz-border-radius:0;
 border-radius:0;
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 -ms-transition:all 0.5s ease-in-out;
 -o-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
 display:block;
 content:'';
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:2;
 margin:auto;
 width:40px;
 height:40px;
 color:#fff;
 font-size:24px;
 line-height:36px;
 text-align:center;
 opacity:0;
 background:rgba(255,255,255,0);
 font-family:'FontAwesome',sans-serif;
}
.board_output_gallery_img a:hover::before {
 opacity:.7;
}
.board_output_gallery_img a:hover::after {
 -webkit-animation:0.5s animationZoomIn;
 -moz-animation:0.5s animationZoomIn -ms-animation:0.5s animationZoomIn -o-animation:0.5s animationZoomIn;
 animation:0.5s animationZoomIn;
 opacity:1.0;
}
.board_output_gallery_img a {
 -webkit-transition:0.5s ease-in-out;
 -moz-transition:0.5s ease-in-out;
 -ms-transition:0.5s ease-in-out;
 -o-transition:0.5s ease-in-out;
 transition:0.5s ease-in-out;
}
.board_output_gallery_img a:hover img {
 -webkit-transform:scale(1.2);
 -moz-transform:scale(1.2);
 -ms-transform:scale(1.2);
 -o-transform:scale(1.2);
 transform: scale(1.2);
}
/*-----------------------------------------------------*/
/* board_output_gallery_subject */
/*-----------------------------------------------------*/
.board_output_gallery_subject {
 position:relative;
 z-index:10;
}
.board_output_gallery_subject br {
 display:none;
}
.board_output_gallery_subject a {
 display:block;
 font-size:15px;
 color:#333;
 text-align:center;
 margin-top:15px;
 margin-bottom:0px;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 line-height: 15px;
}
.board_output_gallery_subject a:hover {
 opacity:1;
}
.board_output_gallery_description {
 display:block;
 padding:0 20px 10px 20px;
 font-size:14px;
 color:#888;
 font-weight:400;
 text-align:left !important;
 line-height:18px;
}
.board_output_gallery_img br {
 display:none;
}
@media screen and (max-width:767px) {
 .board_output_gallery_img a::after {
  display:none;
 }
 .board_output_gallery_subject a {
  font-size:13px !important;
  margin-bottom:5px;
  line-height: 16px;
 }
}
/*-----------------------------------------------------*/
/* 4´Ü °¶·¯¸® */
/*-----------------------------------------------------*/
@media (max-width:767px) {
 .board_output_gallery_img .board_output_imgs {
  height:auto !important;
 }
}
@media (min-width:768px) and (max-width:991px) {
 .board_output_gallery_img .board_output_imgs {
  height:180px;
 }
}
@media (min-width:992px) and (max-width:1199px) {
 .board_output_gallery_img .board_output_imgs {
  height:180px;
 }
}
@media (min-width:1200px) {
 .board_output_gallery_img .board_output_imgs {
  height: 240px;
 }
}
/*-----------------------------------------------------*/
/* Products */
/*-----------------------------------------------------*/
#main-products {
 width:100%;
 position:relative;
 background:#f8f8f8;
}
#main-products .products-board {
 padding:0 20px;
}
#main-products .owl-carousel .owl-nav .owl-prev,#main-products .owl-carousel .owl-nav .owl-next {
 position:absolute;
 top:40% !important;
 width:30px;
 height:30px;
 font-size:26px;
 color:#999;
 z-index:99;
}
#main-products .owl-carousel .owl-nav .owl-prev {
 left:-20px;
}
#main-products .owl-carousel .owl-nav .owl-next {
 float:right;
 right:-40px;
}
#main-products .owl-carousel .owl-item table {
 width:100% !important;
}
#main-products .owl-carousel .owl-item table tr:last-child {
 position:relative;
 border:1px solid #e5e5e5;
 border-top:none;
 border-radius:0 0 3px 3px;
 background:#fff;
}
#main-products .owl-carousel .owl-item table,#main-products .owl-carousel .owl-item table tbody,#main-products .owl-carousel .owl-item table tbody tr,#main-products .owl-carousel .owl-item table tbody tr td {
 width:100% !important;
 display:block;
}
#main-products .owl-carousel .owl-item table .board_output_gallery_img a img {
 width:100%;
 display:block;
}
@media all and (max-width:767px) {
 #main-products .owl-carousel .owl-nav .owl-prev,#main-products .owl-carousel .owl-nav .owl-next {
  width:25px;
  height:25px;
  font-size:20px;
 }
}
@media (min-width:481px) and (max-width:767px) {
 #main-products .owl-carousel .owl-nav .owl-prev {
  float:left;
  left:-15px;
 }
 #main-products .owl-carousel .owl-nav .owl-next {
  float:right;
  right:-35px;
 }
}
@media (min-width:768px) and (max-width:991px) {
 #main-products .owl-carousel .owl-nav .owl-prev {
  float:left;
  left:-17px;
 }
 #main-products .owl-carousel .owl-nav .owl-next {
  float:right;
  right:-40px;
 }
}
@media (min-width:992px) and (max-width:1024px) {
 #main-products .owl-carousel .owl-nav .owl-prev {
  float:left;
  left:-17px;
 }
 #main-products .owl-carousel .owl-nav .owl-next {
  float:right;
  right:-35px;
 }
}
@media screen and (max-width:480px) {
 #main-products .owl-carousel .owl-nav .owl-prev,#main-products .owl-carousel .owl-nav .owl-next {
  display: none;
 }
}
/* main-gallery */
.main-gallery {
 margin:50px 0 50px 0;
}
.main-gallery p {
 font-size:15px;
 color:#333;
 line-height:1.7;
}
.main-gallery .pd-md {
 padding-left:0 !important;
 padding-right:0 !important;
 margin-left:0 !important;
 margin-right:0 !important;
}
.main-gallery .pd-md img {
 width:100%;
}
.main-gallery h3 {
 font-size:18px;
 color:#333333;
 margin-bottom:20px;
}
.main-gallery .cus-pd {
 padding:30px 40px 10px 40px;
}
.main-gallery .cus-pd2 {
 padding:30px 30px 12px 30px;
}
.main-gallery .card {
 border-radius:0 !important;
 border:0 !important;
}
.main-gallery .card .card-img-overlay h5 {
 font-size:22px;
 color:#ffffff;
}
.main-gallery .card .card-img-overlay.opacity {
 background-color:rgba(0,0,0,0);
}
.main-gallery .cus-arrow-left::before,.main-gallery .cus-arrow-up::before {
 position:absolute;
 content:"";
 border:20px solid transparent;
}
.main-gallery .cus-arrow-left::before {
 border-width:15px;
 border-color:transparent #f7f7f7 transparent transparent;
 left:0;
 margin-left:-30px;
 top:20px;
}
.main-gallery .cus-arrow-up::before {
 border-width:15px;
 border-color:transparent transparent #f7f7f7 transparent;
 margin-top:-70px;
 left:20px;
}
.main-gallery .contact-box {
 background:#f7f7f7;
 display:inline-block;
 max-width:382px;
 padding:22px 30px 10px 30px;
 position:absolute;
 left:0;
 bottom:0;
}
.main-gallery .contact-box::after {
 position:absolute;
 background:#03133a;
 width:30px;
 height:30px;
 font-family:"Ionicons";
 content:"\f4a4";
 right:0;
 top:0;
 color:#fff;
 font-size:22px;
 text-align:center;
 padding-top:4px;
}
.main-gallery h5 {
 position:absolute;
 left:0;
 right:0;
 top:50%;
 transform:translateY(-50%);
}
.light-bg {
 background:#f7f7f7;
}
@media (max-width:767px) {
 .main-gallery .col-md-4 {
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
 }
 .main-gallery .mo-pd {
  padding-top:15px;
 }
}
@media (max-width:991px) {
 .main-gallery h3 {
  font-size:16px;
  color:#333;
  margin-bottom:5px;
 }
 .main-gallery p {
  font-size:14px;
  color:#333;
  line-height:1.5;
 }
 .main-gallery .cus-pd {
  padding:30px 16px 10px 16px;
 }
 .main-gallery .cus-pd2 {
  padding:15px 16px 0px 16px;
 }
 .main-gallery .cus-arrow-up::before {
  border-width:20px;
  border-color:transparent transparent #f7f7f7 transparent;
  margin-top:-60px;
  left: 20px;
 }
}
@media (min-width:992px) and (max-width:1199px) {
 .main-gallery p {
  font-size:14px;
  color:#333;
  line-height:1.6;
 }
 .main-gallery .cus-pd2 {
  padding:20px 16px 3px 16px;
 }
}
/*-----------------------------------------------------*/
/* µ¿¿µ»ó */
/*-----------------------------------------------------*/
.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: 50px;
  height: 50px;
  border: 1px solid #f2b632;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  color: #f2b632;
  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 #f2b632; opacity: 1; color: #f2b632 !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);
}

/*-----------------------------------------------------*/
/* Parallax */
/*-----------------------------------------------------*/
.parallax {
 position:relative;
 width:100%;
 padding-bottom:30px;
}
.parallax h2 {
 padding:40px 0 5px 0;
 color:#333;
 text-align:center;
 vertical-align:middle;
 text-transform:uppercase;
}

@media screen and (max-width:767px) {
 .parallax h2 {
  font-size:24px;
 }
}

/*-----------------------------------------------------*/
/* main_visual */
/*-----------------------------------------------------*/
#main_visual {
 margin:0 auto;
 width:100%;
 height:700px;
 position:relative;
 margin-top:0;
}
#main_visual .owl-carousel .owl-nav .owl-prev,#main_visual .owl-carousel .owl-nav .owl-next {
 position:absolute;
 top:50% !important;
 width:35px;
 height:35px;
 font-size:32px;
 color:#333;
}
#main_visual .owl-carousel .owl-nav .owl-prev {
 left:35px;
}
#main_visual .owl-carousel .owl-nav .owl-next {
 float:right;
 right:35px;
}
#main_visual .owl-carousel:hover .owl-nav div {
 opacity:1
}
#main_visual .owl-carousel .owl-dots {
 position:absolute;
 bottom:35px;
 left:0;
 width:100%;
 text-align:center
}
#main_visual .owl-carousel .owl-dots .owl-dot {
 position:relative;
 display:inline-block;
 width:16px;
 height:16px;
 margin:0 4px;
 border:1px solid transparent;
 border-radius:50%;
 -webkit-transition:border 0.3s ease;
 transition:border 0.3s ease
}
#main_visual .owl-carousel .owl-dots .owl-dot span {
 position:absolute;
 top:50%;
 left:50%;
 display:block;
 width:8px;
 height:8px;
 margin:-4px 0 0 -4px;
 border-radius:50%;
 background:#999;
 -webkit-transition:background 0.3s ease;
 transition:background 0.3s ease
}
#main_visual .owl-carousel .owl-dots .owl-dot.active {
 border-color:#333;
}
#main_visual .owl-carousel .owl-dots .owl-dot:hover span,#main_visual .owl-carousel .owl-dots .owl-dot.active span {
 background:#333;
}
#main_visual .owl-stage-outer {
 position:relative;
 height:100%
}
#main_visual .owl-stage-outer .owl-stage {
 height:100%
}
#main_visual .owl-stage-outer .owl-stage .owl-item div {
 background-size:cover !important;
 background-position:center top;
 background-repeat:no-repeat;
 height:700px;
 z-index:5
}
#main_visual .main-carousel div.item1 {
 background:url(../../img/pure/main_img1.jpg)
}
#main_visual .main-carousel div.item2 {
 background:url(../../img/pure/main_img2.jpg)
}
#main_visual .owl-item div.caption {
 position:relative;
 top:25%;
 margin:auto;
 display:table;
 margin-left:auto;
 margin-right:auto;
}
#main_visual .owl-item div.caption * {
 opacity:0;
 -webkit-transform:translateY(-40px);
 transform:translateY(-40px);
 -webkit-transition:all 0.8s ease;
 transition:all 0.8s ease
}
#main_visual .owl-item.active div.caption * {
 opacity:1;
 -webkit-transform:translateY(0);
 transform:translateY(0)
}
#main_visual .owl-item div.caption h2.txt_co {
 font-size:40px;
 font-weight:600;
 color:#fff;
 text-shadow:1px 2px rgba(0,0,0,.6);
 margin-bottom:30px;
 -webkit-transition-delay:0.8s;
 transition-delay:0.8s
}
#main_visual .owl-item div.caption h3 {
 clear:both;
 font-size:20px;
 font-weight:500;
 color:#fff;
 line-height:1.6;
 -webkit-transition-delay:1.6s;
 transition-delay:1.6s;
 display:table;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}
#main_visual .owl-item div.caption h3.bg_co {
 background-color:rgba(0,0,0,0.5);
 padding:5px 10px;
 width:500px;
}
@media (min-width:768px) and (max-width:991px) {
 #main_visual {
  height:400px;
 }
 #main_visual .owl-stage-outer .owl-stage .owl-item div {
  height:400px;
 }
 #main_visual .owl-item div.caption h2.txt_co {
  margin:auto;
  font-size:30px;
  text-align:center;
  margin-top:20px;
  margin-bottom:30px;
 }
 #main_visual .owl-item div.caption h3 {
  font-size:18px;
  margin-bottom:30px;
 }
}
@media screen and (max-width:767px) {
 #main_visual {
  height:300px;
 }
 #main_visual .owl-carousel .owl-dots {
  bottom:20px;
 }
 #main_visual .owl-carousel .owl-nav .owl-prev,.owl-next {
  display:none;
 }
 #main_visual .owl-stage-outer .owl-stage .owl-item div {
  background-size:cover !important;
  background-position:30% top;
  background-repeat:no-repeat;
  height:300px;
  z-index:5
 }
 #main_visual .owl-item div.caption {
  position:relative;
  top:30%;
  margin:auto;
  padding:0 5px;
  text-align:center;
 }
 #main_visual .owl-item div.caption h2.txt_co {
  font-size:26px;
  text-align:center;
  text-shadow:1px 2px rgba(0,0,0,.3);
  margin-bottom:30px;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s
 }
 #main_visual .owl-item div.caption h3 {
  font-size:14px;
  margin-bottom:30px;
 }
 #main_visual .owl-item div.caption h3.bg_co {
  margin:auto;
  padding:5px 10px;
  width:295px;
  text-align: center;
 }
}
@media screen and (max-width:575px) {
 #main_visual {
  height:260px;
 }
 #main_visual .owl-item div.caption {
  position:relative;
  top:20%;
  margin:auto;
  padding:0 5px;
  text-align:center;
 }
 #main_visual .owl-item div.caption h2.txt_co {
  font-size:15px !important;
  text-align:center;
  text-shadow:1px 2px rgba(0,0,0,.3);
  margin-bottom:30px;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s
 }
 #main_visual .owl-item div.caption h3 {
  display:none;
 }
}