/** @format */
@font-face {
    font-family: '기본체';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '강조체';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '조선일보명조';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


*:first-child + html body .hide {
    clear: both;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    background: none;
    text-indent: -99999px;
}

* {
    padding: 0;
    margin: 0;
}

body {
    word-break: keep-all;
    word-wrap: break-word;
    color: #000;
    -webkit-print-color-adjust: exact !important;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 14px;
    font-family: NanumGothic, sans-serif !important;
    vertical-align: baseline;
}

dl,
ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: '' '';
}

input,
button,
select,
textarea {
    font-family: NanumGothic, sans-serif !important;
}

img {
    border: 0 none;
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0 none;
    vertical-align: middle;
    width: 100%;
}

caption,
legend {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    display: none;
}

strong {
    font-weight: 600;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
    background-color: #fff9fc;
}

a {
    color: #000;
    text-decoration: none;
}

a:link,
a:hover,
a:active {
    text-decoration: none;
}

em {
    font-style: initial;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.hr {
    border: 0;
    border-top: 1px solid #eee;
}

a.top {
    margin: auto;
    border: 1px solid #000;
    position: fixed;
    right: 15px;
    bottom: 50px;
    padding: 5px 17px;
    display: none;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    z-index: 999;
}

a.top i {
    margin: 0;
    line-height: 2;
}

.clr {
    clear: both;
}

/*HEADER*/
.navbar-inverse {
    border: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar a {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.navbar a.logo {
    font-size: 2.5em;
    font-weight: bold;
    color: #98b446;
    cursor: pointer;
}

.navbar a.logo img {
}

.navbar-inverse .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.75);
}

#top-nav .navbar-nav > li > a {
    border-left: solid 1px rgba(255, 255, 255, 0.15);
}

#top-nav .navbar-nav > li:last-child > a {
    border-right: solid 1px rgba(255, 255, 255, 0.15);
}

.topnav-sidebar {
    line-height: 40px;
}

.topnav-sidebar a {
    display: inline-block;
    padding: 0 15px;
    border-left: solid 1px rgba(255, 255, 255, 0.15);
}

.topnav-sidebar a:focus {
    color: #ffffff;
}

.topnav-sidebar a > .fa {
    width: 10px;
    text-align: center;
}

.topnav-sidebar a > .fa:before {
    margin-left: -5px;
    margin-right: -5px;
}

.topnav-sidebar > [class*='col-md-'] {
    padding: 0;
}

/*@media(max-width:767px){
.topnav-sidebar a{
	border-left: none;
	padding: 0 10px;
}
}*/

.main-menu {
    position: relative;
}

.topnav-sidebar > .col-md-12 {
    width: auto;
    float: left;
}

#headerin {
    width: 100%;
    background: #164d98;
}

.headerin_in {
    position: relative;
    max-width: 1170px;
    height: 35px;
    margin: 0 auto;
    z-index: 10;
    padding: 0 15px;
}

#headerin .top-menu {
    position: relative;
    height: 35px;
    float: right;
}

#headerin .top-menu li {
    float: left;
    background: url(../../common/images/bul-line.png) no-repeat 0 13px;
    padding: 0 20px;
}

#headerin .top-menu li:first-child {
    background: none;
    margin: 0;
}

#headerin .top-menu li:last-child {
    padding-right: 0;
}

#headerin .top-menu li a {
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    color: #222;
}

#headerin .top-menu li a:hover {
    color: #98b446;
    text-decoration: underline;
    font-weight: 600;
}

#headerin {
    width: 100%;
    background: #145351;
}

.headerin_in {
    position: relative;
    max-width: 1170px;
    height: 35px;
    margin: 0 auto;
    z-index: 10;
    padding: 0 15px;
}

#headerin .top-menu {
    position: relative;
    height: 35px;
    float: right;
}

#headerin .top-menu li {
    float: left;
    background: url(../../common/images/bul-line.png) no-repeat 0 13px;
    padding: 0 20px;
}

#headerin .top-menu li:first-child {
    background: none;
    margin: 0;
}

#headerin .top-menu li:last-child {
    padding-right: 0;
}

#headerin .top-menu li a {
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    color: #222;
}

#headerin .top-menu li a:hover {
    color: #145351;
    text-decoration: underline;
    font-weight: 600;
}

/*top bar*/
#top-bar-wrap {
    border: none !important;
}

#top-bar p {
    float: left;
    font-size: 13px;
    margin-right: 14px !important;
    line-height: 35px;
}

#top-bar .top_search {
    float: left;
}

#top-bar .searchform {
    position: relative;
}

#top-bar .searchform input {
    background: #fff;
    border: none;
    padding: 0.7em 30px 0.7em 0.8em;
    font-size: 0.9em;
}

#top-bar .searchform label {
    margin-bottom: 0 !important;
}

#top-bar .top-bar-list li {
    font-size: 0.9em;
    vertical-align: middle;
    float: left;
}

#top-bar .top-bar-list li.active {
    background: #022a29;
}

#top-bar .top-bar-list li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
}

#top-bar .top-bar-list li a img {
    margin-right: 3px;
}

.searchform .searchform-submit {
    position: absolute;
    top: 50%;
    right: 14px;
    height: 20px;
    line-height: 20px;
    margin: -8px 0 0;
    background: none;
    padding: 0;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 11px;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

@media screen and (max-width: 640px) {
    #top-bar .top_search {
        display: none;
    }

    a.top {
        font-size: 15px;
        padding: 0;
        width: 50px;
        height: 50px;
        line-height: 45px;
        bottom: 15px;
    }
}

.top-bar-right {
    float: right;
}

/*wpml*/
.topnav-sidebar #lang_sel_click a,
.topnav-sidebar #lang_sel_click a:visited,
.topnav-sidebar #lang_sel a,
.topnav-sidebar #lang_sel a:visited {
    font-size: inherit;
    color: inherit;
    border: none;
    background: rgba(0, 0, 0, 0.9);
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
}

.topnav-sidebar #lang_sel_click a.lang_sel_sel,
.topnav-sidebar #lang_sel a.lang_sel_sel {
    background: transparent;
    color: inherit;
    border-left: solid 1px rgba(255, 255, 255, 0.15);
}

.topnav-sidebar #lang_sel_click a.lang_sel_sel:after,
.topnav-sidebar #lang_sel a.lang_sel_sel:after {
    content: '\f107';
    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;
    margin-left: 4px;
}

.topnav-sidebar #lang_sel_click a.lang_sel_sel:hover,
.topnav-sidebar #lang_sel_click:hover a.lang_sel_sel,
.topnav-sidebar #lang_sel a.lang_sel_sel:hover,
.topnav-sidebar #lang_sel:hover a.lang_sel_sel {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.topnav-sidebar #lang_sel_click ul ul,
.topnav-sidebar #lang_sel ul ul {
    top: 40px;
    width: auto;
    border-top: none;
    z-index: 101;
}

