@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 100;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

html{
   overflow-x: hidden;
   width: 100%; }
body {
   font-family: "Noto Sans KR", sans-serif;
   position: relative;
}

ul {
   padding: 0;
   list-style: none;
}

#mobile_menu #menu,
#mobile_menu .sub-menu {
   display: none;
   list-style: none;
}

/* 유투브 영상 반응형 코드 */

.video_box {
   position: relative; height:0; padding-bottom: 56.25%; width: 1000px; margin: 0 auto;
}
@media screen and (max-width:700px){
   .video_box { width:100%; }
}

 .video {
   position: absolute; width: 100% !important; height: 100%!important; left: 0; top: 0;
 }


/*Change toggle size by adjusting width & height*/

#mobile_menu .tb-menu-toggle {
   border: 0;
   position: relative;
   background: transparent;
   cursor: pointer;
}


/*Change toggle color here*/

#mobile_menu .tb-menu-toggle i {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 20%;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
}

#mobile_menu .tb-menu-toggle i:nth-child(2) {
   top: 40%;
}

#mobile_menu .tb-menu-toggle i:nth-child(3) {
   top: 80%;
}


/* Style the active toggle here */

#mobile_menu .tb-menu-toggle.tb-active-toggle i {}


/*Animation of the toggle*/

#mobile_menu .tb-menu-toggle.tb-animate-toggle i:first-child,
#mobile_menu .tb-menu-toggle.tb-animate-toggle i:nth-child(2) {
   top: 40%;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}

#mobile_menu .tb-menu-toggle.tb-animate-toggle i:nth-child(3) {
   top: 40%;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

#ox-top {
   border-bottom: 1px solid #ddd;
   background: #fff
}



#ox-top .inner .ox-top-left-right-group {
   width: 1170px;
   margin: 0 auto
}

#ox-top .inner .ox-top-left {
   float: left
}

#ox-top .inner .ox-top-center {
   padding: 15px 0 0 0;
   position: absolute;
   width: 100%;
   text-align: center;
   top: 0
}

#ox-top .inner .ox-top-right {
   padding: 15px 0;
   float: right
}

#ox-navi-wrap {
   position: relative;
   width: 100%;
   height: 60px;
   border-bottom: 1px solid #ddd;
   background: #fff;
   float: left;
   z-index: 999
}

#ox-navi-wrap #ox-gnb {
   width: 1200px;
   height: 80px;
   margin: 0 auto;
}

#ox-navi-wrap #ox-gnb ul {
   margin: 0px 0px 0 0;
   padding: 0;
   list-style: none;
   font-size: 16px;
   font-weight: 500;
}

#ox-navi-wrap #ox-gnb ul li:hover {
   border-bottom: 3px solid #00b3f6;
}

#ox-navi-wrap #ox-gnb ul li {
   margin-right: -1px;
   width: 150px;
   text-align: center;
   line-height: 57px;
   cursor: pointer;
   float: left;
}

#ox-navi-wrap #ox-gnb ul li:last-child {
   margin-right: 0
}

#ox-navi-wrap #ox-gnb ul li>a {
   position: relative;
   padding: 0;
}

#ox-navi-wrap #ox-gnb ul li:hover>a {
   color: #00b3f6;
}

#ox-navi-wrap .sub_absolute {
   position: absolute;
   width:1200px;
   margin: -20px 0 0 -600px;
   z-index: 0;
   left: 50%;
}

#ox-navi-wrap .snbs {
   display: none;
   width: 100%;
   height: auto!important;
   border-bottom: 1px solid #cfcfcf;
   background: rgba(255,255,255,0.8);
   position: relative;
}

#ox-navi-wrap .snbs .snb-inner {}

#ox-navi-wrap .snbs .snb-inner ul {
   text-align: left;
}

#ox-navi-wrap .snbs .snb-inner ul .snb-inner-first {
   width: 150px;
   float: left;
   margin-right: -1px;
}

#ox-navi-wrap .snbs .snb-inner ul .snb-inner-first ul {
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 0.95em;
}

#ox-navi-wrap .snbs .snb-inner ul .snb-inner-first ul li {}

#ox-navi-wrap .snbs .snb-inner ul .snb-inner-first #snb-inner-first {
   padding: 15px 15px;
   line-height: 22px;
}

#ox-navi-wrap .snbs .snb-inner ul .snb-inner-first ul li {
   margin: 0 0 0px;
}

#ox-navi-wrap .snbs .snb-inner ul .snb-inner-first ul li>a {
   display: block;
   padding: 5px 0px;
   color: #5b5b5b
}

#ox-navi-wrap .snbs .snb-inner ul .snb-inner-first ul li>a:hover {
   font-weight: bold;
   color: #00b3f6
}

