﻿@charset "utf-8";

/*******************************************************************
   layout style
******************************************************************* */

/*
	1. header style
*/
#header {}
#container {}
#footer{}


/*******************************************************************
   common style
******************************************************************* */

/* placeholder */
::-webkit-input-placeholder { color: #bbb !important; }
::-moz-placeholder { color: #bbb !important; } /* firefox 19+ */
:-ms-input-placeholder { color: #bbb !important; } /* ie */
input:-moz-placeholder { color: #bbb !important; }

/* *******************************************************************
	main page style
******************************************************************* */

/* contents-area */
.contents-area {
    width: 100%;
}
.contents-area hr {
    display: none;
}
.contents-area + .quick-area {
    display: none;
}
.contents-area .inner-wrap h2 {
    position: relative;
    margin: 0 0 25px;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.contents-area .inner-wrap h3 {
    margin: 0;
    line-height: 1.5;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.contents-area .inner-wrap .more-info {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    font-size: 20px;
    font-weight: 400;
}
.contents-area .inner-wrap .more-info:hover {
    color: #1d64a1;
}

/* ==================================================================================
    메인배너 - main-banner
================================================================================== */
/*carousel modify*/
.carousel-inner > .item {
    height: 380px;
    /*width: 100%;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
}
.carousel-inner > .item a {
    cursor: default;
    display: block;
    height: 380px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel-inner > .item a.pointer {
    cursor: pointer;
}
.carousel-inner > .item:first-child a {
    /*background-image: url('/images/main_banner/banner_181120_origin.jpg');*/
    /*background-image: url('/images/main_banner/main_banner_181120_v2.png');*/
    background-image: url('/images/main_banner/asis_main_banner01_20180330.jpg');
    cursor: pointer !important;
}
.carousel-inner > .item:nth-child(2) a {
    background-image: url('/images/main_banner/asis_banner03.jpg');
}
.carousel-inner > .item:nth-child(3) a {
    background-image: url('/images/main_banner/asis_banner04.jpg');
}
.carousel-inner > .item:nth-child(4) a {
    background-image: url('/images/main_banner/asis_banner05.jpg');
}
/*.carousel-inner > .item:nth-child(5) a {*/
/*}*/




/*.carousel-inner > .item a {*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: 380px;*/
/*}*/
/*.carousel-inner > .item:first-child  a {*/
    /*background-image: url('/images/main_banner/asis_main_banner_notice00.png');*/
/*}*/
/*.carousel-inner > .item:nth-child(2)  a {*/
    /*background-image: url('/images/main_banner/asis_main_banner_notice01_txt.png');*/
/*}*/
/*.carousel-inner > .item:nth-child(3)  a {*/
    /*background-image: url('/images/main_banner/asis_main_banner_notice02_txt.png');*/
/*}*/
/*.carousel-inner > .item:nth-child(4)  a {*/
    /*background-image: url('/images/main_banner/asis_main_banner01_.png');*/
/*}*/
/*.carousel-inner > .item:last-child a  {*/
    /*background-image: url('/images/main_banner/asis_main_banner02.png');*/
/*}*/


/*carousel-caption*/
.carousel-caption
.carousel-caption .main_banner_bg {
    margin: 30px auto 0;
    width: 980px;
    height: 330px;
    background-color: rgba(255,255,255, 0.8);
}

/*.carousel-fade .carousel-inner > .item {*/
/*height: 380px;*/
/*opacity: 0;*/
/*!*-webkit-transition: .3s ease;*!*/
/*!*-o-transition: .3s ease;*!*/
/*!*transition: .3s ease;*!*/
/*transition-property: opacity;*/
/*}*/

/*.carousel-fade .carousel-inner > .item:first-child {*/
/*background: url('/images/main_banner/main_banner_01_1800.png');*/
/*}*/
/*.carousel-fade .carousel-inner > .item:nth-child(2) {*/
/*background: url('/images/main_banner/main_banner_02_1800.png');*/
/*}*/



/*.carousel-fade .carousel-inner > .active {*/
/*opacity: 1;*/
/*}*/
/*.carousel-fade .carousel-inner .active.left,*/
/*.carousel-fade .carousel-inner .active.right {*/
/*left: 0;*/
/*opacity: 0;*/
/*z-index: 1;*/
/*}*/

/*.carousel-fade .carousel-inner .next.left,*/
/*.carousel-fade .carousel-inner .prev.right {*/
/*opacity: 1;*/
/*}*/

/*.carousel-fade .carousel-control {*/
/*z-index: 2;*/
/*}*/
/*@media all and (transform-3d), (-webkit-transform-3d) {*/
/*.carousel-fade .carousel-inner > .item.next,*/
/*.carousel-fade .carousel-inner > .item.active.right {*/
/*opacity: 0;*/
/*-webkit-transform: translate3d(0, 0, 0);*/
/*transform: translate3d(0, 0, 0);*/
/*}*/
/*.carousel-fade .carousel-inner > .item.prev,*/
/*.carousel-fade .carousel-inner > .item.active.left {*/
/*opacity: 0;*/
/*-webkit-transform: translate3d(0, 0, 0);*/
/*transform: translate3d(0, 0, 0);*/
/*}*/
/*.carousel-fade .carousel-inner > .item.next.left,*/
/*.carousel-fade .carousel-inner > .item.prev.right,*/
/*.carousel-fade .carousel-inner > .item.active {*/
/*opacity: 1;*/
/*-webkit-transform: translate3d(0, 0, 0);*/
/*transform: translate3d(0, 0, 0);*/
/*}*/
/*}*/
/*.carousel-caption {*/
/*text-shadow: 0 1px 4px rgba(0,0,0,.9);*/
/*font-size:17px*/
/*}*/
/*.carousel-caption h3 {*/
/*font-size: 30px;*/
/*font-family: 'Lato', sans-serif;*/
/*}*/
/*html,*/
/*body,*/
/*.carousel,*/
/*.carousel-inner,*/
/*.carousel-inner .item {*/
/*height: 100%;*/
/*}*/
/*.item {*/
/*background-size: cover;*/
/*background-position: center center;*/
/*background-repeat: no-repeat;*/
/*}*/


/*main-banner modify*/
/*.main-spot-area {*/
/*max-width: 1900px;*/
/*margin: 0 auto;*/
/*}*/
.main-spot-area .carousel-control {
    /*opacity: 1;*/
    width: 8%;
}
.main-spot-area .carousel-control:hover,
.main-spot-area .carousel-control:focus {
    filter: none !important;
    /*opacity: 1;*/
}
.main-spot-area .carousel-control.left {
    /*background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .0001) 100%);*/
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-spot-area .carousel-control.right {
    /*background-image: linear-gradient(to right, rgba(255, 255, 255, .0001) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 1) 98%, rgba(255, 255, 255, 1) 100%);*/
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.carousel-control {
    filter: alpha(opacity=70);
    opacity: .8;
}

/*main-banner-control*/
.main_banner_control {
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.left .main_banner_control {
    left: 50px;
}
.right .main_banner_control {
    right: 50px;
}



/* ==================================================================================
    바로가기 - main-quick-area
================================================================================== */

.quick-menu-area {
    background-color: #f3f9fe;
}
.quick-menu-area .quick-menu:after {
    content: '';
    display: block;
    clear: both;
}
.quick-menu-area .quick-menu li {
    /*width: 245px;*/
    width: 196px;
    height: 120px;
    float: left;
    border-right: 1px dashed #dfdfdf;
}
.quick-menu-area .quick-menu li:last-child {
    border-right: 0 dashed #dfdfdf;
}
.quick-menu-area .quick-menu li  a {
    position: relative;
    width: 100%;
    /*width: 245px;*/
    height: 120px;
    padding: 15px 15px 0 25px;
}
.quick-menu-area .quick-menu li a:hover {
    background: #d9ebfb;
}
.quick-menu-area .quick-menu li a {
    display: block;
    overflow: hidden;
    text-align: center;
}
/*.quick-menu-area .quick-menu li a img {*/
    /*float: left;*/
/*}*/
/*.quick-menu-area .quick-menu li a span {*/
    /*display: block;*/
    /*text-align: right;*/
/*}*/

.quick-menu-area .quick-menu li a span.quick-title {
    /*position: absolute;*/
    /*left: 20px;*/
    /*left: 50%;*/
    /*bottom: 23px;*/
    padding-left: 10px;
    font-size: 16px;
    color: #195992;
    /*color: #02a7ee;*/
    text-align: center;
}
/*.quick-menu-area .quick-menu li:first-child a span.description {*/
/*width: 170px;*/
/*}*/
.quick-menu-area .quick-menu li a span.description {
    /*width: 180px;*/
    padding-top: 10px;
    display: block;
    text-align: left;
    line-height: 1.5;
    color: #7b7b7b;
    font-size: 13px;
    word-break: keep-all;
}
.quick-menu-area .quick-menu li a span.go-btn {
    position: absolute;
    right: 20px;
    bottom: 23px;
    color: #333;
    font-size: 13px;
}
.quick-menu-area .quick-menu li a span.go-btn i {
    padding-right: 5px;
}

/* ==================================================================================
    학회소식 및 배너 - notice-event-area
================================================================================== */
.notice-event-area {
    /*background-color: #f3f9fe;*/
}
.notice-event-area .inner-wrap {
    height: 350px;
    padding: 50px 0;
}
.notice-event-area .inner-wrap h2 {

}

/* notice-area */
.notice-area {
    position: relative;
    float: left;
    width: 440px;
    height: 250px;
    margin-right: 50px;
}

/* event-area */
.event-area {
    position: relative;
    float: left;
    width: 490px;
    height: 250px;
    padding-left: 49px;
    border-left :1px dashed #dfdfdf;
}

/* ==================================================================================
    건축계소식 및 회원사동정 - notice-info-area
================================================================================== */
.notice-info-area {
    background-color: #fafafa;
    /*background-color: #f3f9fe;*/
}
.notice-info-area .inner-wrap {
    height: 290px;
    padding: 50px 0;
}
.notice-info-area .inner-wrap h2 {

}

/* notice-info-area */
.notice-info {
    position: relative;
    float: left;
    width: 440px;
    height: 190px;
    margin-right: 50px;
}
.notice-info h2 {
    visibility: hidden;
}

/* notice-organ */
.notice-organ {
    position: relative;
    float: left;
    width: 440px;
    height: 190px;
    margin-right: 50px;
}

/* notice-member-area */
.notice-member {
    position: relative;
    float: left;
    width: 490px;
    height: 190px;
    padding-left: 50px;
    border-left :1px dashed #dfdfdf;
}

/* ==================================================================================
    학회일정 - schedule-area
================================================================================== */
.schedule-area {

}
.schedule-area .inner-wrap {
    height: auto;
    padding: 50px 0;
}
.schedule-area .inner-wrap .title-area {
    position: relative;
    float: left;
    width: 160px;
    padding-right: 50px;
}
.schedule-area .inner-wrap h2 {
    margin-bottom: 20px;
}
.schedule-area .inner-wrap h3 {

}
.schedule-area .inner-wrap .more-info {
    left: 0;
    top: 120px;
}

.schedule-contents {
    float: left;
    width: 820px;
    margin: 0;
    padding: 0;
}

/* .filter-area */
.schedule-contents .filter-area {
    height: 30px;
    margin: 0 0 20px;
    text-align: center;
}
.schedule-contents .filter-area .title-year {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}
.schedule-contents .filter-area select {
    -webkit-appearance: menulist-button;
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    padding: 0 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #eee;
    outline: none;
    vertical-align: middle;
}

/* .date-list */
.schedule-contents .date-list {
    margin: 0 0 20px;
}
.schedule-contents .date-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.schedule-contents .date-list > ul > li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 2px;
}
.schedule-contents .date-list > ul > li:first-child {
    margin: 0;
}
.schedule-contents .date-list > ul > li > a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.5px;
    text-decoration: none;
}
.schedule-contents .date-list > ul > li.sat > a {
    color: #29a6ee;
}
.schedule-contents .date-list > ul > li.sun > a {
    color: #f15959;
}
.schedule-contents .date-list > ul > li.active > a {
    color: #fff !important;
    border-radius: 100%;
    background-color: #2690ea;
}

/* .schedule-list */
.schedule-list {
    padding: 20px;
    background-color: #f7f7f7;
}
.schedule-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.schedule-list > ul > li {
    float: left;
    width: 50%;
    margin: 10px 0;
    padding: 0 15px;
    font-size: 15px;
}
.schedule-list > ul > li > .date {
    display: block;
    margin: 0 0 3px 0;
    font-weight: 700;
}
.schedule-list > ul > li > .title {
    display: block;

}

/* ==================================================================================
    간행물 - publication-area
================================================================================== */
.publication-area {
    background-color: #eaf4fd;
}
.publication-area .inner-wrap {
    height: 280px;
    padding: 50px 0;
}
.publication-area .inner-wrap .title-area {
    float: left;
    width: 160px;
    padding-right: 50px;
}
.publication-area .inner-wrap h2 {
    margin-bottom: 20px;
}
.publication-area .inner-wrap h3 {
    color: #778ca4;
}

.publication-area .inner-wrap > ul {
    float: left;
    width: 820px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.publication-area .inner-wrap > ul > li {
    float: left;
    width: 136px;
    height: 182px;
    margin: 0 35px 0 0;
    padding: 0;
    list-style: none;
}
.publication-area .inner-wrap > ul > li:last-child {
    margin-right: 0;
}
.publication-area .inner-wrap > ul > li > a {
    display: block;
    position: relative;
    width: 136px;
    height: 182px;
}
.publication-area .inner-wrap > ul > li > a > .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
}
.publication-area .inner-wrap > ul > li > a > .title.double {
    padding-top: 5px;
    line-height: 1.3;
}

/* ==================================================================================
    상시배너 - rotation-banner-area
================================================================================== */
.rotation-banner-area {
    padding: 8px 0;
}
.rotation-banner-area .bx-wrapper img {
    /*max-width: 100%;*/
}
.rotation-banner-area .inner-wrap .bx-wrapper {
    margin: 0;
}

.rotation-banner-area .inner-wrap > ul {
    /*visibility: hidden;*/
    width: 980px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rotation-banner-area .inner-wrap > ul li {
    float: left;
    width: 188px;
    height: 60px;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}
.rotation-banner-area .inner-wrap > ul li:last-child {
    margin: 0;
}
.rotation-banner-area .inner-wrap > ul li a {
    display: block;
    position: relative;
    width: 188px;
    height: 60px;
    background-color: #eee;
}
.rotation-banner-area .inner-wrap > ul li a img {
    max-width: 100%;
    width: 188px;
}

/* ==================================================================================
    메인 게시판
================================================================================== */
.boards-conts{
    margin: 0;
    padding: 0;
}
.boards-conts li {
    margin-bottom: 12px;
    line-height: 1.1;
    font-size: 15px;
}
.boards-conts li {
    display: block;
    *zoom:1
}
.boards-conts li:after {
    display: block;
    content: '';
    clear: both;
}
.boards-conts .notice {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    padding: 0 5px;
    line-height: 1.7;
    margin-right: 10px;
    font-size: 11px;
    background: #2690ea;
    color: #fff;
}
.boards-conts .title {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.boards-conts .title:hover {
    color: #2690ea;
}
.boards-conts .notice + .title {
    font-weight: 500;
}
.boards-conts .date {
    display: inline-block;
    vertical-align: middle;
    float: right;
    color: #999999;
}

/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    z-index: 900;
}
.layer-popup-area {
    display: none;
    position: absolute;
    top: 150px;
    left: 50%;
    width: 570px;
    margin-left: -285px;
    /*width: 750px;*/
    /*margin-left: -375px;*/
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.45);
    z-index: 999;
}
.layer-popup-area .cont {
    padding: 30px;
    border-top: 7px solid #2690ea;
    background: url(/assets/images/main/bg_layer_popup1.png) left top no-repeat;
}
.layer-popup-area .cont h1.title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    font-size: 32px;
    font-weight: bold;
}
.layer-popup-area .cont p.date {
    margin: 0 0 5px;
    font-size: 15px;
}
.layer-popup-area .cont p.place {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}
.layer-popup-area .cont ul.layer-pop-list {
    margin: 0;
    padding: 0;
}
.layer-popup-area .cont ul.layer-pop-list li {
    display: block;
    list-style: disc;
    margin: 0 0 10px;
}
.layer-popup-area .cont ul.layer-pop-list li:last-child {
    margin: 0;
}
.layer-popup-area .cont ul.layer-pop-list li a {
    font-size: 15px;
}
.layer-popup-area .cont ul.layer-pop-list li a i {
    margin-right: 7px;
}

.layer-popup-area .close {
    float: none;
    width: 570px;
    /*width: 750px;*/
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    background-color: #125aac;
    opacity: 0.8;
}
.layer-popup-area .close .check {

}
.layer-popup-area .close .check input {
    vertical-align: middle;
}
.layer-popup-area .close .check label {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}

.layer-popup-area .close .btn-close {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/* ==================================================================================
    bx slider
================================================================================== */
.bx-wrapper {
    border: 0;
    box-shadow: none;
    background: transparent;
}

/* bx-control */
/*.bx-wrapper .bx-prev {*/
/*left: 50px;*/
/*}*/
/*.bx-wrapper .bx-controls-direction a.bx-prev {*/
/*margin-top: -32px;*/
/*width: 38px;*/
/*height: 64px;*/
/*background: url(../images/main/main_banner_prev.png) left top no-repeat;*/
/*}*/
/*.bx-wrapper .bx-controls-direction a.bx-prev:hover {*/
/*background: url(../images/main/main_banner_prev.png) left -64px no-repeat;*/
/*}*/
/*.bx-wrapper .bx-controls-direction a.bx-next {*/
/*margin-top: -32px;*/
/*width: 38px;*/
/*height: 64px;*/
/*background: url(../images/main/main_banner_next.png) left top no-repeat;*/
/*}*/
/*.bx-wrapper .bx-controls-direction a.bx-next:hover {*/
/*background: url(../images/main/main_banner_next.png) left -64px no-repeat;*/
/*}*/
/*.bx-wrapper .bx-next {*/
/*right: 50px;*/
/*}*/

/* .main-banner-area - bx-pager */
.main-banner-area .bx-wrapper .bx-pager {
    bottom: 20px;
    padding: 0;
    z-index: 100;
}
.main-banner-area .bx-wrapper .bx-pager-item,
.main-banner-area .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    vertical-align: middle;
}
.main-banner-area .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    margin: 0 12px;
    border-raidus: 100%;
    background-color: #fff;
    transition: all 0.05s;
}
.main-banner-area .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-banner-area .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: transparent;
}

/* .notice-info - bx-pager */
.notice-info .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    top: -46px;
    right: 0;
    padding: 0 30px 0 0;
    text-align: right;
}
.notice-info .bx-viewport {
    z-index: 100;
}
.notice-info .bx-wrapper .bx-pager-item,
.notice-info .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    vertical-align: middle;
}
.notice-info .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px;
    height: 7px;
    margin: 0 6px;
    font-size: 0;
    text-indent: -9999px;
    border-raidus: 100%;
    background-color: #c9d9f6;
    transition: all 0.05s;
}
.notice-info .bx-wrapper .bx-pager.bx-default-pager a:hover {
    /*width: 16px;*/
    /*height: 16px;*/
    /*border-radius: 100%;*/
    background-color: #2a7efa;
}
.notice-info .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #2a7efa;
}