.topnav-sidebar #lang_sel_click li,
.topnav-sidebar #lang_sel li {
    width: auto;
    float: none;
    white-space: nowrap;
}

.topnav-sidebar #lang_sel_click ul ul a:hover,
.topnav-sidebar #lang_sel ul ul a:hover {
    color: #fff;
    background: #46a5e5;
}

.topnav-sidebar #lang_sel img.iclflag,
.topnav-sidebar #lang_sel_click img.iclflag {
    top: 0;
}

#main-nav .navbar {
    height: 90px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#main-nav .navbar-nav > li > a {
    line-height: 20px;
}

#main-nav .navbar-nav > li > a {
    padding: 35px 50px;
}

.navbar-inverse .navbar-nav > .current-menu-item > a,
.navbar-inverse .navbar-nav > .current-menu-item > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:after,
.navbar-inverse .navbar-nav > li > a:focus:after {
    background-color: #d5a10e;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 5px;
    content: ' ';
    transition: all 0.3s ease;
}

.navbar-inverse .navbar-nav > .current-menu-item > a:after,
.navbar-inverse .navbar-nav > .current-menu-item > a:focus:after,
#main-nav .navbar-nav > li:hover > a:after {
    right: 0;
}

#main-nav .navbar-nav > li > a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

#main-nav .navbar-nav > li > a:before {
    content: ' ';
    border-left: solid 1px rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0px;
}

#main-nav .navbar-nav li a span:after {
    position: absolute;
    right: 10px;
    top: 48%;
    margin-top: -6px;
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li:hover > a,
#main-nav .navbar-inverse .navbar-nav > .current-menu-item > a:hover {
    background-color: transparent;
}

#main-nav .navbar-nav > li > a .menu-description {
    display: block;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

#main-nav .navbar-nav > li > a:hover .menu-description {
    color: #fff;
}

.logo {
    line-height: 80px;
    padding: 0;
    height: 80px;
    vertical-align: middle;
}

@media (max-width: 1040px) {
    .logo {
        text-align: center;
        margin: 0 15px 0;
    }

    .navbar-header {
        text-align: center;
        float: initial !important;
        width: 100%;
    }

    #top-bar .top-bar-list li a {
        font-size: 12px;
        padding: 5px 7px;
    }
}

@media (min-width: 320px) {
    .container > .navbar-header {
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .container > .navbar-header {
        z-index: 9;
        position: relative;
    }
}

@media (max-width: 480px) {
    .navbar a.logo img {
        width: 200px;
        margin-left: 15%;
    }
}

@media (max-width: 320px) {
    .navbar a.logo img {
        width: 180px;
        margin-left: 25%;
    }
}

/**/
header .dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
}

.dropdown-submenu {
    position: relative;
}

header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.dropdown-submenu > a:after {
    display: inline-block;
    content: '\f105';
    margin-top: 3px;
    margin-right: -5px;
    float: right;
    font-family: NanumGothic, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu li:hover > .sub-menu {
    visibility: visible;
}

header .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.dark-div .navbar-toggle:hover,
.dark-div .topnav-light .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.main-menu li.current-menu-item > a,
.main-menu .nav > li > a:hover {
    color: #fff;
}

header .dropdown-menu {
    min-width: 185px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.9);
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

header .dropdown-menu > li > a {
    padding: 10px 20px;
    line-height: 1.428571429;
    color: #b0b0b0;
    white-space: nowrap;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #d5a10e;
}

header .main-menu-item.sub-menu-left > .dropdown-menu {
    right: 0;
    left: auto;
}

header .main-menu-item.sub-menu-right > .dropdown-menu {
    left: 0;
    right: auto;
}

header .sub-menu-right .dropdown-menu,
header .sub-menu-left .sub-menu-right .dropdown-menu {
    left: 100%;
    right: auto;
}

header .sub-menu-left .dropdown-menu {
    right: 100%;
    left: auto;
}

header .sub-menu-right .sub-menu-left .dropdown-menu {
    right: 100%;
    left: auto;
}

/*header.banner*/
.banner--clone {
    /* Required styles */
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    /* Additional styles */
    background: #000;

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.banner--stick {
    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

@media (max-width: 767px) {
    /*keep topnav be normal on mobile*/
    #top-nav .navbar-nav > li {
        float: left;
    }

    #top-nav .navbar-nav {
        float: left;
        margin: 0;
    }

    #top-nav .navbar-right {
        float: right !important;
    }

    #top-nav .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

#top-nav .navbar.navbar-inverse {
    min-height: 40px;
}

#top-nav .navbar.navbar-inverse li a {
    padding-top: 11px;
    padding-bottom: 11px;
}

#top-nav .menu-description {
    display: none;
}

header .multi-column {
    position: static;
}

header .multi-column > .dropdown-menu {
    position: absolute;
    border: none;
    left: 0px;
    right: 0px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -ms-column-count: 4;
    column-count: 4;
    column-gap: 20px;
    padding: 15px 50px 18px;
    padding-left: -moz-calc((100% - 1140px)/2);
    padding-right: -moz-calc((100% - 1140px)/2);
    padding-left: -webkit-calc((100% - 1140px)/2);
    padding-right: -webkit-calc((100% - 1140px)/2);
    padding-left: calc((100% - 1140px) / 2);
    padding-right: calc((100% - 1140px) / 2);
    padding-bottom: 9px;
}

header .multi-column.column-2 > .dropdown-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
}

header .multi-column.column-3 > .dropdown-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
}

header .multi-column.column-5 > .dropdown-menu {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -ms-column-count: 5;
    column-count: 5;
}

@media (max-width: 1199px) {
    header .multi-column > .dropdown-menu {
        padding-left: 30px;
        padding-right: 30px;
        padding-left: -moz-calc((100% - 940px)/2);
        padding-right: -moz-calc((100% - 940px)/2);
        padding-left: -webkit-calc((100% - 940px)/2);
        padding-right: -webkit-calc((100% - 940px)/2);
        padding-left: calc((100% - 940px) / 2);
        padding-right: calc((100% - 940px) / 2);
    }
}