#ox-top-slide-wrap {
   background: #fff
}

#ox-main-notice-wrap {
   height: 80px;
   background: #435a84
}

#ox-main-notice-wrap .inner {
   width: 1200px;
   margin: 0 auto;
}

#ox-main-notice-wrap .inner .ox-main-notice-title {
   width: 300px;
   height: 80px;
   background: #334a72;
   text-align: center;
   line-height: 80px;
   font-size: 1.56em;
   letter-spacing: -2px;
   color: #fff;
   float: left
}

#ox-main-notice-wrap .inner .ox-main-notice-latest {
   height: 80px;
   margin-left: 300px;
   overflow: hidden
}

#ox-index-contant-wrap {
   background: #fff
}

#ox-index-contant-wrap .inner {}

#ox-index-contant-wrap .inner .ox-index-contant-A {
   width: 1170px;
   margin: 0 auto;
}

.ox-index-contant-global-tit {
   padding: 120px 0 22px 0;
}

.ox-index-contant-global-tit ul {
   padding: 0;
   list-style: none;
   text-align: center
}

.ox-index-contant-global-tit ul li:first-child {
   font-weight: bold;
   font-size: 2.59em;
   color: #a88d6f
}

.ox-index-contant-global-tit ul li:last-child {
   padding: 10px 0 0 0;
   color: #706f6f
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont {}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont .ox-latest-1 {
   width: 860px;
   border: 0px solid #ddd;
   float: left
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont #ox-latest-2 {
   width: 300px;
   height: 610px;
   border: 1px solid #ddd;
   overflow: hidden;
   float: right
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont .ox-latest-1 .ox-latest-1-1 {
   border: 0px solid #ddd;
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont .ox-latest-1 .ox-latest-1-2 {
   padding: 10px 0 0 0;
   border: 0px solid #ddd;
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont .ox-latest-1 .ox-latest-1-1 #ox-latest-1-1-1 {
   width: 470px;
   height: 300px;
   border: 1px solid #ddd;
   overflow: hidden;
   float: left
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont .ox-latest-1 .ox-latest-1-1 #ox-latest-1-1-2 {
   width: 380px;
   height: 300px;
   border: 1px solid #ddd;
   overflow: hidden;
   float: right
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont .ox-latest-1 .ox-latest-1-2 #ox-latest-1-2-1 {
   width: 230px;
   height: 300px;
   border: 1px solid #ddd;
   overflow: hidden;
   float: left
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont .ox-latest-1 .ox-latest-1-2 #ox-latest-1-2-2 {
   width: 230px;
   height: 300px;
   margin-left: 10px;
   border: 1px solid #ddd;
   overflow: hidden;
   float: left
}

#ox-index-contant-wrap .inner .ox-index-contant-A .ox-index-contant-A-cont .ox-latest-1 .ox-latest-1-2 #ox-latest-1-2-3 {
   width: 380px;
   height: 300px;
   border: 1px solid #ddd;
   overflow: hidden;
   float: right
}

#ox-index-contant-wrap .inner .ox-index-contant-B {}

#ox-index-contant-wrap .inner .ox-index-contant-B .ox-index-contant-B-cont {
   padding: 40px 0;
   background: #fdf2d4
}

#ox-index-contant-wrap .inner .ox-index-contant-B .ox-index-contant-B-cont .ox-index-contant-B-cont-banner {
   width: 1170px;
   margin: 0 auto;
}

.ox-main-notice-title a {
   color: #fff
}

.ox-main-notice-title a:hover {
   color: #fff
}


/* 서브페이지 */

#ox-sub-content-gloup .ox-sub-content-gloup-inner {
   padding: 50px 0;
   width: 1170px;
   margin: 0 auto;
}

.ox-subpage {
   padding: 0 0 0px 0;
   background: #fff;
   margin-top: -20px;
}

.ox-mid-img {
   height: auto;
   border-bottom: 1px solid #ddd;
   text-align: center;
}

.ox-mid-img .ox-mid-img-inner {
   width: 1170px;
   margin: 0 auto;
}

.ox-mid-navi {
   padding: 10px 0;
   background: #f7f7f7;
   border-bottom: 1px solid #ddd
}

.ox-mid-navi .inner {
   width: 1170px;
   margin: 0 auto;
   font-size: 0.85em;
   text-align: right;
   color: #7f7f7f
}

.ox-mid-navi .inner span {
   font-weight: bold
}

.ox_middle_large_category {
   padding: 50px 0;
}

.ox_middle_large_category .ox-tit-bar {
   width: 18px;
   height: 2px;
   background: #f27321;
   margin: 0 auto
}

.ox_middle_large_category .ox-tit {
   padding: 20px 0;
   text-align: center;
   font-size: 2.32em;
   letter-spacing: -2px;
}

