/** @format */

@charset "utf-8";

/* -------------------------
	Wordpress CSS 
--------------------------- */
::selection {
    background: #d5a10e;
    color: #fff;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    margin: 0 0 10px 0;
}

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

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

.postleft {
    float: left;
    margin: 0 20px 0px 0;
}

.postright {
    float: none;
}

br.nc {
    display: none;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

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

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

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

.display-none {
    display: none;
}

.text-vertical-middle {
    vertical-align: middle;
}

.text-vertical-bottom {
    vertical-align: bottom;
}

/* ---------------------------
	BASIC HTML
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    line-height: 1.25;
    font-weight: 400;
}

h1,
.h1 {
    font-family: NanumGothic, sans-serif;
    font-weight: normal;
}

body {
    line-height: 2;
}

a {
    color: #343434;
    transition: color 0.2s;
}

blockquote {
    padding: 1px 20px 4px;
    margin: 20px 0 20px 30px;
    font-size: inherit;
    border-left: 3px solid #eaeaea;
}

p:empty {
    margin: 0;
}

iframe {
    max-width: 100%;
}

.fnone {
    float: none !important;
}

/* 기본폼 */
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='search'],
textarea {
    color: #777;
    padding: 0.6em;
    display: inline-block;
    font-size: 14px;
    transition: 0.15s linear border;
    -webkit-appearance: none;
    max-width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-family: inherit;
    line-height: inherit;
}

/*main color*/
.main-color-1,
.main-color-1-hover:hover {
    color: #46a5e5;
}

.main-color-1-bg,
.main-color-1-bg-hover:hover {
    background-color: #46a5e5;
}

.main-color-1-border {
    border-color: #46a5e5;
}

.main-color-2,
.main-color-2-hover:hover {
    color: #17376e;
}

.main-color-2-bg {
    background-color: #fff;
}

.main-color-important {
    font-family: 기본체;
    font-size: medium;
    font-weight: 800;
    color: #46a5e5;
}

/* -------------------------
	Wordpress CSS 
--------------------------- */

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    margin: 0 0 10px 0;
}

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

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

.postleft {
    float: left;
    margin: 0 20px 0px 0;
}

.postright {
    float: none;
}

br.nc {
    display: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-check:before {
    content: '\f00c';
}

/* ---------------------------
    BASIC THEME LAYOUT 
------------------------------ */
.clear {
    clear: both;
}

.center {
    text-align: center;
}

.hide {
    display: none;
}

@media (min-width: 992px) {
    .revert-layout {
        float: right;
    }
}

.content-pad {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .content-pad {
        padding-top: 10px;
    }
}

.content-pad-3x {
    padding-top: 40px;
    padding-bottom: 40px;
}

.element-pad {
    padding-top: 6px;
    padding-bottom: 6px;
}

.section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-header {
    margin-bottom: 20px;
}

.section-header h1,
.section-header h2,
.section-header h3 {
    margin-bottom: 0;
    line-height: 1;
}

.minion {
    font-family: NanumGothic, sans-serif;
    font-weight: normal;
}

.inherit-color {
    color: inherit;
}

.small-text {
    font-size: 10px;
    color: #343434;
    text-transform: uppercase;
}

.default-text {
    font-family: 기본체;
    font-weight: 700;
    font-size: 1rem;
}

.title-text {
    font-family: 기본체;
    font-weight: bolder;
    font-size: medium;
}

#bottom .widget.col-sm-6:nth-child(odd) {
    clear: none;
}

#wrap {
    /*overflow-x: hidden;*/
}

#body-wrap {
    overflow: hidden;
}