@media (max-width: 991px) {
    header .multi-column > .dropdown-menu {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    header .multi-column > .dropdown-menu {
        padding-left: 30px;
        padding-right: 30px;
        padding-left: -moz-calc((100% - 710px)/2);
        padding-right: -moz-calc((100% - 710px)/2);
        padding-left: -webkit-calc((100% - 710px)/2);
        padding-right: -webkit-calc((100% - 710px)/2);
        padding-left: calc((100% - 710px) / 2);
        padding-right: calc((100% - 710px) / 2);
    }
}

header .multi-column > .dropdown-menu .menu-column {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

header .multi-column > .dropdown-menu .menu-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .multi-column > .dropdown-menu li {
    padding: 0 15px 0 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

header .multi-column > .dropdown-menu li > a,
header .multi-column > .dropdown-menu .menu-column li > a {
    padding: 10px 0px;
    line-height: 1.428571429;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .multi-column > .dropdown-menu li.menu-item:hover,
header .multi-column > .dropdown-menu .menu-column li.menu-item:hover {
    background: #46a5e5;
}

header .multi-column .column-header > a {
    font-size: 14px;
    border-bottom: solid 1px #eee;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding-bottom: 3px;
}

header .multi-column .dropdown-menu .menu-column li.column-header > a {
    color: #fff;
}

/*mobile nav*/
.mobile-menu {
    display: none;
}

#main-navbar {
    display: none;
}

div.toggle-sidebar {
    position: absolute;
    top: 25px;
    left: 15px;
    cursor: pointer;
    height: 40px;
    line-height: 50px;
    padding: 10px 0;
    border-radius: 6px;
}

div.toggle-sidebar .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
}

div.toggle-sidebar .slicknav_icon-bar {
    display: block;
    width: 27px;
    height: 3px;
    margin: 0 auto;
    background: #000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#main-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #262626;
    width: 300px;
    z-index: 9000;
}

.slide-in {
    transition: all 0.3s ease-out;
    left: 0;
}

.slide-out {
    transition: all 0.3s ease-out;
    overflow: hidden;
    left: -300px;
}

/* TODO: 해당 메뉴 클릭시, 하위 메뉴 슬라이딩 이벤트.. 해결해야하는디...   */
.slide-up {
    transition: 0.4s ease-in-out;
    /* transform: translateY(0); */
    top: -100%;
    overflow: hidden;
}
.slide-down {
    transition: 0.4s ease-in-out;
    bottom: 0;
    overflow: hidden;
}
/* TODO: 해당 메뉴 클릭시, 하위 메뉴 슬라이딩 이벤트.. 해결해야하는디...   */

#main-sidebar .global {
    display: table;
    width: 100%;
    border-bottom: 1px solid #4b4b4b;
    margin: 0;
}

#main-sidebar .global a {
    display: table-cell;
    padding: 15px 5px;
    text-align: center;
    border-left: 1px solid #4b4b4b;
    border-top: 1px solid #4b4b4b;
    color: #fff;
    vertical-align: middle;
    font-size: 0.9em;
    float: left;
    width: 50%;
}

#main-sidebar .global a:first-child {
    border: 0;
}

#main-sidebar .global a:hover {
    text-decoration: underline;
}

a.sidr-class-toggle-sidr-close {
    position: relative;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.sidr-class-toggle-sidr-close:before {
    font-family: 'FontAwesome';
    content: '\f0c9';
    position: absolute;
    top: 0;
    left: 20px;
    height: 50px;
    line-height: 50px;
}

.sidr-class-mobile-menu-searchform {
    position: relative;
    margin: 30px 20px;
}

.sidr-class-mobile-menu-searchform input {
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    outline: 0;
    padding: 15px 45px 15px 15px;
    line-height: 1.4em;
    border-radius: 3px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1em;
    font-weight: 400;
    transition: all 0.3s;
}

.sidr-class-mobile-menu-searchform input:focus {
    color: #fff;
}

.sidr-class-mobile-menu-searchform button {
    background: none !important;
    display: block;
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    opacity: 0.4;
    padding: 0;
    border: 0;
}

.sidr-class-mobile-menu-searchform button:hover {
    opacity: 1;
}

#main-sidebar ul {
    padding: 0;
}

#main-sidebar ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.035);
    clear: both;
}

#main-sidebar ul li.show a {
    color: #fff;
}

#main-sidebar ul li:hover a {
    color: #fff;
}

#main-sidebar ul li > a {
    display: block;
    padding: 15px 20px;
    color: #8b8b8b;
    font-size: 16px;
}

#main-sidebar ul li.show a.main {
}

#main-sidebar ul li li > a {
    display: block;
    padding: 10px 20px;
    background: #2a2a2a;
    color: #8b8b8b !important;
    font-size: 1em;
}

#main-sidebar ul li li > a:hover {
    color: #fff !important;
}

#main-sidebar ul li > a span:after {
    float: right;
    margin-top: 8px;
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-sidebar ul li.sidr-class-menu-item-mypage {
    background: #145351;
    color: #fff;
    float: left;
    width: 100%;
    border: 0;
    color: #fff;
    text-align: center;
    clear: none;
}

#main-sidebar ul li.sidr-class-menu-item-mypage01 {
    background: #145351;
    color: #fff;
    float: left;
    width: 50%;
    border: 0;
    color: #fff;
    border-right: 1px solid #236664;
    text-align: center;
    clear: none;
}

#main-sidebar ul li.sidr-class-menu-item-mypage01:first-child,
#main-sidebar ul li.sidr-class-menu-item-mypage01:nth-child(2) {
    border-bottom: 1px solid #236664;
}

#main-sidebar ul li.sidr-class-menu-item-mypage > a {
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
}

#main-sidebar ul li:nth-child(2) {
    border-right: 0;
}

#row {
    *zoom: 1;
    margin: 0 0 0 -40px;
}

#row:after {
    content: '';
    display: block;
    clear: both;
}

#row div.cell {
    float: left;
    margin: 0 0 0 40px;
}

@media (max-width: 1040px) {
    #main-navbar {
        display: block;
    }

    .mobile-menu {
        display: block;
    }

    .main-menu {
        display: none;
    }
}

@media (max-width: 500px) {
    div.toggle-sidebar {
        left: 10px;
    }
}

@media (max-width: 420px) {
    .navbar a.logo {
        vertical-align: bottom;
    }
}

/*end mobil menu*/

/*#container*/
#container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 30px;
}

@media (min-width: 768px) {
    #container {
        overflow: hidden;
        max-width: 100%;
        min-height: 100%;
        margin: 0 auto;
    }

    #container > .content {
        position: relative;
        clear: right;
        overflow: hidden;
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    #container {
        overflow: hidden;
        max-width: 1200px;
        min-height: 460px;
        margin: 0 auto;
    }

    #container > .content {
        position: relative;
        clear: right;
        overflow: hidden;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    #container {
        overflow: hidden;
        max-width: 1170px;
        min-height: 460px;
        margin: 0 auto;
    }

    #container > .content {
        position: relative;
        clear: right;
        overflow: hidden;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    #container {
        padding: 0;
    }

    .content {
        padding: 0 15px;
        margin: 50px 0;
    }
}