.ox-lnb {
   position: relative;
   left: -50%;
   text-align: left;
   float: right;
}

.ox-lnb .ox-lnb-gloup {
   position: relative;
   left: 50%;
}

.ox-lnb .ox-lnb-gloup li {
   border: 1px solid #ddd;
   height: 50px;
   margin-left: -1px;
   line-height: 50px;
   float: left
}

.ox-lnb .ox-lnb-gloup li>a {
   position: relative;
   padding: 17px 15px;
   border: 0px solid red
}

.ox-lnb .ox-lnb-gloup li:hover {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup li>a:hover {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active1 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active1 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active2 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active2 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active3 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active3 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active4 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active4 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active5 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active5 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active6 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active6 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active7 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active7 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active8 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active8 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active9 {
   background: #9a7c50;
}

.ox-lnb .ox-lnb-gloup #ox-lnb_active9 a {
   color: #fff
}

.ox-lnb .ox-lnb-gloup:after {
   display: block;
   visibility: hidden;
   clear: both;
   content: ''
}


/* 서브페이지 끝 */

#ox-tail-wrap {
   background: #333;
}
#ox-tail-wrap .ox-copyright-wrap {
   width: 100%;
   padding: 20px 20%;
   font-size: 0.92em;
   color: #777777;
   clear: both;
   overflow: hidden;
}
#ox-tail-wrap .ox-copyright-wrap h1 { float: left; width: 20%; margin: 0 5% 0 0; }
#ox-tail-wrap .ox-copyright-wrap h1 img { width: 100%; }

#ox-tail-wrap .ox-copyright-wrap .ox-business {
   float: left;
   width: 75%;
   font-size: 15px;
}

#ox-tail-wrap .ox-copyright span {
   color: #6deaf9
}

#ox-tail-wrap .ox-tail-menu-wrap {
   padding: 0px 0;
   height: 50px;
   border-bottom: 1px solid #404040;
   overflow: hidden;
}

#ox-tail-wrap .ox-tail-menu-wrap .inner {
   width:100%;
   padding: 0 19%;
   clear: both; overflow: hidden;
}


#ox-tail-wrap .ox-tail-menu-wrap .inner ul li {
   height: 50px;
   border-top: 0;
   border-bottom: 0;
   float: left
}

#ox-tail-wrap .ox-tail-menu-wrap .inner ul li:first-child {
   margin-left: 0
}

#ox-tail-wrap .ox-tail-menu-wrap .inner ul li:hover a{
   color: #00b3f6;
}

#ox-tail-wrap .ox-tail-menu-wrap .inner ul li>a {
   position: relative;
   padding: 15px 20px;
   border: 0px solid red;
   line-height: 50px;
   color: #fff
}


#ox-tail-wrap .ox-tail-menu-wrap .inner ul #ox-footer-top {
   background: #3d3d3d;
   float: right
}

#ox-tail-wrap .ox-tail-menu-wrap .inner ul #ox-footer-top a:hover {
   color: #00e4ff
}

#ox-tail-wrap .ox-tail-menu-wrap .inner ul:after {
   display: block;
   visibility: hidden;
   clear: both;
   content: ''
}


/* 갤러리 */

.ox-gallery-list {
   border: 0px solid red
}

.ox-gallery-list .ox-gallery-list-box {
   width: 274px;
   height: 500px;
   border: 0px solid #ddd;
   margin-left: 24px;
   float: left
}

.ox-gallery-list .ox-gallery-list-box:first-child {
   margin-left: 0
}

.ox-gallery-list .ox-gallery-list-box .ox-gallery-list-box-img {
   height: 160px;
   border: 1px solid #ddd
}

.ox-gallery-list .ox-gallery-list-box .ox-gallery-list-box-title {
   padding: 10px 0;
   font-size: 1.12em;
   font-weight: bold
}

.ox-gallery-list .ox-gallery-list-box .ox-gallery-list-box-more {
   padding: 20px 0;
   font-size: 0.87em;
}

.ox-gallery-list .ox-gallery-list-box .ox-gallery-list-box-more>a:hover {
   position: relative;
   padding: 6px 0;
   color: red
}


/* 이벤트 갤러리 */

.ox-gallery-list-board {
   border: 0px solid red
}

.ox-gallery-list-board .ox-gallery-list-box {
   box-sizing: border-box;
   width:100%;
   margin-bottom: 30px;
   padding-bottom: 30px;
   overflow: hidden;
   clear: both;
   border-bottom: 2px solid #333;
}

.ox-gallery-list-board .ox-gallery-list-box:first-child {
   margin-left: 0
}

.ox-gallery-list-board .ox-gallery-list-box .ox-gallery-list-box-img {
   width:30%;
   border: 1px solid #ddd;
   overflow: hidden;
   float: left;
}

