/*general*/ 
html, body {font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; position: relative;}
body {margin:0; width: 100%; height: 100%; }
ul, li {list-style: none; padding: 0; margin: 0; display: inline-block;}
input {padding: 0; margin: 0;}

.click {cursor: pointer;}
.noselect {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

*:fullscreen,
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}

.hide-scrollbar::-webkit-scrollbar {display: none;}
::-webkit-scrollbar {display: auto;}

body, input {font-family: 'Gotham', sans-serif;}
#outer {width: 100%; max-width: 1395.35px; margin: 0 auto; }

/*-- top --*/
#top {height: 40px; background-color: #6cb245;}
#pageTop {position: relative;}
#topTriangle img {width: 520px; z-index: -1; position: absolute; top: -10px;}

/*-- header --*/
#header {height: 290px;}
#headerLeft, #headerRight {display: inline-block; vertical-align: top;}
#headerLeft {width: 46%; height: 100%; position: relative;}
#headerRight {width: 46.8%;}

/*headerLeft*/

#share {position: absolute; bottom: 25px; left: 15.18%;}
.linkedIn, .fb, .tw {background: url(../images/social.png) no-repeat; width: 23px; height: 23px; background-size: auto 23px; display: inline-block; margin-right: 8px;}
.fb {background-position: -32px 0;}
.tw {background-position: -72px 0;}
#shareIcons, #shareTxt {display: inline-block; vertical-align: top;}
#shareTxt {color: #808184;}

/*headerRight*/
#headerRight {text-align: right; position: relative; height: 100%;}
#submit {margin-top: 80px;}
#submitTxt {font-size: 22px; color: #016a90;}
#title {font-size: 30px; color: #6CB247; margin-top: 6px; letter-spacing: 0.6px;}
#title #line2 {margin-top: 2px;}
#upload {width: 330px; height: 40px; background-color: #aacf37; color: #fff; text-align: center; position: absolute; bottom: 25px; right: 0;}
#camera, #uploadTxt {display: inline-block; vertical-align: top; padding: 8px 0;}
#camera {width: 20%;}
#camera img {height: 24px;}
#uploadTxt {width: 78%; font-size: 20px;}

/*-- mosaic --*/
#mosaic {width: 86%; margin: 0 7%; }

/*-- footer --*/
#footer {padding-top: 20px; width: 86%; margin: 0 7%;}
#footerLeft, #footerRight {display: inline-block; vertical-align: top;}
#footerLeft {width: 48%;}
#footerRight {width: 50%; float: right;}

/*footerLeft*/
#shareTitle {color: #016a90; font-size: 26px; letter-spacing: 0.2px;}
#shareTitle #line2 {margin-top: 2px;}
#shareBody {color: #808184; font-size: 18px; margin-top: 12px; width: 330px; line-height: 26px; }
#question {color: #6cb245; margin-top: 20px; font-size: 20px;}
#videoTxt {color: #808184; margin-top: 10px;}
#videoTxt span a {color: #007cba; text-decoration: none;}

/*footerRight*/
#search {width: 80%; float: right; position:relative;}
#searchHolder {height: 36px; border: 1px solid #a6a8ab;}
#field_holder {position: relative; text-align: center;}
#searchIcon, #keyword_input, #searchClear {display: inline-block; vertical-align: top; height: 100%;}
#searchIcon {width: 15%;}
#searchIcon img {height: 22px; padding: 7px 0;}
#keyword_input {width: 82%; height: 36px; border: 0; margin: 0; font-size: 18px;}
input:focus {outline: none; }
#keyword_input::placeholder {color: #a6a8ab;}
#searchClear {position: absolute; right: 8px; top: 10px; height: 16px; display: none;}
#searchTip {text-align:center; font-size:12px;}
#mobileSearch {
    height: auto;
    max-height:255px;
    width: 100%;
    /*overflow:scroll;*/
    background: #016a90;
    color:#fff;
    z-index:9999;
    overflow-x: hidden;
    font-weight:bold;
    display: none;

    padding-bottom: 6px;
}