@media (max-width: 500px) {
}

/*footer*/
.nm_footer {
    clear: both;
    margin-top: 50px;
}

.nm_footer .nm_foot_bt {
    background: #464646;
    padding: 38px 0 26px;
}

.in_box {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.nm_footer .nm_foot_bt .nmfb_lt {
    float: left;
    padding: 0 14px;
}

.nm_footer .nm_foot_bt .nmfb_lt .lst {
    margin: 0 -14px;
}

.nm_footer .nm_foot_bt .nmfb_lt .lst li {
    display: inline-block;
    padding: 0 14px;
    position: relative;
}

.nm_footer .nm_foot_bt .nmfb_lt .lst li + li:after {
    content: '';
    width: 1px;
    height: 60%;
    top: 20%;
    position: absolute;
    left: 0;
    background: #c3c3c3;
}

.nm_footer .nm_foot_bt .nmfb_lt .lst li .txt {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    color: #f0f0f0;
}

.nm_footer .nm_foot_bt .nmfb_lt .lst li .txt:hover {
    font-weight: 600;
    text-decoration: none;
}

.nm_footer .nm_foot_bt .nmfb_lt .txts {
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-top: 25px;
    color: #f0f0f0;
}

.nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_mail,
.nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_tel {
    display: inline-block;
    color: #f0f0f0;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-left: 13px;
}

.nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_mail:hover,
.nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_tel:hover {
    text-decoration: none;
}

.nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_mail {
    display: inline-block;
    padding-left: 25px;
}

.nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_tel {
}

.nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_tel:before {
    display: inline-block;
    padding-left: 25px;
    padding-right: 5px;
}

.nm_footer .nm_foot_bt .nmfb_rt {
    float: right;
    text-align: right;
}

.nm_footer .nm_foot_bt .nmfb_rt .st_sit {
    margin-bottom: 18px;
}

.nm_footer .nm_foot_bt .nmfb_rt .st_sit .st_sit_btn {
    display: inline-block;
    min-width: 40px;
    height: 35px;
    padding: 0 7px;
    line-height: 35px;
    color: #f0f0f0;
    text-align: center;
    font-size: 12px;
    background: #6f6f6f;
    vertical-align: middle;
    display: none;
}

.nm_footer .nm_foot_bt .nmfb_rt .st_sit .st_sit_btn:hover {
    text-decoration: none;
}

.nm_footer .nm_foot_bt .nmfb_rt .st_sit .customSelectWrap {
    display: inline-block;
    position: relative;
}

.nm_footer .nm_foot_bt .nmfb_rt .st_sit .customSelectWrap .virSelect {
    height: 35px;
    line-height: 35px;
    background: #6f6f6f;
    position: relative;
    padding-right: 35px;
    z-index: 2;
    min-width: 180px;
    text-align: left;
    text-indent: 15px;
    color: #f0f0f0;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.nm_footer .nm_foot_bt .nmfb_rt .st_sit .customSelectWrap .virSelect:after {
    content: '';
    width: 35px;
    height: 100%;
    background: url(../../common/images/sel_arrow.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
}

.nm_footer .nm_foot_bt .nmfb_rt .st_sit select {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    margin-left: 0 !important;
}

.nm_footer .nm_foot_bt .nm_top_btn {
    display: none;
}

.nm_footer .nm_foot_bt .nmfb_rt .sns_lst {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.nm_footer .nm_foot_bt .nmfb_rt .sns_lst li {
    display: inline-block;
    background: #d5a10e;
    color: #fff;
    margin-right: 5px;
}

.nm_footer .nm_foot_bt .nmfb_rt .sns_lst li:last-child {
    background: #2d54b2;
    margin-right: 0;
}

.nm_footer .nm_foot_bt .nmfb_rt .sns_lst li a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 3px 15px;
}

@media only screen and (max-width: 980px) {
    .nm_footer {
        margin-top: 30px;
    }

    .nm_footer .nm_foot_bt {
        padding-top: 0;
    }

    .nm_footer .nm_foot_bt .nmfb_lt {
        padding-top: 23px;
    }

    .nm_footer .nm_foot_bt .nmfb_lt .txts {
        margin-top: 15px;
    }

    .nm_footer .nm_foot_bt .nmfb_lt .txts,
    .nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_mail,
    .nm_footer .nm_foot_bt .nmfb_lt .txts .nmfb_tel,
    .nm_footer .nm_foot_bt .nmfb_lt .lst li .txt {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }

    .nm_footer .nm_foot_bt .nmfb_lt .lst {
        font-size: 0;
        text-align: center;
    }

    .nm_footer .nm_foot_bt .nmfb_lt .lst li {
        padding: 0 8px;
        vertical-align: middle;
        text-align: center;
    }

    .nm_footer .nm_foot_bt .nmfb_lt .lst li .txt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nm_footer .nm_foot_bt .nmfb_lt,
    .nm_footer .nm_foot_bt .nmfb_rt {
        float: none;
    }

    .nm_footer .nm_foot_bt .nmfb_rt {
        text-align: center;
        margin-top: 18px;
    }

    .nm_footer .nm_foot_bt .nmfb_rt .sns_lst {
        margin-left: 0;
    }

    .nm_footer .nm_foot_bt .nmfb_rt .sns_lst li .img {
        width: 30px;
        height: 30px;
        background-size: 100% auto;
    }

    .nm_footer .nm_foot_bt .nm_top_btn {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/respons/top_btn.png) no-repeat left top;
        background-size: 100% auto;
        position: absolute;
        right: 15px;
        bottom: 30px;
    }

    .nm_footer .mm_st_inf {
        display: block;
        padding-right: 100px;
        background: #818181;
    }

    .nm_footer .mm_st_inf .lst {
        width: 100%;
        font-size: 0;
        min-height: 30px;
    }

    .nm_footer .mm_st_inf .lst li {
        width: 25%;
        vertical-align: middle;
        display: inline-block;
    }

    .nm_footer .mm_st_inf .lst li .txt {
        font-size: 12px;
        display: block;
        text-align: center;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 30px;
        line-height: 30px;
    }

    .nm_footer .nm_foot_bt .nmfb_rt .st_sit {
        position: absolute;
        right: 0;
        top: -30px;
        width: 100px;
        overflow: hidden;
    }

    .nm_footer .nm_foot_bt .nmfb_rt .st_sit .customSelectWrap {
        width: 100px;
    }

    .nm_footer .nm_foot_bt .nmfb_rt .st_sit .customSelectWrap .virSelect {
        height: 30px;
        line-height: 30px;
        padding-right: 10px;
        min-width: 0;
        font-size: 12px;
    }

    .nm_footer
        .nm_foot_bt
        .nmfb_rt
        .st_sit
        .customSelectWrap
        .virSelect
        .virSelectTxt {
        height: 30px;
        line-height: 30px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
        text-indent: 5px;
        overflow: hidden;
    }

    .nm_footer .nm_foot_bt .nmfb_rt .st_sit .customSelectWrap .virSelect:after {
        width: 10px;
        background-size: 5px auto;
        right: 3px;
    }
}

/*///footer*/

/*s:slideshow*/
.jms-slideshow {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 360px;
}

.jms-wrapper {
    width: auto;
    height: 360px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    outline: none;
    -webkit-transition: background-image 1s linear;
    -moz-transition: background-image 1s linear;
    -o-transition: background-image 1s linear;
    -ms-transition: background-image 1s linear;
    transition: background-image 1s linear;
}

.color-1 {
    background-image: url(../../common/images/slider-img05.jpg);
    background-size: cover;
}

.color-2 {
    background-image: url(../../common/images/slider-img01.jpg);
    background-size: cover;
}

.color-3 {
    background-image: url(../../common/images/slider-img02.jpg);
    background-size: cover;
}

.color-4 {
    background-image: url(../../common/images/slider-img03.jpg);
    background-size: cover;
}

.color-5 {
    background-image: url(../../common/images/slider-img04.jpg);
    background-size: cover;
}

.step {
    width: 490px;
    height: 420px;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.step:not(.active) {
    opacity: 0;
    filter: alpha(opacity=0);
    /* internet explorer */
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
    /*IE8*/
}

.jms-content {
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
}

.step h3 {
    color: #fff;
    font-size: 5.5em;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 30px 0 10px 0;
}

.step p {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 3.5em;
    font-weight: normal;
    position: relative;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0;
}

a.jms-link {
    color: #fff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    opacity: 1;
    margin-top: 10px;
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 5px solid rgba(255, 255, 255, 0.8);
    padding: 2px 20px 0px;
    text-align: center;
    clear: both;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -ms-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}

.step:not(.active) a.jms-link {
    opacity: 0;
    margin-top: 80px;
}

.step img {
    position: absolute;
    right: 0px;
    top: 30px;
}

.jms-dots {
    width: 100%;
    position: absolute;
    text-align: left;
    left: 20px;
    bottom: 0px;
    z-index: 2000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.jms-dots span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset,
        1px 1px 1px rgba(255, 255, 255, 0.3);
}

.jms-dots span.jms-dots-current:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #164d98;
    /* Old browsers */
}

/*e:slideshow*/

/*s:line01*/
#container .line01 {
    max-width: 1200px;
    margin: auto 0;
}