.ox-gallery-list-box-wrap {
   width:70%;
   float: left;
   padding-left: 5%;
   box-sizing: border-box;
}

.ox-gallery-list-board .ox-gallery-list-box .ox-gallery-list-box-title {
   line-height: 37px;
   font-size:21px;
   margin-left: 10px;
   font-weight: bold;
   display: inline-block;
   vertical-align: middle;
}

.ox-gallery-list-board .ox-gallery-list-box .ox-gallery-list-box-content {
   text-align: left;
   display: inline-block;
}

.ox-gallery-list-box-text {
   border-top: 1px solid #b9b9b9;
   padding-top: 15px; margin-top: 15px;
   font-size: 16px;
}
.ox-gallery-list-board .ox-gallery-list-box .ox-gallery-list-box-more {
   padding: 20px 0;
   font-size: 0.87em;
}

.ox-gallery-list-board .ox-gallery-list-box .ox-gallery-list-box-more>a:hover {
   position: relative;
   padding: 6px 0;
   color: red
}

.ox-gallery-list-box .badge {
   display: inline-block;
    padding: 7px 15px;
    font-size: 17px;
    font-weight: bold;
    line-height:normal;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;}

.h10 {
   height: 10px;
}

.clear {
   clear: both
}


/* 최신글 */

.ox-banner-latest {}

.ox-banner-latest .ox-banner-item li {
   width: 280px;
   height: 280px;
   border: 1px solid #ddd;
   background: #fff;
   margin-left: 16px;
   overflow: hidden;
   float: left
}

.ox-banner-latest .ox-banner-item li:last-child {
   float: right
}

.ox-banner-latest .ox-banner-item li:first-child {
   margin-left: 0
}

.ox-banner-latest .ox-banner-item:after {
   display: block;
   visibility: hidden;
   clear: both;
   content: ''
}

.ox-more {
   padding: 0 0 10px 0;
   text-align: right
}


/* gnu register css tm */

.mbskin h2 {
   font-size: 1.22em;
}

.mbskin #fregister_term {
   padding: 35px 25px;
   border: 1px solid #ddd;
   border-radius: 5px;
   background: #f6f6f6
}

.mbskin #fregister_term textarea {
   width: 100%;
   border: 1px solid #ddd;
   background: #fff
}

.mbskin #fregister_private table thead tr {
   border-top: 3px solid #c18d00;
}

.mbskin #fregister_private table thead tr th {
   background: #f5f5f5
}

.mbskin .tbl_frm01 table tbody tr th {
   width: 150px;
   background: #f6f6f6
}

.mbskin .tbl_frm01 table tbody tr td span {
   font-size: 0.78em;
}


/* gnu baord css tm */

.btn span {
   color: #fff
}

.badge-error {
   background-color: #b94a48;
}

.badge-error:hover {
   background-color: #953b39;
}

.badge-warning {
   background-color: #f89406;
}

.badge-warning:hover {
   background-color: #c67605;
}

.badge-success {
   background-color: #468847;
}

.badge-success:hover {
   background-color: #356635;
}

.badge-info {
   background-color: #3a87ad;
}

.badge-info:hover {
   background-color: #2d6987;
}

.badge-inverse {
   background-color: #333333;
}

.badge-inverse:hover {
   background-color: #1a1a1a;
}

.h30 {
   height: 30px;
}

.h50 {
   height: 50px;
}

.h80 {
   height: 80px;
}

.float-left-center {
   display: flex;
   display: -webkit-flex;
   /* Safari 8 */
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   /* Safari 8 */
   justify-content: center;
   -webkit-justify-content: center;
   /* Safari 8 */
}

.content-block {
   width: 212px;
   border: 0px solid #ddd;
   margin-left: 0px;
}

.content-block ul li:first-child {
   font-weight: bold;
   font-size: 1.22em;
   color: #ff6000
}

#content-block-bar {
   width: 2px;
   background: #a78d62
}

#content-block-number {
   padding: 0 0 0 20px;
   width: 40px;
}

#content-block-content {
   width: 860px;
   padding: 0 0 0 10px;
   line-height: 26px;
   text-align: left
}

.skin-01-block {
   width: 212px;
   height: 185px;
   border: 0px solid #ddd;
   margin-left: 0px;
}

#skin-01-block-2 {
   margin-left: -50px;
   margin-top: 95px;
}

#skin-01-block-3 {
   margin-left: -50px;
}

#skin-01-block-4 {
   margin-left: -50px;
   margin-top: 95px;
}

#skin-01-block-5 {
   margin-left: -50px;
}

.skin-01-point {
   text-align: center
}