.searchResultTxt {color: #fff;}
.searchResultItem {height: 60px; margin-top: 5px;}
.searchResultImg {width:60px; height:60px; margin-left:5px;}
.searchResultName {margin-left: 8px; color: #fff;}
.scroll-wrapper {width: 100%;}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 12px;

    z-index: 10000;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #fff; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #aacf37; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #96b92d; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #749023; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*.scrollbar-inner > .scroll-element.scroll-x {display: none;}*/

#uploadInstruction {margin-top: 70px;}
#uploadTitle {background-color: #016a90; color: #fff; width: 70%; float: right;}
#uploadTitleTxt {padding: 6px 20px; font-size: 24px;}
#uploadInstrTxt {padding-top: 22px; width: 64%; float: right; font-size: 16px; color: #808184; word-spacing: 1px; line-height: 22px;}
#uploadInstrTxt li {display: list-item;}
#uploadInstrTxt li:before { color: #aacf37; margin-right: 16px; margin-left: -24px;}
#item1:before {content: "1";}
#item2:before {content: "2";}
#item2 {margin-top: 15px;}

/*-- carousel --*/
#carousel {width: 86%; margin: 0 7%; padding: 60px 0;}
#topBar {background: url(../images/bar_top.png) no-repeat; background-size: cover; height: 10px;}
#btnBar {background: url(../images/bar_btn.png) no-repeat; background-size: cover; height: 10px;}

#carouselTitle {color: #6cb245; font-size: 21px; margin: 12px 0;}
#photoContainer {margin: 15px 0; height: 140px; overflow: hidden;}
#photoContainer ul {width: 100%; height: 100%;}
#carouselLeft, #carouselRight, #carouselMiddle {vertical-align: middle;}
#carouselLeft, #carouselRight {width: 4%;}
#carouselRight {text-align: right;}
#carouselMiddle {width: 92%; height: 100%;}
#arrowLeft, #arrowRight {color: #016a90; font-size: 60px; font-weight: bold; margin-bottom: 12px;}

.carouselBlock {height: 120px; width: 120px; position:relative;}
.carouselPhoto {width: 100%; height: 100%;}
.carouselLike {
    background-color:#FFF; 
    position:absolute; 
    bottom: 2px; 
    right: 2px; 
    font-weight: 600;
    border-radius: 60px; 
    padding: 1px;
}
.carouselItem {width: 140px; height:140px;}

/*-- btn --*/
#pageBtn {position: relative; margin-top: 250px;}
#btnTriangle img {width: 270px; z-index: -1; position: absolute; bottom: -5px; right: 0;}


/*-- responsive --*/
@media (max-width: 1412px) {
  #topTriangle img {width: 480px; top: 0;}
  #header {display: flex; flex-direction: column;}
  #headerLeft {width: 98%; height: auto; order: 2; text-align: right;}
  #share {position: static;}
  #headerRight {order:1; width: 98%;}
  #mosaic {width: 1200px; margin: 30px auto 0; }
}

@media (max-width: 1217px) {
  #topTriangle img {width: 360px; top: 10px;}
  #mosaic {width: 100%;}

  #pageBtn {margin-top: 130px;}
  #btnTriangle img {width: 160px; bottom: 0;}
}

@media (max-width: 880px) {
  #footer {display: flex; flex-direction: column; width: 100%; margin: 0;}
  #footerLeft {order: 2; width: 98%; margin: 0 auto; text-align: center;}
  #shareTitle #line1, #shareTitle #line2 {display: inline-block;}
  #shareBody {width: 100%;}
  #footerRight {order: 1; width: 90%;}
  #search {width: 90%; margin: 10px auto 20px;}
  #uploadInstruction {display: none;}

  #photoContainer {height: 110px;}
  .carouselItem {height:110px; width:110px;}
  #carouselLeft, #carouselRight {width: 5%;}
  #carouselMiddle {width: 90%;}
  #arrowLeft, #arrowRight {font-size: 40px;}
}

@media (max-width: 670px) {
  #top {height: 30px;}
  #topTriangle img {width: 270px; top: 18px;}
  #header {height: 270px;}
  #submit {margin-top: 80px;}
  #submitTxt {font-size: 18px;}
  #title {font-size: 22px;}
  #upload {width: 300px; height: 36px;}
  #camera img {height: 20px;}
  #uploadTxt {font-size: 18px;}

  #shareTitle {font-size: 3.8vw;}
}

@media (max-width: 500px) {
  #topTriangle img {width: 200px;}
  #header {height: 66vw;}
  #submit {margin-top: 18vw;}
  #submitTxt {font-size: 4.8vw;}
  #title {font-size: 4.6vw;}

  #shareBody {font-size: 14px;}
}