@charset "utf-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /* font-family: 'Noto Sans JP', sans-serif; */
@import url('//fonts.googleapis.com/css?family=Maven+Pro:400,500,600,&display=swap'); /* font-family: 'Maven Pro', sans-serif; */

/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td {
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
}

/* 기본 css */
html #wpadminbar {
    overflow: hidden;
}
body {
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif !important;
    line-height: 1.7;
    font-size: 16px;
}

body * {
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    word-break: keep-all;
    word-wrap: break-word;
    color: inherit;
    box-sizing: border-box;
}
.fusion-title {
    margin: 0 !important;
    padding: 0 !important;
}
.fusion-title h1,
.fusion-title h2,
.fusion-title h3,
.fusion-title h4,
.fusion-title h5,
.fusion-title h6 {
    line-height: 1.2;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif !important;
}
.fusion-title h1 {
    font-size: 50px;
}
.fusion-title h2 {
    font-size: 42px;
}
.fusion-title h3 {
    font-size: 40px;
}
.fusion-title.size-36 h3 {
    font-size: 36px;
}
.fusion-title h4 {
    font-size: 34px;
    font-weight: 500;
}
.fusion-title h4 span.small {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.fusion-title h5 {
    font-size: 26px;
}
.fusion-title h6 {
    font-size: 20px;
}

.fusion-title.en h1,
.fusion-title.en h2,
.fusion-title.en h3,
.fusion-title.en h4,
.fusion-title.en h5,
.fusion-title.en h6 {
    font-family: 'Maven Pro', sans-serif !important;
    text-transform: uppercase;
}

.fusion-title.en.text-basic h1,
.fusion-title.en.text-basic h2,
.fusion-title.en.text-basic h3,
.fusion-title.en.text-basic h4,
.fusion-title.en.text-basic h5,
.fusion-title.en.text-basic h6 {
    text-transform: none;
}

.fusion-post-content p,
.post-content p {
    margin: 0 !important;
}
.fusion-text {
    margin: 0 !important;
    padding: 0 !important;
}
.fusion-text p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif !important;
    word-break: keep-all;
    word-wrap: break-word;
}
.fusion-text.size-18 p {
    font-size: 18px;
}

.bs-select,
.bs-input {
    position: relative;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    outline: none;
}

.bs-input-form {
    position: relative;
    width: 100%;
}
.bs-input-form > div {
    position: absolute;
    top: 1px;
    right: 1px;
    width: auto;
    height: calc(100% - 2px);
    padding: 0 20px;
    background: #fff;
}
.bs-input-form > div > span {
    display: inline;
    font-size: 18px;
    color: #000;
}
.bs-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    opacity: 0;
    z-index: 9;
    box-sizing: border-box;
}
.bs-select span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.bs-select span > em {
    color: #999;
}
.bs-select i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background-color: #fff;
    background-image: url(/images/icon-select-black.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    z-index: 0;
    cursor: pointer;
}

/* 404 */
#post-404page {
    padding: 340px 0 260px;
}
#post-404page .error-page {
    position: relative;
    width: 100%;
    margin-top: 80px;
}
#post-404page .error-page:after {
    content: "";
    display: block;
    clear: both;
}
.page_404 {
    text-align: center;
}
.page_404 .err_img img {
    width: 313px;
    height: auto;
}
.page_404 .err_title {
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #333;
}
.page_404 .err_text {
    line-height: 1.5;
    font-size: 14px;
    color: #868686;
}
.page_404 .err_bt {
    padding-top: 30px;
}
.page_404 .err_bt a {
    display: inline-block;
    max-width: 164px;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
}
.page_404 .err_bt a:nth-child(1) {
    background-color: #7ca627;
    margin-right: 4px;
}
.page_404 .err_bt a:nth-child(2) {
    background-color: #cbcbcb;
    margin-left: 4px;
}

/* custom header */
#custom_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    z-index: 99999;
}
.admin-bar #custom_header {
    top: 32px;
}
.admin-bar #custom_header .fusion-header {
    top: 0;
}
#custom_header .fusion-header {
    display: table;
    position: relative;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    border: 0;
}
#custom_header .fusion-header.scroll {
    height: 80px;
}
#custom_header .fusion-header > .fusion-row {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#custom_header .fusion-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}
#custom_header .fusion-logo {
    width: 180px;
    height: 55px;
    margin: 0 !important;
    z-index: 9 !important;
}
#custom_header .fusion-logo a {
    display: block;
}
#custom_header .fusion-logo img {
    display: block;
}
#custom_header .fusion-main-menu {
    float: none !important;
    display: block;
    position: relative;
    text-align: center;
    vertical-align: top;
    overflow: visible !important;
    z-index: 9;
}
#custom_header .fusion-main-menu > ul {
    display: table !important;;
    position: relative;
    width: 100%;
	max-width:1100px;
    vertical-align: top;
	margin:0 auto;
/* 	border:1px solid red; */
}
#custom_header .fusion-main-menu > ul:after {
    content: "";
    display: block;
    clear: both;
}

#custom_header .fusion-main-menu > ul > li {
     float: none !important;;
    display: table-cell !important;;
    position: relative;
	width:auto !important;
	min-width: 130px;
/*     width: 20%; */
/*     max-width: 220px; */
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: visible !important;
/* 		border:1px solid blue; */
}
#custom_header .fusion-main-menu > ul > li > a {
    display: block;
    position: relative;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
	padding:0 30px;
}
/* #custom_header .fusion-main-menu > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 60%;
    background: #eee;
} */
#custom_header .fusion-main-menu > ul > li:first-of-type > a:before {
    display: none;
}
#custom_header .fusion-main-menu > ul > li.current-page-ancestor > a,
#custom_header .fusion-main-menu > ul > li.current-menu-parent > a,
#custom_header .fusion-main-menu > ul > li.current-menu-item > a,
#custom_header .fusion-main-menu > ul > li:hover > a {
    font-weight: 500;
}
#custom_header .fusion-main-menu > ul > li > a > span {
    display: inline;
    position: relative;
}
#custom_header .fusion-main-menu > ul > li.current-menu-ancestor > a > span,
#custom_header .fusion-main-menu > ul > li.current-page-ancestor > a > span,
#custom_header .fusion-main-menu > ul > li.current-menu-parent > a > span,
#custom_header .fusion-main-menu > ul > li.current-menu-item > a > span,
#custom_header .fusion-main-menu > ul > li:hover > a > span {
    color: #0080cc !important;
    font-weight: 400;
}
#custom_header .fusion-main-menu {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
#custom_header .fusion-main-menu li > ul.sub-menu {
    text-align: left;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.fusion-flyout-search-active #custom_header .fusion-main-menu li:hover > ul.sub-menu {
    display: none !important;
}
#custom_header .fusion-main-menu li > ul.sub-menu a {
    display: block;
    width: 100%;
    line-height: 1.4;
    color: #666 !important;
    padding: 5px 0 !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: center !important;
    background: transparent;
    /*
    text-overflow: ellipsis;
    white-space: nowrap;
    */
    word-break: keep-all;
    word-wrap: break-all;
    overflow: hidden;
}
#custom_header .fusion-main-menu li > ul.sub-menu .current-menu-item a {
    color: #333 !important;
    background: transparent !important;
}
#custom_header .fusion-main-menu li > ul.sub-menu ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}
#custom_header .fusion-main-menu li > ul.sub-menu a:hover {
    color: #000 !important;
    background: transparent !important;
}
#custom_header .fusion-main-menu li > ul.sub-menu a > span {
    display: inline-block;
    position: relative;
}
#custom_header .fusion-main-menu li > ul.sub-menu a > span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
#custom_header .fusion-main-menu li > ul.sub-menu a:hover > span:before {
    width: 100%;
}
.fusion-flyout-menu-active #custom_header .fusion-main-menu li > ul.sub-menu {
    width: 100%;
    background: transparent;
    opacity: 1;
    visibility: visible;
}
#custom_header .fusion-main-menu > ul > li > ul.sub-menu {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    padding: 30px 10px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0 !important;
}
#custom_header .fusion-main-menu > ul > li:last-of-type > ul.sub-menu {
    width: 200%;
    max-width: 188px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#custom_header .scroll .fusion-main-menu > ul > li > ul.sub-menu {
    top: 56px;
}
.fusion-flyout-menu-active #custom_header .fusion-main-menu > ul > li > ul.sub-menu {
    opacity: 1 !important;
    -webkit-transition: all .6s ease .3s;
    -moz-transition: all .6s ease .3s;
    -ms-transition: all .6s ease .3s;
    -o-transition: all .6s ease .3s;
    transition: all .6s ease .3s;
}
#custom_header .fusion-main-menu > ul > li > ul.sub-menu ul.sub-menu {
    display: none !important;
}
#custom_header .fusion-flyout-menu-icons {
    margin: 0;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-lang {
    position: relative;
    width: 85px;
    height: 23px;
}
.mobile-active #custom_header .fusion-flyout-menu-icons .fusion-flyout-lang {
    display: none;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-lang select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    outline: none;
    border-radius: 0; /* 아이폰 사파리 보더 없애기 */
    -webkit-appearance: none; /* 화살표 없애기 for chrome*/
    -moz-appearance: none; /* 화살표 없애기 for firefox*/
    appearance: none; /* 화살표 없애기 공통*/
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-lang select::-ms-expand {
    display:none /* 화살표 없애기 for IE10, 11*/
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-lang span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 12px;
    line-height: 23px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    z-index: 0;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-lang i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background-color: #fff;
    background-image: url(/images/icon-lang-select.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -4px center;
    z-index: 9;
    cursor: pointer;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
    display: none !important;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon {
    position: relative;
    width: 100%;
    height: 100%;
}
#custom_header .fusion-flyout-search-toggle .fusion-toggle-icon-line {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 3px !important;
    border: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
#custom_header .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-of-type(1) {
    top: 0;
    transform: rotate(0) translate(-50%, -50%);
}
#custom_header .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-of-type(2) {
    top: 50%;
    transform: rotate(0) translate(-50%, -50%);
}
#custom_header .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-of-type(3) {
    bottom: 0;
    transform: rotate(0) translate(-50%, -50%);
}
.fusion-flyout-search-active #custom_header .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(1) {
    top: calc(50% - 12px);
    left: calc(50% - 5px);
    transform: rotate(-45deg) translate(-50%, -50%);
}
.fusion-flyout-search-active #custom_header .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(3) {
    bottom: calc(50% - 12px);
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%, -50%);
}
.fusion-flyout-active #custom_header .fusion-flyout-search-toggle .fusion-toggle-icon-line {
    background: #fff;
}
.fusion-flyout-menu-active #custom_header .fusion-flyout-search-toggle .fusion-toggle-icon-line {
    background: #000;
}
.fusion-flyout-active #custom_header .fusion-flyout-search-toggle .fusion-icon-search:before {
    color: #fff;
}
.fusion-flyout-menu-active #custom_header .fusion-flyout-search-toggle .fusion-icon-search:before {
    color: #000;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-icon-search {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    font-size: 28px;
    text-align: center;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-icon-search:before {
    border-radius: 0;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
    display: none;
    position: relative;
    width: 32px;
    height: 23px;
    margin-left: 40px;
    padding: 0;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 3px !important;
    border: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-of-type(1) {
    top: 0;
    transform: rotate(0) translate(-50%, -50%);
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-of-type(2) {
    top: calc(50% - 1.5px);
    transform: rotate(0) translate(-50%, -50%);
}
#custom_header .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-of-type(3) {
    bottom: 0;
    transform: rotate(0) translate(-50%, -50%);
}
.fusion-flyout-active #custom_header .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-of-type(2),
.fusion-flyout-menu-active #custom_header .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-of-type(2) {
    opacity: 1;
}
.mobile-active #custom_header .fusion-flyout-menu-toggle {
    margin-right: 15px;
}
.mobile-active #custom_header .fusion-flyout-menu-toggle > div {
    background: #fff;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.mobile-active #custom_header .fusion-flyout-menu-toggle > div {
    background: #fff;
}
.mobile-active #custom_header .fusion-flyout-menu-toggle > div.fusion-toggle-icon-line:nth-child(1) {
    top: calc(50% - 13px);
    left: calc(50% - 3px);
    transform: rotate(-45deg) translate(-50%, -50%);
}
.mobile-active #custom_header .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-of-type(2) {
    opacity: 0;
}
.mobile-active #custom_header .fusion-flyout-menu-toggle > div.fusion-toggle-icon-line:nth-child(3) {
    bottom: calc(50% - 13px);
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%, -50%);
}
#custom_header .fusion-mobile-navigation {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 65px 0 0;
    background: #192f4c;
    overflow: auto;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.admin-bar #custom_header .fusion-mobile-navigation {
    height: calc(100% - 32px);
}
.mobile-active #custom_header .fusion-mobile-navigation {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#custom_header .fusion-mobile-navigation:before {
    content: "KORCHINA TNC";
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 10px;
    padding: 0;
    line-height: 1;
    font-size: 80px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    color: rgba(255, 255, 255, .3);
}
.mobile-active #custom_header .fusion-mobile-navigation:before {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 {
    display: table;
    position: relative;
    top: 40px;
    width: 100%;
    max-width: 1500px;
    height: 100%;
    padding-bottom: 70px;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.mobile-active #custom_header .fusion-mobile-navigation #menu-gnb-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s ease 0.3s;
    -moz-transition: all 0.6s ease 0.3s;
    -ms-transition: all 0.6s ease 0.3s;
    -o-transition: all 0.6s ease 0.3s;
    transition: all 0.6s ease 0.3s;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li {
    display: table-cell;
    position: relative;
    height: 100%;
    padding: 0;
    vertical-align: top;
    text-align: left;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:only-child {
    width: 100%;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:nth-last-child(2),
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:nth-last-child(2) + li {
    width: 50%;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:nth-last-child(3),
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:nth-last-child(3) ~ li {
    width: 33.333%;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:nth-last-child(4),
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:nth-last-child(4) ~ li {
    width: 25%;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:nth-last-child(5),
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li:nth-last-child(5) ~ li {
    width: 20%;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li > a {
    display: block;
    position: relative;
    width: calc(100% - 60px);
    margin: 20px auto 40px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 40px 0;
    overflow: visible !important;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li > ul.sub-menu {
    position: relative;
    width: 100%;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li > ul.sub-menu > li {
    position: relative;
    width: 100%;
    padding: 5px 30px;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li > ul.sub-menu > li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #ccc;
    /* border-bottom: 1px solid #666; */
    padding-bottom: 10px;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li > ul.sub-menu > li > a:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li > ul.sub-menu > li > ul.sub-menu {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li > ul.sub-menu > li > ul.sub-menu a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #999;
}
#custom_header .fusion-mobile-navigation #menu-gnb-2 > li > ul.sub-menu > li > ul.sub-menu a:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#custom_header .fusion-flyout-menu-bg {
    top: 101px;
    left: 0;
    width: 100%;
    min-height: 0;
    height: 0;
    background: #fff !important;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#custom_header .fusion-header.scroll .fusion-flyout-menu-bg {
    top: 81px;
}
.admin-bar #custom_header .fusion-flyout-menu-bg {
    top: 133px;
}
.admin-bar #custom_header .fusion-header.scroll .fusion-flyout-menu-bg {
    top: 113px;
}
.fusion-flyout-menu-active #custom_header .fusion-flyout-menu-bg {
    border: 0;
    border-bottom: 1px solid #eee;
    opacity: 1;
}
.fusion-flyout-active #custom_header .fusion-flyout-search {
    background: rgba(9, 53, 27, .9);
}
#custom_header .fusion-flyout-search .searchform .search-field {
    width: calc(100% - 65px);
}
#custom_header .fusion-flyout-search .searchform .search-field .s {
    height: 65px;
    padding: 0 15px;
    font-size: 24px;
    color: #fff;
    background: transparent;
    border: 3px solid #fff;
}
#custom_header .fusion-flyout-search .searchform .search-button {
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
}
#custom_header .fusion-flyout-search .searchform .search-field .s::-webkit-input-placeholder {
    font-size: 20px;
    color: #999;
}
#custom_header .fusion-flyout-search .searchform .search-field .s:-ms-input-placeholder {
    font-size: 20px;
    color: #999;
}
#custom_header .fusion-flyout-search .searchform .search-field .s::placeholder {
    font-size: 20px;
    color: #999;
}
#custom_header .fusion-flyout-search .searchform .search-button input {
    width: 100%;
    height: 100%;
    background: #fff !important;
}

