/* -- font -- */
@font-face { font-family: 'NanumSquare'; font-style: normal; font-weight: 100; src: local("NanumSquareL"), url("../fonts/NanumSquareL.woff2") format("woff2"), url("../fonts/NanumSquareL.woff") format("woff"), url("../fonts/NanumSquareL.otf") format("opentype"); }

@font-face { font-family: 'NanumSquare'; font-style: normal; font-weight: 400; src: local("NanumSquareR"), url("../fonts/NanumSquareR.woff2") format("woff2"), url("../fonts/NanumSquareR.woff") format("woff"), url("../fonts/NanumSquareR.otf") format("opentype"); }

@font-face { font-family: 'NanumSquare'; font-style: normal; font-weight: 700; src: local("NanumSquareB"), url("../fonts/NanumSquareB.woff2") format("woff2"), url("../fonts/NanumSquareB.woff") format("woff"), url("../fonts/NanumSquareB.otf") format("opentype"); }

@font-face { font-family: 'NanumSquare'; font-style: normal; font-weight: 900; src: local("NanumSquareEB"), url("../fonts/NanumSquareEB.woff2") format("woff2"), url("../fonts/NanumSquareEB.woff") format("woff"), url("../fonts/NanumSquareEB.otf") format("opentype"); }

@font-face { font-family: 'YiSunShin Dotum'; font-style: normal; font-weight: 300; src: url(../fonts/YiSunShin_Dotum_l.woff2) format("woff2"), url(../fonts/YiSunShin_Dotum_l.woff) format("woff"), url(../fonts/YiSunShin_Dotum_l.ttf) format("truetype"); }

@font-face { font-family: 'YiSunShin Dotum'; font-style: normal; font-weight: 400; src: url(../fonts/YiSunShin_Dotum_m.woff2) format("woff2"), url(../fonts/YiSunShin_Dotum_m.woff) format("woff"), url(../fonts/YiSunShin_Dotum_m.ttf) format("truetype"); }

@font-face { font-family: 'YiSunShin Dotum'; font-style: normal; font-weight: 700; src: url(../fonts/YiSunShin_Dotum_b.woff2) format("woff2"), url(../fonts/YiSunShin_Dotum_b.woff) format("woff"), url(../fonts/YiSunShin_Dotum_b.ttf) format("truetype"); }

html { font-family: "NanumSquare"; color: #fff; font-size: 17px; font-weight: 700; }

@media (max-width: 768px) { html.mob { font-size: 14px; } }

/* -- //end : font -- */
/* -- common -- */
/* reset */
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-break: keep-all; height: 100%; line-height: 1; }