#container .line01 .lf_box {
    width: 490px;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

#container .line01 .rt_box {
    width: 660px;
    display: inline-block;
    float: right;
}

#container .line01 .lf_box .visual_slide {
    width: 100%;
}

#container .line01 .lf_box .visual_slide .bx-viewport {
    max-height: 360px;
}

#container .line01 .lf_box .visual_slide ul {
    width: 100%;
}

#container .line01 .lf_box .visual_slide ul li {
    width: 100% !important;
    /* background:url('/img/main/main_visual.jpg') no-repeat; background-size:cover;*/
    height: 360px;
}

#container .line01 .lf_box .visual_slide ul li .sml_1200 {
}

#container .line01 .lf_box .visual_slide ul li .txt_box {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 5%;
}

#container .line01 .lf_box .visual_slide ul li .txt_box .t_txt {
    color: #fff;
    font-size: 30px;
}

#container .line01 .lf_box .visual_slide ul li .txt_box .b_txt {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

#container .line01 .lf_box .visual_slide .bx-controls {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 51;
}

#container .line01 .rt_box .sub_box_line01 {
    margin-bottom: 10px;
}

#container .line01 .rt_box .sub_box_line02 {
}

#container .line01 .rt_box .box01 {
    display: inline-block;
    float: left;
    width: 31.7%;
    height: 175px;
    background: #164d98;
    margin-left: 10px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

#container .line01 .rt_box .box01 a {
    height: 100%;
    display: block;
    padding: 25px;
}

#container .line01 .rt_box .box01 a:hover {
    background: #3e9830;
}

#container .line01 .rt_box .box01 .txt {
    color: #fff;
    font-size: 18px;
    position: relative;
}

#container .line01 .rt_box .box01 .img {
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#container .line01 .rt_box .sub_box_line01 .box01:last-child {
    margin-right: 0px;
}

#container .line01 .rt_box .sub_box_line02 .box01:last-child {
    margin-right: 0px;
}

@media (max-width: 1200px) {
    #container {
        padding: 40px 0;
    }

    #container .line01 .lf_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    a.jms-link {
        font-size: 1em;
        margin-top: 20px;
    }

    #container .line01 {
        max-width: 100%;
        margin: 0 auto 0;
    }

    #container .line01 .lf_box {
        width: 100%;
        margin-right: 0;
        display: block;
        float: none;
    }

    #container .line01 .rt_box {
        width: 100%;
        display: block;
        float: none;
        margin-top: 30px;
    }

    #container .line01 .rt_box .sub_box_line01 {
        margin-bottom: 10px;
        text-align: center;
        margin-right: 10px;
    }

    #container .line01 .rt_box .sub_box_line02 {
        text-align: center;
    }

    #container .line01 .rt_box .box01 {
        display: inline-block;
        float: none;
        width: 32%;
        height: 175px;
        background: #164d98;
        position: relative;
    }

    #container .line01 .rt_box .box01 a {
        height: 100%;
        display: block;
    }

    #container .line01 .rt_box .box01 .txt {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 10%;
        left: 15%;
    }

    #container .line01 .rt_box .box01 .img {
        position: absolute;
        bottom: 7%;
        right: 15%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #container .line01 .rt_box .sub_box_line01 .box01:last-child {
        margin-right: 0px;
    }

    #container .line01 .rt_box .sub_box_line02 .box01:last-child {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    #headerin {
        display: none;
    }

    #container .line01 .rt_box .sub_box_line01 {
        margin-bottom: 10px;
        height: auto;
        text-align: center;
    }

    #container .line01 .rt_box .sub_box_line02 {
        height: auto;
        text-align: center;
    }

    #container .line01 .rt_box .box01 {
        display: inline-block;
        float: none;
        width: 32%;
        height: 120px;
        background: #164d98;
        margin-right: 0;
        position: relative;
    }

    #container .line01 .rt_box .box01 a {
        height: 100%;
        display: block;
    }

    #container .line01 .rt_box .box01 .txt {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 10%;
        left: 5%;
    }

    #container .line01 .rt_box .box01 .img {
        position: absolute;
        bottom: 7%;
        right: 5%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #container .line01 .rt_box .sub_box_line01 .box01:last-child {
        margin-right: 0px;
    }

    #container .line01 .rt_box .sub_box_line02 .box01:last-child {
        margin-right: 0px;
    }
}

