/* common */
@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('font-nanumsquare.css');
@import url('font-gotham.css');
@import url('font-kbiz.css');

/* font-weight: 100, 300, normal, 500, Bold, 900 */

body {
    /*font-size: 16px;*/
    font-family: 'Gotham Book', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    letter-spacing: -0.05em;
    color: #464646li;
    word-break: keep-all !important;
    overflow-x: hidden;
    background: #160e36;
}

a { color: #666; }

a:hover { color: #2279bb; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham Bold', 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-weight: 400; /* 300, 400, 700, 800 */
    color: #414141;
    margin: 0 0 30px 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

thead.th-center th {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow_ellipsis { text-overflow: ellipsis !important; }
.overflow-ellipsis { text-overflow: ellipsis !important; }
.overflow-hidden { overflow: hidden !important; }

.td_no { width: 50px; }

.width_50   { width: 50px; }
.width_70   { width: 70px; }
.width_100  { width: 100px; }
.width_150  { width: 150px; }
.width_200  { width: 200px; }
.width_250  { width: 250px; }
.width_300  { width: 300px; }

.width_90p { width: 90% !important; }
.width_100p { width: 100% !important; }

.min_width_50   { min-width: 50px; }
.min_width_100  { min-width: 100px; }
.min_width_150  { min-width: 150px; }
.min_width_200  { min-width: 200px; }
.min_width_250  { min-width: 250px; }
.min_width_300  { min-width: 300px; }

.txt_color_white { color: #fff; }

.color_gray_light   { color: #a1a1a1; }
.color_gray_normal  { color: #464646; }
.color_gray_dark    { color: #666; }
.color_gray5        { color: #666; }
.color_red4         { color: #ff514e; }

.color_white { background: #fff; }
.color_ivory { background: #f5e9be; }
.color_black { 
    background: #111;
    color: #fff;
}
.color_gray5 {
    background: #666;
    color: #fff;
}

.blue 	{ color: #005ca8 !important;}
.red 	{ color: #e22f2f;}
.yellow { color: #fb9337;}
.pink 	{ color: #d99fbb;}
.brown 	{ color: #560600;}
.purple { color: #622484;}
.orange { color: #d9946a;}

.bg_gray1 	{ background: #eff0f1; }
.bg_gray5 	{ background: rgba(0, 0, 0, 0.05) !important;}

.bgcolor 			{}
.bgcolor.white 		{ background: #fff;}
.bgcolor.light-gray { background: #f8f9fa;}
.bgcolor.light_gray { background: #f8f9fa;}
.bgcolor.dark 		{ color: #fff !important;}
.bgcolor.dark .strong { color: #fff !important;}
.bgcolor.dark h1, .bgcolor.dark h2 { color: #fff !important; }
.bgcolor.dark h3 	{ color: #ddd !important; }
.bgcolor.dark p 	{ color: #fff !important; }

.rotate_45 {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.border_l2 { border-left: #000 2px solid; }
.border_r2 { border-right: #000 2px solid; }

.strong { font-weight: 700; }

/* /common */

/* layout */

/* topmenu */

#topBar {
    background: rgba(120, 111, 103, 0.3) !important;
    color: #fff !important;
}

#topMain.nav-pills.nav-main > li > a.dropdown-toggle {
    font-family: 'Gotham Book', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-size: 18px !important;
    /*font-weight: 500;*/
    color: #fff !important;
}
#topMain.nav-pills.nav-main > li > a.dropdown-toggle:hover {
    font-weight: bold;
}
.nav_lang {
    font-size: 12px !important;
}

/* /topmenu */

/* /layout */

.has_link { cursor: pointer; }

.padding-clear      { padding: 0px !important; }
.padding-clear-left { padding-left: 0px !important; }
.padding-clear-right { padding-right: 0px !important; }


.margin_clear       { margin: 0px !important; }
.padding_clear      { padding: 0px !important; }

.padding_5          { padding: 5px !important; }
.padding_10         { padding: 10px !important; }
.padding_15         { padding: 15px !important; }
.padding_20         { padding: 20px !important; }
.padding_l5         { padding-left: 5px !important; }
.padding_l10        { padding-left: 10px !important; }
.padding_l15        { padding-left: 15px !important; }
.padding_l20        { padding-left: 20px !important; }
.padding_l30        { padding-left: 20px !important; }
.padding_r5         { padding-right: 5px !important; }
.padding_r10        { padding-right: 10px !important; }
.padding_r15        { padding-right: 15px !important; }
.padding_r20        { padding-right: 20px !important; }
.padding_t5         { padding-top: 5px !important; }
.padding_t10        { padding-top: 10px !important; }
.padding_t15        { padding-top: 15px !important; }
.padding_t20        { padding-top: 20px !important; }
.padding_b5         { padding-bottom: 5px !important; }
.padding_b10        { padding-bottom: 10px !important; }
.padding_b15        { padding-bottom: 15px !important; }
.padding_b20        { padding-bottom: 20px !important; }
.margin_l5          { margin-left: 5px !important; }
.margin_l10         { margin-left: 10px !important; }
.margin_l15         { margin-left: 15px !important; }
.margin_l20         { margin-left: 20px !important; }
.margin_r5          { margin-right: 5px !important; }
.margin_r10         { margin-right: 10px !important; }
.margin_r15         { margin-right: 15px !important; }
.margin_r20         { margin-right: 20px !important; }
.margin_t5          { margin-top: 5px !important; }
.margin_t10         { margin-top: 10px !important; }
.margin_t15         { margin-top: 15px !important; }
.margin_t20         { margin-top: 20px !important; }
.margin_t30         { margin-top: 30px !important; }
.margin_t40         { margin-top: 40px !important; }
.margin_b5          { margin-bottom: 5px !important; }
.margin_b10         { margin-bottom: 10px !important; }
.margin_b15         { margin-bottom: 15px !important; }
.margin_b20         { margin-bottom: 20px !important; }
.margin_b30         { margin-bottom: 30px !important; }
.margin_b40         { margin-bottom: 40px !important; }
.padding-l10        { padding-left: 10px !important; }
.padding-l20        { padding-left: 20px !important; }
.padding-l30        { padding-left: 30px !important; }
.padding-l40        { padding-left: 40px !important; }
.padding-l50        { padding-left: 50px !important; }
.padding-r10        { padding-right: 10px !important; }
.padding-r20        { padding-right: 20px !important; }
.padding-r30        { padding-right: 30px !important; }
.padding-r40        { padding-right: 40px !important; }
.padding-r50        { padding-right: 50px !important; }

#side_banner_panel {
    display: none;
    color: #888;
    font-size: 12px;
    position: fixed;
    top: 90px;
    right: 0px;
    z-index: 9000;
    overflow: hidden;
    padding-bottom: 20px;

    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
}
#side_banner_panel i {
    font-size: 20px !important;
}
#side_banner_panel .btn_showhide {
    float: left;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius-top-left: 15px;
    border-radius-bottom-left: 15px;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    cursor: pointer;
}
#side_banner_panel .btn_showhide:hover {
    background: rgba(0, 0, 0, 0.9);
}
.side_banner_content {
    float: left;
    padding: 10px 10px 0px 10px;
    background: rgba(255, 255, 255, 0);
}
.side_banner {
    margin-bottom: 10px;
    color: #666;
    overflow: hidden;
    cursor: pointer;
}
.side_banner .element {
    float: left;
}
.side_icon {
    width: 50px;
    height: 40px;
    overflow: hidden;
}
.side_txt {
    font-weight: bold !important;
}
.social-icon {
    margin: 0px !important;
    padding: 0px !important;
}
.social-icon:hover {
    background: rgba(34, 121, 187, 1);
}
.social-icon.rect {
    margin-left: 10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 2px !important;
    background: rgba(0, 0, 0, 0.5);
    border: 0px !important;
}
.side_banner_social_sub {
    position: absolute;
    display: none;
    right: 50px;
    z-index: 9999;
}

.side_banner_social_sub .side_banner {
    display: inline-block;
    float: left !important;
}
.side_banner_social_sub .social-icon {
    background: rgba(0, 0, 0, 0.5) !important;
}

#side_nav {
}

section {
    background-color: #fff !important;
}
section .nav-pills.margin-bottom-0 > li > a {
    padding-bottom: 0px !important;
}

#topNav a.logo img {
    -webkit-transition: width .4s ease, height .4s ease;
    -o-transition: width .4s ease, height .4s ease;
    transition: width .4s ease, height .4s ease;
}

#topNav div.submenu-dark ul.dropdown-menu {
    background-color: #786f67;
    background: #fff;
    /*border-color: rgba(0, 0, 0, 0.5) !important;*/
    border-color: rgba(255, 255, 255, 1) !important;
}

#topNav div.submenu-dark ul.dropdown-menu > li a {
    color: #eee;
    color: #666;
    font-size: 16px;
}

#topNav div.submenu-dark ul.dropdown-menu > li a:hover {
    color: #2279bb;
    background: #fff !important;
}

.icon_rounded {
    display: inline-block;
    height: 20px;
    border-radius: 10px;
    border: #eee 1px solid;
    text-align: center;
    padding: 0px 10px;
}

.bbs_search {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
}
.bbs_search input {
    border-radius: 0px;
    border-right: none;
}
.bbs_search button {
    /*width: 40px !important;*/
    height: 40px !important;
    /*padding: 0px !important;*/
    text-align: center;
    background: #666;
    color: #fff;
    border-radius: 0px;
}
.bbs_search button i {
    padding: 0px !important;
}
.bbs_view {
    margin-bottom: 50px;
}
.bbs_view .bbs_view_head {
    padding: 30px 10px;
    color: #333;
    border-top: #666 3px solid;
    border-bottom: #999 1px solid;
    overflow: hidden;
}
.bbs_view .bbs_view_head .title {
    float: left;
    font-size: 26px;
}
.bbs_view .bbs_view_head .date {
    float: right;
    padding-top: 10px;
    font-size: 15px;
    color: #999;
}
.bbs_view .bbs_view_info {
    clear: both;
    padding: 20px 0px 0px 0px;
    color: #777;
    font-size: 17px !important;
    overflow: hidden;
}
.bbs_view .bbs_view_info .element {
    margin-right: 15px;
    font-weight: bold;
}
.bbs_view .bbs_view_info .data {
    margin-right: 50px;
}
.bbs_view .bbs_view_info span.status {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
}
.bbs_view .bbs_view_info span.waiting {
    background: #959595;
}
.bbs_view .bbs_view_contents {
    font-size: 17px;
    line-height: 28px;
    padding: 30px 10px;
    color: #333;
    border-bottom: #999 1px solid;
}
.bbs_view .bbs_view_contents .bbs_news {
    margin: 0px -10px 50px -10px;
    padding: 0px;
    width: calc(100% + 20);
    /*height: 800px;*/
    overflow: hidden;
    border: #eee 1px solid;
}
.bbs_view .bbs_view_contents .bbs_news.bg01 {
    padding: 100px 50px !important;
    background: url("../images/wizlink/background/bara_news_bg01_top.jpg") right top no-repeat, url("../images/wizlink/background/bara_news_bg01_bottom.jpg") left bottom no-repeat;
}
.bbs_view .bbs_view_attach {
    padding: 10px 10px;
    border-bottom: #999 1px solid;
}
.bbs_view .bbs_view_attach ul {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.bbs_view .bbs_view_attach ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
}
.bbs_view .bbs_view_attach ul li:hover {
    background: #eee;
    color: #2279bb;
}
.bbs_view .bbs_view_attach i.fa-file-excel-o {
    color: #5cb85c !important;
}
.bbs_view .bbs_view_attach i.fa-file-powerpoint-o {
    color: #d9534f !important;
}
.bbs_view .bbs_view_reply {
    padding: 30px 20px;
    background: #f3f4f5;
    font-size: 17px;
    overflow: hidden;
}
.bbs_view .bbs_view_reply .admin {
    float: left;
    height: 25px;
    margin-bottom: 5px;
}
.bbs_view .bbs_view_reply .admin #admin_name {
    font-weight: 700;
}
.bbs_view .bbs_view_reply .date {
    float: right;
    height: 25px;
    padding-top: 0px;
    font-size: 15px;
    color: #999;
    margin-top: 5px;
}
.bbs_view .bbs_view_reply .contents {
    clear: both;
    padding-top: 20px;
    font-size: 17px;
    border-top: #ddd 1px solid;
}
.bbs_view_btn {
    padding: 30px;
    text-align: center;
}
.bbs_view_btn button {
    margin: 0px 5px;
    display: inline-block;
    text-align: center;
    padding: 20px 40px !important;
    height: 60px !important;
    font-size: 17px;
    color: #333;
    border: #333 1px solid;
    border-radius: 0px;
}
.bbs_view_btn button:hover {
    color: #999;
    border: #999 1px solid;
}
.bbs_view_btn a.btn {
    display: inline-block;
    text-align: center;
    padding: 15px 30px !important;
    height: 50px !important;
    font-size: 17px;
    color: #333;
    border: #333 1px solid;
    border-radius: 0px;
}
.bbs_view_btn a.btn:hover {
    color: #999;
    border: #999 1px solid;
}
.bbs_list_btn {
    padding: 10px 0;
    text-align: right;
}
.bbs_list_btn a.btn {
    display: inline-block;
    text-align: center;
    padding: 15px 30px !important;
    height: 50px !important;
    font-size: 17px;
    color: #333;
    border: #333 1px solid;100
    border-radius: 0px;
}
.bbs_list_btn a.btn:hover {
    color: #999;
    border: #999 1px solid;
}
.bbs_list {
    font-size: 16px !important;
}
.bbs_list .row {
    margin-bottom: 10px !important;
}
.bbs_list label:nth-child(1) {
    width: 100px;
}
.bbs_list.bbs_write {
    border-top: #666 3px solid;
    border-bottom: #999 1px solid;
    padding: 20px 20px 0px 20px;    
}
.bbs_list label.checkbox {;
    text-align: left;
    padding-left: 10px !important;
    margin-left: 10px !important;
}
.bbs_write_wysiwig {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 100%;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    border: #eee 1px solid;
}
.bbs_write_attach {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
    border: #ddd solid 1px;
}
.bbs_write_capcha {
    display: inline-block;
    width: 80%;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    border: #ddd solid 1px;
}
.bbs_alert {
    font-size: 17px !important;
}

table.bbs tr {
    /*cursor: pointer;*/
}
table.bbs th {
    border-left: #eee 1px solid;
}

.form-inline label {
    display: inline-block !important;
}
.bbs_gallery {
    height: 450px !important;
    overflow: hidden;
    cursor: pointer;
}
.bbs_gallery figure {
    height: 340px !important;
    overflow: hidden;
}
.sch_label {
    font-weight: bold;
    max-width: 150px;
}
label.checkbox {
    font-size: 14px;
    text-align: left;
    padding: 0px 0px 0px 25px !important;
    margin: 0px !important;
}
.form_section {
    padding: 5px 0px;
    border-bottom: #eee 1px solid;
    overflow: hidden;
}
.form_sch_checkbox {
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.form_sch_checkbox input:checked label {
    color: #ff0000 !important;
}

.icon_40x40 {
    width: 40px;
    height: 40px;
    margin: 0px !important;
}
.icon_40x40.print {
    background: url("../images/wizlink/common/icon_40x40_set.png") no-repeat -2px -2px;
}
.icon_40x40.search {
    background: url("../images/wizlink/common/icon_40x40_set.png") no-repeat -2px -42px;
}
.icon_40x40.share {
    background: url("../images/wizlink/common/icon_40x40_set.png") no-repeat -1px -82px;
}
.icon_40x40.to_top {
    /*background: url("../images/wizlink/common/icon_40x40_set.png") no-repeat -1px -122px;*/
    width: 100px !important;
    height: 100px !important;
    background: url("../images/wizlink/common/icon_100x100_set.png") 0px -400px no-repeat;
}
.social-icon.rect .icon_40x40.print {
    background: url("../images/wizlink/common/icon_40x40_set_rev03.png") no-repeat center -2px;
}
.social-icon.rect .icon_40x40.search {
    background: url("../images/wizlink/common/icon_40x40_set_rev03.png") no-repeat center -42px;
}
.social-icon.rect .icon_40x40.share {
    background: url("../images/wizlink/common/icon_40x40_set_rev03.png") no-repeat center -82px;
}
.icon_40x40.rect.to_top {
    width: 100px !important;
    height: 100px !important;
    background: url("../images/wizlink/common/icon_100x100_set.png") 0px -400px no-repeat;
}
.tooltip {
}
.social-icon.rect .icon_40x40.kakao {
    background: url("../images/wizlink/common/icon_40x40_set_rev03.png") no-repeat center -160px;
}
.social-icon.rect .icon_40x40.naver_talk {
    background: url("../images/wizlink/common/icon_40x40_set_rev03.png") no-repeat center -200px;
}
.social-icon.rect .icon_40x40.question {
    background: url("../images/wizlink/common/icon_40x40_set_rev03.png") no-repeat center -240px;
}

.container {
    /*width: 1100px !important;*/
    /*width: 1180px;*/
    max-width: 1180px;
}


/* for common */

.btn {
    padding: 0px 20px !important;
    height: 30px !important;
    line-height: 15px !important;
}
.btn-rounded {
    border-radius: 15px !important;
}
.btn.btn-opt {
    padding: 0px 10px !important;
    height: 20px !important;
    line-height: 10px !important;
    letter-spacing: -0.05em;
    font-size: 12px !important;
}
.btn.btn-opt.btn-rounded {
    border-radius: 10px !important;
}
.btn.btn-history {
    margin: 0px 0px 20px 0px;
    padding: 0px 20px !important;
    height: 40px !important;
    line-height: 20px !important;
    letter-spacing: -0.05em;
    font-size: 20px !important;
}
.btn.btn-history.btn-rounded {
    border-radius: 20px !important;
}
.btn.btn-history.btn-blue.active {
    background: #00baff !important;
    color: #fff !important;
    font-weight: bold;
}
.btn-border-blue {
    border: #00baff 2px solid;
}
.btn-border-green {
    border: #23ce73 2px solid;
}
.btn-blue {
    background: #fff !important;
    color: #00baff !important;
}
.btn-green {
    background: #fff !important;
    color: #23ce73 !important;
}

section {
    margin: 0px !important;
    padding: 0px !important;
}

.text-center {
    text-align: center;
}

.page-header {
    margin: 0px !important;
    padding: 0px !important;
    height: 150px;
    background: #2279bb url("../images/wizlink/background/bg_header01.png") no-repeat center center !important;
    background-size: initial !important;
}

.page-header h1 {
    margin-top: 50px !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    letter-spacing: 0.15em;
    line-height: 40px !important;
}
.page-header h2 {
    margin-top: 10px;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}
.page-header h3 {
    margin-top: 10px;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
}
.page-header.kr h1 {
    margin-top: 40px !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    letter-spacing: 0em;
    line-height: 40px !important;
}
.page-header .breadcrumb {
    position: absolute;
    color: #fff;
    top: 100% !important;
    margin-top: 0px !important;
    font-size: 14px !important;
}
.page-header .breadcrumb a {
    color: #eee !important;
}
.page-header .breadcrumb a:hover {
    color: #fff !important;
}
.page-header .breadcrumb .active {
    color: #fff;
    font-weight: bold;
}
.page-header .breadcrumb > li + li:before {
    content: " > " !important;
}

.product {
    margin-left: 10px;
    padding: 15px 0px 35px 0px;
    margin-bottom: 40px;
    border-bottom: #ccc 1px solid;
}

.product.company {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
    padding-bottom: 40px !important;
}

.product h1 {
    margin-bottom: 20px !important;
    padding: 0px !important;
    color: #3a3a3a;
    font-size: 36px !important;
    font-weight: 400 !important;
    letter-spacing: -0.05em;
    line-height: 44px !important;
}

.product h1 strong {
    /*color: #2279bb;*/
    font-weight: 700;
}

.product h1 span.strong {
    color: #3a3a3a;
    font-weight: 700 !important;
}

.product h2 {
    margin-bottom: 10px !important;
    padding: 0px !important;
    color: #3a3a3a;
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.05em;
    line-height: 30px !important;
}

.product h3 {
    margin-bottom: 20px !important;
    padding: 0px !important;
    color: #666;
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: -0.05em;
    line-height: 20px !important;
}

.product p {
    color: #333;
    font-size: 17px;
    font-weight: normal !important;
    /*line-height: 24px !important;*/
    line-height: 28px !important;
}
.product p span.strong {
    color: #2279bb;
    font-weight: 700;
}
.popup {
    left: 50px;
    top: 50px;
    z-index: 9999;
    position: absolute;
    border: rgba(0, 0, 0, 0.5) 1px solid;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
    cursor: pointer;
}
.popup .popup_close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

/* /for common */

a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

/* /common */

ul.sitemap {
}
ul.sitemap li {
    list-style-type: none;
    font-size: 16px;
}
ul.sitemap li.header {
    list-style-type: none;
    font-weight: 700;
    margin-bottom: 20px;
}

#footer {
    padding: 20px 0px 20px 0px;
    background: #fff;
    color: #252525;
    font-size: 18px;
}
#footer a {
    color: #252525;
}
#footer a:hover {
    color: #2279bb;
}
#footer .copyright {
    margin-top: 20px;
    color: #959595;
    font-size: 16px;
}
#footer .btn-site {
    margin-top: 20px;
}
#footer .btn-site img {
    margin-right: 50px;
}

section.custom_1 {
    padding: 80px 0px 80px 0px !important;
    border: none !important;
}
section.custom_1 .bbs {
    padding-top: 40px !important;
}
section.custom_1 .page-header {
    padding-bottom: 0px;
    margin: 0px !important;
    /*border-bottom: 1px solid #eee;*/
    border-bottom: none !important;
    font-size: 24px !important;
    font-weight: bold;
}
section.custom_1 header {
    margin-bottom: 50px;
}
section.custom_1 h1 {
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
section.custom_1 h2 {
    display: inline-block;
    /*font-size: 36px;*/
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -0.05em;
    font-weight: 700;
}
section.custom_1 h1 strong {
    font-weight: 800 !important;
    /*color: #2279bb;*/
}
section.custom_1.bgcolor.dark {
    color: #fff !important;
}
section.custom_1.bgcolor.light-gray {
    background: #f8f9fa;
}
section.custom_1.bgcolor.dark h1, section.custom_1.bgcolor.dark h2 {
    color: #fff;
}
section.custom_1.bgcolor.dark h1 strong {
    color: #fec32c;
}
section.custom_1.bgcolor.dark .at_icon_grid .icon.circle {
    /*background: #2d85c8;*/
    transition: all 0.3s ease-in-out;
}
section.custom_1.bgcolor.dark .at_icon_grid .icon.circle:hover {
    transform: scale(1.2, 1.2);
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 7px;
}
section.custom_1.bgcolor.dark .at_icon_grid .icon.circle:hover::after {
    opacity: 1;
}
section.custom_1 .contents {
    font-size: 19px;
}


.at_icon_grid {
    display: inline-block;
    font-weight: 'NanumSquare';
    margin: 0px 15px;
}
.at_icon_grid .icon {
    width: 140px;
    height: 140px;
}
.at_icon_grid .icon.circle {
    border-radius: 70px;
}
.at_icon_grid .icon.polygon {
}
.at_icon_grid .title {
    font-size: 20px;
    padding: 10px 0px;
}
.at_grid_notice {
    padding: 10px 10px 20px 10px;
    background: #fff;
    text-align: left;
    letter-spacing: -0.05em;
}
.at_grid_notice:hover {
    background: #eee;
}

/*
 * 자바스크립트로 addClass('over') 하던걸 자체 css 로 변경
 * 바로 위 .at_grid_notice:hover { ... }
.at_grid_notice.over {
	background: #eee;
}
*/

.at_grid_notice .img {
    width: 100%;
    /*
	height: 180px;
	background: #eee;
	*/
}
.at_grid_notice .title {
    font-size: 24px;
    line-height: 36px;
    color: #252525;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic';
    padding: 20px 15px;
}
.at_grid_notice .txt {
    font-size: 18px;
    line-height: 24px;
    color: #707070;
    padding: 0px 15px;
}
.at_grid_notice .date {
    font-size: 14px;
    color: #959595;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic';
    padding: 10px 15px;
}
.at_btn {
    display: inline-block;
    width: 100px;
    height: 50px;
    margin: 0px 10px;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic';
    font-weight: 700;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}
.at_btn.border.blue {
    border: #2d85c8 2px solid;
    color: #2d85c8;
}
.at_btn.bgcolor.blue {
    border: #2d85c8 2px solid;
    background: #2d85c8;
    color: #fff !important;
}
.at_btn.border.blue:hover {
    border: #2d85c8 2px solid;
    background: #e9f1f7;
}
.at_btn.bgcolor.blue:hover {
    border: #2d85c8 2px solid;
    background: #2877b4;
    color: #fff !important;
}
.at_btn.more {
    float: right;
    width: 40px;
    height: 40px;
    background: url("../images/wizlink/common/btn_more_40x40.png") no-repeat 0px 0px;
}

.at_tbl {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
    color: #959595;
    font-size: 17px;
    table-layout: fixed;
}
.at_tbl tr {
    height: 50px;
}
.at_tbl th {
    vertical-align: middle !important;
}
.at_tbl tr td {
    max-width: 100%;
    padding: 0px 5px !important;
    line-height: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.at_tbl a {
    color: #959595 !important;
}
.at_tbl a:hover {
    color: #2279bb !important;
}
.at_tbl .date {
    color: #c2c2c2;
    font-size: 14px;
}
.at_tbl th, .at_tbl td {
    padding-left: 5px;
    padding-right: 5px;
}
.at_tbl tr:hover {
    /*color: #2279bb;*/
}
.at_tbl th.status {
    width: 90px !important;
}
.at_tbl th.writer {
    width: 120px !important;
}
.at_tbl th.regdate {
    width: 120px !important;
}
.at_tbl td.status {
    width: 80px !important;
}
.at_tbl span {
    margin-left: auto;
    margin-right: auto;
}
.at_tbl span.status {
    display: block;
    width: 80px;
    height: 30px;
    margin: 10px 0px;
    font-weight: 700px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.at_tbl span.status.waiting {
    background: #959595;
}
.at_tbl span.status.receipt {
    background: #fec32c;
}
.at_tbl span.status.fin {
    background: #008fd5;
}
.at_tbl i {
    margin: 0px 10px;
    color: #999;
}
.at_tbl i:hover {
    color: #2279bb;
}
.at_grid_profile {
    /*border: #ddd 1px solid;*/
    padding: 20px;
    background: #fff;
    clear: both;
    overflow: hidden;
}
.at_grid_profile.border_gray {
    border: #ddd 1px solid;
}
.at_grid_profile .profile_img {
    float: left;
    /*
	margin-left: auto;
	margin-right: auto;
	*/
    margin-right: 20px;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.at_grid_profile .profile_txt {
    float: left;
}
.at_grid_profile .profile_name {
    text-align: left;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.at_grid_profile .profile_title {
    text-align: left;
    color: #666;
    font-size: 18px;
}
.at_grid_profile .profile_company {
    text-align: left;
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
}
.at_grid_profile .profile_career {
    text-align: left;
}
.at_grid_profile .profile_career ul {
    padding-left: 20px;
    font-size: 15px;
}
.at_grid_color_system {
    float: left;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    border: #ddd 1px solid;
}
.at_grid_color_system .color {
    width: 150px;
    height: 100px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
}
.at_grid_color_system .txt {
    font-weight: 700;
}
.at_grid_color_system .color.sparts_blue01 { background: #00ADEF;}
.at_grid_color_system .color.sparts_blue02 { background: #0071BB; }
.at_grid_color_system .color.sparts_green01 { background: #009A81; }

.at_grid_in_circle {
    margin-left: auto;
    margin-right: auto;
}
.at_grid_in_circle .circle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    border: #fff 3px solid;
    border-radius: 50px;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -0.05em;
    line-height: 90px !important;
    text-align: center;
}
.at_grid_in_circle h3 {
    margin-bottom: 10px !important;
    display: none;
}
.at_color.border.teal1 {
    border-color: #78dfee !important;
    color: #78dfee !important;
}
.at_color.border.teal2 {
    border-color: #38c5dd !important;
    color: #38c5dd !important;
}
.at_color.border.teal3 {
    border-color: #1199bc !important;
    color: #1199bc !important;
}
.at_color.border.blue1 {
    border-color: #00aeef !important;
    color: #00aeef !important;
}
.at_color.border.blue2 {
    border-color: #008fd5 !important;
    color: #008fd5 !important;
}
.at_color.border.purple1 {
    border-color: #5359a7 !important;
    color: #5359a7 !important;
}

.at_nav.at_nav_center {
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.at_nav.at_nav_circle {
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;   
}
.at_nav.at_nav_circle li {
    margin: 0px 5px;
    margin-left: 20px !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px !important;
    background: #eee;
    overflow: hidden;
    cursor: pointer;
}
.at_nav.at_nav_circle li a {
    width: 100%;
    height: 100%;
    color: #aaa !important;
    font-size: 16px;
    line-height: 100px;
    padding: 0px 0px !important;
    background-size: cover !important;
    border: 0px !important;
}
.at_nav.at_nav_circle li.active a {
    color: #fff !important;
}
.at_nav.at_nav_circle li a.bg_headquarter {
    background: url("../images/wizlink/common/bg_contact_headquarter.png") no-repeat center center !important;
}
.at_nav.at_nav_circle li a.bg_branch {
    background: url("../images/wizlink/common/bg_contact_branch.png") no-repeat center center;
}
.at_nav.at_nav_circle li a.bg_thailand {
    background: url("../images/wizlink/common/bg_contact_thailand.png") no-repeat center center !important;
}
.at_nav.at_nav_circle li a.bg_vietnam {
    background: url("../images/wizlink/common/bg_contact_vietnam.png") no-repeat center center;
}
.at_nav.at_nav_circle li a.bg_china {
    background: url("../images/wizlink/common/bg_contact_china.png") no-repeat center center;
}
.at_map {
    padding: 10px !important;
}
.at_map .firstHeading {
    font-size: 20px !important;
}
.at_map .sc_map_txt {
    font-size: 16px !important;
}

section#slider {
    /*background-color: #fff !important;*/
    background-color: #160e36 !important;
}

/* for err-page */
    section#slider.err_page {
        /*background: #151515 !important;*/
        background: #fff !important;
        font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    }
    section#slider.err_page h1 {
        color: #00aeef !important;
        text-shadow: none !important;
        border: 0px !important;
    }
    section#slider.err_page h1:before{
        content: "" !important;
    }
    section#slider.err_page h2 {
        font-weight: 700 !important;
        color: #666 !important;
        text-shadow: none !important;
    }
    section#slider.err_page h2 strong {
        font-weight: 800 !important;
    }
    section#slider.err_page p {
        color: #999 !important;
        text-shadow: none !important;
        font-size: 18px !important;
    }
    section#slider.err_page input.serch-input {
        background: #eee !important;
        color: #333;
    }
/* /for err-page */

.at_slider {
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    letter-spacing: -0.05em;
}
.at_slider_txt01 {
    font-family: 'kbiz regular', 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-size: 46px !important;
    color: #333333 !important;
    /*font-weight: 700 !important;*/
    text-shadow: none !important;
}
.at_slider_txt02 {
    font-size: 18px !important;
    color: #00aeef !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    line-height: 20px;
}
.at_slider_txt03 {
    font-family: 'kbiz regular', 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #464646 !important;
    text-shadow: none !important;
    /*font-weight: 400 !important;*/
}
.at_slider_btn01 {
    /*
    padding: 5px 20px;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #2d85c8 !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    border: #2d85c8 1px solid;
    */
    cursor: pointer;
    width: 220px;
    height: 80px;
    background: url("../images/wizlink/common/btn_slider_contact.png") no-repeat;

}
.at_slider.txt_white {
    color: #fff !important;
}
.at_slider.txt_white .at_slider_txt01, .at_slider.txt_white .at_slider_txt02, .at_slider.txt_white .at_slider_txt03 {
    color: #fff !important;
}

.full_width {
    width: 100%;
    /*padding-top: 50px;*/
    padding: 100px 0px !important;
    background-size: initial !important;
}
.full_width.border_bottom {
    border-bottom: #ccc 1px solid;
}
.full_width.pattern01 {    
    background: url("../images/wizlink/common/bg_pattern01_left.png") left top no-repeat, url("../images/wizlink/common/bg_pattern01_right.png") right top no-repeat;
}
.full_width.pattern02 {
    background: url("../images/wizlink/common/bg_pattern02_left.jpg") left top no-repeat;
}
.full_width h1 {
    margin-bottom: 20px !important;
    padding: 0px !important;
    color: #3a3a3a;
    /*font-size: 36px !important;*/
    font-size: 60px !important;
    font-weight: 400 !important;
    letter-spacing: -0.05em;
    line-height: 44px !important;
    text-transform: uppercase;
}
.full_width h2 {
    margin-bottom: 10px !important;
    padding: 0px !important;
    color: #3a3a3a;
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.05em;
    line-height: 30px !important;
}
.full_width h3 {
    margin-bottom: 20px !important;
    padding: 0px !important;
    color: #666;
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: -0.05em;
    line-height: 20px !important;
}
.full_width h1 strong {
    font-weight: 700;
}
.full_width h1 span.strong {
    color: #3a3a3a;
    font-weight: 700 !important;
}
.full_width p {
    color: #464646;
    font-size: 20px;
    font-weight: normal !important;
    line-height: 28px !important;
}
.full_width p span.strong {
    font-weight: 700 !important;
}
.full_width h1.text_gradient {
    display: inline-block;
    margin-bottom: 50px !important;
    height: 50px;
    background-image: linear-gradient(-40deg,#4bdabb,#b84aad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.border_gray {
    border: #ddd 1px solid;
}

.img_hidden_m {
    display: block;
}

.img_m {
    display: none;
}
.contact_wrap {
    padding: 20px;
}
.contact_map {
    padding-left: 30px;
}
.contact_map > div {
    height: 300px;
}
.contact_map h2 {
    font-size: 18px !important;
    margin: 0px !important;
}
.contact_map .sc_map_txt {
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
}

/* /common */

/* for wizlink */
section.main_products {
    min-height: 400px;
    /*background-color: #2279bb;*/
    /*background-image:  url("../images/wizlink/background/bg_blue_pattern01.jpg") left top no-repeat, url("../images/wizlink/background/bg_blue_pattern02.jpg") right top no-repeat;*/
}
section.main_products a {
    color: #ffffff;
}
section.main_products a:hover {
    color: #ffffff;
}
section.main_contact {
    min-height: 400px;
    background-color: #14a8de !important;
    /*background-image:  url("../images/wizlink/background/bg_blue_pattern01.jpg") left top no-repeat, url("../images/wizlink/background/bg_blue_pattern02.jpg") right top no-repeat;*/
}
section.notice {
    min-height: 400px;
    background: url("../images/wizlink/common/bg_main_we_do_this_01.jpg") no-repeat center 0px;
}
.parallax_custom.why {
    background: url("../images/wizlink/background/bg_main_notice.png") no-repeat center 0px;
}
.parallax_custom.recruit {
    background: url("../images/wizlink/background/bg_recruit.jpg") no-repeat center 0px;
}
.main_products .icon.product00 {
    background: #b7c1cb !important;
}
.main_products .icon.product01 {
    background: #b7c1cb url("../images/wizlink/common/img_140x140_set.png") no-repeat 0px 0px;
}
.main_products .icon.product02 {
    background: #b7c1cb url("../images/wizlink/common/img_140x140_set.png") no-repeat 0px -140px;
}
.main_products .icon.product03 {
    background: #b7c1cb url("../images/wizlink/common/img_140x140_set.png") no-repeat 0px -280px;
}
.main_products .icon.product04 {
    background: #b7c1cb url("../images/wizlink/common/img_140x140_set.png") no-repeat 0px -420px;
}
.main_products .icon.product05 {
    background: #b7c1cb url("../images/wizlink/common/img_140x140_set.png") no-repeat 0px -560px;
}
.main_products .icon.product06 {
    background: #b7c1cb url("../images/wizlink/common/img_140x140_set.png") no-repeat 0px -700px;
}

.main_products .title {
    color: #d3f0fe;
    line-height: 24px;
}

.we_do_this .icon {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
}
.we_do_this.we_do_this01 .icon {
    background: url("../images/wizlink/common/icon_100x100_set.png") 0px 0px no-repeat;
}
.we_do_this.we_do_this02 .icon {
    background: url("../images/wizlink/common/icon_100x100_set.png") 0px -100px no-repeat;
}
.we_do_this.we_do_this03 .icon {
    background: url("../images/wizlink/common/icon_100x100_set.png") 0px -200px no-repeat;
}
.we_do_this.we_do_this04 .icon {
    background: url("../images/wizlink/common/icon_100x100_set.png") 0px -300px no-repeat;
}

ul.contact_info {
    list-style-type: none;
}
ul.contact_info span {
    display: inline-block;
    font-weight: 700;
    min-width: 80px;
    margin-right: 10px;
}

table.contact_info {
    margin: 0px 15px 20px 15px !important;
    font-size: 16px;
    color: #666 !important;
    width: calc(100% - 30px);
}
table.contact_info th {
    background: none !important;
    border: 0px !important;
    font-weight: 700;
    padding: 5px 10px !important;
    padding-right: 20px !important;
    color: #666 !important;
    vertical-align: top;
}
table.contact_info td {
    border: 0px !important;
    padding: 5px 10px !important;
    color: #666 !important;
    font-weight: 400;
}
table.contact_info td.th_dtl {
    padding: 5px 20px 0px 10px !important;
    /*background: #f5f5f5;*/
    color: #448ccb !important;
    vertical-align: top;
    font-weight: 700;
}
table.contact_info td.th_dtl2 {
    font-size: 14px;
    color: #448ccb !important;
    vertical-align: top;
}
table.contact_info tr {
    /*border: 0px !important;*/
    border-bottom: #eee 1px dotted !important;
}

.at_icon_grid .icon.polygon {
    height: 104px !important;
}

.business_contents a {
    color: #337ab7;
    /*text-decoration: underline;*/
    /*text-decoration-style: wavy;*/
}

.side_nav_wrap {

}

/*
.side_nav_wrap.pos_fixed #side_nav {
	position: fixed;
	top: 100px !important;
	width: 263px;
	z-index: 8888;
}
*/

.side-nav {
    /*position: fixed;*/
    /*background: #f2f2f2 !important;*/
    /*background: rgba(0, 0, 0, 0.05);*/
    /*border-right: #333 2px solid !important;*/
}

.side-nav-head {
    padding: 15px 20px !important;
    background: #f8f9fa !important;
}

.side-nav-head h4 {
    font-size: 24px !important;
    font-weight: 700;
    margin: 0px !important;
    color: #666 !important;
}

.table {
    font-size: 17px;
    line-height: 27px;
}
.table th, .table td {
}
.table th {
    font-weight: 400;
    color: #333;
    background: rgba(0, 0, 0, 0.05);
}
.table th.depth2 {
    background: rgba(0, 0, 0, 0.1);
}
.table td {
}
.table a {
    color: #333;
}
.table a:hover {
    color: #2279bb;
    text-decoration: underline;
}
.table span.strong {
    color: #2279bb;
}
.table ul {
    margin: 0px !important;
    padding-left: 20px !important;
}

.biz_dtl {
    padding: 0px 0px 0px 0px;
    /*border: #eee 1px solid;*/
    /*border-radius: 5px;*/
    margin-bottom: 30px;
    border-bottom: #eee 1px dashed;
    overflow: hidden;
}
.biz_dtl h1 {
    padding: 0px 10px 5px 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    color: #2279bb;
    margin-bottom: 0px !important;
    /*border-bottom: #2279bb 2px solid;*/
    /*background: #f3f3f3 !important;*/
}
.biz_dtl h1 span.subtitle {
    margin-left: 5px;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #448ccb;
}
.biz_dtl p, .biz_dtl div {
    padding: 10px;
    color: #333;
    font-size: 17px;
    font-weight: normal !important;
    /*line-height: 24px !important;*/
    line-height: 26px !important;
}
.biz_dtl ul {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 17px !important;
}
.biz_dtl ul li {
    list-style-type: none;
    padding-left: 10px !important;
    margin-bottom: 5px;
    background: url("../images/wizlink/common/bullet_set.png") no-repeat 0px 10px;
}
/*
.biz_dtl ul li:before {
	left: -10px;
	content: "•     ";
	color: #2279bb;
}
*/

.at_step {
}
.at_step .circle {
    width: 100px;
    height: 100px;
    background: url("../images/wizlink/common/circle_100x100_set.png") no-repeat 0px 0px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
/*
.at_step.circle:nth-child(even) {
	background: url("../images/wizlink/common/circle_100x100_set.png") no-repeat 0px -100px;
}
*/
.at_panel {
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
    border: #eee 1px solid;
    border-radius: 10px;
    font-size: 15px;
}
.at_panel.shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 10px;
}
.at_panel.bold {
    border-width: 5px;
}

.project_group {
    display: block;
    width: 100%;
    overflow: hidden;
    background: url("../images/wizlink/common/dot_gray01.png") 100px 25px repeat-x;
}
.project_group .cate {
    float: left;
    width: 150px;
    height: 150px;
    padding-top: 20px;
    border-radius: 50%;
    background: #fff;
    border: #ebebeb 10px solid;
    font-family: 'Gotham Bold', 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-size: 30px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #464646;
}
.project_group .cate.android {
    background: #fff url("../images/wizlink/common/icon_150x150_set.png") -5px -5px no-repeat;
}
.project_group .cate.linux {
    background: #fff url("../images/wizlink/common/icon_150x150_set.png") -5px -155px no-repeat;
}
.project_group .cate.wifi {
    background: #fff url("../images/wizlink/common/icon_150x150_set.png") -5px -305px no-repeat;
}
.project_group .cate.zigbee {
    background: #fff url("../images/wizlink/common/icon_150x150_set.png") -5px -455px no-repeat;
}
.project_group .cate.nfc {
    background: #fff url("../images/wizlink/common/icon_150x150_set.png") -5px -605px no-repeat;
}
.project_group .cate.ble {
    background: #fff url("../images/wizlink/common/icon_150x150_set.png") -5px -755px no-repeat;
}
.project_group .cate.etc {
    background: #fff url("../images/wizlink/common/icon_150x150_set.png") -5px -905px no-repeat;
}
.project_group .cate.mcu {
    background: #fff url("../images/wizlink/common/icon_150x150_set.png") -5px -1055px no-repeat;
}
.project_group .project_dtl_set {
    float: left;
    margin-top: 25px;
    margin-left: 50px;
    width: calc(100% - 200px);
}
.project_group .project_dtl_set.more {
    background: url("../images/wizlink/common/dot_gray01.png") 15px 0px repeat-y;
}
.project_group > .project_dtl_set:nth-child(3) {
    margin-top: -20px;
    margin-left: 200px;
}

.project_group .project_dtl {
    float: left;
    width: 50%;
    background: url("../images/wizlink/common/bullet_project_dtl.png") no-repeat;
}
.project_group ul {  
    margin-top: 25px;  
    list-style-type: none;
    color: #464646 !important;
}
.project_group ul li {
    font-size: 18px;
    line-height: 24px;
}
.project_group ul li.title {
    font-family: 'Gotham Bold', 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-size: 24px;
    color: #464646 !important;
    margin-bottom: 5px;
}
.project_group ul li.subtitle {
    font-family: 'kbiz bold', 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-size: 20px;
    margin-bottom: 20px;
}

.quick_contact {
    position: fixed;
    z-index: 10000;
    cursor: pointer;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 5px 10px 5px;
    right: 20px;
    bottom: 100px;    
}

.main_contact .select2 {
    border: #fff 1px solid !important;
    border-radius: 3px !important;
    font-size: 18px;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    color: #fff;
}
.main_contact .select2 .select2-selection {
    border: none !important;
    color: #fff !important;
}
.select2-selection__rendered {
    background: rgba(0, 0, 0, 0.1);
    color: #fff !important;
}
.main_contact .form-control {
    /*border: #fff 1px solid !important;*/
}
.main_contact input {
    padding-left: 0px !important;
    margin-bottom: 10px !important;
    border: none;
    border-bottom: #ffffff 1px solid !important;
    border-radius: 0px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    font-size: 18px;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
}
.main_contact textarea {
    padding-left: 0px !important;
    border: none;
    border-bottom: #ffffff 1px solid !important;
    border-radius: 0px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    font-size: 18px;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
}
.main_contact input::placeholder {
    color: rgba(255, 255, 255, 0.9);
}
.main_contact textarea::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.privacy {
    padding: 0px 15px;
    margin-bottom: 10px;
}
.contact_submit {
    cursor: pointer;
    padding: 0px 15px;
}

#content_map1 h2 {
    line-height: 20px !important;
}
/* /for wizlink */

/* search */
.search-box {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background: rgba(34, 121, 187, 0.9);*/
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    text-align: center;
}
.search-box form {
    margin-top: 20%;
    text-align: center;
}
.search-box .input-group {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 800px !important;
    background: rgba(255, 255, 255, 1);
    border: #00aeef 4px solid;
    border-radius: 0px;
    vertical-align: middle;
}
.search-box .input-group-btn button {
    background: #fff;
    color: #ccc;
    font-size: 24px;
    border: 0px !important;
}
.search-box .input-group-btn button:active {
    color: rgba(34, 121, 187, 1);
    background: #fff !important;
    box-shadow: none !important;
}
.search-box input {
    width: 740px !important;
    border: none !important;
    font-size: 24px !important;
}
#closeSearch {
    float: right;
    width: 70px;
    height: 70px;
    background: url("../images/wizlink/common/btn_close_white_70x70.png") no-repeat;
    cursor: pointer;
}

/* /search */

/* submenu */
#submenu_full {
    position: fixed;
    top: 0px;
    display: none;
    left: 0px;
    right: 0px;
    min-height: 240px;
    background: rgba(255, 255, 255, 0.95);
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px;*/
    z-index: 9999;
    font-style: normal !important;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;

    -webkit-transition: position .4s ease;
    -o-transition: position .4s ease;
    transition: position .4s ease;
}
#submenu_full ul {
    padding-left: 0px !important;
}
#submenu_full ul.nav_sub {
    position: relative;
    margin-top: 10px;
    /*background: #ff0000;*/
}
#submenu_full ul.nav_sub li {
    float: left;
    list-style-type: none;
}
#submenu_full ul.nav_sub_each li {
    clear: both;
    padding-left: 15px;
}
#submenu_full ul.nav_sub_each li a {
    color: #707070;
    font-size: 16px;
}
#submenu_full ul.nav_sub_each li a:hover {
    color: #2279bb;
}
.nav-main:hover #submenu_full {
    /*display: block;*/
}

/* /submenu */

#toTop {
    width: 40px !important;
    height: 40px !important;
    background: rgba(0, 0, 0, 0.5) url("../images/wizlink/common/icon_40x40_set.png") no-repeat 0px -120px !important;
}
#toTop:hover {
    background: rgba(0, 0, 0, 0.75) url("../images/wizlink/common/icon_40x40_set.png") no-repeat 0px -120px !important;
}
#toTop:before {
    content: "" !important;
}