/* ---------------------------
	button
------------------------------ */
.btn-list {
    margin: 30px 0;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn_type {
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
    vertical-align: middle;
    overflow: visible;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #01567f;
    background: #fff;
    color: #01567f;
    margin-bottom: 3px;
}

.btn_type2 {
    font-size: 1em;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
    vertical-align: middle;
    overflow: visible;
    line-height: 36px;
    text-align: center;
    min-width: 130px;
    border: 1px solid #ccc;
    background: #ddd;
    color: #333;
}

.btn_type2:hover {
    border: 1px solid #ccc;
    background: #7f7f7f;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.btn_type2.btc-blue {
    background: #01567f;
    border: 1px solid #01567f;
    color: #fff;
    min-width: 130px;
    border-radius: 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
}

.btn_type2.btc-blue:hover {
    background: #00354f;
    border: 1px solid #00354f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.btn-date-pick {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #bbb;
    background: #f9f9f9;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-file-list {
    color: #005daa;
    text-decoration: underline;
    color: #005daa;
}

.btn-file-list.disabled {
    color: #999;
}

.btn-file-delete {
    display: inline-block;
    box-sizing: border-box;
    margin-top: -3px;
    width: 14px;
    height: 14px;
    border: 1px solid #005daa;
    font-size: 0;
}

.btn-file-delete > i {
    color: #005daa;
    font-size: 10px;
    width: 8px;
    height: 7px;
    overflow: hidden;
}

.btn-file-delete > i:before {
    display: block;
    margin-left: -1px;
    margin-top: -1px;
}

.btn-file-delete.disabled,
.btn-file-delete:disabled {
    border: 1px solid #dbdbdb;
}

.btn-file-delete.disabled > i,
.btn-file-delete:disabled > i {
    color: #999;
}

.btn-gray-s {
    box-sizing: border-box;
    display: inline-block;
    min-width: 108px;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #999;
    text-align: center;
    color: #fff;
    font-size: 1em;
    line-height: 40px;
    border: 1px solid #999;
    font-weight: 600;
}

.btn-gray-s:hover,
.btn-gray-s:focus {
    color: #fff;
    background: #666;
}

.btn-gray-s.disabled,
.btn-gray-s:disabled {
    background-color: #dedede;
    border: 1px solid #dedede;
    color: #999;
}

.btn-white-s {
    box-sizing: border-box;
    display: inline-block;
    min-width: 72px;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    background-color: #fff;
    color: #222;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999;
    white-space: nowrap;
}

.btn-white-s:hover,
.btn-white-s:focus {
    color: #222;
}

.btn-white-s.disabled,
.btn-white-s:disabled {
    background-color: #dedede;
    border: 1px solid #dedede;
    color: #999;
}

.btn-white-m {
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    background-color: #fff;
    text-align: center;
    color: #222;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #999;
    font-weight: 700;
}

.btn-white-m > i {
    font-size: 12px;
    margin-right: 5px;
}

.btn-white-m:hover,
.btn-white-m:focus {
    color: #222;
}

.btn-white-m.disabled,
.btn-white-m:disabled {
    border-color: #dbdbdb;
    color: #999;
}

.btn-white {
    box-sizing: border-box;
    display: inline-block;
    min-width: 108px;
    height: 40px;
    padding: 0 20px;
    background-color: #fff;
    text-align: center;
    color: #222;
    font-size: 1.2em;
    line-height: 40px;
    border: 1px solid #999;
}

.btn-white:hover,
.btn-white:focus {
    color: #222;
}

.btn-white.disabled,
.btn-white:disabled {
    border-color: #dbdbdb;
    color: #999;
}

.btn-blue {
    box-sizing: border-box;
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 20px;
    background-color: #1f3449;
    text-align: center;
    color: #fff;
    font-size: 1em;
    line-height: 40px;
    border: 1px solid #1f3449;
    font-weight: 600;
}

.btn-blue > i {
    margin-left: 10px;
    font-size: 15px;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    background: #125452;
    border: 1px solid #125452;
}

.btn-blue.disabled,
.btn-blue:disabled {
    background-color: #858585;
    color: #fff;
    border-color: #858585;
}

.btn-sky {
    box-sizing: border-box;
    display: inline-block;
    min-width: 108px;
    height: 40px;
    padding: 0 20px;
    background-color: #01567f;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    line-height: 40px;
    border: 1px solid #01567f;
}

.btn-sky > i {
    margin-left: 10px;
    font-size: 15px;
}

.btn-sky:hover,
.btn-sky:focus {
    color: #fff;
}

.btn-sky.disabled,
.btn-sky:disabled {
    background-color: #858585;
    color: #fff;
    border-color: #858585;
}

.btn-green-s {
    box-sizing: border-box;
    display: inline-block;
    min-width: 108px;
    font-weight: 600;
    padding: 5px 20px;
    background-color: #125452;
    text-align: center;
    color: #fff !important;
    font-size: 1em;
    border: 1px solid #125452;
}

.btn-green-s > i {
}

.btn-green-s:hover,
.btn-green-s:focus {
    color: #fff;
    background-color: #125452;
    border: 1px solid #125452;
}

.btn-green-s.disabled,
.btn-green-s:disabled {
    background-color: #125452;
    color: #fff;
    border-color: #125452;
}

.btn-blue-s {
    box-sizing: border-box;
    display: inline-block;
    min-width: 108px;
    height: 40px;
    padding: 0 20px;
    background-color: #125452;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    line-height: 40px;
    border: 1px solid #125452;
}

.btn-blue-s > i {
}

.btn-blue-s:hover,
.btn-blue-s:focus {
    color: #fff;
    background-color: #275e1e;
    border: 1px solid #275e1e;
}

.btn-blue-s.disabled,
.btn-blue-s:disabled {
    background-color: #858585;
    color: #fff;
    border-color: #858585;
}

/* ---------------------------
	button----------------------------------------------
------------------------------ */

/* ---------------------------
	sub-slider
------------------------------ */
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    /*height: 360px;*/
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
    max-height: 500px;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    /* left: 15px; */
}