/* 비주얼 배경 */
#layerslider-container{
	background:url('/images/main_visual1.jpg') no-repeat 50% 50% !important;
	background-size:cover !important;
}
#layerslider-container:before {content:'';width:41px;height:11px;margin-left:-20px;margin-top:-20px;top:50%;left:50%;display:block;background:url('/images/800.svg') no-repeat;position:absolute;}
.ls-background-videos{display:none}

/* footer */
.fusion-footer {
    position: relative;
    width: 100%;
}
.fusion-footer > .fusion-footer-widget-area {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.fusion-footer > .fusion-footer-widget-area > .fusion-row {
    position: relative;
    width: 100%;
    max-width: 1400px !important;
    margin: 0 auto;
}
.fusion-footer > .fusion-footer-widget-area > .fusion-row > .fusion-columns {
    margin: 0;
    padding: 0;
}
.fusion-footer > .fusion-footer-widget-area > .fusion-row > .fusion-columns > .fusion-column {
    margin: 0;
    padding: 0;
}
.fusion-footer .fusion-footer-widget-column {
    margin: 0;
}
#avada-vertical-menu-widget-2 {
    width: 100%;
}
#custom_html-2 {
    clear: both;
    padding-top: 50px;
}
.fusion-footer .menu {
    display: block;
    position: relative;
    width: 100%;
    text-align: left !important;
}
.fusion-footer .menu:after {
    content: "";
    display: block;
    clear: both;
}
#wrapper .menu > li {
    display: block;
    float: left;
    width: calc(20% - 30px) !important;
    margin-left: 37px;
}
#wrapper .menu > li:first-of-type {
    margin-left: 0;
}
#wrapper .menu > li > a {
    padding: 0 !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    line-height: 1.2;
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
    border: 0 !important;
}
#wrapper .menu > li.current-menu-parent > a,
#wrapper .menu > li.current-menu-item > a,
#wrapper .menu > li:hover > a {
    color: #fff !important;
}
#wrapper .menu > li > a > span.arrow {
    display: none !important;
}
#wrapper .menu > li > ul.sub-menu {
    display: block !important;
    position: relative;
    width: 100%;
    margin: 35px 0 0 !important;
}
#wrapper .menu > li > ul.sub-menu > li {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
#wrapper .menu > li > ul.sub-menu > li:last-of-type {
    margin: 0;
}
#wrapper .menu > li > ul.sub-menu > li > a {
    position: relative;
    padding: 0 !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
    border: 0 !important;
}
#wrapper .menu > li > ul.sub-menu > li.current-menu-parent > a,
#wrapper .menu > li > ul.sub-menu > li.current-menu-item > a,
#wrapper .menu > li > ul.sub-menu > li:hover > a {
    color: rgba(255, 255, 255, .5) !important;
    cursor: pointer;
}
#wrapper .menu > li > ul.sub-menu > li > a > span.link-text {
    display: inline-block;
    position: relative;
    color: #fff;
}
#wrapper .menu > li > ul.sub-menu > li > a > span.link-text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#wrapper .menu > li > ul.sub-menu > li:hover > a > span.link-text:before {
    width: 100%;
}
#wrapper .menu > li > ul.sub-menu > li > a > span.arrow {
    display: none !important;
}
#wrapper .menu > li > ul.sub-menu > li > ul.sub-menu {
    display: none !important;
}

.bs-footer {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.bs-footer:after {
    content: "";
    display: block;
    clear: both;
}
.bs-footer-logo {
    float: left;
    position: relative;
    width: 180px;
    height: 55px;
}
.bs-footer-logo > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/images/foot-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.bs-footer-tbl {
    float: right;
    display: block;
    position: relative;
    width: calc(100% - 182px);
}
.bs-footer-tbl > div {
    float: left;
}
.bs-footer-tbl > div.bs-footer-info {
    position: relative;
    width: calc(100% - 265px);
    padding: 0 95px;
}
.bs-footer-tbl > div.bs-alliance {
    position: relative;
    width: 265px;
    padding-top: 10px;
    text-align: right;
}
.bs-alliance .bs-select {
    width: 265px !important;
    background: #171922 !important;
    border-color: #171922 !important;
    border-radius: 6px;
    overflow: hidden;
}
.bs-alliance .bs-select select {
    color: #999a9c;
    font-size: 16px;
    background: #171922 !important;
    border: 1px solid #171922 !important;
    border-radius: 6px;
}
.bs-alliance .bs-select span {
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}
.bs-alliance .bs-select span {
    color: #999a9c;
}
.bs-alliance .bs-select span em {
    color: #999a9c;
}
.bs-alliance .bs-select i {
    width: 55px;
    background-color: #171922;
    background-image: url(/images/icon-select-gray.svg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-alliance .bs-select i.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bs-alliance .bs-sns {
    display: inline-block;
    position: relative;
    width: auto;
    margin-top: 20px;
    vertical-align: top;
}
.bs-alliance .bs-sns:after {
    content: "";
    display: block;
    clear: both;
}
.bs-alliance .bs-sns > a {
    float: left;
    position: relative;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    background: #0f121c;
    border-radius: 50%;
    overflow: hidden;
}
.bs-alliance .bs-sns > a:last-of-type {
    margin-right: 0;
}
.bs-alliance .bs-sns > a > i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
    opacity: .3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-alliance .bs-sns > a:hover > i {
    opacity: 1;
}
.bs-alliance .bs-sns > a > i.instagram {
    background-image: url(/images/icon-instagram-w.svg);
}
.bs-alliance .bs-sns > a > i.youtube {
    background-image: url(/images/icon-youtube-w.svg);
}
.bs-alliance .bs-sns > a > i.facebook {
    background-image: url(/images/icon-facebook-w.svg);
}
.bs-alliance .bs-sns > a > i.blog {
    background-image: url(/images/icon-blog-w.svg);
}
.bs-footer-tbl .company {
    margin-bottom: 20px;
}
.bs-footer-tbl .company p {
    display: block;
    position: relative;
    width: 100%;
    line-height: 1.9;
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
}
.bs-footer-tbl .company p:after {
    content: "";
    display: block;
    clear: both;
}
.bs-footer-tbl .company p > span {
    float: left;
    display: block;
    position: relative;
    width: auto;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 300;
    color: #666;
}
.bs-footer-tbl .company p > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    width: 1px;
    height: 50%;
    background: rgba(221, 221, 221, .15);
}
.bs-footer-tbl .company p > span > a {
    color: inherit;
}
.bs-footer-tbl .company p > span:first-of-type {
    padding-left: 0;
}
.bs-footer-tbl .company p > span:first-of-type:before {
    display: none;
}
.bs-footer-tbl .company p > span:last-of-type {
    padding-right: 0;
}
.bs-footer-tbl .copyright {
    position: relative;
}
.bs-footer-tbl .copyright span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}
.bs-footer-tbl .bs-footer-sns {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}
.bs-footer-tbl .bs-footer-sns:after {
    content: "";
    display: block;
    clear: both;
}
.bs-footer-tbl .bs-footer-sns > div {
    float: right;
    position: relative;
    width: auto;
}
.bs-footer-tbl .bs-footer-sns > div > a {
    float: left;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.bs-footer-tbl .bs-footer-sns > div > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-footer-tbl .bs-footer-sns > div > a:hover:before {
    opacity: 1;
}
.bs-footer-tbl .bs-footer-sns > div > a.facebook:before {
    background-image: url(/images/icon-facebook.svg);
    background-size: auto 100%;
}
.bs-footer-tbl .bs-footer-sns > div > a.twitter:before {
    background-image: url(/images/icon-twitter.svg);
    background-size: 100% auto;
}
.bs-footer-tbl .bs-footer-sns > div > a.instagram:before {
    background-image: url(/images/icon-instagram.svg);
    background-size: auto 100%;
}
.bs-footer-tbl .bs-footer-sns > div > a.kakao:before {
    background-image: url(/images/icon-kakao.svg);
    background-size: 100% auto;
}
.bs-footer-tbl .bs-footer-sns > div > a.youtube:before {
    background-image: url(/images/icon-youtube.svg);
    background-size: 100% auto;
}
.bs-footer-tbl .bs-footer-sns > div > a + a {
    margin-left: 20px;
}
.bs-footer-tbl .bs-footer-page {
    position: relative;
    width: 100%;
}
.bs-footer-tbl .bs-footer-page:after {
    content: "";
    display: block;
    clear: both;
}
.bs-footer-tbl .bs-footer-page > div {
    float: right;
    position: relative;
    width: auto;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
}
.bs-footer-tbl .bs-footer-page > div > a {
    float: left;
    position: relative;
    width: auto;
    padding: 0 20px;
    font-size: 16px;
    text-transform: capitalize;
	font-weight:400
}
.bs-footer-tbl .bs-footer-page > div > a:hover {
    color: #fff;
}
.bs-footer-tbl .bs-footer-page > div > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    width: 1px;
    height:50%;
    background: #767676;
	opacity:.5
}
.bs-footer-tbl .bs-footer-page > div > a:first-of-type {
    padding-left: 0;
}
.bs-footer-tbl .bs-footer-page > div > a:first-of-type:before {
    display: none;
}
.bs-footer-tbl .bs-footer-page > div > a:last-of-type {
    padding-right: 0;
}

/* 슬라이드 css */
#sliders-container {
    z-index: 0;
}
#layerslider_1 {
    height: 900px !important;
    overflow: hidden;
}
#layerslider_1:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -195px;
    left: -30px;
    width: calc(100% + 60px);
    height: 300px;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: 99;
}
#layerslider_1 .ls-layers .ls-parallax,
#layerslider_1 .ls-layers .ls-wrapper.ls-z,
#layerslider_1 .ls-layers .ls-wrapper.ls-in-out {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
#layerslider_1 .ls-layers .ls-wrapper.ls-in-out > div {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
#layerslider_1 .ls-bottom-nav-wrapper {
    display: none !important;
}
#layerslider_1 .ls-nav-prev,
#layerslider_1 .ls-nav-next {
    display: block;
    position: absolute;
    bottom: calc(50% + 20px);
    width: 22px;
    height: 42px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
#layerslider_1 .ls-nav-prev:hover,
#layerslider_1 .ls-nav-next:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
#layerslider_1 .ls-nav-prev {
    left: 40px;
    background-image: url(/images/icon-slick-prev-w.svg);
}
#layerslider_1 .ls-nav-next {
    right: 40px;
    background-image: url(/images/icon-slick-next-w.svg);
}
#layerslider_1 .bs-main-slider-info {
    display: table;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: calc(100% - 110px);
    margin: 0 auto;
    padding: 0;
}
#layerslider_1 .bs-main-slider-info > div {
    display: table-cell;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
#layerslider_1 .bs-main-slider-info > div > h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #fff;
}
#layerslider_1 .bs-main-slider-info > div > h1 > span {
    display: block;
}
#layerslider_1 .bs-main-slider-info > div > h1 > span.bold {
    font-weight: 500;
}
#layerslider_1 .bs-main-slider-info > div > p {
    margin-bottom: 35px;
    line-height: 1.4;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}
#layerslider_1 .bs-main-slider-info > div > p > span {
    display: block;
}
#layerslider_1 .bs-main-slider-info > div > p > span.bold {
    font-weight: 500;
}
#layerslider_1 .bs-main-slider-info > div > p.en {
    font-weight: 500;
}
#layerslider_1 .bs-main-slider-info .bs-slide-button {
    display: inline-block;
    position: relative;
    width: auto;
    vertical-align: top;
}
#layerslider_1 .bs-main-slider-info .bs-slide-button:after {
    content: "";
    display: block;
    clear: both;
}
#layerslider_1 .bs-main-slider-info .slide-bs-button {
    float: left;
    display: block;
    position: relative;
    width: 190px;
    padding: 18px 22px;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ccc;
}
#layerslider_1 .bs-main-slider-info .slide-bs-button:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}
#layerslider_1 .bs-main-slider-info .slide-bs-button + .slide-bs-button {
    margin-left: 16px;
}
#layerslider_1 .bs-main-slider-info .slide-bs-button > span {
    display: block;
    position: relative;
}
#layerslider_1 .bs-main-slider-info .slide-bs-button > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 14px;
    background-image: url(/images/icon-button-arrow-slide.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#layerslider_1 .bs-main-slider-info .slide-bs-button:hover > span:before {
    background-image: url(/images/icon-button-arrow-slide-on.svg);
}