/* template modify */

/* layer slider */
.ls-thumbnail-hover {
    display: none !important;
}

.sch_result_header {
    padding: 50px 0px;
    color: #0072bc;
    font-size: 24px;
    font-weight: 700px;
}
.sch_result_bbs_contents {
    margin-left: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #eee 1px solid;
    font-size: 16px !important;
    line-height: 20px !important;
}
.sch_result_bbs_contents h3 {
    margin-bottom: 10px !important;
    font-weight: 700 !important;
}
.sch_match {
    background: #0072bc;
    color: #fff;
    font-weight: 700;
}
.sch_result_dtl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #ccc 1px solid !important;
    font-size: 18px !important;
}
.sch_result h2 {    
    font-size: 24px !important;
    margin-bottom: 10px !important;
}

/* /layer slider */

.box-icon.box-icon-content .box-icon-title>i {
    position:absolute;
    background-color:#fff;
    top:0;
    margin-left: 15px !important;
}

#slider .btn {
    color: #666 !important;
}


/* history(timeline) */
.timeline-entry {
    font-family: 'NanumSquare', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.1em;
}
.timeline-entry span {
    font-weight: 400 !important;
    letter-spacing: 0em !important;
}
.blog-post-item {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border: 0px !important;
}

.blog-post-item p {
    margin-top: 50px !important;
    margin-bottom: 10px !important;
    padding: 10px;
    background: #fff;
    border: #eee 2px solid;
}