.carousel-control.right {
    left: auto;
    right: 30px;
}

.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    /* display: inline-block; */
    text-align: center;
    font-size: 2em;
    line-height: 1.8em;
}

.carousel-control span i.fa-chevron-right {
    margin-right: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    z-index: 10;
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption h1 {
    font-size: 3.5em;
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease-out;
}

.carousel-caption p {
    font-size: 4em;
    color: #fff;
    font-weight: 600;
    line-height: 1.8em;
    transition: all 0.2s ease-out;
    margin-bottom: 0;
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

@media only screen and (max-width: 980px) {
    .carousel-caption h1 {
        font-size: 32px;
    }

    .carousel-caption p {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-control span {
        font-size: 1.2em;
    }

    .carousel-caption h1 {
        font-size: 24px;
    }

    .carousel-caption p {
        font-size: 24px;
    }

    .carousel-inner > .item {
        height: 300px;
    }

    .carousel-inner .main_item_1 {
        background: url(../../common/images/slider-img01.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .carousel-inner .main_item_2 {
        background: url(../../common/images/slider-img02.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .carousel-inner > .item img {
        /* display: none; */
        object-fit: cover;
        min-height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .carousel-caption h1 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 20px;
    }
}

/* ---------------------------
	sub-slider//////
------------------------------ */

/* ---------------------------
	page-header
------------------------------ */

/* Page Header > Main */
.page-header {
    margin: 0 0 40px;
    position: relative;
    padding: 10px 0;
    background-color: #fff;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}

.no-header-margin .page-header {
    margin-bottom: 0;
}

.sep {
    margin: 0 15px;
}

.page-header .container {
    position: relative;
}

.page-header-title {
    display: block;
    font-size: 21px;
    line-height: 1.4em;
    font-weight: normal;
    font-weight: 400;
    margin: 0px;
    color: #000;
}

body.breadcrumbs-position-default .page-header-title {
    max-width: 70%;
}

.page-subheading {
    font-size: 1.077em;
    margin: 0;
    color: #999;
}

.page-subheading p:last-child {
    margin: 0;
}

.centered-page-header .page-header-title,
.centered-minimal-page-header .page-header-title {
    max-width: 100% !important;
}

/* Page Header > Centered */
.centered-page-header {
    text-align: center;
    padding: 30px 0;
}

.centered-page-header .page-header-title {
    font-size: 32px;
}

.centered-page-header .page-subheading {
    font-size: 1.385em;
    font-weight: 300;
}

/* Page Header > Minimal Centered */
.centered-minimal-page-header {
    text-align: center;
    padding: 30px 0;
    background: #fff;
    border-color: #eee;
}

.centered-minimal-page-header .page-header-title {
    font-size: 32px;
}

.centered-minimal-page-header .page-subheading {
    font-size: 1.385em;
    font-weight: 300;
}

/* Page Header > Solid Color */
.solid-color-page-header .page-header-title {
    color: #fff !important;
}

.solid-color-page-header .site-breadcrumbs,
.solid-color-page-header .site-breadcrumbs a {
    color: #fff !important;
}

.solid-color-page-header .page-subheading {
    color: #fff;
}

/* Page Header > Archive Description */
.archive-description {
    margin-bottom: 30px;
}

/* Page Header > Background Image */
.background-image-page-header {
    width: 100%;
    border: none;
    background: #000;
}

.page-header-table {
    display: table;
    width: 100%;
    height: 400px;
}

.page-header-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
}

.page-header.background-image-page-header .page-header-title {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 100%;
    font-size: 3.231em;
    font-weight: 400;
    max-width: 100% !important;
}

.page-header.background-image-page-header .page-subheading {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.846em;
    font-weight: 300;
}

.background-image-page-header-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}

.background-image-page-header-overlay.style-dotted {
    background: rgba(0, 0, 0, 0.3) url(images/dotted-overlay.png) repeat;
}

.background-image-page-header-overlay.style-dashed {
    background: rgba(0, 0, 0, 0.3) url(images/dashed-overlay.png) repeat;
}

.page-header-title {
    display: none;
}

/* ---------------------------
	page-header//////
------------------------------ */

/* ---------------------------
	sidebar-nav
------------------------------ */
#sidebar {
    float: left;
}

#sidebar .widget-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 2em;
    color: #fff;
    padding: 41px 0;
    text-align: center;
    background: url(../../common/images/sidebar-bg.jpg) no-repeat left bottom;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu ul ul {
    display: none;
}

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 20px 10px;
    cursor: pointer;
    z-index: 2;
    font-size: 1.1em;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    background: #fff;
}

#cssmenu > ul > li > a i {
    float: right;
    font-size: 0.8em;
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    font-weight: 500;
    color: #fff;
    background: #d5a10e;
}

#cssmenu > ul > li.open > a {
}

#cssmenu > ul > li > a {
    border-bottom: 1px solid #ddd;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    background: #f9f9f9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
}

#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

/*#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}*/
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
}