/* 메인 슬라이드 추가 작업 */
.bs-main-slider {
    left: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
}
.bs-main-slider > .fusion-row {
    position: relative;
    max-width: 100% !important;
    height: 900px !important;
    overflow: hidden;
}
.bs-main-slider > .fusion-row:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -195px;
    left: -30px;
    width: calc(100% + 60px);
    height: 300px;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: 99;
}
.bs-main-slider-box-info {
    display: table !important;
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}
.bs-main-slider-box-info > .fusion-column-wrapper {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 900px !important;
    padding: 0 20px !important;
    text-align: center;
    vertical-align: middle;
}
.bs-main-slider-box-info > .fusion-column-wrapper > .fusion-column-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 900px !important;
}
.bs-main-slider-box-info > .fusion-column-wrapper .fusion-title,
.bs-main-slider-box-info > .fusion-column-wrapper .fusion-text {
    display: block;
    max-width: 1200px;
    margin: 0 auto !important;
}
.bs-main-slider-box-info > .fusion-column-wrapper .fusion-title h1 {
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: 'Maven Pro', 'Noto Sans KR', sans-serif;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
}
.bs-main-slider-box-info > .fusion-column-wrapper .fusion-text {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}
.bs-main-slider-box-info > .fusion-column-wrapper .fusion-text.bold {
    margin-bottom: 35px !important;
    font-weight: 500;
}
.bs-main-slider-box-info > .fusion-column-wrapper .bs-slide-button {
    display: inline-block;
    position: relative;
    width: auto;
    vertical-align: top;
}
.bs-main-slider-box-info > .fusion-column-wrapper .bs-slide-button:after {
    content: "";
    display: block;
    clear: both;
}
.bs-main-slider-box-info > .fusion-column-wrapper .slide-bs-button {
    float: left;
    display: block;
    position: relative;
    width: 190px;
    padding: 18px 22px;
    font-family: 'Maven Pro', 'Noto Sans KR', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ccc;
}
.bs-main-slider-box-info > .fusion-column-wrapper .slide-bs-button:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}
.bs-main-slider-box-info > .fusion-column-wrapper .slide-bs-button + .slide-bs-button {
    margin-left: 16px;
}
.bs-main-slider-box-info > .fusion-column-wrapper .slide-bs-button > span {
    display: block;
    position: relative;
}
.bs-main-slider-box-info > .fusion-column-wrapper .slide-bs-button > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 14px;
    background-image: url(/images/icon-button-arrow-slide.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.bs-main-slider-box-info > .fusion-column-wrapper .slide-bs-button:hover > span:before {
    background-image: url(/images/icon-button-arrow-slide-on.svg);
}
.bs-main-slider .slick-list,
.bs-main-slider .slick-track {
    height: 900px !important;
    overflow: hidden;
}
.bs-main-slider .slick-slide > div {
    height: 100%;
}
.bs-main-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 22px;
    height: 42px;
    text-indent: -9999em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    z-index: 99;
    outline: none;
    cursor: pointer;
}
.bs-main-slider .slick-arrow:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.bs-main-slider .slick-prev {
    left: 40px;
    background-image: url(/images/icon-slick-prev-w.svg);
}
.bs-main-slider .slick-next {
    right: 40px;
    background-image: url(/images/icon-slick-next-w.svg);
}

#main {
    position: relative;
    padding: 0 30px;
    background: #fff;
    z-index: 9;
}
body.has-sidebar #content {
    float: none !important;
    position: relative;
    width: 100% !important;
    z-index: 0 !important;
}


#toTop {
    right: 110px !important;
}

/* 퀵바 css */
.bs-quickbar-container {
    position: fixed;
    bottom: 112px;
    right: 40px;
    width: 62px;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.bs-quickbar-container .bs-quick-sns {
    display: block;
    position: relative;
    width: 62px;
    height: 62px;
    margin: 10px 0 0;
    padding: 0;
}
.bs-quickbar-container .bs-quick-sns:first-of-type {
    margin: 0;
}
.bs-quickbar-container .bs-quick-sns > a {
    display: block;
    position: relative;
    width: 62px;
    height: 62px;
    padding: 0;
}
.bs-quickbar-container .bs-quick-sns > a:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 62px;
    background-position: center;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .05);
}
.bs-quickbar-container .bs-quick-sns.whatsapp > a:before {
    background-image: url(/images/icon-map-bg-white.svg);
}
.bs-quickbar-container .bs-quick-sns.map > a:before {
    background-image: url(/images/icon-map-bg.svg);
}
.bs-quickbar-container .bs-quick-sns.kakao > a:before {
    background-image: url(/images/icon-sns-kakao-bg.svg);
}
.bs-quickbar-container .bs-quick-sns.email > a:before {
    background-image: url(/images/icon-sns-email-bg.svg);
}
.bs-quickbar-container .bs-quick-sns.map > a > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 34px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bs-quickbar-container .bs-quick-sns.kakao > a > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 34px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bs-quickbar-container .bs-quick-sns.whatsapp > a > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 34px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bs-quickbar-container .bs-quick-sns.email > a > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 컨테이너 css */
.bs-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 !important;
}
.bs-container.video {
    z-index: 9999;
}
.bs-container.board {
    padding: 0 0 150px !important;
}
.bs-container.basic {
    padding: 140px 0 150px !important;
}
.bs-container.slide {
    padding: 140px 0 110px !important;
}
.bs-container.type-1 {
    padding: 65px 0 120px !important;
}
.bs-container.type-2 {
    padding: 210px 0 200px !important;
}
.bs-container.type-3 {
    padding: 160px 0 !important;
}
.bs-container.type-4 {
    padding: 100px 0 120px !important;
}
.bs-container.type-5 {
    padding: 135px 0 125px !important;
}
.bs-container.max {
    left: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
}
.bs-container.parallax {
    padding: 230px 0 260px !important;
}

/* 컬럼 css */
.bs-column {
    margin: 0 !important;
    padding: 0 !important;
}
.bs-column.center {
    text-align: center;
}
.bs-container.max .bs-column.title {
    padding: 0 30px !important;
}
.bs-column.title .fusion-title h2,
.bs-column.title .fusion-title h3 {
    font-weight: 500 !important;
    color: #000;
}
.bs-column.title .fusion-title h2 > em {
    font-weight: 400 !important;
    font-style: normal;
}
.bs-column.title .fusion-title h2 > span.ko {
    font-size: 40px;
}
.bs-column.title .fusion-text {
    margin: 15px 0 0 !important;
    color: #666;
}
.bs-container.type-1 .bs-column.title .fusion-text {
    margin: 20px 0 0 !important;
}
.bs-container.bg .bs-column.title .fusion-title h2,
.bs-container.parallax .bs-column.title .fusion-title h2,
.bs-container.bg .bs-column.title .fusion-title h3,
.bs-container.parallax .bs-column.title .fusion-title h3 {
    color: #fff;
}
.bs-container.bg .bs-column.title .fusion-text {
    color: #eee;
}
.bs-container.parallax .bs-column.title .fusion-text {
    color: #cdcdcd;
}
.bs-column.title .fusion-button-wrapper {
    display: block;
    position: relative;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.bs-column.title .fusion-button-wrapper .bs-link-button {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 180px;
    height: 52px;
    line-height: 50px;
    margin: 32px 0 0 !important;
    padding: 0 !important;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    vertical-align: top;
    border: 1px solid #fff;
}
.bs-column.title .fusion-button-wrapper .bs-link-button:hover {
    background: #fff;
}
.bs-column.title .fusion-button-wrapper .bs-link-button .fusion-button-text {
    color: #fff;
}
.bs-column.title .fusion-button-wrapper .bs-link-button:hover .fusion-button-text {
    color: #000;
}
.bs-column.slider.type-1 {
    margin: 10px 0 0 !important;
    overflow: visible !important;
}
.bs-column.slider.type-1 > .fusion-column-wrapper {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 -20px;
    overflow: visible !important;
}
.bs-column.slider.type-1 > .fusion-column-wrapper > .fusion-builder-row .slick-list {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
}
.bs-column.slider.type-1 > .fusion-column-wrapper > .fusion-builder-row .slick-slide {
    padding: 40px 10px !important;
    outline: none;
}
.bs-column.slider.type-1 .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 20px;
    height: 40px;
    text-indent: -9999em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.bs-column.slider.type-1 .slick-arrow.slick-disabled {
    opacity: 0.2;
}
.bs-column.slider.type-1 .slick-arrow.slick-prev {
    left: -80px;
    background-image: url(/images/icon-slick-prev-g.svg);
}
.bs-column.slider.type-1 .slick-arrow.slick-next {
    right: -80px;
    background-image: url(/images/icon-slick-next-g.svg);
}
.bs-column.slider.type-1 .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
    vertical-align: top;
}
.bs-column.slider.type-1 .slick-dots > li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    vertical-align: top;
    background: #ddd;
    border-radius: 50%;
}
.bs-column.slider.type-1 .slick-dots > li.slick-active {
    background: #75ccff;
}
.bs-column.slider.type-1 .slick-dots > li > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.bs-column.slider.type-2 {
    margin: 15px 0 0 !important;
    overflow: visible !important;
}
.bs-column.slider.type-2 > .fusion-column-wrapper {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 -20px;
    overflow: visible !important;
}
.bs-column.slider.type-2 > .fusion-column-wrapper > .fusion-builder-row {
    overflow: visible !important;
}
.bs-column.slider.type-2 > .fusion-column-wrapper > .fusion-builder-row .slick-list {
    width: 100%;
    padding: 0 10px;
}
.bs-column.slider.type-2 > .fusion-column-wrapper > .fusion-builder-row .slick-track {
    overflow: visible !important;
}
.bs-column.slider.type-2 > .fusion-column-wrapper > .fusion-builder-row .slick-slide {
    padding: 40px 10px !important;
    outline: none;
}
.bs-column.slider.type-2 .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 20px;
    height: 40px;
    text-indent: -9999em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.bs-column.slider.type-2 .slick-arrow.slick-disabled {
    opacity: 0.2;
}
.bs-column.slider.type-2 .slick-arrow.slick-prev {
    left: -80px;
    background-image: url(/images/icon-slick-prev-w.svg);
}
.bs-column.slider.type-2 .slick-arrow.slick-next {
    right: -80px;
    background-image: url(/images/icon-slick-next-w.svg);
}
.bs-column.slider.type-2 .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
    vertical-align: top;
}
.bs-column.slider.type-2 .slick-dots > li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    vertical-align: top;
    background: #ddd;
    border-radius: 50%;
}
.bs-column.slider.type-2 .slick-dots > li.slick-active {
    background: #75ccff;
}
.bs-column.slider.type-2 .slick-dots > li > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.bs-column.slider.type-3 {
    margin: 10px 0 0 !important;
    overflow: visible !important;
}
.bs-column.slider.type-3 > .fusion-column-wrapper {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 -20px;
    overflow: visible !important;
}
.bs-column.slider.type-3 > .fusion-column-wrapper > .fusion-builder-row .slick-list {
    width: 100%;
    padding: 0 10px;
}
.bs-column.slider.type-3 > .fusion-column-wrapper > .fusion-builder-row .slick-track {
    overflow: visible !important;
}
.bs-column.slider.type-3 > .fusion-column-wrapper > .fusion-builder-row {
    overflow: visible !important;
}
.bs-column.slider.type-3 > .fusion-column-wrapper > .fusion-builder-row .slick-slide {
    padding: 40px 10px !important;
    outline: none;
}
.bs-column.slider.type-3 .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 20px;
    height: 40px;
    text-indent: -9999em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.bs-column.slider.type-3 .slick-arrow.slick-disabled {
    opacity: 0.2;
}
.bs-column.slider.type-3 .slick-arrow.slick-prev {
    left: -80px;
    background-image: url(/images/icon-slick-prev-w.svg);
}
.bs-column.slider.type-3 .slick-arrow.slick-next {
    right: -80px;
    background-image: url(/images/icon-slick-next-w.svg);
}
.bs-column.slider.type-3 .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
    vertical-align: top;
}
.bs-column.slider.type-3 .slick-dots > li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    vertical-align: top;
    background: #ddd;
    border-radius: 50%;
}
.bs-column.slider.type-3 .slick-dots > li.slick-active {
    background: #75ccff;
}
.bs-column.slider.type-3 .slick-dots > li > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.bs-column.slider.tbl-mobile {
    margin-top: 50px !important;
    overflow: visible !important;
}
.bs-column.slider.tbl-mobile > .fusion-column-wrapper {
    overflow: visible !important;
}
.bs-column.slider.tbl-mobile .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 20px;
    height: 40px;
    text-indent: -9999em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.bs-column.slider.tbl-mobile .slick-arrow.slick-disabled {
    opacity: 0.2;
}
.bs-column.slider.tbl-mobile .slick-arrow.slick-prev {
    left: -80px;
    background-image: url(/images/icon-slick-prev-g.svg);
}
.bs-column.slider.tbl-mobile .slick-arrow.slick-next {
    right: -80px;
    background-image: url(/images/icon-slick-next-g.svg);
}
.bs-column.slider.tbl-mobile .slick-dots {
    display: none !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
    vertical-align: top;
}
.bs-column.slider.tbl-mobile .slick-dots > li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    vertical-align: top;
    background: #ddd;
    border-radius: 50%;
}
.bs-column.slider.tbl-mobile .slick-dots > li.slick-active {
    background: #75ccff;
}
.bs-column.slider.tbl-mobile .slick-dots > li > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.bs-column.tbl-button {
    margin-top: 50px !important;
    text-align: center;
}
.bs-column.tbl-button > .fusion-column-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
}
.bs-column.tbl-button .fusion-button-wrapper {
    display: inline-block;
    position: relative;
    width: 160px;
    margin: 0 10px !important;
    vertical-align: top;
}
.bs-column.tbl-button .fusion-button-wrapper > .fusion-button {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
}
.bs-column.tbl-button .fusion-button-wrapper > .fusion-button:hover {
    background-color: #c80606;
    border-color: #c80606;
}
.bs-column.tbl-button .fusion-button-wrapper > .fusion-button .fusion-button-text {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}
.bs-column.tbl-button .fusion-button-wrapper > .fusion-button:hover .fusion-button-text {
    padding-left: 0;
}
.bs-column.tbl-button .fusion-button-wrapper > .fusion-button .fusion-button-text:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 6px;
    height: 6px;
    background: #c80606;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bs-column.tbl-button .fusion-button-wrapper > .fusion-button:hover .fusion-button-text:before {
    opacity: 0;
}