.skin-01-point ul li:first-child {
   padding: 0 0 0px 0;
   border-bottom: 2px dotted #f7f6f6;
   font-size: 1.22em;
   color: red
}

.skin-01-point ul li:first-child span {
   font-size: 0.89em;
   font-weight: bold
}

.skin-02-block {
   width: 212px;
   background: #fff;
   border: 1px solid #ddd;
   margin-left: 10px;
   margin-top: 10px;
}

.skin-02-block .skin-02-block-tit {
   padding: 10px
}

.skin-02-block .skin-03-block-tit {
   padding: 10px;
   font-size: 1.12em;
   font-weight: bold;
   color: #9900e0
}

.skin-02-block .skin-03-block-content {
   padding: 0 10px 10px 10px;
   text-align: left;
   color: #898989
}

.skin-03-block {
   width: 95%;
   border: 0px solid #ddd;
   text-align: left
}

.skin-04-block {
   width: 212px;
   border: 0px solid #ddd;
   margin-left: -40px;
}

.ox-sub-content-bar {
   background: #ff4800;
   width: 80px;
   height: 5px;
   margin: 0 auto
}

.ox-subs-tit {
   padding: 15px 0;
   text-align: center;
   font-size: 1.72em;
   font-weight: bold
}

.ox-subs-content-text {
   padding: 35px 0;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   background: #f7f6f6;
   text-align: center
}

.accordion a {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   flex-direction: column;
   width: 100%;
   padding: 1rem 3rem 1rem 1rem;
   color: #a78d62;
   font-size: 1.15em;
   font-weight: 400;
   border-bottom: 1px solid #e5e5e5;
   text-align: left;
   font-weight: bold
}

.accordion a:hover,
.accordion a:hover::after {
   cursor: pointer;
   color: #03b5d2;
}

.accordion a:hover::after {
   border: 1px solid #03b5d2;
}

.accordion a.active {
   color: #03b5d2;
   border-bottom: 1px solid #03b5d2;
}

.accordion a::after {
   font-family: 'Ionicons';
   position: absolute;
   float: right;
   right: 1rem;
   font-size: 1rem;
   color: #7288a2;
   padding: 5px;
   width: 30px;
   height: 30px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   border: 1px solid #7288a2;
   text-align: center;
}

.accordion a.active::after {
   font-family: 'Ionicons';
   color: #03b5d2;
   border: 1px solid #03b5d2;
}

.accordion .content {
   display: none;
   padding: 1rem;
   border-bottom: 1px solid #e5e5e5;
   overflow: hidden;
}

.accordion .content p {
   font-size: 1em;
   font-weight: 300;
}

#global-content-type-1 {
   padding: 60px 0;
   background: #efefef;
   border-top: 1px solid #ddd
}

#global-content-type-1 .global-inner {
   width: 1170px;
   margin: 0 auto;
}

.skin-05-block {
   width: 380px;
   background: #fff;
   border: 1px solid #ddd;
   margin-left: 10px;
   margin-top: 10px;
   border-radius: 5px;
   overflow: hidden
}

.skin-05-block img {
   width: 100%
}

.skin-05-block .global-text {
   padding: 10px;
}

.skin-06-block {
   width: 50%;
   background: #fff;
   border: 0px solid #ddd;
   margin-left: 00px;
   margin-top: 00px;
   border-radius: 0px;
   overflow: hidden
}

.skin-06-block .skin-06-block-inner {
   padding: 0 0 0 20px;
}

#skin-06-block-01 {
   width: 60%
}

#skin-06-block-02 {
   width: 40%
}

#skin-06-block-02 li {
   line-height: 25px;
}

#skin-06-block-02 .company-info-text1 {
   padding: 80px 0 0 0
}

#skin-06-block-03 {
   width: 30%
}

#skin-06-block-04 {
   width: 70%
}

#skin-06-block-04 li {
   line-height: 25px;
}

#sub-content-top-img img {
   width: 100%
}

#quick-menu {
   position: fixed;
   right: 10px;
   top: 30%;
   z-index: 9999999999999
}

#quick-menu li {
  margin-bottom: -1px;
  border: 1px solid #d2d2d2;
}

#quick-menu .mobile { display: none; }

.board-login-inner {
   width: 600px;
   ;
   background: #f4f4f4;
   border: 1px solid #ddd;
   margin-left: 00px;
   margin-top: 00px;
   border-radius: 5px;
   overflow: hidden
}

.board-login-inner .board-login-content {
   padding: 40px 40px;
}

.board-login-inner .board-login-content .board-login-titie {
   font-size: 2.19em;
   font-weight: bold;
   letter-spacing: -2px;
}

table.type03 {
   width: 1150px;
   ;
   border-collapse: collapse;
   text-align: left;
   line-height: 1.5;
   border-top: 1px solid #ccc;
   border-left: 3px solid #369;
   margin: 20px 10px;
}