.banner_box_call {
    margin-top: 30px;
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    padding: 15px;
}

.banner_box_call li:nth-child(1) {
    font-size: 1.2em;
    font-weight: 600;
}

.banner_box_call li:nth-child(2) {
    font-size: 1.8em;
    font-weight: 700;
    color: #d5a10e;
}

.banner_box_call li:nth-child(3) {
    font-weight: 500;
}

@media only screen and (max-width: 1040px) {
    #sidebar {
        display: none;
    }
}

@media only screen and (min-width: 960px) {
    #sidebar {
        width: 230px;
    }
}

/* ---------------------------
	sidebar-nav//////
------------------------------ */

/* ---------------------------
	ceo-layout
------------------------------ */

#content-wrap .content-area {
    float: right;
    padding-bottom: 60px;
}

.wpex-vc-column-wrapper {
    width: 100%;
}

.title-inner h1 {
    font-size: 2.3em;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 1px;
}

.greetings_wrap {
    margin-bottom: 60px;
}

.greetings_wrap1 {
    margin-bottom: 0 !important;
}

.greetings_wrap p {
    font-size: 17px;
    font-family: '기본체';
}

.greetings_wrap p img.president {
    width: 340px;
    float: left;
    border-radius: 30px 5px 30px 5px;
    margin: 7px 30px 10px 0;
}

.greetings_wrap .x-column {
    float: left;
    margin-right: 4%;
}

.greetings_wrap .x-column.x-1-2 {
    width: 48%;
}

.greetings_wrap h3 {
    margin-bottom: 10px;
    font-size: 1.71em;
    font-weight: 700;
    font-family: '기본체';
    letter-spacing: -2px;
    line-height: 1.5em;
    color: #125452;
}

.greetings_wrap .col-sm-6 p span {
    float: right;
    font-weight: 600;
}

.txt1 {
    font-size: 16px;
    margin: 0;
    word-break: keep-all;
}

.line_L7 {
    width: 7%;
    height: 4px;
    margin-bottom: 20px;
    background: #a5a5a5;
    margin: 10px 0px;
}

.title_subpage {
    font-size: 34px;
    color: #333;
    font-weight: 500 !important;
    text-align: center;
    letter-spacing: -1px;
}