/* notice-info : bx-controls-auto */
.notice-info  .bx-wrapper {
    position: relative;
}
.notice-info  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    position: absolute;
    width: 22px;
    height: 21px;
    top: -50px !important;
    left: auto;
    right: 0px !important;
    z-index: 300;
}
.notice-info .bx-wrapper .bx-controls-auto .bx-start,
.notice-info .bx-wrapper .bx-controls-auto .bx-start:hover,
.notice-info .bx-wrapper .bx-controls-auto .bx-start:focus,
.notice-info .bx-wrapper .bx-controls-auto .bx-start.active {
    width: 22px;
    height: 21px;
    margin: 0;
    background: url(/images/main/btn_auto_controls.png) left -21px no-repeat;
}
.notice-info .bx-wrapper .bx-controls-auto .bx-stop,
.notice-info .bx-wrapper .bx-controls-auto .bx-stop:hover,
.notice-info .bx-wrapper .bx-controls-auto .bx-stop:focus,
.notice-info .bx-wrapper .bx-controls-auto .bx-stop.active  {
    width: 22px;
    height: 21px;
    margin: 0;
    background: url(/images/main/btn_auto_controls.png) left top no-repeat;
}

/* ==================================================================================
    bootstrap
================================================================================== */
.tooltip {
    width: auto;
}
.tooltip-arrow {
    border-top-color: #bbb !important;
}
.tooltip-inner {
    max-width: 500px;
    white-space: nowrap;
    font-size: 13px;
    color: #000;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    opacity: 1;
    text-align: left;
}

/*
    layer popup
*/
.layer-popup-area {
    display: none;
    position: absolute;
    top: -60px;
    left: 50%;
    width: 570px;
    margin-left: -285px;
    /*width: 750px;*/
    /*margin-left: -375px;*/
    box-shadow: 0 3px 12px rgba(0,0,0,0.45);
    z-index: 999;
}
.layer-popup-area .cont {
    padding: 0 0 30px 0;
    /*border-top: 3px solid #1554b0;*/
    background-color: #fff;
}
.layer-popup-area h1 {
    margin: 0 0 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #1554b0;
}
.layer-popup-area p {
    margin: 0 0 20px;
    padding: 0 30px;
    line-height: 1.5;
    font-size: 14px;
    word-break: keep-all;
}
.layer-popup-area .iframe-area {
    width: 510px;
    margin: 0 auto;
    border: 1px solid #999;
}

.layer-popup-area .close {
    float: none;
    width: 570px;
    /*width: 750px;*/
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    background-color: #125aac;
    opacity: 0.9;
}
.layer-popup-area .close .check {

}
.layer-popup-area .close .check input {
    vertical-align: middle;
}
.layer-popup-area .close .check label {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}

.layer-popup-area .close .btn-close-layer {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