table.type03 th {
   width: 147px;
   padding: 10px;
   font-weight: bold;
   vertical-align: top;
   color: #153d73;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

table.type03 td {
   padding: 10px;
   vertical-align: top;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

.ox-location {
   width: 1150px;
}

.span_ff00ff_bar {
   padding: 0 0 0 10px;
   border-left: 2px solid #ff00ff;
}

.spanh3 {
   font-size: 1.43em;
}

.span_00fbf8_bar {
   padding: 0 0 0 10px;
   border-left: 2px solid #00fbf8;
   font-size: 1.22em;
}

.phonbox {
   padding: 10px 0 20px 0
}

.phone {
   font-size: 3.12em;
   font-weight: bold;
   color: #ffe400
}

.jinrbox {
   padding: 20px 0 20px 0
}

.jinrbox1 {
   padding: 10px 0 0px 0
}

.ox-sendbox-yoil {
   font-size: 1.12em;
   font-weight: bold;
   color: #00fbf8
}

.ox-sendbox-time {
   padding: 5px 0 0 0
}


 .main_slide {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
.main_slide .swiper-button-prev,
.main_slide .swiper-button-next { background: none; }
.main_slide .swiper-button-prev { left:165px; }
.main_slide .swiper-button-next { right:165px; }
.main_slide .swiper-button-prev:after,.main_slide .swiper-button-next:after { color:#fff; }

.main_slide_m { display: none; }

    .main_slide .btn-danger {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .youtube {
        clear: both;
        overflow: hidden;
        width: 100%;
        padding:40px 19%;
    }

    .youtube .text_box {
        width: 30%;
        float: left;
        margin-top: 130px;
    }

    .youtube .text_box h3 {
        font-size: 35px;
       color: #333;
    }

    .youtube .text_box p {
        margin: 40px 0;
        font-size: 18px;
    }

    .youtube .text_box a {
        background: linear-gradient(to right, #2f9edc, #7f1cf6);
        color: #fff;
        padding: 15px 50px;
        display: inline-block;
    }

    .youtube .video_box {
        width: 70%;
        float: left;
        position: relative;
        height: 550px;
    }

    .youtube .video_box iframe {
        z-index: 1;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
/*        background: url(/theme/basic/img/video_bg.png) no-repeat;*/
        background-size: 100% 100%;
        padding: 65px;
    }

    .sub_slide {
        position: relative;
        width: 100%;
    }

    .sub_slide .text_box {
        position: absolute;
        left: 50%;
        width: 30%;
        top: 10%;
        color: #fff;
    }

    .sub_slide .text_box .control {
        position: relative;
        width: 25%;
        margin-left: -10px;
    }

    .sub_slide .text_box .control .swiper-button-next,
    .sub_slide .text_box .control .swiper-button-prev {
        color: #fff;
        border: 1px solid #fff;
        background: none;
        width: 60px;
        height: 60px;
    }

    .sub_slide .text_box .control .swiper-button-next {
      margin-left:10px;
    }

    .sub_slide .text_box .control .swiper-button-next:after,
    .sub_slide .text_box .control .swiper-button-prev:after {
        font-size: 25px;
    }
.sub_slide .text_box .control .swiper-button-next:after {
   content:'\f054';
   font: normal normal normal 15px/1 FontAwesome;
}

.sub_slide .text_box .control .swiper-button-prev:after {
   content:'\f053';
   font: normal normal normal 15px/1 FontAwesome;
}
    .sub_slide .text_box .sub_title {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 80px;
    }

    .sub_slide .text_box .sub_title h3 {
        font-size: 45px;
    }

    .sub_slide .text_box .sub_title p {
        line-height: 18px;
        font-size: 18px;
    }

    .sub_slide .text_box .title {
        font-size: 50px;
    }
    .sub_slide .text_box .title_2 {
        font-size: 30px;
        padding-right: 155px;
        font-weight: 100;
    }

    .sub_slide .text_box .sub_slide_link {
        display: inline-block;
        padding: 10px 45px;
        color: #fff;
        border: 1px solid #fff;
        margin: 50px 0 80px;
    }

    .sub_slide>.swiper-pagination-bullets {
        bottom: 15%;
        width: 60%;
    }

.review_slide_wrapper { width:1100px; position: relative; margin:80px auto 130px; padding: 0 60px; text-align: center; }
.review_slide_wrapper .btn-danger { position: absolute; top:0; left: 0; }
.review_slide {width:100%; overflow: hidden; margin-top: 50px; }
.review_slide .swiper-slide img { width: 100%; }
.review_slide_wrapper .swiper-button-next, .review_slide_wrapper .swiper-button-prev {top: 61%; background: none; }
.review_slide_wrapper .swiper-button-next:after, .review_slide_wrapper .swiper-button-prev:after { color: #333; }
.review_slide_wrapper .text_box {display: none;}

    .online {
        width: 100%;
        background: url(/theme/basic/img/online_bg.png) no-repeat;
        background-size: cover;
        padding: 5% 19%;
        box-sizing: border-box;
        overflow: hidden;
        clear: both;
    }

    .online_board {
        width: 40%;
        background: #fff;
        padding: 40px 45px 10px;
        box-sizing: border-box;
        overflow: hidden;
        float: left;
    }

    .online_board .lt {
        position: relative;
        float: left;
        margin-bottom: 20px;
        padding-bottom: 10px;
        height: auto;
        border: none;
        width: 100%;
    }

    .online_board .lt li {
        padding: 8px 0;
    }

    .online_board .lt li a {
        font-size: 16px;
    }

    .online_board .lt .lt_title {
        font-size: 25px;
        width: 100%;
        padding: 0 0 20px;
    }

    .online_board .lt .lt_more {
        top: 0;
    }

    .online_board .lt .lt_more a {
        border: 1px solid #333;
        padding: 0 10px;
        line-height: 35px;
        display: block;
        font-size: 25px;
        color: #333;
    }

    .online_slide {
        float: left;
        position: relative;
        width: 60%;
        overflow: hidden;
    }
    .online_slide .btn-danger {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .online_board .board_list a div {
        display: inline-block;
    }

    .online_board .board_list a .datetime {
        float: right;
        color: #6f6f6f;
    }

    .online_slide img {
        width: 100%;
        height: auto;
    }

    .map {
        width: 100%;
        padding: 5% 19%;
        box-sizing: border-box;
        clear: both;
        overflow: hidden;
    }

    .map .map_box {
        width: 54%!important;
        float: left;
    }

    .map .map_box .wrap_map{
      height:350px!important;
    }


    .map .info {
        width: 30%;
        float: left;
        margin-left: 5%;
    }

    .map .info img {
        width: 100%;
    }

.m-quick-menu,.mSlideMenu,.f-info,#ox-mhead-wrap {display: none;}

.location {margin-bottom: 100px; clear: both; overflow: hidden; }
.location img.pc {width: 38%; float: left; margin-right: 1%; }
.location img.m { display: none; }
.location .location_map {width: 60%!important; float: left;}
.location .location_map .wrap_map {height: 518px!important;}

/* =====================================
   하단
===================================== */
#footer{ position:fixed; left:0; bottom:-1px; width:100%; min-width:320px;  -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
#footer p{margin:0;}

.f-info{ padding: 5px 15px 0; box-sizing: border-box; background: #f6f6f6; }
.f-info .contact{ color:#3d3d3d; text-align:center;  width:48%; display: inline-block; vertical-align: middle;}
.f-info .txt{position:relative; display:inline-block;vertical-align:top;text-align:left; padding-left:50px;}
.f-info .txt:before{ position:Absolute; left:0; top:50%;margin-top:-20px; width:40px; height:40px; background:url(../img2/Layout/contact-ico.png) no-repeat center center; display:block; content:""}
.f-info .contact .btxt{ font-size:17px; letter-spacing:-0.03em; font-weight:600;line-height:120%;margin-bottom:3px;}
.f-info .contact .stxt{ font-size:13px; letter-spacing:-0.03em;font-weight:400; line-height:120%;}

.f-info .time{ text-align:center; width: 50%; display: inline-block; vertical-align: middle;}
.f-info .time:before{background:#d1d1d1; width:1px; height:68px; left:-1px; top:50%;margin-top:-34px; display:block; content:""; position:Absolute;}
.f-info .time ul{display:inline-block;vertical-align:top;text-align:left;}
.f-info .time li{font-size:12px; margin-top:0; padding-left:6px; line-height:140%;color:#3d3d3d; position:relative;}
.f-info .time li:first-child{margin-top:3px;}
.f-info .time li:before{width:2px; height:2px; background:#777; position:absolute; left:0; top:7px;display:block; content:""}

.pc_img { display:block;}
.m_img { display:none;}

@media all and (max-width:600px){

   .pc_img { display:none;}
   .m_img { display:block;}

   .main_slide { display: none; }
   .main_slide_m .btn-danger { position: absolute; top:0; left: 0; z-index: 999;}
   .main_slide_m { display: block; position: relative; }
   .main_slide_m .swiper-button-next { right: 10px }
   .main_slide_m .swiper-button-prev { left: 10px }
   .main_slide_m  .swiper-button-next, .main_slide_m  .swiper-button-prev { background: none; }
   .main_slide_m  .swiper-button-next:after, .main_slide_m  .swiper-button-prev:after { font-size: 18px;  color: #fff; }

   .location {margin-bottom: 50px; }
   .location img.pc {display: none;}
   .location img.m { display: block; width: 100%; }
   .location .location_map {width: 100%!important; }
   .location .location_map .wrap_map {height:400px!important;}

    body { padding-bottom:80px; }

    .m-quick-menu,.mSlideMenu,#ox-mhead-wrap {display: block;}
    #quick { position: fixed; left: 0; bottom: -1px; width:100%; z-index: 9997;}
    #quick-menu { position: static;overflow: hidden; background: #fff; }
    #quick-menu ul li { width: 20%; float: left; margin: 0; border-bottom: 0; }
    #quick-menu ul li:first-child {border-left: 0;}
    #quick-menu ul li:last-child {border-right: 0; }
    #quick-menu ul li img { width: 100%; }
    #ox-tail-wrap .ox-tail-menu-wrap { height: auto; }
    #ox-tail-wrap .ox-tail-menu-wrap ul { margin-bottom: 0; }
    #ox-tail-wrap .ox-tail-menu-wrap .inner {padding: 0; }
    #ox-tail-wrap .ox-copyright-wrap { padding: 15px;  }
    #ox-tail-wrap .ox-copyright-wrap h1 { width: 50%; margin:15px auto; float: none; }
    #ox-tail-wrap .ox-copyright-wrap .ox-business{ width: 100%;  text-align: center; }
    #quick-menu .mobile { display: block; }
    .swiper-slide img { width: 100%; }
    .sub_slide {margin: 85px 0 0;}
    .sub_slide .swiper-slide img { width: 280%; margin-left: -35%;  }
    .sub_slide .text_box {width: 100%; height: auto; text-align: center; top:-22%; left: 0;}
    .sub_slide .text_box .title { padding: 0; font-size: 33px; line-height: 45px; text-shadow: 0 0 5px rgba(0,0,0,0.5);}
    .sub_slide .text_box .title_2 { font-size: 15px; padding: 0 20px; text-align: center;text-shadow: 0 0 5px rgba(0,0,0,0.5);}
    .sub_slide .text_box .sub_title { margin:0 0 64%; border:none; color:#333;}
    .sub_slide .text_box .sub_title h3 { font-size: 30px;color:#333;}
    .sub_slide .text_box .sub_title p { font-size: 15px; font-weight: 100; }
    .sub_slide .text_box .control { width:100%; margin:0; position: absolute; top: 60%;}
    .sub_slide .text_box .sub_slide_link { margin: 30px 0; background: #fff; color: #333;}
    .sub_slide .text_box .control .swiper-button-next:after, .sub_slide .text_box .control .swiper-button-prev:after { font-size: 18px;   }
    .sub_slide .text_box .control .swiper-button-next { padding: 0; border:none; }
    .sub_slide .text_box .control .swiper-button-prev { padding: 0; border:none; }
    .youtube { padding: 60px 15px;  text-align: center;}
    .youtube .text_box,.youtube .video_box { width: 100%;}
    .youtube .text_box { margin: 0 0 50px; }
    .youtube .text_box p { margin: 10px 0 30px; }
    .youtube .video_box { height: 275px; }
    .youtube .video_box iframe {padding: 0; }
    .online { padding: 50px 29px;}
    .online_board,.online_slide { width: 100%; }
    .online_board {padding: 40px 40px 0;}
    .online_board .board_list a .datetime { display: none; }

    .review_slide_wrapper { width: 100%; padding: 0; margin: 50px 0; }
    .review_slide_wrapper img { width: 65%; }
    .review_slide { width: 100%; margin-top: 30px; }
    .review_slide_wrapper .swiper-button-next, .review_slide_wrapper .swiper-button-prev {top:70%; }
    .review_slide_wrapper .swiper-button-next:after, .review_slide_wrapper .swiper-button-prev:after { font-size: 23px;  }
    .review_slide_wrapper .text_box {display: block; width: 100%; padding:0 15px 25px; box-sizing: border-box; }
    .review_slide_wrapper .text_box .title { font-weight: bold; font-size: 30px; margin:30px 0; }
    .review_slide_wrapper .text_box a {
    background: #378bf5;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 23px;
    }
    .review_slide .swiper-slide img {width: 185%;}

    .map { padding: 30px 25px; }
    .map .map_box,.map .info { width: 100%!important; margin: 0; }
    .map .info {margin: 15px 0;}

}

@media all and (max-width:400px){
   .sub_slide .text_box .sub_title { margin-bottom:57%;}
}
@media all and (max-width:320px){
.sub_slide .text_box .sub_title {
    margin-bottom: 45%;
}
    .sub_slide .text_box { top: -30%; }
}