.sub_title_line_center {
    width: 30px;
    height: 1px;
    background: #ccc;
    margin: 20px auto 35px;
}

.subtitle_subpage {
    font-size: 1.3em;
    color: #777;
    text-align: center;
    font-weight: 400 !important;
}

.title_subpage_solid {
    width: 100%;
    margin-top: 40px;
    border-top-width: 2px;
    border-top: solid #dddddd;
}

.title_subpage_solid_1 {
    width: 100%;
    border-top: 1px solid #dddddd;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.sub_title_line {
    width: 30px;
    height: 2px;
    background: #125452;
    margin-bottom: 30px;
}

.subtitle_subpageh4 {
    font-size: 1.8em;
    color: #bbb;
}

p.title_p {
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 600;
}

.single_image .single_image_wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.greetings_wrap .Box1 {
    float: right;
    width: 300px;
    margin-left: 30px;
}

.greetings_wrap .Box2 {
    float: left;
    width: calc(100% - 330px);
}

.greetings_wrap .Box3 {
    width: 100%;
    padding: 30px;
    border: 7px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
    line-height: 1.4;
}

.greetings_wrap1 .Box1 {
    float: left;
    width: 230px;
    margin-right: 30px;
    margin-left: 0;
}

.greetings_wrap1 .Box2 {
    float: left;
    width: calc(100% - 260px);
}

.greetings_wrap1 .Box2 ul {
    width: 100%;
    padding: 30px;
    border: 7px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
    line-height: 1.4;
}

.greetings_wrap1 .Box2 ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
}

.greetings_wrap1 .Box2 ul li:last-child {
    margin-bottom: 0;
}

.greetings_wrap1 .Box2 ul li span {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #125452;
}

.greetings_wrap1 .Box2 ul li:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #d5a10e;
}

.green {
    color: #125452;
    font-weight: 500;
}

.red {
    color: #ff0000;
}

.map_detail {
    background: #125452;
    padding: 30px 50px;
}

.map_detail .inner {
    display: table;
    vertical-align: middle;
    width: 100%;
}

.map_detail .left {
    display: table-cell;
    padding-right: 40px;
    vertical-align: middle;
    width: 190px;
}

.map_detail .left img {
    max-width: 100%;
}

.map_detail .right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    border-left: 1px solid #518987;
    width: calc(100% - 270px);
}

.map_detail .right p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
}

.map_detail .right span {
    color: #fff;
    margin-right: 50px;
    font-size: 16px;
}

.map_detail .right span:last-child {
    margin-right: 0;
}

.map_detail .right span i {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    font-style: normal;
    font-weight: 600;
}

/* table style */