@media screen and (max-width: 990px) {
    #container .line01 .rt_box .box01 {
        display: inline-block;
        float: none;
        width: 31%;
        height: 120px;
        background: #164d98;
        margin-right: 0;
        position: relative;
    }
}

@media screen and (max-width: 684px) {
    #container .line01 .rt_box .sub_box_line01 {
        margin-bottom: 0;
        height: auto;
        text-align: center;
    }

    #container .line01 .rt_box .sub_box_line02 {
        height: auto;
        text-align: center;
    }

    #container .line01 .rt_box .box01 {
        display: inline-block;
        float: none;
        width: 46%;
        height: 100px;
        background: #164d98;
        margin-right: 0;
        position: relative;
    }

    #container .line01 .rt_box .box01 a {
        height: 100%;
        display: block;
    }

    #container .line01 .rt_box .box01 .txt {
        color: #fff;
        font-size: 15px;
        position: absolute;
        top: 10%;
        left: 5%;
    }

    #container .line01 .rt_box .box01 .img {
        position: absolute;
        bottom: 0%;
        right: 3%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #container .line01 .rt_box .sub_box_line01 .box01:last-child {
        margin-right: 0px;
    }

    #container .line01 .rt_box .sub_box_line02 .box01:last-child {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 620px) {
}

@media only screen and (max-width: 460px) {
    a.jms-link {
        margin-top: 5px;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 340px) {
    a.jms-link {
        margin-top: 0px;
        font-size: 0.5em;
    }

    #container .line01 .rt_box .box01 .txt {
        font-size: 1.2em;
    }

    #container .line01 .rt_box .sub_box_line01 {
        margin-right: 0;
        padding: 0 10px;
    }

    #container .line01 .rt_box .box01 {
        width: 100%;
        margin: 0 auto;
    }
}

/*e:line01*/

/*s:공지사항/입소상담/배너*/
.line01 {
    margin-top: 50px;
    position: relative;
}

.line01 .main_add_more {
    width: 30px;
    height: 30px;
    background: url(../../common/images/btn_bl.png) no-repeat center center;
}

.line01 .nm_cdnot {
    font-size: 0;
}

.line01 .nm_cdnot .col-sm-4 {
    padding: 0 !important;
}