.timeline-hline {
    margin-top: -25px !important;
}
.timeline-entry {
    margin-top: -25px !important;    
}
.swiper-container {margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: left;
  background: none !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #666 !important;
}

.swiper-pagination {
    margin-top: 20px;
}
.swiper-pagination-bullet {
    margin: 0px 5px !important;
    padding: 0px 10px !important;
    width: auto !important;
    height: 20px !important;
    border-radius: 10px !important;
    text-align: center !important;
    line-height: 20px !important;
    font-size: 12px !important;
    color:#666 !important;
    opacity: 1 !important;
    background: rgba(255,255,255,0.5) !important;
}
.swiper-pagination-bullet-active {
    color:#fff !important;
    background: #00baff !important;
}
.history {
    text-align: left;
}

.history ul {
    margin-top: 20px;
    padding-left: 10px !important;
}

.history ul li {
    list-style-type: none !important;
    color: #6a6a6a;
    font-size: 17px;
}

.history ul li .month {
    padding-right: 10px;
    font-weight: bold;
    color: #00baff;
}

.history button, .history ul {
    display: block !important;
}

.history_pagination {
    margin: 0px 5px;
    padding: 5px 10px;
    height: 30px;
    background: #fff;
    border: #eee 1px solid;
    border-radius: 15px;
    cursor: pointer;

}
/* /history(timeline) */