table caption {
    position: relative;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.tbl_basic {
    width: 100%;
    border-top: 2px solid transparent;
    border-bottom: 1px solid transparent;
}

.tbl_basic th,
.tbl_basic td {
    padding: 10px 15px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 1.6;
    border: 1px solid #ddd;
}

.tbl_basic th:first-child,
.tbl_basic td:first-child {
    border-left: none;
}

.tbl_basic th:last-child,
.tbl_basic td:last-child {
    border-right: none;
}

.tbl_basic th.trw,
.tbl_basic td.trw {
    border-right: 1px solid #ddd;
}

.tbl_basic tbody th,
.tbl_basic thead th {
    vertical-align: middle;
}

.tbl_basic thead th,
.tbl_basic tfoot th {
    background-image: none;
}

.tbl_basic tbody th {
}

.tbl_basic thead th {
    padding: 15px 0;
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
}

.tbl_basic td .btn-file {
    font-size: 12px;
}

.tbl_basic {
    border-top-color: #125452;
    border-bottom-color: #ddd;
}

.tbl_basic_sp thead th {
    background: #f2f3ff;
}

.tbl_basic th,
.tbl_basic td {
    text-align: center;
    padding: 13px 15px;
    letter-spacing: 0px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    word-break: break-all;
}

.tbl_basic td img {
    width: auto;
}

.problem_file img {
    width: auto;
}

.tbl_basic td.left {
    text-align: left;
    padding-left: 50px;
}

.tbl_basic tbody th {
    background-color: #f5f5f5;
    padding: 18px 0;
    font-size: 15px;
    font-weight: 600;
}

.tbl_basic tbody td {
    font-weight: normal;
}

.tbl_basic_sp tbody tr:nth-child(2n) td {
    background: #f9f9f9;
}

.bor_right {
    border-right: 1px solid #e5e5e5;
}

.tbl_program tbody th {
    font-weight: 600;
    background: #f9f9f9;
}

@media only screen and (max-width: 980px) {
    .tbl_tit_wrap .tbl_tit {
        font-size: 18px !important;
    }

    .tbl_tit_wrap p {
        font-size: 14px;
    }

    .tbl_basic tbody th,
    .tbl_basic thead th {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .tbl_basic th,
    .tbl_basic td {
        padding: 18px 5px;
    }
}

@media only screen and (max-width: 1040px) {
    body.wpex-mobile-toggle-menu-icon_buttons #site-header-inner.container {
        padding-right: 80px;
    }

    body.has-mobile-menu #site-navigation-wrap {
        display: none;
    }

    body.has-mobile-menu .wpex-mobile-menu-toggle {
        display: block;
    }

    .content-area {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 980px) {
    .title-inner h1 {
        font-size: 22px;
    }

    .map_detail {
        padding: 30px 15px;
    }

    .map_detail .left {
        width: 100%;
        text-align: center;
        display: block;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .map_detail .right {
        display: block;
        width: 100%;
        padding-left: 0;
        border-left: 0;
        padding-top: 20px;
        border-top: 1px solid #518987;
        text-align: center;
    }

    .map_detail .right p,
    .map_detail .right span {
        font-size: 14px;
        text-align: center;
    }

    .map_detail .right span {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    #content-wrap .content-area {
        padding-bottom: 40px;
    }

    .greetings_wrap {
        margin-bottom: 30px;
    }

    .greetings_wrap .Box1 {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .greetings_wrap .Box1 img {
        max-height: 300px;
        widows: auto;
        display: block;
        margin: 0 auto;
    }

    .greetings_wrap .Box2 {
        width: 100%;
    }

    .txt1 {
        font-size: 15px;
    }

    .greetings_wrap1 .Box2 ul li,
    .greetings_wrap p {
        font-size: 15px;
    }

    .greetings_wrap1 .Box2 ul,
    .greetings_wrap .Box3 {
        padding: 20px;
    }

    .tbl_basic colgroup {
        display: none;
    }

    .map_detail .left img {
        width: 80px;
    }

    .map_detail .right span {
        margin-right: 30px;
    }
}

@media (max-width: 400px) {
    .map_detail .right span {
        display: block;
        margin-right: 0;
    }
}

/*CUSTOMIZER STYLING*/

@media (min-width: 768px) {
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-8 {
        float: left;
    }

    .vc_col-sm-4 {
        width: 33.33333333%;
    }

    .vc_col-sm-6 {
        width: 50%;
    }

    .vc_col-sm-8 {
        width: 66.66666667%;
    }

    .vc_col-sm-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1040px) {
    .content-area {
        width: calc(100% - 290px);
        margin-left: 60px;
    }

    .content-area1 {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .greetings_wrap .x-column.x-1-2 {
        width: 100%;
    }
}

/* ---------------------------
	ceo-layout//////
------------------------------ */

/* ---------------------------
	privacy
------------------------------ */
.txt_list h3 {
    margin: 45px 0 15px;
    padding: 0;
    font-size: 1.5em;
    font-weight: 600;
    color: #333;
}

.txt_list h3 i {
    color: #125452;
    padding-right: 5px;
    vertical-align: middle;
}

.txt_list .list_1st {
    margin-bottom: 10px;
    padding: 0;
}

.txt_list p {
    font-size: 1.1em;
}

.txt_list li {
    font-size: 1.1em;
}

.txt_list .list_1st li {
    padding-left: 20px;
    background: url(../../common/images/h4.gif) no-repeat 7px 8px;
    line-height: 160%;
    font-size: 1.1em;
}

.txt_list .list_1st li a {
    color: #ff4b1e;
    font-weight: 600;
}

.txt_list .list_1st li ul.list_2st {
    margin-left: 0px;
}

.txt_list .list_2st {
    margin: 0 0 10px 10px;
    padding: 0;
}

.txt_list .list_2st li {
    padding-left: 13px;
    background: url(../../common/images/h5.gif) no-repeat 0px 11px;
    line-height: 160%;
}

.txt_list .list_2st li ul.list_3st {
    margin-left: 0px;
}

@media (max-width: 1040px) {
    .present_box img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .txt_list h3 {
        font-size: 14px;
        margin: 20px 0 10px;
    }

    .txt_list p,
    .txt_list li {
        font-size: 13px;
    }
}

/* ---------------------------
	privacy//////
------------------------------ */
/* ---------------------------
	admin
------------------------------ */

.btn-gray {
    color: #fff;
    background-color: #666;
    border-color: #515151;
}

.btn-black {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-blue {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-red {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-green {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-gray:hover,
.btn-gray:focus {
    color: #fff;
    background: #4a4a4a;
}

.btn-black:hover,
.btn-black:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-red:hover,
.btn-red:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-blue:hover,
.btn-red:hover,
.btn-black:hover {
    color: #fff !important;
}

.list-button .btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 5px 7px;
    border-radius: 0;
    margin-right: 4px;
}

td.center .btn {
    padding: 3px 5px;
}

.btn-mini {
    background: #fff !important;
    color: #55a0ff !important;
    border: none;
}

.nav-pills {
    display: inline-block;
    float: left;
}

.box-header {
    width: 100%;
    clear: both;
    padding: 30px 20px 0;
    border-top: 3px solid #e7eaec;
    overflow: hidden;
    background: #fff;
}

.box-table {
    width: 100%;
    clear: both;
    background: #fff;
    overflow: hidden;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    vertical-align: middle;
    height: 35px;
    font-weight: 400;
}

.box-info {
    width: 100%;
    clear: both;
    background: #fff;
    padding: 0 0 20px;
    overflow: hidden;
}

.box-info .pagination {
    margin: 0px;
    float: left;
}

.box-search {
    clear: both;
    background: #fff;
    padding: 0 20px 20px;
    margin: 0 auto;
    text-align: center;
}

.box-search select {
    float: left;
    margin-right: 2%;
    width: 25%;
}

.box-search .input-group {
    float: left;
    width: 73%;
}

.box-table-header {
    width: 100%;
    clear: both;
    border-bottom: 2px solid #e7eaec;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.box-table-header h4 {
    padding-top: 4px;
    float: left;
}

.box-table-button {
    float: right;
    display: inline-block;
}

.btn-group-xs > .btn,
.btn-xs,
.btn-group-sm > .btn,
.btn-sm {
    border-radius: 0;
}

.modal-footer {
    margin-top: 0 !important;
}

.list-button .btn.btn-blue {
    height: auto;
    min-width: auto;
    font-weight: 400;
}

.list-button .btn.btn-blue > i {
    margin-left: 0;
    font-size: inherit;
}

.fa-star {
    color: #ff493c;
    font-size: 8px;
    vertical-align: top;
    padding: 6px 5px 0 5px;
}

.fa-question-circle {
    color: #999;
}

.progress {
    margin-bottom: 0;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.help-inline {
    display: inline-block;
    color: #737373;
    margin-left: 10px;
    padding-top: 7px;
    vertical-align: middle;
}

.nopost {
    text-align: center;
    padding: 120px 0 !important;
}

.list-group {
    padding: 15px;
}

.file-upload {
    background-color: #ffffff;
    width: 23%;
    float: left;
    padding: 10px 10px;
    margin: 7px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.file-upload-btn-wrap {
    padding-top: 10px;
}

.send-button {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background-color: #d5a10e;
    color: white;
    font-weight: 550;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #000;
    background: #f1f1f1;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #ddd;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 5px;
    border: 2px dashed #f1f1f1;
    position: relative;
}

.close {
    position: absoulte;
    padding: 10px 10px 5px 0;
}

.delete {
    padding: 10px;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #f1f1f1;
    border: 2px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.input-box {
    margin-top: 5px;
}

.input-box input {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: auto;
    font-size: 13px;
    color: #888;
    margin: 0;
    padding: 5px 10px;
    box-shadow: none;
}

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

.drag-text h3 {
    font-weight: 400;
    color: #000;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}

.member_check {
}

.member_check label {
    cursor: pointer;
    padding-left: 1.25rem;
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: normal;
}

.member_check label i {
    width: 0;
    height: 18px;
    line-height: 1;
    margin-left: -15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    background-color: #d5a10e;
}

.member_check label i:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
    background-color: #fff;
}

.member_check p {
    margin-bottom: 0;
}

.member_check label input[type='checkbox'],
.member_check label input[type='radio'] {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem;
    box-sizing: border-box;
    padding: 0;
}

.member_check label input[type='checkbox']:checked + i:before {
    border-width: 0;
    background-color: inherit;
}

.member_check label input[type='checkbox']:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 1px;
    display: table;
    color: #fff;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
}

.member_check label input[type='radio'] + i,
.member_check label input[type='radio'] + i:before {
    border-radius: 50%;
}

.member_check label input[type='radio']:checked + i:before {
    border-width: 0;
    background-color: inherit;
}

.member_check label input[type='radio']:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 5px;
    display: table;
    color: #fff;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
}

@media (max-width: 980px) {
    .file-upload {
        width: 50%;
    }
}

@media (max-width: 780px) {
    .row-wd {
        width: 100%;
    }

    .row-wd label {
        width: 100% !important;
    }

    .row-wd label select {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .row-wd label button {
        width: 100% !important;
        margin-top: 5px;
    }

    .row-wd div {
        float: none !important;
    }

    .file-upload {
        width: 100%;
        padding: 0;
    }
}

/* 합회일정 구독 캘린더 리스트 */
.subscribe-calendar-list {
    display: flex;
    padding: 3px;
    border-bottom: 1px dotted #CFCFCF;
    align-items: center;
    justify-content: space-between;
}
.subscribe-calendar-list .public {
    margin-right: 5px;
}
.subscribe-calendar-list button.state {
    border-radius: 5px;
    width: 60px;
    padding: 3px;
}
.subscribe-calendar-list .name {
    width: 120px;
    min-width: 120px;
}
.subscribe-calendar-list input {
    width: 100px;
    border:1px solid #EFEFEF;
    border-radius: 5px;
    padding-left: 5px;
}
.subscribe-calendar-list .calendar-id {
    flex: 1;
    color: #AEAEAE;
}
.subscribe-calendar-list .calendar-id input {
    min-width: 300px;
    width: 100%;
    overflow: hidden;
    color: #696969;
    border-radius: 5px;
}
.subscribe-calendar-list .color {
    position: relative;
    font-size: 13px;
    width: 30px;
    text-align: center;
    margin-left: 10px;
}

.subscribe-calendar-list .color button {
    border-radius: 5px;
}

.subscribe-calendar-list .functions {
    width: 10px;
    margin-left: 10px;
}

/* InfoSchedule ------- */
.calendar-filter {
    /* border:1px solid silver; */
    background-color: #eaeaea9a;
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 5px 0 0 10px;
}

.calendar-filter li {
    display: inline-block;
}

.calendar-filter .calendar-item {
    display: flex;
    align-items: center;
    margin-right: 7px;
}

.calendar-filter .item-name {
    margin-left: 3px;
}


/* 입력부 ------- */
.input-form {
    border-top: 1px solid silver;
    margin-top: 30px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input-form input {
    border-radius: 5px;
    padding: 1px;
}
.input-form input.twitter-picker {
    border-radius: 5px;
    /* padding: 3px; */
    /* margin: 5px; */
}

.input-form button.color {
    width: 50px;
    height: 50px;
    margin: 5px;
    border-radius: 5px;
}

@media (min-width: 414px) {
    .input-form input.name {
        width: 200px;
        padding: 3px;
        margin: 5px;
    }
    .input-form input.calendar-id {
        flex: 1;
        min-width: 300px;
        padding: 3px;
        margin: 5px;
    }    
}

@media (max-width: 414px) {
    .subscribe-calendar-list .calendar-id input {
        display: none;
    }

    .input-form input.name {
        width: 100%;
        padding: 3px;
        margin: 5px;
    }

    .input-form input.calendar-id {
        min-width: 200px;
        padding: 3px;
        margin: 5px;
    }

}


/* ---------------------------
	admin//////
------------------------------ */