.line01 .nm_cdnot .nmcdn_col1 {
    display: inline-block;
    vertical-align: top;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card {
    width: 100% !important;
}

.line01 .nm_cdnot .nmcdn_col1 {
    display: inline-block;
    vertical-align: top;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_in_box {
    font-size: 20px;
    border: 1px solid #d6d6d6;
    color: #3a3a3a;
    position: relative;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card {
    width: 48.5%;
    padding-right: 12px;
    display: inline-block;
    vertical-align: top;
}

.line01 .nm_cdnot .nmcdn_col1:last-child .nmcdn_card {
    padding-right: 0;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .slick-prev,
.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .slick-next {
    display: none !important;
}

.line01 .nm_cdnot .cdnot_tit {
    border-bottom: 1px solid #d6d6d6;
    min-height: 42px;
    padding: 5px 15px;
}

.line01 .nm_cdnot .cdnot_tit .tit {
    padding-top: 5px;
    letter-spacing: -0.1px;
    color: #333;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
}

.line01 .nm_cdnot .cdnot_tit .tit .main_add_more {
    position: absolute;
    right: 0;
}

.line01 .nm_cdnot .cdnot_tit .tit .lst {
}

.line01 .nm_cdnot .cdnot_tit .tit .lst li {
    display: inline-block;
}

.line01 .nm_cdnot .cdnot_tit .tit .lst li .txt {
    position: relative;
    padding-right: 17px;
    color: #898989;
}

.line01 .nm_cdnot .cdnot_tit .tit .lst li.active .txt {
    color: #333;
}

.line01 .nm_cdnot .cdnot_tit .tit .lst li + li .txt {
    padding: 0 17px;
}

.line01 .nm_cdnot .cdnot_tit .tit .lst li + li .txt:after {
    content: '';
    width: 1px;
    height: 50%;
    top: 25%;
    position: absolute;
    left: 0;
    background: #a7a7a7;
}

.line01 .nm_cdnot .cdnot_tit .tit .lst li .txt:hover {
    text-decoration: none;
}

.line01 .nm_cdnot .cdnot_cont {
    height: 261px;
    overflow: hidden;
}

.line01 .nm_cdnot .cdnot_cont .slide_bx {
    font-size: 0;
}

.line01 .nm_cdnot .cdnot_cont .slide_bx .img {
    display: block;
    text-align: center;
}

.line01 .nm_cdnot .cdnot_cont .slide_bx .img img {
    display: inline-block;
}

.line01 .nm_cdnot .cdnot_cont .slide_bx .img:focus {
    outline: none !important;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti {
    padding: 0 15px;
    margin-top: 10px;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti li {
    position: relative;
    padding: 10px 0;
}

/*.line01 .nm_cdnot .cdnot_cont .cdnot_noti li:after{content: ''; width: 4px; height: 4px; background: #898989; position: absolute; left: 0; top: 50%; margin-top: -3px; border-radius: 50%;}*/
.line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a {
    font-size: 1.1em;
    letter-spacing: -0.7px;
    color: #000;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 20px;
    width: auto;
    max-width: 75%;
    display: inline-block;
    vertical-align: middle;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a img {
    position: absolute;
    right: 0;
    top: 5px;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt .date {
    position: absolute;
    right: 0;
    top: 11px;
    color: #808080;
    font-size: 0.9em;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt:hover .intx {
    text-decoration: underline;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a:hover {
    text-decoration: underline;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti li + li {
    border-top: 1px dashed #eaeaea;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti li.c_new .intx {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.line01 .nm_cdnot .cdnot_cont .cdnot_noti li.c_new .intx:after {
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/common/ico_new.png) no-repeat left top;
    background-size: 100% auto;
}

.line01 .nm_cdnot .cdnot_cont .main_add_more {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 42px;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner {
    height: 312px;
    position: relative;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li {
    position: relative;
    height: 48%;
    background: #1b398b url(../../common/images/document-01.png) no-repeat 90%
        40px;
    color: #fff;
    padding: 18px 15px;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li:last-child {
    margin-top: 12px;
    background: #d5a10e url(../../common/images/document-03.png) no-repeat 90%
        40px;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li div {
    width: 60%;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li h1 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 8px;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li p {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3em;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li a {
    color: #1b398b;
    font-weight: 500;
    background: #fff;
    padding: 2px 10px;
    width: 140px;
    display: block;
    position: relative;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li:last-child a {
    color: #d5a10e;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li a:hover {
    background: #081b4e;
    color: #fff;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li:last-child a:hover {
    background: #7c5c00;
    color: #fff;
}

.line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li a i {
    position: absolute;
    right: 10px;
    font-size: 1.2em;
    top: 8px;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 980px) {
    .line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a {
        max-width: 70%;
    }

    .line01 .nm_cdnot .col-sm-4 {
        width: 50%;
    }

    .line01 .nm_cdnot .col-sm-4-1 {
        width: 100% !important;
        margin-top: 15px;
    }

    .line01 .nm_cdnot .nmcdn_col1:nth-child(2) .nmcdn_card {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .line01 {
        margin-top: 30px;
    }

    .line01 .nm_cdnot .nmcdn_col1 {
        width: 100% !important;
    }

    .line01 .nm_cdnot .nmcdn_col1 .nmcdn_card {
        padding-right: 0;
    }

    .line01 .nm_cdnot .nmcdn_col1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .line01 .nm_cdnot .cdnot_cont {
        height: 275px;
    }

    .line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a {
        max-width: 75%;
    }

    .line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a img {
    }

    .line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt .date {
        top: 12px;
    }

    .line01 .nm_cdnot .col-sm-4-1 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .line01 .nm_cdnot .nmcdn_col1 .nmcdn_card .hs_banner li {
        height: auto;
    }
}

@media only screen and (max-width: 380px) {
    .line01 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a {
        max-width: 65%;
    }
}

/*e:공지사항/입소상담/배너*/

/*s:요양원둘러보기*/
.line02 .main_add_more {
    width: 35px;
    height: 35px;
    background: url(../../common/images/btn_bl.png) no-repeat center center;
}

.line02 .nm_cdnot {
    font-size: 0;
}

.line02 .nm_cdnot .col-sm-8,
.line02 .nm_cdnot .col-sm-4 {
    padding: 0 !important;
}

.line02 .nm_cdnot .nmcdn_col1 {
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_in_box {
    font-size: 20px;
    border: 1px solid #d6d6d6;
    color: #3a3a3a;
    position: relative;
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_card {
    width: 100%;
    padding-right: 12px;
    display: inline-block;
    vertical-align: top;
}

.line02 .nm_cdnot .nmcdn_col1:last-child .nmcdn_card {
    padding-right: 0;
}

.line02 .nm_cdnot .cdnot_tit {
    border-bottom: 1px solid #d6d6d6;
    min-height: 42px;
    padding: 5px 15px;
}

.line02 .nm_cdnot .cdnot_tit .tit {
    padding-top: 5px;
    letter-spacing: -0.1px;
    color: #333;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
}

.line02 .nm_cdnot .cdnot_tit .tit .main_add_more {
    position: absolute;
    right: 0;
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question {
    background: #145351;
    padding: 35px 30px;
    color: #fff;
    height: 334px;
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question p {
    font-weight: 600;
    font-size: 1.3em;
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question p.call {
    font-size: 2.8em;
    line-height: 1.5em;
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question p.qu_text {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6em;
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question div {
    padding-top: 30px;
    position: relative;
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question div a {
    padding: 10px 15px;
    color: #145351;
    background: #fff;
    font-weight: 600;
    margin-right: 10px;
}

.line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question div a:hover {
    background: #032625;
    color: #fff;
}

.line02 .ProBox {
    text-align: center;
    position: relative;
}

.line02 ul li .ProBox:hover p span {
    color: #262161;
    font-weight: 500;
}

.line02 .ProBox .thumbWrap {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.line02 .ProBox .thumb {
    height: 0;
    padding-bottom: 60.5%;
    overflow: hidden;
    display: block;
    border: 1px solid #ddd;
}

.line02 .ProBox .thumb img {
    width: 100%;
    /* height: 100%; */
    display: block;
    object-fit: fill;
    /* object-position: 100% 0; */
}

.line02 .ProBox p {
    padding: 12px 10px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-top-width: 0;
    margin-bottom: 0;
}

.line02 .ProBox p span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    word-break: keep-all;
    text-align: center;
}

@media only screen and (max-width: 1150px) {
    .line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question {
        height: 318px;
        padding: 20px;
    }
}

@media only screen and (max-width: 1040px) {
    .line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question {
        height: 300px;
    }

    .line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question div {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 980px) {
    .line02 {
        margin-top: 15px !important;
    }

    .line02 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a {
        max-width: 70%;
    }

    .line02 .nm_cdnot .col-sm-8,
    .line02 .nm_cdnot .col-sm-4 {
        width: 100% !important;
    }

    .line02 .nm_cdnot .nmcdn_col1 .nmcdn_card .question {
        height: auto;
    }

    .line02 .nm_cdnot .nmcdn_col1:nth-child(1) .nmcdn_card {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .line02 {
        margin-top: 0 !important;
    }

    .line02 .nm_cdnot .nmcdn_col2 .nmcdn_card {
        padding-right: 0;
    }

    .line02 .nm_cdnot .nmcdn_col2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 380px) {
    .line02 .nm_cdnot .cdnot_cont .cdnot_noti li.txt a {
        max-width: 65%;
    }
}

/*e:요양원둘러보기*/

/*s:포토갤러리*/
.line03 .main_add_more {
    width: 35px;
    height: 35px;
    background: url(../../common/images/btn_bl.png) no-repeat center center;
}

.line03 .nm_cdnot {
    font-size: 0;
}

.line03 .nm_cdnot .col-sm-12 {
    padding: 0 !important;
}

.line03 .nm_cdnot .nmcdn_col1 {
    display: inline-block;
    vertical-align: top;
}

.line03 .nm_cdnot .nmcdn_col1 .nmcdn_in_box {
    font-size: 20px;
    border: 1px solid #d6d6d6;
    color: #3a3a3a;
    position: relative;
}

.line03 .nm_cdnot .nmcdn_col1 .nmcdn_card {
    width: 100%;
    padding-right: 12px;
    display: inline-block;
    vertical-align: top;
}

.line03 .nm_cdnot .nmcdn_col1:last-child .nmcdn_card {
    padding-right: 0;
}

.line03 .nm_cdnot .cdnot_tit {
    border-bottom: 1px solid #d6d6d6;
    min-height: 42px;
    padding: 5px 15px;
}

.line03 .nm_cdnot .cdnot_tit .tit {
    padding-top: 5px;
    letter-spacing: -0.1px;
    color: #333;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
}

.line03 .nm_cdnot .cdnot_tit .tit .main_add_more {
    position: absolute;
    right: 0;
}

.line03 .nm_crb {
    background: #f1f1f1;
    padding: 15px;
    position: relative;
}

.line03 .nm_crb .nmcrb_lt {
    padding: 50px 50px 0;
    padding-left: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 306px;
}

.line03 .nm_crb .nmcrb_lt .tit {
    display: block;
    width: 100%;
    height: 36px;
    margin-top: 40px;
}

.line03 .nm_crb .nmcrb_lt .tit p {
    font-size: 1.8em;
    font-weight: 600;
}

.line03 .nm_crb .nmcrb_lt .tit p.tit-small {
    font-size: 1.2em;
    line-height: 1.5em;
    word-break: break-all;
    font-weight: 400;
}

.line03 .nm_crb .nmcrb_lt .tit p span {
    color: #3e9830;
}

.line03 .nm_crb .nmcrb_lt .tit .main_add_more {
    display: none;
}

.line03 .nm_crb .nmcrb_lt .stit {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
    color: #555;
    margin-top: 35px;
    display: block;
    padding-bottom: 40px;
}

.line03 .nm_crb .lst {
    font-size: 0;
    margin: 0 -6px;
}

.line03 .nm_crb .lst > li {
    display: inline-block;
    padding: 0 6px;
}

.line03 .nm_crb .lst > li .box {
    position: relative;
    display: block;
}

.line03 .nm_crb .lst > li .box:hover {
    text-decoration: none;
}

.line03 .nm_crb .lst > li .box:hover .txts dd {
    text-decoration: underline;
}

.line03 .nm_crb .lst > li .box .img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.line03 .nm_crb .lst > li .box .img img {
    width: 100%;
    height: 201px;
}

.line03 .nm_crb .lst > li .box .txts {
    position: relative;
    width: 100%;
    left: 0;
    background: #fff;
    text-align: center;
    padding: 11px 7px;
}

.line03 .nm_crb .lst > li .box .txts dt {
    font-size: 1.2em;
    letter-spacing: -0.1px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    color: #333;
}

.line03 .nm_crb .lst > li .box .txts dd .txt,
.line03 .nm_crb .lst > li .box .txts dd .mult_init_txt {
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 400;
    line-height: 1.3;
    min-height: 36px;
    display: block;
}

.line03 .nm_cdnot .nmcdn_col1 .nmcdn_in_box1 {
    border: 0;
    border-top: 1px solid #ddd;
}

.line03 .nm_crb1 {
    background: #fff;
    padding: 25px 0;
}

.line03 .nm_crb1 .lst > li {
    display: inline-block;
    padding: 0 6px;
    float: left;
    width: 20%;
}

.line03 .nm_crb1 .lst > li .box .img img {
    height: auto;
}

@media only screen and (max-width: 1200px) {
    .line03 {
        margin-top: 20px !important;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 980px) {
    .line03 {
        padding: 0;
    }

    .line03 .nm_crb {
        background-image: none;
        padding: 15px 10px;
    }

    .line03 .nm_crb .nmcrb_lt {
        position: static;
        padding: 0;
        width: 100%;
    }

    .line03 .nm_crb .nmcrb_lt .tit p {
        font-size: 1.3em;
        font-weight: 600;
    }

    .line03 .nm_crb .nmcrb_lt .tit p.tit-small {
        font-size: 0.8em;
        line-height: 1.5em;
        word-break: break-all;
        font-weight: 400;
    }

    .line03 .nm_crb .nmcrb_lt .tit {
        text-indent: 0;
        background: none;
        font-size: 24px;
        letter-spacing: -0.5px;
        height: auto;
        color: #3a3a3a;
        padding: 13px 10px;
        padding-top: 23px;
        margin-top: 0;
    }

    .line03 .nm_crb .nmcrb_lt .tit .main_add_more {
        display: block;
        position: absolute;
        right: 15px;
        top: 5px;
        background-position: right center;
    }

    .line03 .nm_crb .nmcrb_lt .stit {
        display: none;
    }

    .line03 .nm_crb .lst {
        margin: 0;
    }

    .line03 .nm_crb .lst > li {
        width: 50%;
        display: block;
        background: #fff;
        padding: 9px;
        min-height: 143px;
        float: left;
        margin-bottom: 6px;
    }

    .line03 .nm_crb .lst > li + li {
        margin-bottom: 6px;
    }

    .line03 .nm_crb .lst > li .box {
        position: relative;
    }

    .line03 .nm_crb .lst > li .box .img {
        width: 234px;
        height: 125px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .line03 .nm_crb .lst > li .box .txts {
        position: static;
        background: none;
        padding: 0;
    }

    .line03 .nm_crb .lst > li .box .txts dt {
        color: #333;
        font-size: 1.3em;
        padding-top: 10px;
        text-align: center;
    }

    .line03 .nm_crb .lst > li .box .txts dd .txt,
    .line03 .nm_crb .lst > li .box .txts dd .mult_init_txt {
        color: #656565;
        font-size: 1.1em;
    }

    .line03 .nm_crb .lst > li .box .txts dd .txt {
        display: none;
    }

    .line03 .nm_crb .lst > li .box .txts dd .mult_init_txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        min-height: 0;
    }

    .line03 .nm_crb1 {
        padding: 20px 0;
    }

    .line03 .nm_crb1 .lst > li {
        width: 20%;
        min-height: 100%;
        margin-bottom: 0;
        padding: 0;
    }

    .line03 .nm_crb1 .lst > li .box .img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 640px) {
    .line03 .nm_crb .lst > li {
        width: 100%;
    }

    .line03 .nm_crb .lst > li .box .img {
        width: 100%;
        height: auto;
    }

    .line03 .nm_crb .lst > li .box .img img {
        height: auto;
    }

    .line03 .nm_crb1 .container {
        padding: 0 10px;
    }

    .line03 .nm_crb1 .lst > li {
        width: 50%;
        min-height: 100% !important;
        margin-bottom: 0;
        padding: 5px;
    }

    .line03 .nm_crb1 .lst > li .box .img {
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
    }

    .line03 .nm_crb1 .lst > li + li {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .line03 .nm_crb {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .line03 .nm_crb1 {
        margin-top: 0;
    }

    .line03 .nm_cdnot .cdnot_tit {
        min-height: 0;
    }

    .line03 .nm_crb .nmcrb_lt .tit,
    .line03 .nm_cdnot .cdnot_tit .tit {
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 8px;
    }

    .line03 .nm_crb .lst > li {
        min-height: 102px;
    }

    .line03 .nm_crb .lst > li .box .txts dt {
        font-size: 14px;
        padding-top: 10px;
    }

    .line03 .nm_crb .lst > li .box .txts dd .txt {
        font-size: 12px;
    }

    .line03 .nm_crb .lst > li .box .txts dd .mult_init_txt {
        font-size: 12px;
    }
}

/*e:포토갤러리*/