body { height: 100%; min-width: 320px; letter-spacing: -0.025em; -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, figure { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }

input, select, textarea, button, label { font-size: 100%; vertical-align: middle; border-radius: 0; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

select::-ms-expand { display: none; }

select:focus::-ms-value { background-color: inherit; color: inherit; }

fieldset, img, iframe { border: 0 none; }

b, strong { font-weight: normal; }

img { vertical-align: top; border-style: none; }

textarea { width: 100%; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; resize: none; border: 1px solid #c7c7c7; font-family: "NanumSquare"; }

em, address { font-style: normal; }

a { display: inline-block; text-decoration: none; background-color: transparent; vertical-align: middle; -webkit-text-decoration-skip: objects; color: inherit; word-break: break-word; }

menu, li { list-style: none; }

button { padding: 0; margin: 0; border: 0; cursor: pointer; vertical-align: middle; background: none; font-family: "NanumSquare"; }

button, input { overflow: visible; }

button, select { text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

caption { width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; visibility: hidden; }

hr { display: none; }

i, em, address { font-style: normal; }

label { cursor: pointer; }

table { width: 100%; border-spacing: 0; border-collapse: collapse; color: #8c8585; table-layout: auto; }

/* skip navigation */
.skipnav a { position: absolute; top: -9999em; width: 100%; background: #06474a; font: bold 1.5em; text-align: center; font-weight: bold; z-index: 9999; }

.skipnav a:hover, .skipnav a:active, .skipnav a:focus { padding: 12px 0; top: 0; color: #fff; }

/* form */
.inp_item { display: inline-block; vertical-align: top; }

input { width: 100%; height: 35px; padding: 0 14px; border: 1px solid #c7c7c7; line-height: 35px; font-family: "NanumSquare"; font-size: 100%; color: #fff; }

@media (max-width: 768px) { .mob input { padding: 0 5px; } }

.sel_item { display: inline-block; position: relative; height: 35px; border: 1px solid #c7c7c7; background: #fff url("") no-repeat 100% 50%; vertical-align: top; }

.sel_item select { width: 100%; height: 100%; padding: 0 35px 0 9px; border: 0; background: transparent; }

.rdo_item { display: inline-block; position: relative; vertical-align: top; line-height: 35px; }

.rdo_item label { display: inline-block; min-width: 95px; vertical-align: top; font-family: "NanumSquare"; font-size: 100%; color: #8c8585; }

input[type="radio"] { overflow: hidden; visibility: hidden; opacity: 0; position: absolute; left: -1px; top: -1px; width: 1px; height: 1px; }

input[type="radio"] + label:before { display: inline-block; content: ''; width: 20px; height: 20px; margin: 6px 11px 0 0; vertical-align: top; background: url("") no-repeat 0 0; }

input[type="radio"]:checked + label:before { background: url("") no-repeat 0 0; }

input[type="radio"].readonly + label { color: #fff; }

input[type="radio"].readonly + label:before { background: url("") no-repeat 0 0; }

.chk_item { display: inline-block; position: relative; vertical-align: top; line-height: 35px; }

.chk_item label { display: inline-block; vertical-align: top; font-family: "NanumSquare"; font-size: 100%; }

input[type="checkbox"] { overflow: hidden; visibility: hidden; opacity: 0; position: absolute; left: -1px; top: -1px; width: 1px; height: 1px; }

input[type="checkbox"] + label:before { display: inline-block; content: ''; width: 22px; height: 22px; margin: 5px 20px 0 0; vertical-align: top; background: url("") no-repeat 0 0; }

input[type="checkbox"]:checked + label:before { background: url("") no-repeat 0 0; }

input[type="checkbox"].readonly + label { color: #fff; }

input[type="checkbox"].readonly + label:before { background: url("") no-repeat 0 0; }

/* class */
.blind, .hide { overflow: hidden; position: absolute; opacity: 0; visibility: hidden; clip: rect(0 0 0 0); width: 0; height: 1px; margin: -1px; padding: 0; border: 0; }

legend { overflow: hidden; position: absolute; top: 0; left: 0; width: 0; height: 1px; font-size: 0; line-height: 100px; white-space: nowrap; }

fieldset { margin: 0; padding: 0; border: 0; background: rgba(0, 0, 0, 0); }

.ellip_1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: normal; }

.ellip_2 { overflow: hidden; text-overflow: ellipsis; display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; white-space: normal; line-height: 1.2em; height: 2.4em; }

.ellip_3 { overflow: hidden; text-overflow: ellipsis; display: block; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: break-all; white-space: normal; line-height: 1.2em; height: 3.6em; }

.underline:hover { text-decoration: underline; }

a.link-tel { vertical-align: top; }

a.link-tel:hover, a.link-tel:active { -webkit-transform: none !important; transform: none !important; }

/* align */
.align_right { text-align: right; }

.align_left { text-align: left; }

.align_center { text-align: center; }

.fl { float: left; }

.fr { float: right; }

.block { display: block; }

.inlineBlock { display: inline-block; }

/* -- //end : common -- */
/* common style for responsive */
.br { display: block; }

.btn-gnb, footer .sns { display: none; }

.mob footer .sns { display: block; }

.mob .btn-gnb { display: inline-block; }

.mob .br { display: inline; }

.mob header .sns { display: none; }

/* //end : common style for responsive */
/* layout */

/* min-width 수정 */
.wrap { min-width: 1400px; }
/* .wrap { min-width: 1800px; } */

.fullscreen-wrap { position: relative; min-height: 100vh; }

.fullscreen-wrap:after { content: ''; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/content/bg_page.jpg) no-repeat 50% 0/cover; }

.fullscreen-wrap.index:after { background: url(../images/content/bg_index.jpg) no-repeat 50% 0/cover; }

/* width 수정 */
.content-wrap { position: relative; width: 1400px; padding-left: 35px; padding-right: 35px; margin: 0 auto; }
/* .content-wrap { position: relative; width: 1800px; padding-left: 35px; padding-right: 35px; margin: 0 auto; } */


/* padding-bottom 수정 */
header { padding-top: 50px; padding-bottom: 28px; }

header .logo { position: absolute; left: 35px; top: 0; }

header .gnb { text-align: center; }

header .gnb .menulist-wrap { *zoom: 1; display: inline-block; border-bottom: 1px solid #999; }

header .gnb .menulist-wrap:before, header .gnb .menulist-wrap:after { display: table; content: ""; line-height: 0; }

header .gnb .menulist-wrap:after { clear: both; }

header .gnb .menulist-wrap .list-item { float: left; }

header .gnb .menulist-wrap .menu-item { padding: 11px 30px 22px; }

header .gnb .menulist-wrap .menu-item:hover { color: #00f3ff; }

header .gnb .menulist-wrap .list-item.active { position: relative; }

header .gnb .menulist-wrap .list-item.active .menu-item { color: #00f3ff; }

header .gnb .menulist-wrap .list-item.active:after { display: block; content: ''; position: absolute; bottom: -2px; width: 100%; border-bottom: 3px solid #00f3ff; }

header .sns { position: absolute; top: 0; right: 35px; }

/* margin 수정 */
/* header .sns .link-item { padding: 10px; margin: -10px; } */
header .sns .link-item { padding: 10px; margin: -90px; }

/* footer 수정 */
/* footer { height: 125px; background-color: #1c1c22; } */
footer { height: 85px; background-color: #1c1c22; }

/* padding-top 수정 */
/* footer .content-wrap { padding-top: 35px; } */
footer .content-wrap { padding-top: 15px; }

footer .info-area { *zoom: 1; }

footer .info-area:before, footer .info-area:after { display: table; content: ""; line-height: 0; }

footer .info-area:after { clear: both; }

/* footer .info-area .list-wrap { float: left; } */
footer .info-area .list-wrap { float: right; }

footer .info-area .list-item { display: inline-block; margin-right: 30px; }

footer .info-area .link-item { padding: 5px; margin: -5px; font-size: 0.88rem; }

footer .info-area .txt-area { float: right; text-align: right; font-size: 0.82rem; font-weight: 400; color: #c0c1c1; }

/* margin-bottom 수정 */
/* footer .info-area .txt-area [class*="txt-"] { margin-bottom: 0.59rem; } */
footer .info-area .txt-area [class*="txt-"] { margin-bottom: 0rem; }

/* margin-left 수정 */
/* footer .info-area .txt-adress .item { margin-left: 15px; } */
footer .info-area .txt-adress .item { margin-left: 0px; }

.container .content-wrap { padding-bottom: 70px; }

.container .content-block { text-align: center; }

.mob .wrap { overflow: hidden; min-width: 320px; }

.mob .fullscreen-wrap { position: relative; height: auto; min-height: 100vh; }

.mob .content-wrap { width: 100%; max-width: 768px; padding-left: 11px; padding-right: 11px; }

.mob header { padding: 15px 0 16px; border-bottom: 1px solid #999; }

.mob header .logo { left: 11px; }

.mob header .logo .btn-home { width: 126px; height: 21px; background: url(../images/mob/logo.png) no-repeat 0 0/cover; }

.mob header .logo .logo-pc { display: none; }

.mob header .gnb { text-align: right; }

.mob header .gnb .btn-gnb { font-size: 20px; color: #fff; padding: 10px; margin: -10px; }

.mob header .gnb .menulist-wrap { display: none; position: absolute; z-index: 9999; top: 37px; left: -1px; width: calc(100% + 2px); border: 1px solid #999; border-top-width: 0; background-color: rgba(0, 0, 0, 0.8); }

.mob header .gnb .menulist-wrap .list-item { float: none; text-align: center; }

.mob header .gnb .menulist-wrap .list-item:after { display: none; }

.mob header .gnb .menulist-wrap .menu-item { padding: 11px 0; }

.mob footer { height: auto; background-color: #565a6c; line-height: 1.44; }

.mob footer .content-wrap { padding-top: 20px; padding-bottom: 20px; }

.mob footer .info-area .list-wrap, .mob footer .info-area .txt-area { float: none; display: block; }

.mob footer .info-area .list-item { margin-right: 10px; }

.mob footer .info-area .txt-area { margin-top: 10px; text-align: left; }

.mob footer .info-area .txt-area [class*="txt-"] { margin: 0; }

.mob footer .info-area .txt-adress .item { margin: 0; margin-right: 15px; }

.mob footer .info-area .sns { float: right; }

.mob footer .info-area .sns .link-item { margin-top: -10px; }

.mob footer .info-area .sns .link-item img { width: 30px; }

.mob footer .txt-area { padding: 0; }

.mob .container .content-wrap { padding-bottom: 55px; }

.xdsoft_datetimepicker { font-family: "NanumSquare"; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover { color: #000 !important; background: #00f3ff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover { color: #000; background: #00f3ff; }

/* //end : layout */
.page-title { padding-top: 2.35rem; font-size: 2.14rem; font-weight: 700; padding-bottom: 2.82rem; }

.box-title { padding-bottom: 1.52rem; font-size: 1.29rem; font-weight: 900; line-height: 1.44; }

.txt-area { padding: 0 1rem; line-height: 1.44; }

.txt-area .weight-regula { font-weight: 400; }

.txt-area .color-mild { color: #c4c4c4; }

.txt-area .list-wrap li { padding-top: 15px; }

/* padding-right 수정 */
/* .txt-imgSource { position: absolute; bottom: 25px; right: 0; padding-right: 35px; padding-left: 35px; text-align: right; font-size: 13px; font-family: "YiSunShin Dotum"; font-weight: 300; word-break: break-all; } */
.txt-imgSource { position: absolute; bottom: 20px; right: 0; padding-right: 70px; padding-left: 35px; text-align: right; font-size: 13px; font-family: "YiSunShin Dotum"; font-weight: 300; word-break: break-all; }

.img-area { padding-bottom: 2.82rem; }

.img-area img { max-width: 100%; }

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

.submenu-wrap .menu-item { display: inline-block; }

.submenu-wrap .menu-item:before, .submenu-wrap .menu-item:last-child:after { display: inline-block; content: '/'; }

.submenu-wrap .menu-item.active .btn-tab { color: #00f3ff; }

.submenu-wrap .btn-tab { padding: 10px 30px; margin: -10px auto; }

.tabContents { padding-top: 4.52rem; }

.tabContents .tab-cont { display: none; }

.tabContents .tab-cont.active { display: block; }

.tabContents .box-wrap { *zoom: 1; text-align: center; }

.tabContents .box-wrap:before, .tabContents .box-wrap:after { display: table; content: ""; line-height: 0; }

.tabContents .box-wrap:after { clear: both; }

.tabContents .box-wrap.col2 .cont-box { float: left; }

.tabContents .cont-box { display: inline-block; width: 50%; }

.tabContents .cont-box .img-area { padding-bottom: 1.76rem; }

.tabContents .papers .cont-box { width: auto; }

.tabContents .papers .img-wrap { border: 1px solid #4f4f50; padding: 1rem 8rem; background: rgba(0, 0, 0, 0.5); }

.tabContents .papers .img-wrap li { padding-top: 2rem; list-style-type: decimal; list-style-position: inside; text-align: left; }

.tabContents .papers .img-wrap li:last-child .img-area { border: 0; }

.tabContents .papers .img-wrap .img-area { width: 700px; padding: 0 50px 2rem 60px; margin-top: -1.44rem; border-bottom: 1px  solid #4f4f50; }

.mob .txt-imgSource { bottom: 15px; right: 0; width: 100%; padding-left: 11px; padding-right: 11px; }

.mob .submenu-wrap { padding-top: 2.35rem; }

.mob .submenu-wrap .btn-tab { padding: 10px 1.35rem; }

.mob .tabContents .box-wrap.col2 .cont-box { float: none; }

.mob .tabContents .cont-box { width: 100%; }

.mob .tabContents .cont-box .img-area { padding-bottom: 1.76rem; }

.mob .tabContents .cont-box + .cont-box { padding-top: 4.5rem; }

.mob .tabContents .papers .cont-box { width: 100%; }

.mob .tabContents .papers .img-wrap { padding: 1rem 2rem; }

.mob .tabContents .papers .img-wrap li { padding-top: 2rem; }

.mob .tabContents .papers .img-wrap .img-area { width: 100%; padding: 0 15px 2rem 30px; }

@media (max-width: 768px) { .mob .tabContents .papers .cont-box { width: 100%; }
  .mob .tabContents .papers .img-wrap { padding: 2vw 4vw; }
  .mob .tabContents .papers .img-wrap li { padding-top: 2rem; }
  .mob .tabContents .papers .img-wrap .img-area { width: 100%; padding: 0 3.5vw 5vw 5vw; } }

.index .container { padding-top: calc( (100vh - 943px) /3); }

.display-table { display: table; border-collapse: collapse; width: 100%; }

.display-table .cell { display: table-cell; vertical-align: middle; }

.group { width: 100%; height: 30px; color: #fff; margin: 7px auto; }

.group select, .group .btn, .group .input { height: 30px; line-height: 30px; width: 100%; color: #fff; font-size: 15px; border: none; background-color: rgba(0, 0, 0, 0.5); }

.group .input { background-color: transparent; }

.group .border { border: 1px solid #999; height: 30px; }

.group select { padding: 0 0 0 10px; background: rgba(0, 0, 0, 0.5) url(../images/content/ico_select.png) 95% 50% no-repeat; }

.btn-group { overflow: hidden; }

.btn-group .btn { padding: 0; cursor: pointer; }

.btn-group .btn:hover { color: #00f3ff; }

.btn-group.layout3 .cell { width: 33.33%; }

.btn-group.layout3 .btn { text-align: center; }

.btn-group.layout5 .btn { height: 28px; line-height: 32px; width: 20%; float: left; }

.group-2 { border: none; height: auto; }

.group-2 .cell { border: 1px solid #999; }

.group-2 .bt0 .cell { border-top: none; }

.group-3 { border: none; height: auto; }

.group-3 .span { font-size: 14px; display: block; text-align: center; }

.group-3 .input { font-size: 13px; padding: 0 7px; }

.group-3 .rows { position: relative; display: block; overflow: hidden; }

.group-3 .rows:before { font-family: tanaicon !important; speak: none; font-size: 13px; font-style: normal; font-weight: 300; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\ea4b'; color: #00f3ff; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; text-align: right; padding-right: 8px; padding-top: 8px; background-color: rgba(0, 0, 0, 0.5); }

.link-external:after { content: '\ea27'; font-family: "tanaicon" !important; speak: none; display: inline-block; margin-left: 0.3em; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.solartime-image { position: relative; display: block; margin: 0 auto; text-align: center; width: 680px; }

.solartime-image-area { position: relative; }

.solartime-image-area .image { display: block; text-align: center; }

/* forn-size, margin-bottom 수정 */
/* .solartime-image .image-title { font-size: 22px; font-size: 1.29rem; font-weight: 900; margin-bottom: 1rem; } */
.solartime-image .image-title { font-size: 22px; font-size: 1.50rem; font-weight: 900; margin-bottom: 0.75rem; margin-top: 0.75rem; }

.solartime-image .btn-arrow { padding: 10px; font-size: 35px; color: #ff; position: absolute; top: 50%; }

.solartime-image .btn-arrow:hover { color: #00f3ff; }

.solartime-image .btn-arrow-left { left: 0; }

.solartime-image .btn-arrow-right { right: 0; }

.solartime-image .legend { position: absolute; top: 54%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); right: -120px; width: 90px; text-align: right; }

/* left 조정 */
/* .solartime-control { position: absolute; left: 35px; top: 50%; width: 180px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } */
/* .solartime-control { position: absolute; left: 150px; top: 50%; width: 180px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } */
.solartime-control { position: absolute; left: 35px; top: 48%; width: 180px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.solartime-timeline { position: absolute; width: auto; right: 35px; top: 10%; bottom: 10%; }

.solartime-timeline li { display: block; height: auto; margin: 0; padding: 0; position: relative; }

/* height 조정 */
/* .solartime-timeline li:before { content: ''; display: block; width: 1px; height: 23px; background: url(../images/content/bg_line.png) 50% 50%; margin: -10px 0 -10px 88px; } */
.solartime-timeline li:before { content: ''; display: block; width: 1px; height: 16px; background: url(../images/content/bg_line.png) 50% 50%; margin: -10px 0 -10px 88px; }

.solartime-timeline li:first-child:before { display: none; }

/* font-size, margin-left 조정 */
/* .solartime-timeline li .bar-date { font-size: 15px; margin-left: -9px; position: relative; width: 103px; z-index: 1; } */
.solartime-timeline li .bar-date { font-size: 12px; margin-left: 7px; position: relative; width: 103px; z-index: 1; }

/* margin 조정 */
.solartime-timeline li .bar-date:after { content: ''; display: inline-block; margin: 0 0 0 11px; vertical-align: middle; width: 10px; height: 10px; border: 1px solid #19f4ff; border-radius: 10px; background-color: #000; }

/* font-size, padding 조정 */
/* .solartime-timeline li .btn-timeline { font-size: 15px; color: #fff; margin: 0 0 0 70px; padding: 5px 15px; position: relative; z-index: 1; } */
.solartime-timeline li .btn-timeline { font-size: 10px; color: #fff; margin: 0 0 0 70px; padding: 0px 15px; position: relative; z-index: 1; }

/* margin, height 조정 */
/* .solartime-timeline li .btn-timeline:before { content: ''; display: inline-block; vertical-align: middle; margin: -3px 15px 0 0; position: relative; z-index: 1; width: 7px; height: 7px; cursor: pointer; text-decoration: none; background-color: #fff; } */
.solartime-timeline li .btn-timeline:before { content: ''; display: inline-block; vertical-align: middle; margin: -3px 7px 0 0; position: relative; z-index: 1; width: 7px; height: 2px; cursor: pointer; text-decoration: none; background-color: #fff; }

.solartime-timeline li .btn-timeline.active, .solartime-timeline li .btn-timeline:hover, .solartime-timeline li .btn-timeline:focus { background-color: #000; color: #00f3ff; }

.solartime-timeline li .btn-timeline.active:before, .solartime-timeline li .btn-timeline:hover:before, .solartime-timeline li .btn-timeline:focus:before { background-color: #00f3ff; }

.mob .solartime-image { display: -webkit-box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -moz-align-items: center; align-items: center; position: relative; width: auto; }

.mob .solartime-image .image-title { position: absolute; top: 1.5rem; left: 0; width: calc( 100vw - 22px); max-width: 746px; }

.mob .solartime-image .image img { max-height: 65vh; max-width: 100%; }

.mob .solartime-image-area { position: static; padding-top: 4rem; margin-right: 10px; }

.mob .solartime-image .legend { position: static; -webkit-transform: translate(0); transform: translate(0); display: block; width: 45px; padding-top: 5rem; }

.mob .solartime-image .legend img { max-width: 100%; max-height: 180px; }

.mob .solartime-image .btn-arrow { display: none; }

.mob .solartime-control { position: static; -webkit-transform: translate(0); transform: translate(0); width: 100%; padding-top: 1.5rem; padding-bottom: 29px; }

.mob .solartime-control .last-item-isMob { position: absolute; bottom: 0; }

.mob .group select, .mob .group .btn, .mob .group .input { background-color: rgba(0, 0, 0, 0.65); }

.mob .group { margin: -1px 0 0 0; }

.mob .group.select { float: left; width: 90px; height: 29px; margin-right: -1px; }

.mob .group.select + .group { overflow: hidden; width: auto; }

.mob .group-3 { display: -webkit-box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; -moz-align-items: stretch; align-items: stretch; border: 1px solid #999; }

.mob .group-3 .rows { width: 100%; }

.mob .group-3 .rows:before { display: none; }

.mob .group-3 .datepicker { border: 0; text-align: center; }

.mob .group-3 .span { width: 90px; line-height: 30px; background-color: rgba(0, 0, 0, 0.65); }

.mob .btn-group.layout3 { *zoom: 1; }

.mob .btn-group.layout3:before, .mob .btn-group.layout3:after { display: table; content: ""; line-height: 0; }

.mob .btn-group.layout3:after { clear: both; }

.mob .display-table { float: left; width: 50%; }

.mob .display-table.bt0 .cell { border-top: 1px solid #999; }

.mob .display-table.bt0 .cell:first-child { border-left-width: 0; }

.mob .solartime-timeline { display: none; }
/*# sourceMappingURL=style.css.map */