/* 슬라이드 css */
.slick-slide img {
    display: none;
}
.slick-slide.slick-active img {
    display: block;
}
.bs-image-svg .image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.bs-image-svg .image .img {
    visibility: visible;
    opacity: 1;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bs-image-svg .image .img-hover {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.bs-image-svg .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bs-image-svg .hover > svg {
    overflow: visible !important;
}
.bs-image-svg-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bs-image-svg-hover > svg {
    overflow: visible !important;
}
.bs-slide-item {
    position: relative;
    width: 100% !important;
    max-width: 285px;
    margin: 0 !important;
    padding: 0 !important;
}
.bs-slide-item.link-box {
    max-width: none;
    margin-bottom: 36px !important;
}
.bs-slide-item.link-box:before {
    content: "";
    display: block;
    padding-top: 310px;
}
.bs-slide-item.link-box > .fusion-column-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 56px 48px 0 !important;
    z-index: 9 !important;
    overflow: hidden;
}
.bs-slide-item.link-box.col-1,
.bs-slide-item.link-box.col-4,
.bs-slide-item.link-box.col-5,
.bs-slide-item.link-box.col-8,
.bs-slide-item.link-box.col-9,
.bs-slide-item.link-box.col-12 {
    width: 662px !important;
}
.bs-slide-item.link-box.col-2,
.bs-slide-item.link-box.col-3,
.bs-slide-item.link-box.col-6,
.bs-slide-item.link-box.col-7,
.bs-slide-item.link-box.col-10,
.bs-slide-item.link-box.col-11 {
    width: 502px !important;
}
.bs-slide-item.link-box.col-2,
.bs-slide-item.link-box.col-4,
.bs-slide-item.link-box.col-6,
.bs-slide-item.link-box.col-8,
.bs-slide-item.link-box.col-10,
.bs-slide-item.link-box.col-12 {
    margin-bottom: 0 !important;
}
.bs-slide-item.link-box.col-3,
.bs-slide-item.link-box.col-7,
.bs-slide-item.link-box.col-11 {
    margin-left: 98px !important;
}
.bs-slide-item.link-box.col-4,
.bs-slide-item.link-box.col-8,
.bs-slide-item.link-box.col-12 {
    margin-left: -62px !important;
}
.bs-slide-item.link-box .imageframe-align-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.bs-slide-item.link-box > .fusion-column-wrapper:hover .imageframe-align-center {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.bs-slide-item.link-box .imageframe-align-center .fusion-imageframe,
.bs-slide-item.link-box .imageframe-align-center .fusion-imageframe img {
    display: block;
    width: 100%;
    height: 100%;
}
.bs-slide-item.link-box .fusion-title h5 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.bs-slide-item.link-box.black .fusion-title h5 {
    color: #000;
}
.bs-slide-item.link-box .fusion-text {
    margin-top: 20px !important;
    line-height: 1.6;
    font-weight: 300;
    color: #eee;
}
.bs-slide-item.link-box.black .fusion-text {
    color: #666;
}
.bs-slide-item.link-box .fusion-button-wrapper {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 48px;
    width: calc(100% - 96px);
    z-index: 99;
}
.bs-slide-item.link-box .fusion-button-wrapper .fusion-button {
    position: relative;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    border: 0 !important;
    cursor: pointer;
}
.bs-slide-item.link-box .fusion-button-wrapper .fusion-button:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.bs-slide-item.link-box.black .fusion-button-wrapper .fusion-button:before {
    background: #000;
}
.bs-slide-item.link-box .fusion-button-wrapper .fusion-button > .fusion-button-text {
    color: #fff;
}
.bs-slide-item.link-box.black .fusion-button-wrapper .fusion-button > .fusion-button-text {
    color: #000;
}
.bs-column.slider.type-1 .bs-slide-item:before {
    content: "";
    display: block;
    padding-top: 140.354%;
}
.bs-column.slider.type-1 .bs-slide-item > .fusion-column-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 30px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-column.slider.type-1 .bs-slide-item:hover > .fusion-column-wrapper {
    top: -10px;
}
.bs-column.slider.type-1 .bs-slide-item .bs-image-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bs-column.slider.type-1 .bs-slide-item:hover .bs-image-svg .hover {
    opacity: 1;
}
.bs-column.slider.type-1 .bs-slide-item .fusion-title,
.bs-column.slider.type-1 .bs-slide-item .fusion-text {
    position: relative;
    color: #fff;
    z-index: 9;
}
.bs-column.slider.type-1 .bs-slide-item .fusion-title.en h5 {
    font-weight: 700;
    color: #fff;
}
.bs-column.slider.type-1 .bs-slide-item .fusion-button-wrapper {
    display: block !important;
    position: absolute !important;
    right: 30px !important;
    bottom: 30px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bs-column.slider.type-1 .bs-slide-item .bs-slide-link {
    display: block;
    position: relative;
    width: 30px !important;
    height: 30px !important;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url(/images/icon-plus-link-w.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    border: 0;
}
.bs-column.slider.type-1 .bs-slide-item:hover .bs-slide-link {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.bs-column.slider.type-1 .bs-slide-item .bs-slide-link > .fusion-button-text {
    display: none;
}

.bs-column.slider.type-2 .bs-slide-item:before {
    content: "";
    display: block;
    padding-top: 140.354%;
}
.bs-column.slider.type-2 .bs-slide-item > .fusion-column-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 30px !important;
}
.bs-column.slider.type-2 .bs-slide-item .bs-image-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bs-column.slider.type-2 .bs-slide-item:hover .bs-image-svg .image .bg {
    visibility: visible;
    opacity: 1;
}
.bs-column.slider.type-2 .bs-slide-item:hover .bs-image-svg .image .img {
    visibility: visible;
    opacity: 1;
}
.bs-column.slider.type-2 .bs-slide-item:hover .bs-image-svg .image .img-hover {
    visibility: visible;
    opacity: 1;
}
.bs-column.slider.type-2 .bs-slide-item:hover .bs-image-svg .hover {
    visibility: visible;
    opacity: 1;
}
.bs-column.slider.type-2 .bs-slide-item .imageframe-align-center {
    position: absolute;
    top: 50px;
    left: 30px;
    width: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bs-column.slider.type-2 .bs-slide-item:hover .imageframe-align-center {
    left: -20px;
}
.bs-column.slider.type-2 .bs-slide-item .imageframe-align-center .fusion-imageframe,
.bs-column.slider.type-2 .bs-slide-item .imageframe-align-center img {
    display: block;
    width: 100%;
}
.bs-column.slider.type-2 .bs-slide-item .fusion-title,
.bs-column.slider.type-2 .bs-slide-item .fusion-text {
    position: relative;
    color: #fff;
    z-index: 9;
}
.bs-column.slider.type-2 .bs-slide-item .fusion-title {
    position: absolute;
    bottom: 30px;
    left: 35px;
    width: calc(100% - 100px);
}
.bs-column.slider.type-2 .bs-slide-item .fusion-title.en h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.bs-column.slider.type-2 .bs-slide-item .fusion-title:after {
    content: "Company Profile";
    display: block;
    font-size: 14px;
    color: #557199;
}
.bs-column.slider.type-2 .bs-slide-item:hover .fusion-title:after {
    color: #b5e3ff;
}
.bs-column.slider.type-2 .bs-slide-item .fusion-button-wrapper {
    display: block !important;
    position: absolute !important;
    right: 30px !important;
    bottom: 40px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bs-column.slider.type-2 .bs-slide-item .bs-slide-link {
    display: block;
    position: relative;
    width: 30px !important;
    height: 30px !important;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url(/images/icon-plus-link-blue.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    border: 0;
}
.bs-column.slider.type-2 .bs-slide-item:hover .bs-slide-link {
    background-image: url(/images/icon-plus-link-w.svg);
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.bs-column.slider.type-2 .bs-slide-item .bs-slide-link > .fusion-button-text {
    display: none;
}
.bs-column.slider.type-3 .bs-slide-item {
    max-width: 387px;
}
.bs-column.slider.type-3 .bs-slide-item {
    max-width: 387px;
}
.bs-column.slider.type-3 .bs-slide-item > .fusion-column-wrapper {
    background: #fff;
    /* padding: 30px 38px 0 !important; */
    padding: 30px 38px !important;
    overflow: visible !important;
}
.bs-column.slider.type-3 .bs-slide-item .bs-image-svg {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    background-image: url(/images/bg-cut-box.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
    z-index: 0;
}
.bs-column.slider.type-3 .bs-slide-item .bs-image-svg:before {
    content: "";
    display: block;
    padding-top: 9.8%;
}
/*
.bs-column.slider.type-3 .bs-slide-item .bs-image-svg img {
    display: block;
    position: relative;
    width: 100%;
}
*/
.bs-column.slider.type-3 .bs-slide-item .bs-image-svg img {
    display: none;
}
.bs-column.slider.type-3 .bs-slide-item .bs-image-svg .hover {
    top: auto;
    bottom: 0;
}
.bs-column.slider.type-3 .bs-slide-item:hover .bs-image-svg-hover {
    opacity: 1;
}
.bs-column.slider.type-3 .bs-slide-item .fusion-title,
.bs-column.slider.type-3 .bs-slide-item .fusion-text {
    position: relative;
    z-index: 9;
}
.bs-column.slider.type-3 .bs-slide-item .fusion-title.en h4 {
    font-size: 30px;
    font-weight: 500;
    color: #0080cc;
}
.bs-column.slider.type-3 .bs-slide-item .fusion-text.conts {
    margin: 10px 0 !important;
    min-height: 3.4em;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.bs-column.slider.type-3 .bs-slide-item .fusion-imageframe {
    max-width: 152px;
    border: 1px solid #eee;
}
.bs-column.slider.type-3 .bs-slide-item .fusion-imageframe img {
    display: block;
    width: 100%;
}
.bs-column.slider.type-3 .bs-slide-item .fusion-text.date {
    margin-top: 30px !important;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    color: #0080cc;
}

/* 메인 payment css */
.bs-column-payment {
    position: relative;
    width: calc(100% + 20px);
    margin: 45px -10px 0;
}
.bs-column-payment > div {
    display: table;
    position: relative;
    width: 100%;
}
.bs-column-payment-info {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 10px;
}
.bs-column-payment-info:nth-of-type(2),
.bs-column-payment-info:nth-of-type(3) {
    width: 215px;
}
.bs-column-payment-info:nth-of-type(4),
.bs-column-payment-info:nth-of-type(5) {
    width: 190px;
}
.bs-column-payment-info label {
    margin: 0;
    padding: 0;
}
.bs-column-payment-info label p {
    display: block;
    position: relative;
    margin-bottom: 10px !important;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.bs-column-payment-info .bs-input-form > div > span {
    line-height: 50px;
}
.bs-column-payment-info .bs-select i {
    width: 55px;
}
.bs-column-payment-info .bs-img-guide {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
}
.bs-column-payment-info .bs-submit {
    position: relative;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #c80606;
    border: 1px solid #c80606;
    outline: none;
    cursor: pointer;
}

/* 서브 css */
.bs-container.max-width {
    max-width: 1100px;
    margin: 0 auto !important;
}
.bs-container.depth {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: 0 -10px !important;
    z-index: 99999;
}
.bs-container.depth-no-text {
    padding: 755px 0 150px !important;
}
.bs-container.tbl {
    padding: 85px 0 150px !important;
}
.bs-container.sub-tbl {
    padding: 150px 0 !important;
}
.bs-container.depth-list {
    padding: 85px 0 150px !important;
}
.bs-container.sub-box-list {
    padding: 90px 0 50px !important;
}
.bs-container.sub-box-list.column-set {
    padding: 90px 0 0 !important;
}
.bs-container.sub-box-list.column-set + .bs-container.sub-box-list.column-set {
    padding: 0 !important;
}
.bs-container.sub-box-list.column-set.last {
    padding-bottom: 50px !important;
}
.bs-container.sub-basic {
    padding: 145px 0 150px !important;
}
.bs-container.sub-type-1 {
    padding: 145px 0 120px !important;
}
.bs-container.sub-type-1.column-set-type-1 {
    padding-bottom: 100px !important;
}
.bs-container.sub-global {
    padding: 145px 0 90px !important;
}
.bs-container.bg-tbl {
    padding: 145px 0 !important;
}
.bs-container.top-depth {
    padding-top: 85px !important;
}
.bs-container.top-0 {
    padding-top: 0 !important;
}
.bs-container.bg-tbl > .fusion-builder-row {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.bs-container.bg-tbl .fusion-title h4 {
    margin-bottom: 50px !important;
    color: #fff;
}
.bs-container.bg-tbl .fusion-title h5 {
    color: #fff;
}
.bs-container.bg-tbl .fusion-title h6 {
    color: #fff;
}
.bs-container.bg-tbl .fusion-title.margin-top h6 {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
}
.bs-container.bg-tbl.black .fusion-title h4 {
    color: #000;
}
.bs-container.bg-tbl.black .fusion-title h5 {
    color: #000;
}
.bs-container.bg-tbl.black .fusion-title h6 {
    color: #000;
}
.bs-container.bg-tbl .fusion-text {
    font-size: 18px;
    font-weight: 300;
    color: #eee;
}
.bs-container.bg-tbl.black .fusion-text {
    color: #666;
}
.bs-container.bg-tbl .fusion-text p {
    margin-bottom: 30px !important;
}
.bs-container.bg-tbl .fusion-text p:last-of-type {
    margin-bottom: 0 !important;
}
.bs-container.bg-tbl .fusion-text a {
    color: #5dc3ff;
    text-decoration: underline;
}
.bs-container.bg-tbl.black .fusion-text a {
    color: #0080cc;
}

/* 페이지 타이틀 바 css */
.title-bar {
    position: relative;
    width: 100%;
    height: 568px;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}
.fusion-page-title-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 568px !important;
    z-index: 0;
    background-size: cover;
    overflow: hidden;
}
.admin-bar .fusion-page-title-bar {
    top: 32px;
}
.title-bar .fusion-page-title-captions {
    width: 100%;
    padding-top: 70px;
    text-align: center;
    color: #fff;
}
.title-bar .fusion-page-title-captions > h1.entry-title {
    display: none;
}
.title-bar .fusion-page-title-captions > h5 {
    display: block;
    margin-top: 5px;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    line-height: 1;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-bar .fusion-page-title-captions > h5 strong {
    display: block;
    font-weight: 700;
}
.title-bar .fusion-page-title-captions > p {
    display: block;
    margin-top: 25px;
    line-height: 1.7;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #eee;
    text-transform: uppercase;
}
.title-bar .fusion-page-title-secondary {
    display: none !important;
}

/* 서브 타이틀 css */
.bs-column.sub-title {
    text-align: center;
}
.bs-column.sub-title.no-text {
    padding-bottom: 50px !important;
}
.bs-column.sub-title .fusion-title {
    color: #000;
}
.bs-column.sub-title .fusion-title h3 {
    margin-bottom: 40px !important;
    font-weight: 500;
    color: inherit;
}
.bs-container.sub-basic .bs-column.sub-title .fusion-title h3 {
    margin-bottom: 50px !important;
}
.bs-column.sub-title .fusion-title h4 {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    font-weight: 400;
    color: inherit;
}
.bs-column.sub-title .fusion-title h4 > span.spn-sep-first,
.bs-column.sub-title .fusion-title h4 > span.spn-sep-last {
    display: inline;
}
.bs-column.sub-title .fusion-title h4 > span.spn-sep-first {
    position: relative;
    padding-right: 30px;
}
.bs-column.sub-title .fusion-title h4 > span.spn-sep-last {
    padding-left: 15px;
}
.bs-column.sub-title .fusion-title h4 > span.spn-sep-first:after {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.bs-column.sub-title .fusion-text {
    margin-bottom: 60px !important;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300;
    color: #666;
}
.bs-column.sub-title .fusion-text.uppercase {
    text-transform: uppercase;
}
.bs-column.sub-title.white .fusion-title {
    color: #fff;
}
.bs-column.sub-title.white .fusion-text {
    color: #fff;
}
.bs-column.big-image {
    width: calc(100% + 280px) !important;
    max-width: calc(100% + 280px) !important;
    margin: 0 -140px 35px !important;
}

/* 메뉴 2뎁스 css */
.bs-column.depth-2 {
    position: fixed;
    top: 100px;
	left: 0;
    width: 100%;
    height: 55px;
    vertical-align: top;
    text-align: center;
    background: #192f4c;
    z-index: 9999;
    overflow: hidden;
}
.bs-column.depth-2.scroll {
    top: 80px;
}
.admin-bar .bs-column.depth-2 {
    top: 132px;
}
.admin-bar .bs-column.depth-2.scroll {
    top: 112px;
}
.bs-column.depth-2 > .fusion-column-wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    vertical-align: top;
    text-align: center;
    background: #192f4c;
}
.bs-column.depth-2 > .fusion-column-wrapper .slick-list,
.bs-column.depth-2 > .fusion-column-wrapper .slick-track,
.bs-column.depth-2 > .fusion-column-wrapper .slick-slide,
.bs-column.depth-2 > .fusion-column-wrapper .slick-slide > div {
    height: 100%;
    z-index: 0;
}
.bs-column.depth-2 > .fusion-column-wrapper .slick-list {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.bs-column.depth-2 > .fusion-column-wrapper .slick-arrow {
    position: absolute;
    top: calc(50% - 9px);
    width: 12px;
    height: 18px;
    text-indent: -9999em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.bs-column.depth-2 > .fusion-column-wrapper .slick-arrow.slick-disabled {
    opacity: .2;
}
.bs-column.depth-2 > .fusion-column-wrapper .slick-prev {
    left: -60px;
    background-image: url(/images/icon-slick-prev-w.svg);
}
.bs-column.depth-2.scroll > .fusion-column-wrapper .slick-prev {
   left: calc(50% - 660px);
}
.bs-column.depth-2 > .fusion-column-wrapper .slick-next {
    right: -60px;
    background-image: url(/images/icon-slick-next-w.svg);
}
.bs-column.depth-2.scroll > .fusion-column-wrapper .slick-next {
    right: calc(50% - 660px);
}
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper {
    float: left;
    position: relative;
    width: 240px;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(2),
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(2) + .fusion-button-wrapper {width: 50%;}
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(3),
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(3) ~ .fusion-button-wrapper {width: 33.33%;}
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(4),
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(4) ~ .fusion-button-wrapper {width: 25%;}
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper > a {
    display: table !important;
    position: relative;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #192f4c;
    border: 0 !important;
    outline: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper > a > span {
    display: table-cell !important;
    width: 100%;
    height: 100%;
    padding: 0 10px !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    white-space: pre-line;
}
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper > a.active {
    background: #0080cc;
}
.bs-column.depth-2 > .fusion-column-wrapper .fusion-button-wrapper > a.active > span {
    color: #fff;
}
/* 메뉴 3뎁스 css */
.bs-column.depth-3-mobile {
    display: none;
}
.bs-column.depth-3 {
    float: none !important;
    position: relative;
    width: 100%;
    height: 60px;
    margin: 40px 0 !important;
    vertical-align: top;
    text-align: center;
    z-index: 9;
}
.bs-column.depth-3 > .fusion-column-wrapper {
    display: inline-block;
    position: relative;
    width: auto !important;
    max-width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    text-align: center;
}
.bs-column.depth-3 > .fusion-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper {
    float: left;
    display: block !important;
    position: relative;
    min-width: 200px !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #ddd;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper.active {
    border-color: #0080cc;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper + .fusion-button-wrapper {
    border-left: 0;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:only-child {
    width: 100% !important;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(2),
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(2) + .fusion-button-wrapper {
    width: 50% !important;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(3),
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(3) ~ .fusion-button-wrapper {
    width: 33.333% !important;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(4),
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(4) ~ .fusion-button-wrapper {
    width: 25% !important;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(5),
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(5) ~ .fusion-button-wrapper {
    width: 20% !important;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(6),
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper:nth-last-child(6) ~ .fusion-button-wrapper {
    width: 16.667% !important;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper > a {
    display: table !important;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    border: 0 !important;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper > a > span {
    display: table-cell !important;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    color: #000;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper.active > a {
    background: #0080cc;
}
.bs-column.depth-3 > .fusion-column-wrapper .fusion-button-wrapper.active > a > span {
    color: #fff;
}

.bs-column.depth-title {
    padding: 110px 0 40px !important;
    background: #fff;
    z-index: 999;
}
.bs-column.depth-title .fusion-title h2,
.bs-column.depth-title .fusion-title h3 {
    font-weight: 500 !important;
    color: #000;
}
.bs-column.bg-info {
    position: absolute;
    left: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
    height: 670px;
    overflow: hidden;
}
.bs-column.bg-info:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -160px;
    right: -30px;
    width: calc(100% + 60px);
    height: 300px;
    margin: 0;
    padding: 0;
    background: #fff;
    transform: rotate(-6deg);
    z-index: 99;
}
.bs-column.bg-info > .fusion-column-wrapper {
    width: 100%;
    height: 100%;
}
.bs-column.bg-info .imageframe-align-center {
    position: relative;
    width: 100%;
    height: 100%;
}
.bs-column.bg-info .imageframe-align-center > .fusion-imageframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-column.bg-info .imageframe-align-center > .fusion-imageframe img {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 1900px;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.bs-column.bs-info-contents {
    position: relative;
    width: 100%;
    min-height: 364px;
    margin: 310px auto 0 !important;
    padding: 95px 30px 0 !important;
    text-align: center;
    background: #fff;
    z-index: 99;
}
.bs-column.bs-info-contents.init-depth-3 {
    margin: 390px auto 0 !important;
}
.bs-column.bs-info-contents .fusion-title h4 {
    text-transform: uppercase;
    color: #000;
}
.bs-column.bs-info-contents .fusion-text {
    max-width: 1000px;
    margin: 30px auto 55px !important;
    font-size: 17px;
    color: #666;
}
.bs-column.bs-info-contents .bs-separator {
    position: relative;
    left: 50%;
    width: 1px;
    height: 60px;
    background: #ddd;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.bs-column.bs-info-contents .bs-separator.none {
    width: 0;
    background: transparent;
}
.bs-column.bs-info-contents .bs-table-tbl {
    position: relative;
    width: 100%;
}
.bs-column.bs-info-contents .bs-table-tbl.margin {
    padding: 40px 0;
}
.bs-column.bs-info-contents .bs-table-tbl.margin-top {
    padding-top: 40px;
}
.bs-column.bs-info-contents .bs-table-tbl.margin-type-1 {
    padding: 60px 0;
}
.bs-column.bs-info-contents .bs-table-tbl table {
    position: relative;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif
}
.bs-column.bs-info-contents .bs-table-tbl.type-basic table {
    border-top: 2px solid #000;
}
.bs-column.bs-info-contents .bs-table-tbl table thead {
    background: #162f4d;
}
.bs-column.bs-info-contents .bs-table-tbl.type-basic table thead {
    background: transparent;
    border-bottom: 1px solid #ddd;
}
.bs-column.bs-info-contents .bs-table-tbl table thead th {
    width: auto;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.bs-column.bs-info-contents .bs-table-tbl.type-basic table thead th {
    color: #000;
}
.bs-column.bs-info-contents .bs-table-tbl.type-1 table thead th {
    text-align: left;
}
.bs-column.bs-info-contents .bs-table-tbl table thead th.first-type {
    width: 51%;
    text-align: left;
}
.bs-column.bs-info-contents .bs-table-tbl.margin-type-1 table tbody {
    background: #fff;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody th,
.bs-column.bs-info-contents .bs-table-tbl table tbody td {
    width: auto;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    color: #666;
    border-bottom: 1px solid rgba(221, 221, 221, .6);
}
.bs-column.bs-info-contents .bs-table-tbl.type-1 table tbody th,
.bs-column.bs-info-contents .bs-table-tbl.type-1 table tbody td {
    text-align: left;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody th {
    color: #000;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody th > strong {
    display: block;
    font-weight: 500;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody th > span {
    display: block;
    color: #666;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td.first-type {
    width: 51%;
    text-align: left;
}
.bs-container.bg-tbl .bs-table-tbl table tbody td {
    color: #bbc7d8;
}
.bs-container.bg-tbl.black .bs-table-tbl table tbody td {
    color: #666;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td > strong {
    font-weight: 500;
    color: #000;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td > span {
    display: block;
    margin: 0;
    padding: 0;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td .dl-tbl-type-1 {
    position: relative;
    width: 100%;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td .dl-tbl-type-1 + .dl-tbl-type-1 {
    margin-top: 20px;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td .dl-tbl-type-1 > dt {
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}
.bs-container.bg-tbl .bs-table-tbl table tbody td .dl-tbl-type-1 > dt {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-table-tbl table tbody td .dl-tbl-type-1 > dt {
    color: #000;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td .dl-tbl-type-1 > dd {
    font-weight: 300;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td .dl-tbl-type-1 > dd p {
    display: block;
    margin: 0;
    padding: 0;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td .dl-tbl-type-1 > dd ul {
    position: relative;
    width: 100%;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td .dl-tbl-type-1 > dd ul > li {
    position: relative;
    width: 100%;
    padding-left: 10px;
}
.bs-column.bs-info-contents .bs-table-tbl table tbody td .dl-tbl-type-1 > dd ul > li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

.bs-column-content-boxs {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 25px auto 0 !important;
    padding: 38px 15px 10px !important;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.bs-column-content-boxs > .fusion-column {
    margin: 0 !important;
    padding: 0 15px 30px !important;
    border: 0 !important;
}
.bs-column-content-boxs > .fusion-column > .col {
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bs-column-content-boxs > .fusion-column > .col .heading {
    margin: 0 0 8px !important;
    padding: 0 !important;
}
.bs-column-content-boxs > .fusion-column > .col .heading h6 {
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.bs-column-content-boxs > .fusion-column > .col .content-container {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

/* 서브 슬라이드 컬럼 css */
.bs-sub-slide-item {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bs-column.sub-slider.type-1 {
    margin-top: -10px !important;
}
.bs-column.sub-slider.type-1 .slick-list {
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.bs-column.sub-slider.type-1 .slick-track {
    width: 100%;
}
.bs-column.sub-slider.type-1 .slick-track:before {
    display: none;
}
.bs-column.sub-slider.type-1 .slick-track:after {
    content: "";
    display: block;
    clear: both;
}
.bs-column.sub-slider.type-1 .slick-slide {
    padding: 0 5px;
}
.bs-column.sub-slider.type-1 .slick-slide > div {
    position: relative;
    width: 100% !important;
    height: 135px !important;
    margin: 0 0 15px !important;
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item > .fusion-column-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item .bs-image-svg {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item .bs-image-svg .image,
.bs-column.sub-slider.type-1 .bs-sub-slide-item .bs-image-svg .hover {
    position: absolute;
    top: -2px;
    left: 50%;
    max-width: 390px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item:hover .bs-image-svg .hover {
    visibility: visible;
    opacity: 1;
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item .fusion-title,
.bs-column.sub-slider.type-1 .bs-sub-slide-item .fusion-text {
    position: relative;
    color: #fff;
    z-index: 9;
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item .fusion-button-wrapper {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9;
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item .fusion-button-wrapper .fusion-button {
    display: table !important;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    border: 0;
    cursor: default;
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item .fusion-button-wrapper .fusion-button .fusion-button-text {
    display: table-cell !important;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.bs-column.sub-slider.type-1 .bs-sub-slide-item:hover .fusion-button-wrapper .fusion-button .fusion-button-text {
    color: #000;
}
.bs-column.sub-slider.type-1 .slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    width: 20px;
    height: 40px;
    text-indent: -9999em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.bs-column.sub-slider.type-1 .slick-arrow.slick-disabled {
    opacity: .2;
}
.bs-column.sub-slider.type-1 .slick-arrow.slick-prev {
    left: -80px;
    background-image: url(/images/icon-slick-prev-w.svg);
}
.bs-column.sub-slider.type-1 .slick-arrow.slick-next {
    right: -80px;
    background-image: url(/images/icon-slick-next-w.svg);
}
.bs-column.sub-slider.type-1 .slick-dots {
    position: relative;
    width: 100%;
    height: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 35px !important;
    vertical-align: top;
    text-align: center;
}
.bs-column.sub-slider.type-1 .slick-dots > li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 3px;
    margin: 0 5px;
    vertical-align: top;
    background: #bbb;
    cursor: pointer;
}
.bs-column.sub-slider.type-1 .slick-dots > li.slick-active {
    background: #0080cc;
}
.bs-column.sub-slider.type-1 .slick-dots > li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: transparent;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

/* 서브 페이지 컬럼 css */
.bs-column.video .bs-video-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90% !important;
    max-width: 1000px !important;
    max-height: 720px !important;
    margin: 0 !important;
    padding: 60px 0 0 !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.bs-column.video .bs-video-info.active {
    opacity: 1;
    visibility: visible;
}
.bs-column.video .bs-youtube-background {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.bs-column.video .bs-youtube-background.active {
    opacity: 1;
    visibility: visible;
}
.bs-column.video .bs-video-info .video-shortcode {
    position: relative;
    width: 100%;
    height: 100%;
}
.bs-column.video .bs-video-info .bs-video-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.bs-column.video .bs-video-info .bs-video-close > span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 3px !important;
    background: #fff;
    border: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.bs-column.video .bs-video-info .bs-video-close > span:nth-child(1) {
    top: calc(50% - 13px);
    left: calc(50% - 4px);
    transform: rotate(-45deg) translate(-50%, -50%);
}
.bs-column.video .bs-video-info .bs-video-close > span:nth-child(2) {
    bottom: calc(50% - 18px);
    left: calc(50% - 6px);
    transform: rotate(45deg) translate(-50%, -50%);
}
.bs-column.video .fusion-button-wrapper {
    display: block !important;
}
.bs-column.video .fusion-button-wrapper .bs-video-link {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #8f97a8;
    background-image: url(/images/icon-video-link.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0 !important;
    border-radius: 50% !important;
}
.bs-column.video .fusion-button-wrapper .bs-video-link:hover {
    background-color: #657494;
}
.bs-column.video .fusion-button-wrapper .bs-video-link .fusion-button-text {
    display: none;
}
.bs-column-global-box {
    width: calc(50% - 30px) !important;
    min-height: 155px;
    margin: 0 !important;
    padding: 35px 40px !important;
    margin-bottom: 60px !important;
    border: 1px solid #ddd;
    border-top: 2px solid #000;
}
.bs-column-global-box.fusion-column-last {
    margin-left: 60px !important;
}
.bs-column-global-box .fusion-title h6 {
    font-weight: 500;
    margin-bottom: 10px !important;
}
.bs-global-info-list {
    margin: 0 !important;
    padding: 0 !important;
}
.bs-global-info-list > li {
    margin: 0 !important;
    padding: 0 !important;
}
.bs-global-info-list > li .icon-wrapper {
    display: none;
}
.bs-global-info-list > li .fusion-li-item-content {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.bs-global-info-list > li .fusion-li-item-content:before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}
.bs-global-info-list > li .fusion-li-item-content > span.spn-info {
    display: inline-block;
    position: relative;
}
.bs-global-info-list > li .fusion-li-item-content > span.spn-info:first-of-type {
    padding-right: 15px;
}
.bs-global-info-list > li .fusion-li-item-content > span.spn-info:last-of-type {
    padding-left: 15px;
}
.bs-global-info-list > li .fusion-li-item-content > span.spn-info:last-of-type:before {
    content: "/";
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
}
.bs-global-info-list > li .fusion-li-item-content strong {
    font-weight: 300;
    color: #000;
}
.bs-global-info-list > li .fusion-li-item-content a {
    color: inherit;
}
.bs-column.tbl-cell {
    display: table-cell;
}
.bs-column.tbl-cell.margin {
    margin-bottom: 100px !important;
}
.bs-container.tbl .bs-column.tbl-cell.image {
    width: 560px !important;
}
.bs-container.sub-tbl .bs-column.tbl-cell.image {
    width: 520px !important;
}
.bs-column.tbl-cell.image .imageframe-align-center {
    display: block !important;
    width: 100% !important;
}
.bs-column.tbl-cell.image .imageframe-align-center .fusion-imageframe {
    display: block !important;
    width: 100% !important;
}
.bs-column.tbl-cell.image .imageframe-align-center .fusion-imageframe img {
    display: block !important;
    width: 100% !important;
}
.bs-container.tbl .bs-column.tbl-cell.info {
    width: calc(100% - 560px) !important;
    vertical-align: middle;
}
.bs-container.sub-tbl .bs-column.tbl-cell.info {
    width: calc(100% - 520px) !important;
    vertical-align: middle;
}
.bs-container.tbl .bs-column.tbl-cell.info.left {
    padding-left: 50px !important;
    padding-right: 40px !important;
}
.bs-container.tbl .bs-column.tbl-cell.info.right {
    padding-left: 130px !important;
    padding-right: 10px !important;
}
.bs-container.sub-tbl .bs-column.tbl-cell.info.left {
    padding-left: 0 !important;
    padding-right: 60px !important;
}
.bs-container.sub-tbl .bs-column.tbl-cell.info.right {
    padding-left: 80px !important;
    padding-right: 0 !important;
}
.bs-column.tbl-cell.info .fusion-title {
    margin-bottom: 25px !important;
}
.bs-column.tbl-cell.info .fusion-title h4 {
    line-height: 1.4;
}
.bs-column.tbl-cell.info .fusion-text {
    line-height: 1.8;
    letter-spacing: -0.25px;
    font-size: 17px;
    font-weight: 300;
    color: #666;
}
.bs-column.tbl-cell.info .fusion-text + .fusion-text {
    margin-top: 30px !important;
}
.bs-column.tbl-cell.info .fusion-text.signature {
    font-weight: 300;
    color: #010101;
}
.bs-column.tbl-cell.info .fusion-text.signature.bold {
    font-weight: 500;
}
.bs-column.tbl-cell.info .fusion-text p + p {
    margin-top: 20px !important;
}
.bs-column.tbl-cell.info .fusion-text.guide {
    position: relative;
    margin-top: 20px !important;
    padding-left: 10px !important;
    font-size: 17px;
    color: #666;
}
.bs-column.tbl-cell.info .fusion-text.guide:before {
    content: "*";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}
.bs-column-tbl-checklist {
    margin: 0 !important;
    padding: 0 !important;
}
.bs-column-tbl-checklist > li {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}
.bs-column-tbl-checklist > li:last-of-type {
    padding-bottom: 0 !important;
}
.bs-column-tbl-checklist > li .icon-wrapper {
    display: none;
}
.bs-column-tbl-checklist > li .fusion-li-item-content {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 0 0 25px !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
.bs-column-tbl-checklist > li .fusion-li-item-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 2px;
    width: 5px;
    height: 5px;
    background: #000;
}
.bs-column.image-box-list {
    width: calc(50% - 30px) !important;
    margin-bottom: 100px !important;
    padding: 0 !important;
    border-bottom: 1px solid #ddd;
}
.bs-column.image-box-list.border-none {
    border: 0;
}
.bs-column.image-box-list.fusion-column-first {
    margin-right: 30px !important;
}
.bs-column.image-box-list.fusion-column-last {
    margin-left: 30px !important;
}
.bs-column.image-box-list .imageframe-align-center {
    width: 100% !important;
    margin: 0 !important;
}
.bs-column.image-box-list .imageframe-align-center .fusion-imageframe,
.bs-column.image-box-list .imageframe-align-center img {
    display: block;
    width: 100%;
}
.bs-column.image-box-list .fusion-title {
    padding: 35px 0 30px !important;
}
.bs-column.image-box-list .fusion-text {
    padding-bottom: 30px !important;
    letter-spacing: -0.5px;
    font-size: 17px;
    font-weight: 300;
    color: #666;
}
.bs-column.image-box-list .fusion-text p + p {
    margin-top: 30px !important;
}
.bs-column.image-box-list .fusion-text span.bold {
    font-weight: 500;
    color: #000;
}
.bs-column.image-box-list .bs-table-list {
    position: relative;
    width: 100%;
    margin: 0 !important;
}
.bs-column.image-box-list .bs-table-list.margin {
    padding: 40px 0;
}
.bs-column.image-box-list .bs-table-list.margin-top {
    padding-top: 40px;
}
.bs-column.image-box-list .bs-table-list table {
    position: relative;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    border-top: 2px solid #000;
}
.bs-container.bg-tbl .bs-column.image-box-list .bs-table-list table {
    border-top-color: #fff;
}
.bs-container.bg-tbl.black .bs-column.image-box-list .bs-table-list table {
    border-top-color: #000;
}
.bs-column.image-box-list .bs-table-list table tbody th,
.bs-column.image-box-list .bs-table-list table tbody td {
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.bs-column.image-box-list .bs-table-list table tbody tr:last-of-type th,
.bs-column.image-box-list .bs-table-list table tbody tr:last-of-type td {
    border-bottom: 0;
}
.bs-column.image-box-list .bs-table-list table tbody th {
    width: 40%;
    padding: 20px 10px;
    font-weight: 500;
    color: #000;
}
.bs-column.image-box-list .bs-table-list.type-1 table tbody th {
    padding: 35px 20px;
}
.bs-column.image-box-list .bs-table-list table tbody th > span.en-small {
    display: block;
    font-size: 14px;
}
.bs-column.image-box-list .bs-table-list table tbody th > span.en-small:before {
    content: "(";
}
.bs-column.image-box-list .bs-table-list table tbody th > span.en-small:after {
    content: ")";
}
.bs-container.bg-tbl .bs-table-list table tbody th {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-table-list table tbody th {
    color: #000;
}
.bs-column.image-box-list .bs-table-list table tbody th.th-max-type-1 {
    width: 160px;
}
.bs-column.image-box-list .bs-table-list table tbody td {
    width: auto;
    padding: 20px 15px;
    font-weight: 300;
    color: #666;
}
.bs-column.image-box-list .bs-table-list.type-1 table tbody td {
    padding: 35px 10px;
}
.bs-container.bg-tbl .bs-table-list table tbody td {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-table-list table tbody td {
    color: #666;
}
.bs-column.image-box-list .bs-table-list table tbody td .dl-tbl-type-1 {
    position: relative;
    width: 100%;
}
.bs-column.image-box-list .bs-table-list table tbody td .dl-tbl-type-1 + .dl-tbl-type-1 {
    margin-top: 20px;
}
.bs-column.image-box-list .bs-table-list table tbody td .dl-tbl-type-1 > dt {
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}
.bs-column.image-box-list .bs-table-list table tbody td .dl-tbl-type-1 > dt > span {
    font-weight: 300;
}
.bs-container.bg-tbl .bs-table-list table tbody td .dl-tbl-type-1 > dt {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-table-list table tbody td .dl-tbl-type-1 > dt {
    color: #000;
}
.bs-column.image-box-list .bs-table-list table tbody td .dl-tbl-type-1 > dd {
    font-weight: 300;
}
.bs-column.image-box-list .bs-table-list table tbody td .dl-tbl-type-1 > dd ul {
    position: relative;
    width: 100%;
}
.bs-column.image-box-list .bs-table-list table tbody td .dl-tbl-type-1 > dd ul > li {
    position: relative;
    width: 100%;
    padding-left: 10px;
}
.bs-column.image-box-list .bs-table-list table tbody td .dl-tbl-type-1 > dd ul > li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

/* 아이콘 박스 css */
.bs-container.list-icon > .fusion-builder-row {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 145px 0 150px !important;
    vertical-align: top;
    text-align: center;
}
.bs-column.icon-box {
    float: none !important;
    display: inline-block;
    position: relative;
    max-width: 330px !important;
    vertical-align: top;
    text-align: center;
}
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:only-child {
    width: 100% !important;
}
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(2),
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(2) + .bs-column.icon-box {
    width: 50% !important;
}
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(3),
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(3) ~ .bs-column.icon-box {
    width: 33.333% !important;
}
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(4),
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(4) ~ .bs-column.icon-box {
    width: 25% !important;
}
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(5),
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(5) ~ .bs-column.icon-box {
    width: 20% !important;
}
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(6),
.bs-container.list-icon > .fusion-builder-row .bs-column.icon-box:nth-last-child(6) ~ .bs-column.icon-box {
    width: 16.667% !important;
}
.bs-column.icon-box .imageframe-align-center {
    position: relative;
    width: 100%;
    max-width: 100px;
    margin: 0 auto 10px !important;
}
.bs-column.icon-box .imageframe-align-center:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.bs-column.icon-box .imageframe-align-center .fusion-imageframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-column.icon-box .imageframe-align-center .fusion-imageframe img {
    display: block;
    width: 100%;
    height: 100%;
}
.bs-column.icon-box .fusion-title h5 {
    margin-bottom: 10px !important;
    line-height: 1.4;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.bs-column.icon-box .fusion-title h6 {
    margin-top: 20px !important;
    margin-bottom: 45px !important;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.bs-column.icon-box .fusion-text {
    line-height: 1.4;
    font-size: 17px;
    font-weight: 300;
    color: #666;
}

/* 서브 텍스트 컬럼 css */
.bs-column.box-info {
    max-width: 1100px;
    margin: 0 auto !important;
}
.bs-column.box-info + .bs-column.box-info {
    margin-top: 65px !important;
}
.bs-column.box-info.list-type {
    width: 50% !important;
    margin: 0 !important;
}
.bs-column.box-info.list-type + .bs-column.box-info.list-type {
    margin: 0 !important;
}
.bs-column.box-info.list-type.margin {
    margin-bottom: 60px !important;
}
.bs-column.box-info .fusion-title h4 {
    margin-bottom: 50px !important;
}
.bs-column.box-info.list-type .fusion-title h4 {
    margin-bottom: 25px !important;
}
.bs-column.box-info .fusion-title h5 {
    margin-bottom: 20px !important;
    font-size: 24px;
    font-weight: 500;
}
.bs-column.box-info .fusion-title.margin-none h5 {
    margin-bottom: 0 !important;
}
.bs-column.box-info .fusion-title.margin-bottom h5 {
    margin-bottom: 35px !important;
}
.bs-column.box-info .fusion-text {
    font-size: 17px;
    color: #666;
}
.bs-column.box-info .fusion-text p + p {
    margin-top: 20px !important;
}
.bs-column.box-info .fusion-text a.link {
    color: #0080cc;
    text-decoration: underline;
}
.bs-container.bg-tbl .bs-column.box-info .fusion-text {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-column.box-info .fusion-text {
    color: #666;
}
.bs-column.box-info .fusion-text.box {
    padding: 34px !important;
    font-size: 17px;
    color: #000;
    border: 1px solid #ddd;
    border-top: 4px solid #000;
}
.bs-container.bg-tbl .bs-column.box-info .fusion-text.box {
    color: #fff;
    border-color: #eee;
    border-top-color: #fff;
}
.bs-container.bg-tbl.black .bs-column.box-info .fusion-text.box {
    color: #000;
    border-color: #ddd;
    border-top-color: #000;
}
.bs-column.box-info .fusion-text.box.box-bg {
    background: #fff;
}
.bs-column.box-info .fusion-text.margin-top {
    margin-top: 35px !important;
}
.bs-column.box-info .fusion-text.box ul.bs-list-order {
    position: relative;
    width: 100%;
}
.bs-column.box-info .fusion-text.box ul.bs-list-order > li {
    display: block;
    position: relative;
    padding-left: 15px;
    color: #666;
    font-weight: 300;
}
.bs-column.box-info .fusion-text.box ul.bs-list-order > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li {
    padding-left: 22px;
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:before {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: transparent;
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(1):before {
    content: "a)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(2):before {
    content: "b)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(3):before {
    content: "c)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(4):before {
    content: "d)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(5):before {
    content: "e)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(6):before {
    content: "f)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(7):before {
    content: "g)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(8):before {
    content: "h)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(9):before {
    content: "i)";
}
.bs-column.box-info .fusion-text.box ul.bs-list-order.alphabet > li:nth-of-type(10):before {
    content: "j)";
}

.bs-column.box-info .fusion-text.text-cont {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
    font-size: 17px;
    font-weight: 300;
    color: #666;
}
.bs-column.box-info .fusion-text.text-cont p + p {
    margin-top: 25px !important;
}
.bs-column.box-info .fusion-text.guide {
    position: relative;
    margin-top: 20px !important;
    padding-left: 10px !important;
    font-size: 17px;
    color: #666;
}
.bs-column.box-info .fusion-text.guide:before {
    content: "*";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}
.bs-column.box-info .fusion-text.guide a.link {
    color: #0080cc;
    text-decoration: underline;
}
.bs-container.bg-tbl .bs-column.box-info .fusion-text.guide {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-column.box-info .fusion-text.guide {
    color: #666;
}
.bs-column.box-info .bs-column-checklist {
    margin: 0 !important;
    padding: 0 !important;

}
.bs-column.box-info .bs-column-checklist.type-1 {
    margin-top: 30px !important;
    padding: 0 5px !important;
}
.bs-column.box-info .bs-column-checklist.type-2 {
    margin-top: 15px !important;
}
.bs-column.box-info .bs-column-checklist.box {
    padding: 25px 30px !important;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(221, 221, 221, .4);
}
.bs-column.box-info .bs-column-checklist > li {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}
.bs-column.box-info .bs-column-checklist > li:last-of-type {
    padding-bottom: 0 !important;
}
.bs-column.box-info .bs-column-checklist > li .icon-wrapper {
    display: none !important;
}
.bs-column.box-info .bs-column-checklist > li .fusion-li-item-content {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 0 0 25px !important;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
.bs-container.bg-tbl .bs-column.box-info .bs-column-checklist > li .fusion-li-item-content {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-column.box-info .bs-column-checklist > li .fusion-li-item-content {
    color: #666;
}
.bs-container.bg-tbl.black .bs-column.box-info .bs-column-checklist > li .fusion-li-item-content a.link {
    color: #0080cc;
    text-decoration: underline;
}
.bs-column.box-info .bs-column-checklist > li .fusion-li-item-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 2px;
    width: 5px;
    height: 5px;
    background: #000;
}
.bs-container.bg-tbl .bs-column.box-info .bs-column-checklist > li .fusion-li-item-content:before {
    background: #fff;
}
.bs-container.bg-tbl.black .bs-column.box-info .bs-column-checklist > li .fusion-li-item-content:before {
    background: #000;
}
.bs-column.box-info .bs-column-contents-box {
    margin: 40px 0 60px !important;
    padding: 0 !important;
}
.bs-column.box-info .bs-column-contents-box > .fusion-column {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 35px !important;
    background: #f5f5f5 !important;
    border: 0 !important;
}
.bs-column.box-info .bs-column-contents-box > .fusion-column > .col {
    display: table;
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.bs-column.box-info .bs-column-contents-box > .fusion-column > .col .heading {
    display: table-cell;
    width: 20%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    vertical-align: top;
}
.bs-column.box-info .bs-column-contents-box > .fusion-column > .col .fusion-clearfix {
    display: none;
}
.bs-column.box-info .bs-column-contents-box > .fusion-column > .col .heading h6 {
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.bs-column.box-info .bs-column-contents-box > .fusion-column > .col .content-container {
    display: table-cell;
    width: 80%;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    color: #666;
    text-align: left;
    vertical-align: top;
}
.bs-column.box-info .bs-table-tbl {
    position: relative;
    width: 100%;
}
.bs-column.box-info .bs-table-tbl.margin {
    padding: 40px 0;
}
.bs-column.box-info .bs-table-tbl.margin-top {
    padding-top: 40px;
}
.bs-column.box-info .bs-table-tbl.margin-type-1 {
    padding: 60px 0;
}
.bs-column.box-info .bs-table-tbl.tbl-mobile-slide span.tbl-mobile-slide-prev,
.bs-column.box-info .bs-table-tbl.tbl-mobile-slide span.tbl-mobile-slide-next {
    display: none;
}
.bs-column.box-info .bs-table-tbl table {
    position: relative;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
}
.bs-column.box-info .bs-table-tbl.tbl-mobile-slide table {
    z-index: 0;
}
.bs-column.box-info .bs-table-tbl table thead {
    background: #162f4d;
}
.bs-column.box-info .bs-table-tbl table thead th {
    width: auto;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.bs-column.box-info .bs-table-tbl.type-1 table thead th {
    text-align: left;
}
.bs-column.box-info .bs-table-tbl table thead th.first-type {
    width: 51%;
    text-align: left;
}
.bs-column.box-info .bs-table-tbl.margin-type-1 table tbody {
    background: #fff;
}
.bs-column.box-info .bs-table-tbl table tbody th,
.bs-column.box-info .bs-table-tbl table tbody td {
    width: auto;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    color: #666;
    border-bottom: 1px solid rgba(221, 221, 221, .6);
}
.bs-column.box-info .bs-table-tbl.type-1 table tbody th,
.bs-column.box-info .bs-table-tbl.type-1 table tbody td {
    text-align: left;
}
.bs-column.box-info .bs-table-tbl table tbody th {
    color: #000;
}
.bs-column.box-info .bs-table-tbl table tbody th > strong {
    display: block;
    font-weight: 500;
}
.bs-column.box-info .bs-table-tbl table tbody th > span {
    display: block;
    color: #666;
}
.bs-column.box-info .bs-table-tbl table tbody td.first-type {
    width: 51%;
    text-align: left;
}
.bs-container.bg-tbl .bs-table-tbl table tbody td {
    color: #bbc7d8;
}
.bs-container.bg-tbl.black .bs-table-tbl table tbody td {
    color: #666;
}
.bs-column.box-info .bs-table-tbl table tbody td > strong {
    font-weight: 500;
    color: #000;
}
.bs-column.box-info .bs-table-tbl table tbody td > span {
    display: block;
    margin: 0;
    padding: 0;
}
.bs-column.box-info .bs-table-tbl table tbody td .dl-tbl-type-1 {
    position: relative;
    width: 100%;
}
.bs-column.box-info .bs-table-tbl table tbody td .dl-tbl-type-1 + .dl-tbl-type-1 {
    margin-top: 20px;
}
.bs-column.box-info .bs-table-tbl table tbody td .dl-tbl-type-1 > dt {
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}
.bs-container.bg-tbl .bs-table-tbl table tbody td .dl-tbl-type-1 > dt {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-table-tbl table tbody td .dl-tbl-type-1 > dt {
    color: #000;
}
.bs-column.box-info .bs-table-tbl table tbody td .dl-tbl-type-1 > dd {
    font-weight: 300;
}
.bs-column.box-info .bs-table-tbl table tbody td .dl-tbl-type-1 > dd p {
    display: block;
    margin: 0;
    padding: 0;
}
.bs-column.box-info .bs-table-tbl table tbody td .dl-tbl-type-1 > dd ul {
    position: relative;
    width: 100%;
}
.bs-column.box-info .bs-table-tbl table tbody td .dl-tbl-type-1 > dd ul > li {
    position: relative;
    width: 100%;
    padding-left: 10px;
}
.bs-column.box-info .bs-table-tbl table tbody td .dl-tbl-type-1 > dd ul > li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}
.bs-column.box-info .bs-table-tbl.tbl_scroll {
    position: relative;
    width: 100%;
    padding: 0;
    overflow-x: auto;
    overflow-y: visible;
}
.bs-column.box-info .bs-table-tbl.tbl_scroll .bs-table-column-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.bs-column.box-info .bs-table-tbl.tbl_scroll .bs-table-column-scroll > .bs-table-column-fixed {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.bs-column.box-info .bs-table-tbl.tbl_scroll .bs-table-column-scroll > .bs-table-column-info {
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: auto;
}
.bs-column.box-info .bs-table-tbl.tbl_scroll .bs-table-column-scroll > .bs-table-column-fixed table th,
.bs-column.box-info .bs-table-tbl.tbl_scroll .bs-table-column-scroll > .bs-table-column-fixed table td {
    visibility: hidden;
}
.bs-column.box-info .bs-table-tbl.tbl_scroll .bs-table-column-scroll > .bs-table-column-fixed table *:nth-child(1) {
    visibility: visible;
}

.bs-column.box-info .bs-table-list {
    position: relative;
    width: 100%;
}
.bs-column.box-info .bs-table-list.margin {
    padding: 40px 0;
}
.bs-column.box-info .bs-table-list.margin-top {
    padding-top: 40px;
}
.bs-column.box-info .bs-table-list table {
    position: relative;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    border-top: 2px solid #000;
}
.bs-container.bg-tbl .bs-column.box-info .bs-table-list table {
    border-top-color: #fff;
}
.bs-container.bg-tbl.black .bs-column.box-info .bs-table-list table {
    border-top-color: #000;
}
.bs-column.box-info .bs-table-list table tbody th,
.bs-column.box-info .bs-table-list table tbody td {
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.bs-column.box-info .bs-table-list table tbody th {
    width: 28%;
    padding: 20px 30px;
    font-weight: 500;
    color: #000;
}
.bs-column.box-info .bs-table-list table tbody th > span.en-small {
    display: block;
    font-size: 14px;
}
.bs-column.box-info .bs-table-list table tbody th > span.en-small:before {
    content: "(";
}
.bs-column.box-info .bs-table-list table tbody th > span.en-small:after {
    content: ")";
}
.bs-column.box-info .bs-table-list.type-1 table tbody th {
    padding: 35px 20px;
}
.bs-container.bg-tbl .bs-table-list table tbody th {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-table-list table tbody th {
    color: #000;
}
.bs-column.box-info .bs-table-list table tbody th.th-max-type-1 {
    width: 160px;
}
.bs-column.box-info .bs-table-list table tbody td {
    width: auto;
    padding: 20px 15px;
    font-weight: 300;
    color: #666;
}
.bs-column.box-info .bs-table-list.type-1 table tbody td {
    padding: 35px 10px;
}
.bs-container.bg-tbl .bs-table-list table tbody td {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-table-list table tbody td {
    color: #666;
}
.bs-column.box-info .bs-table-list table tbody td .dl-tbl-type-1 {
    position: relative;
    width: 100%;
}
.bs-column.box-info .bs-table-list table tbody td .dl-tbl-type-1 + .dl-tbl-type-1 {
    margin-top: 20px;
}
.bs-column.box-info .bs-table-list table tbody td .dl-tbl-type-1 > dt {
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}
.bs-column.box-info .bs-table-list table tbody td .dl-tbl-type-1 > dt > span {
    font-weight: 300;
}
.bs-container.bg-tbl .bs-table-list table tbody td .dl-tbl-type-1 > dt {
    color: #eee;
}
.bs-container.bg-tbl.black .bs-table-list table tbody td .dl-tbl-type-1 > dt {
    color: #000;
}
.bs-column.box-info .bs-table-list table tbody td .dl-tbl-type-1 > dd {
    font-weight: 300;
}
.bs-column.box-info .bs-table-list table tbody td .dl-tbl-type-1 > dd ul {
    position: relative;
    width: 100%;
}
.bs-column.box-info .bs-table-list table tbody td .dl-tbl-type-1 > dd ul > li {
    position: relative;
    width: 100%;
    padding-left: 10px;
}
.bs-column.box-info .bs-table-list table tbody td .dl-tbl-type-1 > dd ul > li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}
.bs-column.box-info .margin-15 {
    margin-bottom: 15px !important;
}
.bs-column.box-info .margin-25 {
    margin-bottom: 25px !important;
}
.bs-column.box-info .margin-30 {
    margin-bottom: 30px !important;
}
.bs-column.box-info .margin-40 {
    margin-bottom: 40px !important;
}
.bs-column.box-info .margin-50 {
    margin-bottom: 50px !important;
}
/* 서브 카카오 css */
.bs-container.kakao-link {
    padding: 225px 0 190px !important;
    text-align: center;
    vertical-align: top;
}
.bs-column.kakao-title {
    display: inline-block;
    width: auto !important;
    max-width: 100% !important;
    margin-bottom: 15px !important;
    text-align: center;
    vertical-align: top;
}
.bs-column.kakao-title > .fusion-column-wrapper {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.bs-column.kakao-title > .fusion-column-inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-column.kakao-title > .fusion-column-inner-bg > a {
    display: block;
}
.bs-column.kakao-title .fusion-title,
.bs-column.kakao-title .imageframe-align-center {
    display: inline-block;
    line-height: 56px;
    vertical-align: top;
    color: #fff;
}
.bs-column.kakao-title .fusion-title h3 {
    line-height: inherit;
    font-size: 38px;
    color: inherit;
}
.bs-column.kakao-title .fusion-title.ko h3 {
    font-size: 36px;
}
.bs-column.kakao-title .imageframe-align-center {
    width: 54px;
    height: 56px;
    margin: 0 15px !important;
}
.bs-column.kakao-title .imageframe-align-center .fusion-imageframe {
    display: block;
    width: 100%;
}
.bs-column.kakao-title .imageframe-align-center .fusion-imageframe img {
    display: block;
    width: 100%;
}
.bs-column.kakao-info .fusion-text {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.bs-column.kakao-info .fusion-button-wrapper {
    display: block !important;
    position: relative;
    width: 100%;
    margin-top: 35px !important;
    text-align: center;
    vertical-align: top;
}
.bs-column.kakao-info .fusion-button-wrapper .fusion-button {
    display: table;
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 52px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: top;
    background: transparent;
    border: 1px solid #fff;
}
.bs-column.kakao-info .fusion-button-wrapper .fusion-button:hover {
    background: #fff;
}
.bs-column.kakao-info .fusion-button-wrapper .fusion-button .fusion-button-text {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.bs-column.kakao-info .fusion-button-wrapper .fusion-button:hover .fusion-button-text {
    color: #000;
}

/* 구글맵 css */
.bs-container-google {
    position: relative;
    width: calc(100% + 200px);
    margin: 0 -100px;
    padding: 0;
}
.bs-google-info-tab {
    position: relative;
    width: 100%;
    height: 80px;
    background: #0e2038;
}
.bs-google-info-tab > nav {
    display: table;
    width: 100%;
    height: 100%;
}
.bs-google-info-tab > nav > a {
    display: table-cell;
    height: 100%;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-google-info-tab > nav > a.active {
    background: #0080cc;
}
.bs-google-info-tab > nav > a > span {
    display: block;
}
.bs-google-info-tab > nav > a:only-child {
    width: 100%;
}
.bs-google-info-tab > nav > a:nth-last-child(2),
.bs-google-info-tab > nav > a:nth-last-child(2) + a {
    width: 50%;
}
.bs-google-info-tab > nav > a:nth-last-child(3),
.bs-google-info-tab > nav > a:nth-last-child(3) ~ a {
    width: 33.333%;
}
.bs-google-info-tab > nav > a:nth-last-child(4),
.bs-google-info-tab > nav > a:nth-last-child(4) ~ a {
    width: 25%;
}
.bs-google-info-tab > nav > a:nth-last-child(5),
.bs-google-info-tab > nav > a:nth-last-child(5) ~ a {
    width: 20%;
}
.bs-google-info-tab > nav > a:nth-last-child(6),
.bs-google-info-tab > nav > a:nth-last-child(6) ~ a {
    width: 16.667%;
}
.bs-google-info-tab > nav > a:nth-last-child(7),
.bs-google-info-tab > nav > a:nth-last-child(7) ~ a {
    width: 14.285%;
}
.bs-google-info-tab > nav > a:nth-last-child(8),
.bs-google-info-tab > nav > a:nth-last-child(8) ~ a {
    width: 12.5%;
}
.bs-google-info-tab > span,
.bs-google-info-tab > .close-google-map {
    display: none;
}
.bs-google-info-conts {
    position: relative;
    width: 100%;
    height: 535px;
}
.bs-google-info-address {
    position: absolute;
    top: 80px;
    left: 55px;
    width: 70%;
    max-width: 650px;
    background: #fff;
    z-index: 9;
}
.bs-google-info-address > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 38px;
    opacity: 0;
    visibility: hidden;
}
.bs-google-info-address > div.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-google-info-address > div h6 {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 25px !important;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.bs-google-info-address > div h6 > span {
    display: block;
}
.bs-google-info-address > div h6 > span.sep:after {
    content: "/";
    padding-left: 12px;
    padding-right: 12px;
}
.bs-google-info-address > div dl {
    position: relative;
    width: calc(100% - 18px);
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 18px !important;
    margin-bottom: 10px !important;
}
.bs-google-info-address > div dl.last {
    margin-bottom: 0 !important;
}
.bs-google-info-address > div dl:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -18px;
    width: 6px;
    height: 6px;
    background: #0080cc;
}
.bs-google-info-address > div dl > dt,
.bs-google-info-address > div dl > dd {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6;
    text-align: left;
}
.bs-google-info-address > div dl > dt {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.bs-google-info-address > div dl > dd {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.bs-google-info-address > div dl > dd > a {
    color: inherit;
}
.bs-google-info-address > div dl > dd > a.blue {
    font-weight: 600;
    color: #0080cc;
}
.bs-google-info-address > div dl.block {
    display: block;
}
.bs-google-info-address > div dl.block > dt,
.bs-google-info-address > div dl.block > dd {
    display: block;
}
.bs-google-info-address > div dl.tbl {
    display: block;
}
.bs-google-info-address > div dl.tbl:after {
    content: "";
    display: block;
    clear: both;
}
.bs-google-info-address > div dl.tbl.column-2 {
    float: left;
    width: calc(50% - 18px);
}
.bs-google-info-address > div dl.tbl.clear {
    clear: both;
}
.bs-google-info-address > div dl.tbl > dt,
.bs-google-info-address > div dl.tbl > dd {
    float: left;
    text-align: left;
}
.bs-google-info-address > div dl.tbl > dt,
.bs-google-info-address > div dl.tbl > dd {
    width: auto;
}
.bs-google-info-address > div dl.tbl > dt {
    padding-right: 12px !important;
}
#google-map {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* connect */
.newsletter.active {
    z-index: 999;
}
.connect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.newsletter.active .connect {
    opacity: 1;
    visibility: visible;
}
.connect > div {
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    width: 80%;
    max-width: 560px;
    height: calc(80% - 60px);
    max-height: 520px;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.connect > div * {
    font-family: inherit;
}
.connect > div > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.connect > div > div > div {
    position: relative;
    width: 100%;
    padding: 36px;
}
.connect > div > div > div > h2 {
    margin-bottom: 25px !important;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 500;
    color: #000;
}
.connect > div > div > div > p {
    margin-bottom: 65px !important;
	line-height: 1.6;
	font-size: 18px;
	color: #666;
}
.connect .email {
    position: relative;
	width: 100%;
	margin-bottom: 15px !important;
}

.connect .email:after {
	content: '';
	display: block;
	clear: both;
}

.connect input[type=email] {
	float: left;
	width: calc(68% - 10px);
	height: 55px;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 55px;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 16px;
	color: #999;
	background: none;
}

.connect input[type=submit] {
	float: right;
	width: 32%;
	height: 55px;
	border: 0;
    font-size: 16px;
    text-transform: uppercase;
	color: #fff;
    background: #0080cc;
    border: 0;
	cursor: pointer;
}

.connect label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
	font-size: 16px;
    text-align: left;
    cursor: pointer;
}


.connect label input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.connect label input[type="checkbox"] ~ i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
.connect label input[type="checkbox"] ~ i:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 9;
}
.connect label input[type="checkbox"]:checked ~ i:before {
    background: #0080cc;
}
.connect label a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    cursor: pointer;
}

.connect .policy_news {
	position: relative;
    width: 100%;
	padding: 20px;
	border: 1px solid #ddd;
}

.connect .box_scroll {
    display: block;
    width: 100%;
	text-align: left;
}

.connect .box_scroll h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
}

.connect .box_scroll p {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
}

.connect .close-newsletter-btn {
	position: absolute;
	top: -60px;
	right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.connect .close-newsletter-btn:before,
.connect .close-newsletter-btn:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0080cc;
}
.connect .close-newsletter-btn:before{
	transform: rotate(-45deg);
}
.connect .close-newsletter-btn:after{
	transform: rotate(45deg);
}

/* 이메일 폼 css */
.bs-contact-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.bs-contact-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.bs-contact-popup > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.bs-contact-popup .bs-contact-info {
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    width: 80%;
    max-width: 550px;
    height: calc(80% - 40px);
    max-height: 655px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}
.bs-contact-popup .bs-contact-info > a.bs-contact-close {
    display: block;
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: 25px;
    cursor: pointer;
}
.bs-contact-popup .bs-contact-info > a.bs-contact-close:before,
.bs-contact-popup .bs-contact-info > a.bs-contact-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background: #0080cc;
}
.bs-contact-popup .bs-contact-info > a.bs-contact-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.bs-contact-popup .bs-contact-info > a.bs-contact-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.bs-contact-popup .bs-contact-info > div {
    clear: both;
    position: relative;
    width: 100%;
    height: calc(100% - 55px);
    padding: 55px 75px;
    background: #fff;
    overflow: auto;
}
.bs-contact-popup .bs-contact-info > div > h1 {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.4;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: #000;
}
.bs-contact-popup .bs-contact-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 0;
}
.bs-contact-popup .bs-contact-form {
    position: relative;
    width: 100%;
}
.bs-contact-popup .bs-contact-form label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.bs-contact-popup .bs-contact-form label.bs-contact-textarea {
    margin-bottom: 20px;
}
.bs-contact-popup .bs-contact-form label > em {
    display: none;
}
.bs-contact-popup .bs-contact-form label > .wpcf7-form-control-wrap,
.bs-contact-popup .bs-contact-form label .wpcf7-select-parent {
    display: block;
    position: relative;
    width: 100%;
}
.bs-contact-popup .bs-contact-form label .wpcf7-select-parent .select-arrow {
    border: 0;
}
.bs-contact-popup .bs-contact-form label select,
.bs-contact-popup .bs-contact-form label input,
.bs-contact-popup .bs-contact-form label textarea {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #000;
    border: 1px solid #ddd;
    resize: none;
    outline: none;
}
.bs-contact-popup .bs-contact-form label textarea {
    height: 130px;
    padding: 15px;
}
.bs-contact-popup .bs-contact-form label input::placeholder,
.bs-contact-popup .bs-contact-form label textarea::placeholder,
.bs-contact-popup .bs-contact-form label input::-webkit-input-placeholder,
.bs-contact-popup .bs-contact-form label textarea::-webkit-input-placeholder,
.bs-contact-popup .bs-contact-form label input:-ms-input-placeholder,
.bs-contact-popup .bs-contact-form label textarea:-ms-input-placeholder,
.bs-contact-popup .bs-contact-form label input:-mos-input-placeholder,
.bs-contact-popup .bs-contact-form label textarea:-mos-input-placeholder {
    color: #bbb;
}
.bs-contact-popup .bs-contact-form input[type="submit"] {
    width: 100%;
    height: 50px;
    font-family: 'Maven Pro', 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0080cc;
    border: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-contact-popup .bs-contact-form input[type="submit"]:hover {
    background:  #0074b9;
}

/* 위쳇 팝업 */
.bs-container-weChat-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-container-weChat-popup.active {
    opacity: 1;
    visibility: visible;
}
.bs-container-weChat-popup > .fusion-builder-row {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.bs-container-weChat-popup > .fusion-builder-row > .fusion-layout-column {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90% !important;
    max-width: 872px !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}
.bs-container-weChat-popup > .fusion-builder-row > .fusion-layout-column.bs-weChat-popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: none;
    transform: none;
    z-index: 9;
}
.bs-container-weChat-popup > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper {
    display: block !important;
    width: 100%;
    height: 100%;
}
.bs-container-weChat-popup > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper .fusion-imageframe {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 45px !important;

}
.bs-container-weChat-popup .bs-weChat-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 999;
}
.bs-container-weChat-popup .bs-weChat-popup-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #0080cc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bs-container-weChat-popup .bs-weChat-popup-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #0080cc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 추가 css */
#kboard-thumbnail-document .kboard-content .content-view {
    font-size: 18px;
}

/* popup */
.bs-policy {
    position: realtive;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.bs-policy-open-pop {
    display: inline-block;
    padding: 10px 15px;
    line-height: 1.2;
    font-size: 14px;
    color: #999a9c;
    background: #171922;
    border: 1px solid #171922;
    border-radius: 6px;
}
.bs-policy-open-pop:hover {
    background: #111217;
    border-color: #111217;
}

.pop_policy{position:fixed;top:0;left:0;z-index:-9999;overflow:auto;width:100%;height:100%;padding:50px 20px;text-align:center;background:rgba(0,0,0,0.9);letter-spacing:0;opacity:0;transition-duration:0.5s;transition-property:opacity, z-index;}
.pop_policy * {
    font-family: 'Maven Pro', 'Noto Sans KR', sans-serif;
}
.pop_policy:before{content:'';display:inline-block;width:0;height:100%;vertical-align:middle}
.pop_policy .inner{display:inline-block;width:90%;max-width:680px;padding-bottom:50px;border-bottom:2px solid #fff;vertical-align:middle;transform:translateY(-30%);transition-duration:0.3s}
.pop_policy h2{margin-bottom:0;line-height:1.4;font-size: 28px; font-weight: 700; color: #fff; text-align: center; border-bottom: 2px solid #fff; padding-bottom: 14px;}
.pop_policy small{display:block;padding:14px 0 10px 0;text-align: center;color:#d1d1d1;font-size:15px;font-weight:300;}
.pop_policy h3{margin:30px 0 10px 0px;text-align:left;font-size:20px;font-weight:500;color:#fff}
.pop_policy p{text-align:left;font-size:16px;font-weight:400;color:#d1d1d1}
.bs-policy-close-pop{position:fixed;top:40px;right:-50px;width: 30px; height: 30px; opacity:0;text-indent: -9999em;overflow: hidden;}
.bs-policy-close-pop:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.bs-policy-close-pop:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.pop_policy.on{z-index:99999;opacity:1;}
.pop_policy.on .inner{transform:translateY(0);}
.pop_policy.on .bs-policy-close-pop{right:20px;opacity:1}

.bs-column-futurestrategylab .slick-arrow.slick-disabled {
    opacity: 0.2;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .fusion-body .fusion-page-title-bar {
        height: 568px !important;
    }
}