/* /template modify */

.ci_kr {
    padding-right: 15px;
}

.box_secret {
    font-size: 16px;
}
.box_secret label {
    margin-right: 20px;
}
.box_secret p.capcha {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 50px;
    background: #fff;
    border: #ccc 1px solid;
    line-height: 50px;
}

.slogan {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.chart_temp {
    padding: 50px !important;
    background: #f3f3f8;
    color: #666 !important;
    border-radius: 20px;
    text-align: center;
}

.business_vmi_temp {
    background: #fff !important;
    border: #eee 2px solid !important;
}

.logo_set {
    margin-bottom: 20px;
}
.logo_set img {
    border: #eee 1px solid !important;
}

.product_ci {
    width: 80%;
}
.product_img > div {
    padding: 0px 5px !important;
}

.product_img > div > div {
    margin: 5px 0px;
    padding: 10px;
    border: #eee 1px solid !important;
    text-align: center;
    font-weight: 700;
}
.product_img > div img {
    width: 100%;
}

.nav_lang {
    margin-top: 38px;
    margin-left: 10px;
    padding: 0px 10px;
    height: 20px;
    border-radius: 10px;
    background: #ccc !important;
    color: #fff !important;
    font-size: 12px !important;
}

.nav_lang:hover {
    background: #bbb !important;
}

.nav_lang a {
    color: #fff !important;
}



/* */
#header {
    background: #160e36 !important;
}
/* */
