@charset "UTF-8";

a,
address,
area,
article,
aside,
audio,
b,
body,
br,
button,
canvas,
caption,
cite,
code,
col,
colgroup,
dd,
del,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hr,
html,
i,
iframe,
img,
ins,
input,
label,
legend,
li,
link,
map,
meta,
nav,
object,
ol,
p,
pre,
q,
rp,
rt,
ruby,
s,
script,
section,
select,
source,
span,
strong,
style,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
u,
ul,
video {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    color: inherit;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-weight: 300;
    color: #000;
    line-height: 1.53;
    word-break: keep-all;
    word-wrap: break-word;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

fieldset,
img,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
hr {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

caption,
legend {
    width: 0;
    height: 0;
    font-size: 0;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
}

select,
input[type="text"],
input[type="password"],
textarea,
button {
    border-radius: 0;
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
    background: none;
}

input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
}

label {
    cursor: pointer;
}

/* 폰트설정 */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(../../fonts/NotoSans-Light.woff2) format("woff2"), url(../../fonts/NotoSans-Light.woff) format("woff");
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/NotoSans-Regular.woff2) format("woff2"), url(../../fonts/NotoSans-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/NotoSans-Medium.woff2) format("woff2"), url(../../fonts/NotoSans-Medium.woff) format("woff");
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/NotoSans-Bold.woff2) format("woff2"), url(../../fonts/NotoSans-Bold.woff) format("woff");
}

body {
    font-family: 'Noto Sans KR', Arial, sans-serif;
}

:lang(ko) .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>a {
    word-break: keep-all;
}

:lang(ja) body {
    font-family: Arial, Helvetica, 'MS PGothic', "ＭＳ Ｐゴシック", 'Meiryo', "メイリオ", sans-serif;
    word-break: normal;
    overflow-wrap: break-word;
    /* word-wrap: word-break; */
}

:lang(ja) .lnb>ul>li>a {
    word-break: break-all;
}

:lang(ja) .footer .footer-content .utill a {
    padding: 0 5px;
}

:lang(zh) body {
    font-family: Arial, Helvetica, "Microsoft Yahei", "Times New Roman", STXihei, sans-serif;
}

:lang(en) .header .navi-wrap .gnb-wrap .gnb>ul>li>a {
    letter-spacing: -1px;
}

:lang(en) .lnb>ul>li {
    word-break: normal;
    word-wrap: break-word;
}

/* slick slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    /* cursor: hand; */
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-disabled {
    cursor: default;
    opacity: .5;
}

/* 단축 스타일 */
.txt-left {
    text-align: left !important;
}

.txt-right {
    text-align: right !important;
}

.txt-center {
    text-align: center !important;
}

.l {
    float: left;
}

.r {
    float: right;
}

.color-blue {
    color: #0966b3 !important;
}

.color-navy {
    color: #0f3966 !important;
}

.color-red {
    color: #da2d2d !important;
}

.color-green {
    color: #0f997b !important;
}

.color-white {
    color: #fff !important;
}

.fwl {
    font-weight: 300 !important;
}

.fwr {
    font-weight: 400 !important;
}

.fwm {
    font-weight: 500 !important;
}

.underline {
    text-decoration: underline;
}

.b-btm-999 {
    border-bottom-color: #999 !important;
}

.b-right {
    border-right: 1px solid #d6d6d6 !important;
}

.bold {
    font-weight: 400;
    color: #000;
}

.blind {
    display: inline-block;
    position: absolute;
    top: auto;
    left: -10000px;
    font-size: 0;
    line-height: 0;
    border: 0;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.hide-content {
    display: none !important;
}

.pc-content {
    display: none !important;
}

.m-content {
    width: 100%;
}

/* 공통 스타일 */
.skip-nav a {
    position: fixed;
    display: block;
    top: -30px;
    width: 100%;
    height: 30px;
    background: #0966b3;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.skip-nav a:focus {
    top: 0px;
    z-index: 10000;
}

body {
    font-size: 13px;
}

body.fixed {
    overflow: hidden;
}

select,
input[type='text'],
input[type='password'] {
    width: 100%;
    height: 31px;
    font-size: 12px;
    border: 1px solid #d6d6d6;
    vertical-align: middle;
}

input[type='text'],
input[type='password'] {
    padding: 0 10px;
}

select {
    padding-left: 10px;
    background-color: #fff;
    background-image: url(../../images/ik-kr/arr_select_m.png);
    background-repeat: no-repeat;
    background-size: 7px 5px;
    background-position: calc(100% - 7px) 50%;
}

textarea {
    width: 100%;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    vertical-align: top;
}

.wrap {
    margin-top: 61px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #103967;
    background: #fff;
    z-index: 100;
}

.header.fixed {
    z-index: 120;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
}

.header .lang,
.header .sns {
    display: none;
}

.header .lang.on {
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    overflow: hidden;
    background-color: #0c2d50;
    text-align: center;
}

.header .lang.on li {
    display: inline-block;
}

.header .lang.on li a {
    display: block;
    padding-left: 23px;
    font-size: 12px;
    font-weight: 400;
    color: #eee;
    background: url(../../images/ik-kr/icon_lang.png) no-repeat 0 50%;
}

.header .lang.on li:first-child a { 
	background: none; 
	padding-left: 0; 
}

.header .lang.on li a.active {
    background-image: url(../../images/ik-kr/icon_lang_on.png);
    color: #158bec;
}

.header .lang.on li+li {
    margin-left: 15px;
}

.header .header-content {
    height: 60px;
}

.header .header-content .logo {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 69px;
    height: 34px;
    background-image: url(../../images/ik-kr/logo_m.png);
    background-size: 69px 34px;
    z-index: 1;
}

.header .header-content .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .top-search-wrap .btn-search {
    position: absolute;
    top: 50%;
    right: 49px;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background-image: url(../../images/ik-kr/btn_search.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.header .top-search-wrap .top-search-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.header .top-search-wrap .top-search-area .inner {
    padding: 20px 10px 14px;
    background: #fff;
}

.header .top-search-wrap .top-search-area .search-tit {
    height: 56px;
    padding-left: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #0f3a67;
    line-height: 56px;
}

.header .top-search-wrap .top-search-area .top-search-form {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
}

.header .top-search-wrap .top-search-area .top-search-form input {
    width: 100%;
    height: 36px;
    background: #fff;
    border: 1px solid #0966b3;
}

.header .top-search-wrap .top-search-area .top-search-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background-color: #0966b3;
    background-image: url(../../images/ik-kr/icon_search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.header .top-search-wrap .top-search-area .btn-search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background-image: url(../../images/ik-kr/icon_close_m.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50% 50%;
    z-index: 101;
}

.header .recommend {
    overflow: hidden;
    text-align: center;
}

.header .recommend .tit {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-left: 20px;
    font-weight: 400;
    color: #000;
    vertical-align: middle;
}

.header .recommend .tit:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 13px;
    margin-top: -7px;
    background-image: url(../../images/ik-kr/icon_recommend_m.gif);
    background-size: 16px 13px;
}

.header .recommend .recommend-slider-wrap {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 220px;
}

.header .recommend .recommend-slider-wrap a {
    position: relative;
    display: block;
    height: 25px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .recommend .recommend-slider-wrap a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #d6d6d6;
}

.header .recommend .recommend-slider-wrap .slick-current+.slick-slide a:before {
    display: none;
}

.header .recommend .recommend-slider-wrap .slick-list {
    margin: 0 23px;
}

.header .recommend .recommend-slider-wrap .slick-arrow {
    width: 24px;
    height: 24px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50% 50%;
}

.header .recommend .recommend-slider-wrap .slick-arrow.slick-prev {
    background-image: url(../../images/ik-kr/arr_recommend_prev_m.gif);
}

.header .recommend .recommend-slider-wrap .slick-arrow.slick-next {
    background-image: url(../../images/ik-kr/arr_recommend_next_m.gif);
}

.header .navi-wrap .gnb-wrap .gnb-tit {
    height: 56px;
    padding-left: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #0f3a67;
    line-height: 56px;
}

.header .navi-wrap .gnb-wrap .gnb {
    position: relative;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>a {
    display: block;
    width: 90px;
    padding: 55px 0 13px;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #3a85c2;
    text-align: center;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div {
    position: absolute;
    top: 0;
    left: 90px;
    display: none;
    width: calc(100% - 90px);
    padding: 14px 12px;
    z-index: 101;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit {
    display: block;
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #333;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 0 11px 10px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #d6d6d6;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>a.active {
    font-weight: 500;
    color: #0666b2;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>a.active+ul {
    display: block;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul {
    display: none;
    padding: 8px 10px;
    border: 1px solid #d6d6d6;
    border-top: 0;
    background: #f6f6f6;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a {
    position: relative;
    display: block;
    padding: 4px 0 4px 9px;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #999;
    transform: rotate(-45deg);
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a.active {
    font-weight: 400;
    color: #0666b2;
}

.header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a.active:before {
    background: #0966b3;
}

.header .navi-wrap .gnb-wrap .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background-image: url(../../images/ik-kr/icon_close_m.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50% 50%;
}

.header .navi-wrap .btn-menu {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background-image: url(../../images/ik-kr/btn_menu.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.header.off {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: transparent;
}

.header.off .logo {
    background-image: url(../../images/ik-kr/logo_main_m.png);
}

.header.off .top-search-wrap .btn-search {
    background-image: url(../../images/ik-kr/btn_search_main_m.png);
    background-size: 16px;
    background-position: 50%;
}

.header.off .navi-wrap .btn-menu {
    background-image: url(../../images/ik-kr/btn_menu_main_m.png);
    background-size: 18px;
    background-position: 50%;
}

.header.on {
    position: fixed;
    box-shadow: 10px 5px 15px 1px rgba(0, 0, 0, 0.3);
}

.footer {
    padding: 15px 0;
    background-color: #404447;
}

.footer .footer-logo {
    width: 71px;
    height: 27px;
    margin: 0 auto;
    background-image: url(../../images/ik-kr/f_logo_m.png);
    background-size: 71px 27px;
}

.footer .footer-content {
    font-size: 11px;
    text-align: center;
}

.footer .footer-content .utill {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: -5px;
    overflow: hidden;
}

.footer .footer-content .utill li {
    float: left;
}

.footer .footer-content .utill li a {
    position: relative;
    display: block;
    padding: 0 8px;
    color: #fff;
}

.footer .footer-content .utill li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #66696c;
}

.footer .footer-content .utill li a.privacy {
    color: #FFFC1C;
}

.footer .footer-content .utill li:first-child a {
    padding-left: 0;
}

.footer .footer-content .utill li:first-child a:before {
    display: none;
}

.footer .footer-content .utill li.mobile-version {
    display: none;
}

.footer .footer-content .footer-msg {
    padding: 15px 0 0;
    color: #fff;
    text-align: center;
}

.footer .footer-content .footer-msg .privacy {
    color: #ffcc00;
}

.footer .footer-content .copyright {
    padding: 9px 0 13px;
    color: #fff;
    text-align: center;
}

.footer .family {
    position: relative;
    width: 165px;
    margin: 0 auto;
    font-size: 12px;
}

.footer .family .btn {
    display: block;
    width: 100%;
    height: 31px;
    padding-left: 8px;
    color: #fff;
    background-image: url(../../images/ik-kr/arr_f_select_m.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
    background-size: 8px;
    border: 1px solid #fff;
    text-align: left;
}

.footer .family .btn.open {
    background-image: url(../../images/ik-kr/arr_f_select_on_m.png);
}

.footer .family .btn.open+ul {
    display: block;
}

.footer .family ul {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
}

.footer .family ul li a {
    display: block;
    width: 100%;
    padding: 4px 0 4px 8px;
}

.footer .family ul li a:hover,
.footer .family ul li a:focus {
    text-decoration: underline;
}

.footer .mark {
    text-align: center;
    margin-top: 15px;
}

.footer .mark a {
    display: inline-block;
}

.footer .mark a img {
    display: block;
    width: 65px;
}

.content .tit-area {
    padding: 26px 0 12px;
    text-align: center;
}

.content .tit-area h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.content .tit-area .utill-area {
    margin-top: 8px;
    text-align: center;
}

.content .tit-area .utill-area .count-list {
    display: inline-block;
    vertical-align: middle;
}

.content .tit-area .utill-area .count-list li {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.content .tit-area .utill-area .count-list li button {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.content .tit-area .utill-area .count-list li.print button {
    width: 13px;
    height: 13px;
    background-image: url(../../images/ik-kr/icon_print_m.gif);
    background-size: 13px 13px;
}

.content .tit-area .utill-area .count-list li.pdf button {
    width: 13px;
    height: 13px;
    background-image: url(../../images/ik-kr/icon_pdf_m.gif);
    background-size: 13px 13px;
}

.content .tit-area .utill-area .count-list li.img button {
    width: 10px;
    height: 13px;
    background-image: url(../../images/ik-kr/icon_img_m.gif);
    background-size: 10px 13px;
}

.content .tit-area .utill-area .count-list li.share button {
    width: 13px;
    height: 13px;
    background-image: url(../../images/ik-kr/icon_share_m.gif);
    background-size: 13px 13px;
}

.content .tit-area .utill-area .share-area {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
}

.content .tit-area .utill-area .share-area .btn {
    width: 26px;
    height: 26px;
    background-image: url(../../images/ik-kr/icon_share02_m.gif);
    background-size: 100%;
}

.content .tit-area .utill-area .share-area .btn.active {
    background-image: url(../../images/ik-kr/icon_share_close_m.gif);
}

.content .tit-area .utill-area .share-area .btn.active+ul {
    display: block;
}

.content .tit-area .utill-area .share-area>ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 110px;
    margin-left: -55px;
    padding: 10px 0 5px 10px;
    background: #fff;
    border: 1px solid #333;
    z-index: 1;
}

.content .tit-area .utill-area .share-area>ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 5px;
    margin-left: -5px;
    margin-top: -5px;
    background-image: url(../../images/ik-kr/arr_share_m.png);
    background-size: 10px 5px;
}

.content .tit-area .utill-area .share-area>ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.content .tit-area .utill-area .share-area>ul li a {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 0;
    background-size: 100%;
}

.content .tit-area .utill-area .share-area>ul li a.facebook {
    background-image: url(../../images/ik-kr/icon_share_facebook_m.png);
}

.content .tit-area .utill-area .share-area>ul li a.twitter {
    background-image: url(../../images/ik-kr/icon_share_twitter_m.png);
}

.content .tit-area .utill-area .share-area>ul li a.pinterest {
    background-image: url(../../images/ik-kr/icon_share_pinterest_m.png);
}

.content .tit-area .utill-area .share-area>ul li a.google {
    background-image: url(../../images/ik-kr/icon_share_google_m.png);
}

.content .tit-area .utill-area .share-area>ul li a.weibo {
    background-image: url(../../images/ik-kr/icon_share_weibo_m.png);
}

.content .tit-area .utill-area .share-area>ul li a.renrenwang {
    background-image: url(../../images/ik-kr/icon_share_renrenwang_m.png);
}

.location {
    padding: 6px 0;
    text-align: center;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #999;
}

.location li {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
}

.location li:last-child {
    font-weight: 400;
    color: #000;
}

.location li+li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 9px;
    margin-left: -3px;
    margin-top: -4px;
    background: url(../../images/ik-kr/arr_location_m.gif);
    background-size: 5px 9px;
    -webkit-print-color-adjust: exact;
}

.ctn {
    padding: 25px 0 40px;
}

.sub-tit01 {
    position: relative;
    display: block;
    padding: 0 0 10px 22px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.sub-tit01:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../../images/ik-kr/bul_subtit01_m.png);
    background-size: 100%;
    -webkit-print-color-adjust: exact;
}

.sub-tit01+.table-top {
    margin-top: -10px;
}

.sub-tit01 .s-tit {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 300;
    color: #000;
}

.sub-tit02 {
    position: relative;
    display: block;
    padding: 0 0 4px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #0966b3;
}

.sub-tit02:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: 13px;
    background-color: #0966b3;
    border-radius: 2px;
}

.sub-tit02 .s-tit {
    font-size: 12px;
}

.sub-tit03 {
    position: relative;
    display: block;
    padding: 0 0 5px 14px;
    font-weight: 500;
    color: #000;
}

.sub-tit03:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    font-size: 14px;
    background-image: url(../../images/ik-kr/bul_subtit03_m.png);
    background-repeat: no-repeat;
    background-size: 9px;
    -webkit-print-color-adjust: exact;
}

.sub-tit04 {
    position: relative;
    display: block;
    padding: 0 0 5px 8px;
    font-weight: 500;
    color: #0f3966;
}

.sub-tit04:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 5px;
    background-image: url(../../images/ik-kr/bul_subtit04_m.png);
    background-repeat: no-repeat;
    background-size: 3px 5px;
    -webkit-print-color-adjust: exact;
}

.normal-tit {
    position: relative;
    display: block;
    padding: 0 0 4px 17px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.normal-tit:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(../../images/ik-kr/bul_normal_tit_m.png);
    background-size: 100%;
    -webkit-print-color-adjust: exact;
}

.table {
    position: relative;
    overflow: auto;
    text-align: center;
    border-top: 2px solid #666;
}

.table .normal-table thead th {
    padding: 11px 3px;
    font-weight: 500;
    color: #000;
    background-color: #edf4fa;
    border-width: 1px;
    border-style: none solid solid none;
    border-color: #d6d6d6;
}

.table .normal-table thead th:last-child {
    border-right: 0;
}

.table .normal-table tbody th,
.table .normal-table tbody td {
    padding: 11px 5px;
    border-width: 1px;
    border-style: none solid solid none;
    border-color: #d6d6d6;
    background-color: #fff;
}

.table .normal-table tbody th.txt-left,
.table .normal-table tbody td.txt-left {
    padding-left: 15px;
}

.table .normal-table tbody th.txt-right,
.table .normal-table tbody td.txt-right {
    padding-right: 15px;
}

.table .normal-table tbody th:last-child,
.table .normal-table tbody td:last-child {
    border-right: 0;
}

.table .normal-table tbody tr:last-child th,
.table .normal-table tbody tr:last-child td {
    border-bottom: 1px solid #999;
}

.table .normal-table tbody th {
    font-weight: 500;
    color: #000;
    background-color: #f6f6f6;
}

.table .normal-table .highlight {
    color: #000;
    font-weight: 500;
    background-image: url(../../images/ik-kr/bg_highlight.gif);
}

.table .normal-table .bg-gray {
    background-color: #f6f6f6;
    color: #000;
    font-weight: 500;
}

.table .info-scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.table .info-scroll .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 40px;
    color: #fff;
    background-image: url(../../images/ik-kr/icon_m_scroll.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% calc(50% - 22px);
    vertical-align: middle;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.table .info-scroll .txt strong {
    font-weight: 500;
}

.table .info-scroll .txt div {
    margin-top: 2px;
    color: #eee;
}

.layer-popup-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.layer-popup-box .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    background-color: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.layer-popup-box .popup .top {
    position: relative;
    background-color: #0f3966;
}

.layer-popup-box .popup .top .tit {
    padding: 10px 50px 10px 15px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.layer-popup-box .popup .top .tit .cate {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.layer-popup-box .popup .top .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    background-color: #0a2847;
    background-image: url(../../images/ik-kr/icon_close_m.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
}

.layer-popup-box .popup .pop-content {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    padding: 20px 15px 0 15px;
}

.layer-popup-box .popup .pop-content:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
}

.layer-popup-box .popup .pop-content .box+.box {
    margin-top: 8px;
}

.layer-popup-box .popup .pop-content .normal-box {
    margin-bottom: 0;
}

.layer-popup-box.active {
    display: block;
}

body.page-pdf .header,
body.page-pdf .footer,
body.page-pdf .lnb,
body.page-pdf .aside {
    display: none;
}

body.page-pdf .container .inner {
    width: 100%;
    padding: 0;
}

body.page-pdf .content {
    float: none;
    width: 100%;
}

body.pdf .container .inner {
    width: 100%;
    padding: 0;
}

body.pdf .container .ctn {
    padding: 0;
}

body.pdf .content {
    float: none;
    width: 100%;
}

body.pdf .layer-popup-box {
    height: auto !important;
    position: static !important;
    background-color: transparent !important;
}

body.pdf .layer-popup-box .popup {
    position: static !important;
    width: 100% !important;
    background-color: transparent !important;
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
}

body.pdf .layer-popup-box .popup .pop-content {
    max-height: none !important;
    padding: 20px 15px !important;
}

body.pdf .layer-popup-box .popup .pop-content .chart-wrap {
    padding: 0;
    border: 0;
}

body.pdf .layer-popup-box .popup .pop-content .chart-wrap .chart-area {
    height: auto !important;
    padding: 13px 18px;
    border: 1px solid #d6d6d6;
}

.checkbox,
.radio {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.checkbox label,
.radio label {
    position: relative;
    padding-left: 22px;
}

.checkbox label:before,
.radio label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background-size: 100%;
}

.checkbox2,
.radio2 {
    display: inline-block;
    vertical-align: middle;
}

.checkbox2 label,
.radio2 label {
    position: relative;
    display: block;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    font-size: 0;
    background-size: 100%;
}

.checkbox2 label:before,
.radio2 label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.checkbox label:before,
.checkbox2 label:before {
    background-image: url(../../images/ik-kr/checkbox_m.png);
    -webkit-print-color-adjust: exact;
}

.checkbox input[type=checkbox]:checked+label:before,
.checkbox2 input[type=checkbox]:checked+label:before {
    background-image: url(../../images/ik-kr/checkbox_on_m.png);
}

.radio label:before,
.radio2 label:before {
    background-image: url(../../images/ik-kr/radio_m.png);
    -webkit-print-color-adjust: exact;
}

.radio input[type=radio]:checked+label:before,
.radio2 input[type=radio]:checked+label:before {
    background-image: url(../../images/ik-kr/radio_on_m.png);
}

.btn-area {
    margin-top: 15px;
}

.btn-area:after {
    content: '';
    display: block;
    clear: both;
}

.btn-default {
    height: 36px;
    padding: 0 15px;
    line-height: 34px;
}

.btn-default-s {
    min-width: 43px;
    height: 31px;
    padding: 0 9px;
    font-size: 12px;
    line-height: 29px;
    font-weight: 300 !important;
}

[class^="btn-default"] {
    display: inline-block;
    background-color: #666;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    color: #fff;
    vertical-align: top;
}

[class^="btn-default"].bg-blue {
    background-color: #0966b3;
    border-color: #0966b3;
}

[class^="btn-default"].bg-navy {
    background-color: #0f3966;
    border-color: #0f3966;
}

[class^="btn-default"].bg-green {
    background-color: #0f997b;
    border-color: #0f997b;
}

[class^="btn-default"].bg-light-gray {
    color: #000;
    background-color: #f6f6f6;
    border-color: #d6d6d6;
}

[class^="btn-default"].bg-gray {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

[class^="btn-default"]+.btn-default {
    margin-left: 2px;
}

.btn-area [class^="btn-default"] {
    font-weight: 500;
}

.tab {
    margin-bottom: 14px;
}

.tab:after {
    content: '';
    display: block;
    clear: both;
}

.tab li {
    float: left;
    width: 50%;
}

.tab li a {
    position: relative;
    display: table-cell;
    width: 100vw;
    height: 40px;
    padding: 0 27px 0 10px;
    font-size: 14px;
    color: #000;
    background-image: url(../../images/ik-kr/icon_tab_m.gif);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 15px;
    vertical-align: middle;
    line-height: 1.3;
}

.tab li a.active {
    font-weight: 500;
    color: #fff;
    background-color: #0f997b;
    background-image: url(../../images/ik-kr/icon_tab_on_m.gif);
}

.tab li a.active:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 40px;
    border: 1px solid #0f997b;
}

.tab-content {
    display: none;
}

.tab-content.first {
    display: block;
}

.list01>li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 9px;
}

.list01>li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
}

.list01>li:last-child {
    margin-bottom: 0;
}

.list01>li>ul {
    margin-top: 5px;
}

.list02>li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 8px;
}

.list02>li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 1px;
    background-color: #666;
}

.list02>li:last-child {
    margin-bottom: 0;
}

.list02>li>ul {
    margin-top: 5px;
}

.num-list01>li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 14px;
}

.num-list01>li ul {
    margin-top: 5px;
}

.num-list01>li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.num-list01>li:nth-child(1):before {
    content: '1)';
}

.num-list01>li:nth-child(2):before {
    content: '2)';
}

.num-list01>li:nth-child(3):before {
    content: '3)';
}

.num-list01>li:nth-child(4):before {
    content: '4)';
}

.num-list01>li:nth-child(5):before {
    content: '5)';
}

.num-list01>li:nth-child(6):before {
    content: '6)';
}

.num-list01>li:nth-child(7):before {
    content: '7)';
}

.num-list01>li:nth-child(8):before {
    content: '8)';
}

.num-list01>li:nth-child(9):before {
    content: '9)';
}

.num-list01>li:last-child {
    margin-bottom: 0;
}

.paging {
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}

.paging>a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.paging * {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.paging strong {
    font-weight: 500;
    color: #0966b3;
}

.paging a,
.paging strong {
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    line-height: 20px;
}

.paging .btn-paging01 {
    background-image: url(../../images/ik-kr/paging_prev01_m.png);
    background-size: 10px 12px;
}

.paging .btn-paging02 {
    margin-right: 5px;
    background-image: url(../../images/ik-kr/paging_prev02_m.png);
    background-size: 7px 12px;
}

.paging .btn-paging03 {
    margin-left: 5px;
    background-image: url(../../images/ik-kr/paging_next01_m.png);
    background-size: 7px 12px;
}

.paging .btn-paging04 {
    background-image: url(../../images/ik-kr/paging_next02_m.png);
    background-size: 10px 12px;
}

@media all and (max-width: 1217px) {

    /* 공통 스타일*/
    .inner {
        padding: 0 10px;
    }

    .header .navi-wrap .gnb-wrap {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 101;
        transition: left 0.5s ease;
        overflow-y: auto;
        background-image: url(../../images/ik-kr/bg_navi.gif);
        background-repeat: repeat-y;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(1)>a {
        background-image: url(../../images/ik-kr/icon_gnb01.png);
        background-size: 31px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(1)>a.active {
        background-image: url(../../images/ik-kr/icon_gnb01_on.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(2)>a {
        background-image: url(../../images/ik-kr/icon_gnb02.png);
        background-size: 23px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(2)>a.active {
        background-image: url(../../images/ik-kr/icon_gnb02_on.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(3)>a {
        background-image: url(../../images/ik-kr/icon_gnb03.png);
        background-size: 31px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(3)>a.active {
        background-image: url(../../images/ik-kr/icon_gnb03_on.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(4)>a {
        background-image: url(../../images/ik-kr/icon_gnb04.png);
        background-size: 31px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(4)>a.active {
        background-image: url(../../images/ik-kr/icon_gnb04_on.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(5)>a {
        background-image: url(../../images/ik-kr/icon_gnb05.png);
        background-size: 34px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(5)>a.active {
        background-image: url(../../images/ik-kr/icon_gnb05_on.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(6)>a {
        background-image: url(../../images/ik-kr/icon_gnb06.png);
        background-size: 30px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(6)>a.active {
        background-image: url(../../images/ik-kr/icon_gnb06_on.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(7)>a {
        background-image: url(../../images/ik-kr/icon_gnb07.png);
        background-size: 23px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(7)>a.active {
        background-image: url(../../images/ik-kr/icon_gnb07_on.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(8)>a {
        background-image: url(../../images/ik-kr/icon_gnb08.png);
        background-size: 25px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(8)>a.active {
        background-image: url(../../images/ik-kr/icon_gnb08_on.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:last-child>a {
        border-bottom: 0;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>a {
        background-repeat: no-repeat;
        background-position: 50% 15px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>.active {
        font-weight: 500;
        color: #0966b3;
        background-color: #fff;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>.active+div {
        display: block;
    }

    .header .navi-wrap .gnb-wrap.open {
        left: 0;
    }

    .header .navi-wrap .gnb-wrap .has_dep3:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 12px;
        width: 15px;
        height: 1px;
        background: #666;
    }

    .header .navi-wrap .gnb-wrap .has_dep3:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 19px;
        width: 1px;
        height: 15px;
        margin-top: -7px;
        background: #666;
    }

    .header .navi-wrap .gnb-wrap .has_dep3.active:before {
        background: #0966b3;
    }

    .header .navi-wrap .gnb-wrap .has_dep3.active:after {
        display: none;
    }

    .header .navi-wrap .gnb-wrap .tit-content {
        display: none;
    }

    .lnb,
    .aside {
        display: none;
    }

    .table .m-scroll {
        min-width: 840px;
    }

    .table .m-scroll02 {
        min-width: 640px;
    }

    .tab li {
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    }

    .tab li:nth-child(odd) {
        border-left: 1px solid #d6d6d6;
    }

    .tab li:nth-child(1),
    .tab li:nth-child(2) {
        border-top: 1px solid #d6d6d6;
    }
}

@media all and (min-width: 1218px),
print {
    :lang(en) .header .navi-wrap .gnb-wrap .gnb>ul>li {
        padding: 0 15px;
    }

    :lang(en) .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li {
        width: 250px;
    }

    :lang(ja) .footer .footer-content .utill a {
        padding: 0 14px;
    }

    /* 공통스타일 */
    body {
        font-size: 15px;
    }

    select,
    input[type='text'],
    input[type='password'] {
        height: 42px;
        font-size: 14px;
    }

    select {
        background-image: url(../../images/ik-kr/arr_select.png);
        background-size: auto;
        background-position: calc(100% - 10px) 50%;
    }

    textarea {
        font-size: 14px;
        padding: 10px;
    }

    .pc-content {
        display: block !important;
    }

    .m-content {
        display: none !important;
    }

    .inner {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .wrap {
        margin-top: 152px;
    }

    .header {
        position: fixed;
        height: auto;
        border-bottom: 0;
    }

    .header .header-content {
        height: 90px;
    }

    .header .header-content .inner {
        position: relative;
    }

    .header .header-content .logo {
        position: absolute;
        top: 20px;
        left: 0;
        width: 102px;
        height: 50px;
        background-image: url(../../images/ik-kr/logo.png);
        background-size: auto;
    }

    .header .header-content .lang {
        display: block;
        position: absolute;
        top: 36px;
        left: 152px;
        overflow: hidden;
    }

    .header .header-content .lang li {
        float: left;
    }

    .header .header-content .lang li a {
        display: block;
        padding-left: 23px;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        background: url(../../images/ik-kr/icon_lang.png) no-repeat 0 50%;
    }

    .header .header-content .lang li a.active {
        background-image: url(../../images/ik-kr/icon_lang_on.png);
        color: #0966b3;
    }

    .header .header-content .lang li+li {
        margin-left: 15px;
    }

    .header .header-content .sns {
        display: block;
        position: absolute;
        top: 22px;
        right: 0;
        margin-right: -14px;
        overflow: hidden;
    }

    .header .header-content .sns li {
        position: relative;
        float: left;
    }

    .header .header-content .sns li:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
        margin-left: -1px;
        width: 1px;
        height: 15px;
        border-left: 1px solid #e5e5e5;
    }

    .header .header-content .sns li a {
        display: block;
        width: 43px;
        height: 43px;
    }

    .header .header-content .sns li .facebook {
        background-image: url(../../images/ik-kr/icon_facebook.png);
    }

    .header .header-content .sns li .youtube {
        background-image: url(../../images/ik-kr/icon_youtube.png);
    }

    .header .header-content .sns li .twitter {
        background-image: url(../../images/ik-kr/icon_twitter.png);
    }

    .header .header-content .sns li .rss {
        background-image: url(../../images/ik-kr/icon_rss.png);
    }

    .header .header-content .sns li:first-child:before {
        border-left: 0;
    }

    .header .top-search-wrap .btn-search {
        display: none;
    }

    .header .top-search-wrap .top-search-area {
        position: absolute;
        top: 22px;
        left: auto;
        right: 0;
        display: block !important;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
    }

    .header .top-search-wrap .top-search-area .inner {
        width: auto;
        padding: 0;
    }

    .header .top-search-wrap .top-search-area .search-tit {
        display: none;
    }

    .header .top-search-wrap .top-search-area .top-search-form {
        width: 320px;
        margin: 0;
    }

    .header .top-search-wrap .top-search-area .top-search-form input {
        height: 46px;
    }

    .header .top-search-wrap .top-search-area .top-search-form .btn {
        width: 46px;
        height: 46px;
    }

    .header .top-search-wrap .top-search-area .btn-search-close {
        display: none;
    }

    .header .recommend {
        float: right;
        width: auto;
        margin: 10px 10px 0 0;
    }

    .header .recommend .tit {
        padding-left: 24px;
        font-size: 14px;
    }

    .header .recommend .tit:before {
        width: 18px;
        height: 15px;
        margin-top: -8px;
        background-size: auto;
        background-image: url(../../images/ik-kr/icon_recommend.gif);
    }

    .header .recommend .recommend-slider-wrap {
        width: 240px;
    }

    .header .recommend .recommend-slider-wrap a {
        font-size: 14px;
    }

    .header .recommend .recommend-slider-wrap .slick-arrow {
        background-size: auto;
    }

    .header .recommend .recommend-slider-wrap .slick-arrow.slick-prev {
        background-image: url(../../images/ik-kr/arr_recommend_prev.gif);
    }

    .header .recommend .recommend-slider-wrap .slick-arrow.slick-next {
        background-image: url(../../images/ik-kr/arr_recommend_next.gif);
    }

    .header .navi-wrap {
        position: relative;
        display: block;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .header .navi-wrap .gnb-wrap {
        width: 1150px;
        margin-left: calc((100% - 1200px) / 2);
    }

    .header .navi-wrap .gnb-wrap .gnb-tit {
        display: none;
    }

    .header .navi-wrap .gnb-wrap .gnb {
        position: static;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul {
        text-align: center;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li {
        display: inline-block;
        padding: 0 22px;
        text-align: left;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>a {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        padding: 0;
        font-size: 19px;
        font-weight: 400;
        color: #000;
        line-height: 60px;
        text-align: center;
        border-bottom: 0;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background-color: #0966b3;
        transition: width 0.5s, left 0.5s;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>a.open {
        color: #0966b3;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>a.open:before {
        width: 100%;
        left: 0;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>a.open+div {
        display: block;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div {
        top: 60px;
        left: 0;
        overflow: hidden;
        display: none;
        width: 100%;
        padding: 0;
        background: #fff;
        border-left: 1px solid #d6d6d6;
        border-top: 1px solid #e5e5e5;
        z-index: 102;
        box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.3);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-inner {
        display: table;
        width: 100%;
        min-height: 473px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box {
        display: table-cell;
        vertical-align: top;
        width: 27.7%;
        height: 100%;
        background-color: #edf4fa;
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-box-inner {
        width: 200px;
        padding-right: 30px;
        float: right;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit {
        padding: 36px 0 18px;
        font-size: 21px;
        border-bottom: 0;
        text-align: left;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit span {
        display: table-cell;
        width: 100%;
        color: #000;
        vertical-align: middle;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .txt {
        overflow: hidden;
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .txt .l {
        float: left;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .txt .r {
        float: right;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .link {
        font-size: 14px;
        color: #0f997b;
        text-decoration: underline;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .link-list li {
        margin-bottom: 5px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .link-list li a {
        display: block;
        width: 100%;
        padding: 11px 23px 11px 14px;
        font-size: 14px;
        color: #fff;
        background-image: url(../../images/ik-kr/arr_menu.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) 50%;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .link-list li a.bg-green {
        background-color: #0f997b;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .link-list li a.bg-blue {
        background-color: #0966b3;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .tit-box .tit-content .link-list li a.bg-navy {
        background-color: #0f3966;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box {
        display: table-cell;
        vertical-align: top;
        width: 72.3%;
        height: 100%;
        min-height: 473px;
        padding-bottom: 30px;
        border-left: 1px solid #d6d6d6;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul {
        width: 1000px;
        overflow: hidden;
        font-size: 0;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li {
        display: inline-block;
        width: 200px;
        padding: 0 0 0 30px;
        vertical-align: top;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>a {
        display: table-cell;
        width: 100vw;
        height: 75px;
        padding: 10px 0 7px;
        font-size: 17px;
        font-weight: 400;
        color: #000;
        text-align: left;
        vertical-align: bottom;
        background: url(../../images/ik-kr/bg_lnb.gif) no-repeat 100% 100%/50%;
        border-bottom-color: #333;
        word-break: break-word;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul {
        display: block !important;
        padding: 10px 0 0 0;
        background: none;
        border: 0;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a {
        font-size: 15px;
        padding: 4px 0 4px 10px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a:before {
        top: 14px;
        width: 4px;
        height: 4px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a:hover,
    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a:focus {
        color: #0966b3;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a:hover:before,
    .header .navi-wrap .gnb-wrap .gnb>ul>li>div .gnb-box>ul>li>ul a:focus:before {
        background: #0966b3;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li .link {
        display: block;
        width: 25px;
        height: 24px;
        background: url(../../images/ik-kr/arr_next2.png);
        background-repeat: no-repeat;
        background-position: right 0 top 50%;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(1) .tit-box {
        background-image: url(../../images/ik-kr/bg_menu01.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(1) .tit-box .tit-content .txt {
        padding-top: 110px;
        background-image: url(../../images/ik-kr/img_menu01.png);
        background-repeat: no-repeat;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(2) .tit-box {
        background-image: url(../../images/ik-kr/bg_menu05.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(2) .tit-box .tit-content .txt {
        padding-top: 110px;
        background-image: url(../../images/ik-kr/img_menu02.png);
        background-repeat: no-repeat;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(3) .tit-box {
        background-image: url(../../images/ik-kr/bg_menu02.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(3) .tit-box .tit-content>a {
        display: block;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(3) .tit-box .img {
        width: 169px;
        height: 77px;
        margin-bottom: 12px;
        padding: 15px 0 0 13px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-image: url(../../images/ik-kr/img_menu03.jpg);
        line-height: 1.43;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(4) .tit-box {
        background-image: url(../../images/ik-kr/bg_menu03.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(4) .tit-box .tit-content {
        position: relative;
        overflow: hidden;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(4) .tit-box .tit-content .txt {
        overflow: hidden;
        height: 87px;
        margin-top: -5px;
        padding-left: 72px;
        line-height: 1.43;
        background-image: url(../../images/ik-jp/img_menu04.png);
        background-repeat: no-repeat;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(4) .tit-box .tit-content .txt .link-area {
        position: absolute;
        bottom: 0;
        left: 73px;
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(5) .tit-box {
        background-image: url(../../images/ik-kr/bg_menu04.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-child(6):nth-last-child(3) .tit-box {
        background-image: url(../../images/ik-kr/bg_menu06.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-last-child(2) .tit-box {
        background-image: url(../../images/ik-kr/bg_menu07.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-last-child(1) .tit-box {
        background-image: url(../../images/ik-kr/bg_menu08.png);
    }

    .header .navi-wrap .gnb-wrap .gnb>ul>li:nth-last-child(1) .tit-box .tit-content .txt {
        padding-top: 110px;
        background-image: url(../../images/ik-kr/img_menu05.png);
        background-repeat: no-repeat;
    }

    .header .navi-wrap .gnb-wrap .btn-close {
        display: none;
    }

    .header .navi-wrap .btn-sitemap {
        position: absolute;
        top: 0;
        right: calc((100% - 1200px) / 2);
        width: 50px;
        height: 100%;
        background-image: url(../../images/ik-kr/btn_sitemap.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .header .navi-wrap .btn-menu {
        display: none;
    }

    .header.off {
        background-color: transparent;
    }

    .header.off .header-content .sns li:before {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .header.off .logo {
        background-image: url(../../images/ik-kr/logo_main.png);
    }

    .header.off .lang a {
        color: #777 !important;
    }

    .header.off .lang .active {
        background-image: url(../../images/ik-kr/icon_lang_main_on.png) !important;
        color: #fff !important;
    }

    .header.off .top-search-wrap .inner {
        background-color: transparent !important;
    }

    .header.off .top-search-wrap input {
        border: 1px solid #fff !important;
        background-color: transparent !important;
    }

    .header.off .top-search-wrap input::placeholder {
        color: #fff !important;
    }

    .header.off .top-search-wrap input:-ms-input-placeholder {
        color: #fff !important;
    }

    .header.off .top-search-wrap input::-ms-input-placeholder {
        color: #fff !important;
    }

    .header.off .top-search-wrap input::-moz-placeholder {
        color: #fff !important;
    }

    .header.off .top-search-wrap input::-webkit-input-placeholder {
        color: #fff !important;
    }

    .header.off .top-search-wrap .btn {
        background-color: transparent !important;
    }

    .header.off .navi-wrap {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .header.off .navi-wrap .gnb-wrap .gnb>ul>li>a {
        color: #fff !important;
    }

    .header.off .navi-wrap .btn-sitemap {
        background-image: url(../../images/ik-kr/btn_sitemap_off.png) !important;
    }

    .footer {
        padding: 25px 0;
    }

    .footer .inner {
        position: relative;
    }

    .footer .footer-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 116px;
        height: 44px;
        margin: 0;
        background-image: url(../../images/ik-kr/f_logo.png);
        background-size: auto;
    }

    .footer .footer-content {
        padding-left: 166px;
        font-size: 14px;
    }

    .footer .footer-content .utill {
        display: block;
        margin: 0;
        overflow: hidden;
    }

    .footer .footer-content .utill li {
        float: left;
    }

    .footer .footer-content .utill li a {
        position: relative;
        display: block;
        padding: 0 14px;
        color: #fff;
    }

    .footer .footer-content .utill li a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 12px;
        margin-top: -6px;
        background-color: #66696c;
    }

    .footer .footer-content .utill li a.privacy {
        color: #FFFC1C;
    }

    .footer .footer-content .utill li:first-child a {
        padding-left: 0;
    }

    .footer .footer-content .utill li:first-child a:before {
        display: none;
    }

    .footer .footer-content .utill li.mobile-version {
        display: none;
    }

    .footer .footer-content .footer-msg {
        padding-right: 250px;
        text-align: left;
        color: #b3b3b3;
    }

    .footer .footer-content .copyright {
        padding: 12px 0 0 0;
        text-align: left;
    }

    .footer .family {
        position: absolute;
        top: 0;
        right: 0;
        width: 230px;
        margin: 0;
        font-size: 14px;
    }

    .footer .family .btn {
        height: 42px;
        padding-left: 10px;
        background-image: url(../../images/ik-kr/arr_f_select.png);
        background-position: calc(100% - 10px) 50%;
        background-size: auto;
    }

    .footer .family .btn.open {
        background-image: url(../../images/ik-kr/arr_f_select_on.png);
    }

    .footer .family ul {
        bottom: 41px;
        padding: 8px 0;
    }

    .footer .family ul li a {
        padding: 4px 0 4px 10px;
    }

    .footer .mark {
        position: absolute;
        top: 50%;
        right: 250px;
        margin-top: -32px;
    }

    .footer .mark a img {
        width: auto;
    }

    html.pc-version .mobile-version {
        display: block !important;
    }

    .container .inner {
        padding-top: 40px;
    }

    .container .inner:after {
        content: '';
        clear: both;
        display: block;
    }

    .lnb {
        float: left;
        width: 230px;
    }

    .lnb .lnb-tit {
        padding-bottom: 23px;
        font-size: 28px;
        font-weight: 500;
        color: #000;
        background-image: url(../../images/ik-kr/bg_lnb.gif);
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }

    .lnb>ul>li {
        width: 230px;
        border-bottom: 1px solid #d6d6d6;
        word-break: break-all;
    }

    .lnb>ul>li>a {
        position: relative;
        display: table-cell;
        width: 100vw;
        height: 54px;
        padding: 0 30px 0 14px;
        font-size: 16px;
        color: #000;
        vertical-align: middle;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
    }

    .lnb>ul>li>a.active {
        font-weight: 500;
        color: #fff;
        background-color: #0966b3;
    }

    .lnb>ul>li>a.active+ul {
        display: block;
        padding: 12px 15px;
        background: #f6f6f6;
    }

    .lnb>ul>li>a.active+ul li a {
        position: relative;
        display: block;
        padding: 3px 0 3px 10px;
        font-size: 15px;
    }

    .lnb>ul>li>a.active+ul li a:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #999;
        transform: rotate(-45deg);
    }

    .lnb>ul>li>a.active+ul li a.active,
    .lnb>ul>li>a.active+ul li a:hover,
    .lnb>ul>li>a.active+ul li a:focus {
        font-weight: 400;
        color: #0966b3;
        text-decoration: underline;
    }

    .lnb>ul>li>a.active+ul li a.active:before,
    .lnb>ul>li>a.active+ul li a:hover:before,
    .lnb>ul>li>a.active+ul li a:focus:before {
        background: #0966b3;
    }

    .lnb>ul>li>a:hover,
    .lnb>ul>li>a:focus {
        font-weight: 500;
        color: #fff;
        background-color: #0966b3;
    }

    .lnb>ul>li>a:hover.has_dep3:before,
    .lnb>ul>li>a:focus.has_dep3:before {
        background: #fff;
    }

    .lnb>ul>li>a:hover.has_dep3:after,
    .lnb>ul>li>a:focus.has_dep3:after {
        background: #fff;
    }

    .lnb>ul>li>a.has_dep3:before {
        content: '';
        position: absolute;
        top: 27px;
        right: 12px;
        width: 15px;
        height: 1px;
        background: #666;
    }

    .lnb>ul>li>a.has_dep3:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 19px;
        width: 1px;
        height: 15px;
        background: #666;
    }

    .lnb>ul>li>a.has_dep3.active:before {
        background: #fff;
    }

    .lnb>ul>li>a.has_dep3.active:after {
        display: none;
    }

    .lnb>ul>li>ul {
        display: none;
    }

    .lnb>ul>li:first-child {
        border-top: 2px solid #0966b3;
    }

    .content {
        float: right;
        width: 930px;
    }

    .content .tit-area {
        position: relative;
        padding: 0 0 19px 0;
        text-align: left;
    }

    .content .tit-area h3 {
        font-size: 34px;
        max-width: calc(100% - 330px);
        line-height: 1.3;
    }

    .content .tit-area .utill-area {
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .content .tit-area .utill-area .count-list li {
        margin-right: 15px;
        font-size: 14px;
    }

    .content .tit-area .utill-area .count-list li button {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        background-repeat: no-repeat;
    }

    .content .tit-area .utill-area .count-list li:before {
        display: none;
    }

    .content .tit-area .utill-area .count-list li.print {
        padding-left: 36px;
    }

    .content .tit-area .utill-area .count-list li.print button {
        width: 18px;
        height: 18px;
        background-image: url(../../images/ik-kr/icon_print.gif);
        background-size: 18px 18px;
    }

    .content .tit-area .utill-area .count-list li.pdf button {
        width: 18px;
        height: 18px;
        background-image: url(../../images/ik-kr/icon_pdf.gif);
        background-size: 18px 18px;
    }

    .content .tit-area .utill-area .count-list li.img button {
        width: 14px;
        height: 18px;
        background-image: url(../../images/ik-kr/icon_img.gif);
        background-size: 14px 18px;
    }

    .content .tit-area .utill-area .count-list li.share button {
        width: 18px;
        height: 18px;
        background-image: url(../../images/ik-kr/icon_share.gif);
        background-size: 18px 18px;
    }

    .content .tit-area .utill-area .share-area {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
    }

    .content .tit-area .utill-area .share-area .btn {
        width: 36px;
        height: 36px;
        background-image: url(../../images/ik-kr/icon_share02.gif);
        background-size: 100%;
    }

    .content .tit-area .utill-area .share-area .btn.active {
        background-image: url(../../images/ik-kr/icon_share_close.gif);
    }

    .content .tit-area .utill-area .share-area .btn.active+ul {
        display: block;
    }

    .content .tit-area .utill-area .share-area>ul {
        top: 47px;
        left: auto;
        right: 0;
        width: 150px;
        margin-left: 0;
        padding: 15px 0 10px 15px;
    }

    .content .tit-area .utill-area .share-area>ul:before {
        left: 100%;
        width: 13px;
        height: 7px;
        margin-left: -22px;
        margin-top: -7px;
        background-image: url(../../images/ik-kr/arr_share.png);
        background-size: auto;
    }

    .content .tit-area .utill-area .share-area>ul li a {
        width: 36px;
        height: 36px;
    }

    .content .tit-area .utill-area .share-area>ul li a.facebook {
        background-image: url(../../images/ik-kr/icon_share_facebook.png);
    }

    .content .tit-area .utill-area .share-area>ul li a.twitter {
        background-image: url(../../images/ik-kr/icon_share_twitter.png);
    }

    .content .tit-area .utill-area .share-area>ul li a.pinterest {
        background-image: url(../../images/ik-kr/icon_share_pinterest.png);
    }

    .content .tit-area .utill-area .share-area>ul li a.google {
        background-image: url(../../images/ik-kr/icon_share_google.png);
    }

    .content .tit-area .utill-area .share-area>ul li a.weibo {
        background-image: url(../../images/ik-kr/icon_share_weibo.png);
    }

    .content .tit-area .utill-area .share-area>ul li a.renrenwang {
        background-image: url(../../images/ik-kr/icon_share_renrenwang.png);
    }

    .content .location {
        padding: 11px 0;
        text-align: left;
    }

    .content .location li {
        padding: 0 10px;
        font-size: 14px;
    }

    .content .location li+li:before {
        background: url(../../images/ik-kr/arr_location.gif);
    }

    .content .location li:first-child {
        padding-left: 0;
    }

    .print-box .tit-area {
        position: relative;
        padding: 0 0 19px 0;
        text-align: left;
    }

    .print-box .tit-area h3 {
        font-size: 34px;
        max-width: calc(100% - 260px);
        line-height: 1.3;
    }

    .print-box .tit-area .utill-area {
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .print-box .tit-area .utill-area .count-list li {
        margin-right: 15px;
        font-size: 14px;
    }

    .print-box .tit-area .utill-area .count-list li button {
        display: none;
    }

    .print-box .tit-area .utill-area .count-list li:before {
        display: inline-block;
        margin-right: 5px;
        vertical-align: -4px;
        background-repeat: no-repeat;
    }

    .print-box .tit-area .utill-area .count-list li.print {
        padding-left: 36px;
    }

    .print-box .tit-area .utill-area .count-list li.print:before {
        width: 18px;
        height: 18px;
        background-image: url(../../images/ik-kr/icon_print.gif);
        background-size: auto;
    }

    .print-box .tit-area .utill-area .count-list li.pdf:before {
        width: 18px;
        height: 18px;
        background-image: url(../../images/ik-kr/icon_pdf.gif);
        background-size: auto;
    }

    .print-box .tit-area .utill-area .count-list li.img:before {
        width: 14px;
        height: 18px;
        background-image: url(../../images/ik-kr/icon_img.gif);
        background-size: auto;
    }

    .print-box .tit-area .utill-area .count-list li.share:before {
        display: inline-block;
        width: 13px;
        height: 15px;
        margin-right: 5px;
        vertical-align: -4px;
        background-image: url(../../images/ik-kr/icon_share.gif);
        background-size: auto;
        vertical-align: -3px;
    }

    .container {
        position: relative;
        width: 100%;
    }

    .aside {
        position: absolute;
        top: 148px;
        right: 0;
        z-index: 10;
    }

    .aside.fixed {
        position: fixed;
        top: 152px;
        bottom: 0;
    }

    .aside.fixed .aside-content {
        height: 100vh !important;
    }

    .aside .btn-aside {
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        height: 144px;
        margin-left: -43px;
        background-image: url(../../images/ik-kr/btn_quick.png);
    }

    .aside .btn-aside.active {
        background-image: url(../../images/ik-kr/btn_quick_close.png);
    }

    .aside .btn-aside.active+.aside-content {
        display: block;
    }

    .aside .aside-content {
        display: none;
        overflow-y: auto;
        width: 270px;
        max-height: 100%;
        padding: 0 20px;
        background: #fff;
        border: 1px solid #d6d6d6;
    }

    .aside .aside-content>div {
        position: relative;
        padding: 22px 0;
        border-bottom: 1px dashed #d6d6d6;
    }

    .aside .aside-content>div:last-child {
        border-bottom: 0;
    }

    .aside .aside-content ul li {
        position: relative;
        padding-left: 8px;
    }

    .aside .aside-content ul li a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.5;
        max-height: 3em;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .aside .aside-content ul li:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 0;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #666;
    }

    .aside .aside-content ul li+li {
        margin-top: 6px;
    }

    .aside .aside-content ul+.btn {
        margin-top: 15px;
    }

    .aside .aside-content ul .btn-go {
        font-weight: 400;
        color: #0966b3;
        text-decoration: underline;
    }

    .aside .aside-content .btn {
        display: block;
        width: 100%;
        padding: 10px 5px;
        color: #000;
        background: #f6f6f6;
        border: 1px solid #d6d6d6;
        text-align: center;
    }

    .aside .aside-content .btn.bg-green {
        color: #fff;
        background-color: #0f997b;
        border-color: #0f997b;
    }

    .aside .aside-content .btn+.btn {
        margin-top: 5px;
    }

    .aside .aside-content .btn-more {
        position: absolute;
        top: 23px;
        right: -5px;
        width: 24px;
        height: 24px;
    }

    .aside .aside-content .btn-more:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 14px;
        margin: -7px 0 0 -1px;
        background: #999;
    }

    .aside .aside-content .btn-more:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #999;
    }

    .aside .aside-content .btn-more.off:before {
        display: none;
    }

    .ctn {
        padding: 40px 0 70px;
    }

	/* 20230519 추가 */
    .vk_info { margin-top: 40px; }
    .vk_info li { display: flex; flex-direction: row; align-content: center; align-items: center; justify-content: flex-start; margin-bottom: 15px; }
    .vk_logo { width: 30%; text-align: center; margin-right: 20px; }
    .vk_txt { width: 70%; text-align: left; word-break: break-word; }
    
    .sub-tit01 {
        padding: 0 0 14px 28px;
        font-size: 20px;
    }

    .sub-tit01:before {
        top: 6px;
        width: 18px;
        height: 18px;
        background-image: url(../../images/ik-kr/bul_subtit01.png);
    }

    .sub-tit01+.table-top {
        margin-top: -37px;
    }

    .sub-tit01 .s-tit {
        margin-left: 8px;
        font-size: 15px;
    }

    .sub-tit02 {
        padding: 0 0 8px 11px;
        font-size: 16px;
    }

    .sub-tit02:before {
        top: 6px;
        width: 4px;
        height: 14px;
    }

    .sub-tit02 .s-tit {
        font-size: 14px;
    }

    .sub-tit03 {
        padding: 0 0 7px 17px;
        font-size: 16px;
    }

    .sub-tit03:before {
        top: 7px;
        width: 10px;
        height: 10px;
        background-image: url(../../images/ik-kr/bul_subtit03.png);
        background-size: auto;
    }

    .sub-tit04 {
        padding: 0 0 7px 10px;
    }

    .sub-tit04:before {
        top: 8px;
        width: 4px;
        height: 6px;
        background-image: url(../../images/ik-kr/bul_subtit04.png);
        background-size: auto;
    }

    .normal-tit {
        padding: 0 0 8px 20px;
        font-size: 16px;
    }

    .normal-tit:before {
        top: 6px;
        width: 14px;
        height: 14px;
        background-image: url(../../images/ik-kr/bul_normal_tit.png);
    }

    .normal-tit+.table-top {
        margin-top: -30px;
    }

    .aside-tit {
        position: relative;
        display: block;
        padding: 0 0 6px 24px;
        font-size: 18px;
        font-weight: 500;
        color: #000;
    }

    .aside-tit:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 15px;
        height: 15px;
        background-image: url(../../images/ik-kr/bul_aside.png);
    }

    .table .normal-table thead th {
        padding: 16px 3px;
    }

    .table .normal-table tbody th,
    .table .normal-table tbody td {
        padding: 16px 10px;
    }

    .table .normal-table tbody th.txt-left,
    .table .normal-table tbody td.txt-left {
        padding-left: 20px;
    }

    .table .normal-table tbody th.txt-right,
    .table .normal-table tbody td.txt-right {
        padding-right: 20px;
    }

    .layer-popup-box .popup {
        width: 600px;
    }

    .layer-popup-box .popup .top .tit {
        padding: 20px 80px 20px 25px;
        font-size: 22px;
    }

    .layer-popup-box .popup .top .tit .cate {
        margin-bottom: 3px;
        font-size: 15px;
    }

    .layer-popup-box .popup .top .btn-close {
        width: 70px;
        background-image: url(../../images/ik-kr/icon_close.png);
        background-size: auto;
    }

    .layer-popup-box .popup .pop-content {
        max-height: calc(100vh - 160px);
        padding: 30px 25px 0 25px;
    }

    .layer-popup-box .popup .pop-content:after {
        height: 30px;
    }

    .layer-popup-box .popup .pop-content .box+.box {
        margin-top: 12px;
    }

    .layer-popup-box .popup.pop-size-1200 {
        width: 1200px;
    }

    .layer-popup-box .popup.pop-size-1000 {
        width: 1000px;
    }

    .layer-popup-box .popup.pop-size-1070 {
        width: 1070px;
    }

    .layer-popup-box .popup.pop-size-640 {
        width: 640px;
    }

    .pc-version .layer-popup-box .popup .pop-content {
        max-height: calc(100vh - 600px);
    }

    .checkbox,
    .radio {
        margin-right: 15px;
    }

    .checkbox label,
    .radio label {
        position: relative;
        padding-left: 26px;
    }

    .checkbox label:before,
    .radio label:before {
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .checkbox2 label,
    .radio2 label {
        width: 20px;
        height: 20px;
    }

    .checkbox label:before,
    .checkbox2 label:before {
        background-image: url(../../images/ik-kr/checkbox.png);
    }

    .checkbox input[type=checkbox]:checked+label:before,
    .checkbox2 input[type=checkbox]:checked+label:before {
        background-image: url(../../images/ik-kr/checkbox_on.png);
    }

    .radio label:before,
    .radio2 label:before {
        background-image: url(../../images/ik-kr/radio.png);
    }

    .radio input[type=radio]:checked+label:before,
    .radio2 input[type=radio]:checked+label:before {
        background-image: url(../../images/ik-kr/radio_on.png);
    }

    .btn-area {
        margin-top: 20px;
    }

    .btn-default {
        height: 47px;
        padding: 0 20px;
        line-height: 47px;
    }

    .btn-default-s {
        height: 42px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 40px;
    }

    .tab {
        margin-bottom: 22px;
        border-bottom: 1px solid #d6d6d6;
    }

    .tab.pc-mn2 {
        border-color: #d6d6d6;
        border-width: 1px 0 0 0;
        border-style: solid;
        border-left: 0;
    }

    .tab.pc-mn2 li {
        border-width: 0 1px 1px 0 !important;
    }

    .tab.pc-mn2 li:nth-child(odd) a {
        border-left: 1px solid #d6d6d6;
    }

    .tab.pc-mn3 {
        border-color: #d6d6d6;
        border-width: 1px 0 0 0;
        border-style: solid;
        border-left: 0;
    }

    .tab.pc-mn3 li {
        width: 33.3%;
        border-width: 0 1px 1px 0 !important;
    }

    .tab.pc-mn3 li:nth-child(3n+1) a {
        border-left: 1px solid #d6d6d6;
    }

    .tab li {
        border-color: #d6d6d6;
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-left: 0;
    }

    .tab li a {
        display: table-cell;
        width: 100vw;
        height: 50px;
        padding: 0 40px 0 14px;
        font-size: 16px;
        background-image: url(../../images/ik-kr/icon_tab.gif);
        background-position: calc(100% - 15px) 50%;
        background-size: auto;
    }

    .tab li a.active {
        background-image: url(../../images/ik-kr/icon_tab_on.gif);
    }

    .tab li a.active:before {
        height: 50px;
    }

    .tab li:first-child {
        border-left: 1px solid #d6d6d6;
    }

    .tab.mn3 li {
        width: 33.333%;
    }

    .tab.mn3 li:nth-child(3n+1) {
        border-left: 1px solid #d6d6d6;
    }

    .tab.mn4 li {
        width: 25%;
    }

    .tab.mn4 li:nth-child(4n+1) {
        border-left: 1px solid #d6d6d6;
    }

    .tab.mn5 li {
        width: 20%;
    }

    .tab.mn5 li:nth-child(5n+1) {
        border-left: 1px solid #d6d6d6;
    }

    .tab.mn6 li {
        width: 16.6667%;
    }

    .tab.mn6 li:nth-child(6n+1) {
        border-left: 1px solid #d6d6d6;
    }

    body.pdf .layer-popup-box .popup .pop-content .chart-wrap .chart-area {
        padding: 20px 30px;
    }

    .list01>li {
        padding-left: 10px;
    }

    .list01>li:before {
        top: 9px;
    }

    .list02>li {
        padding-left: 11px;
    }

    .list02>li:before {
        top: 11px;
        width: 6px;
    }

    .num-list01>li {
        padding-left: 17px;
    }

    .paging {
        margin-top: 15px;
    }

    .paging * {
        font-size: 15px;
    }

    .paging a,
    .paging strong {
        min-width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .paging .btn-paging01 {
        background-image: url(../../images/ik-kr/paging_prev01.png);
        background-size: auto;
    }

    .paging .btn-paging02 {
        margin-right: 10px;
        background-image: url(../../images/ik-kr/paging_prev02.png);
        background-size: auto;
    }

    .paging .btn-paging03 {
        margin-left: 10px;
        background-image: url(../../images/ik-kr/paging_next01.png);
        background-size: auto;
    }

    .paging .btn-paging04 {
        background-image: url(../../images/ik-kr/paging_next02.png);
        background-size: auto;
    }

    .print-body {
        padding: 20px;
    }

    .print-box .lnb,
    .print-box .aside {
        display: none !important;
    }

    .print-box .content {
        float: none;
        width: 100%;
    }

    .print-box .ctn {
        padding-bottom: 0;
    }
}

@media print {
    @page {
        size: A4;
    }

    .header,
    .footer,
    .lnb,
    .aside {
        display: none;
    }

    .container .inner {
        width: 100%;
    }

    .content {
        width: 100%;
    }

    .table {
        overflow: visible;
    }

    .content .tit-area .utill-area .count-list li:before {
        display: inline-block;
        width: auto !important;
        height: auto !important;
        vertical-align: middle;
    }

    .content .tit-area .utill-area .count-list li.print:before {
        content: '인쇄' !important;
    }

    .content .tit-area .utill-area .count-list li.pdf:before {
        content: 'PDF 다운' !important;
    }

    .content .tit-area .utill-area .count-list li.img:before {
        content: '이미지 다운' !important;
    }

    .content .tit-area .utill-area .count-list li.share:before {
        content: 'SNS공유' !important;
    }

    .layer-popup-box.active {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        position: static !important;
        background-color: transparent !important;
    }

    .layer-popup-box.active .popup {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
    }

    .layer-popup-box.active .popup .pop-content {
        max-height: none;
        overflow-y: visible;
    }

    .layer-popup-box.active .popup .pop-content .chart-area {
        height: auto;
    }
}

.main-font-col-green {
    color: #0f997b;
}

.main-font-col-blue {
    color: #0966b3;
}

.main-font-col-white {
    color: #fff;
}

.text-el04-05 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: 6em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-el02-03 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: 3em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-el02 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: 3em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pc-br {
    display: none;
}

.main-title {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}

.sc-quik-menu-wrap {
    display: none;
}

.tab-area .tab-box .tab-contents {
    display: none;
}

.tab-area .tab-box .tab-contents.active {
    display: block;
}

.tab-area.notice .slick-arrow {
    top: 100%;
    font-size: 0;
    background: url("../../images/main/ico_slide_arrow_m_active.png") no-repeat center/10px;
    width: 20px;
    height: 20px;
    transform: translate(0);
    margin-top: 20px;
}

.tab-area.notice .slick-prev {
    left: calc(100% - 60px);
    transform: rotate(180deg);
}

.tab-area.notice .slick-next {
    right: 10px;
}

.tab-area.notice.type02 .slick-arrow {
    margin-top: 15px;
}

.tab-area.project .slick-arrow {
    top: 100%;
    font-size: 0;
    background: url("../../images/main/ico_sec04_slide_arrow.png") no-repeat center/30px;
    width: 30px;
    height: 30px;
    transform: translate(0);
    margin-top: 17px;
}

.tab-area.project .slick-prev {
    left: 5px;
    transform: rotate(180deg);
}

.tab-area.project .slick-next {
    left: 45px;
}

.wrap.main {
    margin-top: 0;
}

.sec01 {
    position: relative;
}

.sec01 .visual-wrap .visual-box .slide>a {
    display: block;
}

.sec01 .visual-wrap .visual-box .dots_wrap {
    position: absolute;
    bottom: 147px;
    left: 50%;
    transform: translateX(-50%);
}

.sec01 .visual-wrap .visual-box .dots_wrap .slick-dots {
    display: inline-block !important;
    vertical-align: middle;
}

.sec01 .visual-wrap .visual-box .dots_wrap .slick-dots>li {
    display: block;
    float: left;
    margin-right: 8px;
}

.sec01 .visual-wrap .visual-box .dots_wrap .slick-dots>li>button {
    display: block;
    font-size: 0;
    background: #e1e1e1;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.sec01 .visual-wrap .visual-box .dots_wrap .slick-dots>li.slick-active>button {
    background: #f28938;
    width: 36px;
    height: 8px;
    border-radius: 4px;
}

.sec01 .visual-wrap .visual-box .dots_wrap .slick-dots>li:last-child {
    margin-right: 10px;
}

.sec01 .visual-wrap .visual-box .dots_wrap .btn_stop {
    display: inline-block;
    background: url("../../images/main/ico_visual_slide_pause_btn.png") no-repeat center/7px;
    width: 7px;
    height: 15px;
    vertical-align: middle;
}

.sec01 .visual-wrap .visual-box .dots_wrap .btn_play {
    display: none;
    background: url("../../images/main/ico_visual_slide_play_btn.png") no-repeat center/7px;
    width: 7px;
    height: 15px;
    vertical-align: middle;
}

.sec01 .quik-menu-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sec01 .quik-menu-wrap>ul {
    position: relative;
    font-size: 0;
}

.sec01 .quik-menu-wrap>ul>li {
    display: inline-block;
    width: 50%;
    height: 57px;
}

.sec01 .quik-menu-wrap>ul>li>a {
    display: table-cell;
    width: 100vw;
    padding: 0 10px 0 50px;
    height: inherit;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    vertical-align: middle;
}

.sec01 .quik-menu-wrap>ul>li:nth-child(1) {
    background: url("../../images/main/bg_sec01_quikmenu_01.png") no-repeat top 50% left 20px/20px;
}

.sec01 .quik-menu-wrap>ul>li:nth-child(2) {
    background: url("../../images/main/bg_sec01_quikmenu_02.png") no-repeat top 50% left 17px/20px;
}

.sec01 .quik-menu-wrap>ul>li:nth-child(3) {
    background: url("../../images/main/bg_sec01_quikmenu_03.png") no-repeat top 50% left 19px/25px;
}

.sec01 .quik-menu-wrap>ul>li:nth-child(4) {
    background: url("../../images/main/bg_sec01_quikmenu_04.png") no-repeat top 50% left 20px/19px;
}

.sec01 .quik-menu-wrap>ul:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #1e212d;
}

.sec01 .quik-menu-wrap>ul:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background: #1e212d;
}

.sec01 .sc-btn-wrap {
    display: none;
}

.sec02 {
    background: url("../../images/main/bg_sec02.jpg") no-repeat center/cover;
}

.sec02 .inner-sec {
    padding: 26px 10px;
}

.sec02 .inner-sec .l-box .main-title {
    margin-bottom: 9px;
}

.sec02 .inner-sec .r-box {
    margin-top: 18px;
}

.sec02 .inner-sec .r-box .sub-tt {
    position: relative;
    padding-left: 8px;
    font-weight: 500;
    color: #000;
}

.sec02 .inner-sec .r-box .sub-tt:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    background: #666666;
}

.sec02 .inner-sec .r-box .sub-box {
    padding: 15px 0;
    border-top: dashed 1px #d6d6d6;
}

.sec02 .inner-sec .r-box .sub-box .btn01 {
    display: inline-block;
    padding: 0 10px;
    min-width: 104px;
    margin-right: 1px;
    height: 31px;
    line-height: 29px;
    border: solid 1px #d6d6d6;
    background: #fff;
    text-align: center;
    transition: 0.35s;
}

.sec02 .inner-sec .r-box .sub-box .btn01.active {
    border: solid 1px #0966b3;
    background: #0966b3;
    color: #fff;
    font-weight: 400;
}

.sec02 .inner-sec .r-box .sub-box .btn01:hover,
.sec02 .inner-sec .r-box .sub-box .btn01:focus {
    border: solid 1px #0966b3;
    background: #0966b3;
    color: #fff;
    font-weight: 400;
}

.sec02 .inner-sec .r-box .sub-box .btn01:nth-child(2) {
    margin-right: 7px;
}

.sec02 .inner-sec .r-box .sub-box .btn02 {
    display: inline-block;
    padding: 0 52px 0 10px;
    min-width: 115px;
    height: 31px;
    line-height: 29px;
    border: solid 1px #0f3864;
    background: #0f3864;
    text-align: left;
    background-image: url("../../images/main/ico_btn_link_m.png");
    background-repeat: no-repeat;
    background-position: top 50% right 24px;
    background-size: 17px;
    color: #fff;
    font-weight: 500;
}

.sec02 .inner-sec .r-box .sub-box .btn-box {
    margin-top: 8px;
}

.sec02 .inner-sec .r-box .sub-box .btn-box .main-link-btn {
    display: inline-block;
    font-weight: 400;
}

.sec02 .inner-sec .r-box .sub-box .btn-box .main-link-btn:hover,
.sec02 .inner-sec .r-box .sub-box .btn-box .main-link-btn:focus {
    position: relative;
}

.sec02 .inner-sec .r-box .sub-box .btn-box .main-link-btn:hover:after,
.sec02 .inner-sec .r-box .sub-box .btn-box .main-link-btn:focus:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #0f997b;
}

.sec02 .inner-sec .r-box .sub-box:nth-child(2) {
    padding: 8px 0 15px 0;
    border-top: 0;
}

.sec03 {
    background: url("../../images/main/bg_sec03.jpg") no-repeat center/cover;
}

.sec03 .inner-sec {
    padding: 46px 0 70px;
}

.sec03 .inner-sec .main-title {
    padding: 0 10px;
    color: #fff;
}

.sec03 .inner-sec .notice .tab-menu {
    display: block;
    padding: 17px 10px 19px;
}

.sec03 .inner-sec .notice .tab-menu:after {
    content: '';
    display: block;
    clear: both;
}

.sec03 .inner-sec .notice .tab-menu>li {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    text-align: center;
}

.sec03 .inner-sec .notice .tab-menu>li:not(:first-child) {
    padding-left: 9px;
}

.sec03 .inner-sec .notice .tab-menu>li>a {
    display: table-cell;
    color: #fff;
    opacity: 0.5;
}

.sec03 .inner-sec .notice .tab-menu>li:not(:first-child):after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #fff;
    opacity: 0.5;
    border-radius: 100%;
}

.sec03 .inner-sec .notice .tab-menu>li:last-child {
    margin-right: 0;
}

.sec03 .inner-sec .notice .tab-menu>li.active>a {
    position: relative;
    opacity: 1;
}

.sec03 .inner-sec .notice .tab-menu>li.active>a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box {
    background: #fff;
    padding: 15px;
    margin: 0 10px;
    transition: all 0.35s;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .pic {
    overflow: hidden;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .pic>img {
    transition: all 0.3s;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont {
    margin-top: 11px;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info>li {
    position: relative;
    float: left;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info>li:not(:last-child) {
    margin-right: 15px;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info>li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 7px);
    top: 50%;
    right: -8px;
    margin-top: -6px;
    background: #d6d6d6;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info>li .main-font-col-blue {
    font-weight: 400;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info:after {
    content: '';
    display: block;
    clear: both;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .cont-title {
    margin: 13px 0 9px;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .cont-title>.tt {
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .cont-text {
    height: 76px;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:hover,
.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:focus {
    background: #0f997b;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:hover .pic>img,
.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:focus .pic>img {
    transform: scale(1.05);
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:hover .info li,
.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:focus .info li {
    color: #fff;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:hover .info li:not(:last-child):after,
.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:focus .info li:not(:last-child):after {
    background: #fff;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:hover .info li .main-font-col-blue,
.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:focus .info li .main-font-col-blue {
    color: #fff;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:hover .cont .cont-title>.tt,
.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:focus .cont .cont-title>.tt {
    color: #fff;
}

.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:hover .cont-text,
.sec03 .inner-sec .notice .tab-box .tab-contents .cont-box:focus .cont-text {
    color: #fff;
}

.sec03 .inner-sec .notice.type02 {
    margin-top: 41px;
}

.sec03 .inner-sec .notice.type02 .tab-menu {
    display: block;
}

.sec03 .inner-sec .notice.type02 .tab-menu>li {
    display: inline-block;
    margin-right: 9px;
}

.sec03 .inner-sec .notice.type02 .tab-menu>li:not(:first-child) {
    padding-left: 9px;
}

.sec03 .inner-sec .notice.type02 .cont-box {
    display: block;
    transition: all 0.35s;
}

.sec03 .inner-sec .notice.type02 .cont-box:first-child {
    margin-bottom: 10px !important;
}

.sec03 .inner-sec .notice.type02 .cont-box:hover,
.sec03 .inner-sec .notice.type02 .cont-box:focus {
    background: #0f997b;
}

.sec03 .inner-sec .notice.type02 .cont-box:hover .cont .info>li,
.sec03 .inner-sec .notice.type02 .cont-box:focus .cont .info>li {
    color: #fff;
}

.sec03 .inner-sec .notice.type02 .cont-box:hover .cont .info>li>.main-font-col-green,
.sec03 .inner-sec .notice.type02 .cont-box:focus .cont .info>li>.main-font-col-green {
    color: #fff;
}

.sec03 .inner-sec .notice.type02 .cont-box:hover .cont .info>li:not(:last-child):after,
.sec03 .inner-sec .notice.type02 .cont-box:focus .cont .info>li:not(:last-child):after {
    background: #fff;
}

.sec03 .inner-sec .notice.type02 .cont-box:hover .cont .cont-title>.tt,
.sec03 .inner-sec .notice.type02 .cont-box:focus .cont .cont-title>.tt {
    color: #fff;
}

.sec04 {
    background: url("../../images/main/bg_sec04.jpg") no-repeat center/cover;
    overflow: hidden;
}

.sec04 .inner-sec {
    padding: 46px 0 72px;
}

.sec04 .inner-sec .t-box {
    padding: 0 10px;
}

.sec04 .inner-sec .project .pre {
    color: #0966b3;
    font-weight: 500;
}

.sec04 .inner-sec .project .main-title {
    font-size: 26px;
}

.sec04 .inner-sec .project .text-box {
    margin: 17px 0 19px;
}

.sec04 .inner-sec .project .text-box>span {
    font-weight: 500;
}

.sec04 .inner-sec .project .tab-menu>li {
    float: left;
    min-width: 77px;
}

.sec04 .inner-sec .project .tab-menu>li>a {
    display: block;
    height: 36px;
    padding: 0 10px;
    border: solid 1px #0f3966;
    color: #0f3966;
    font-weight: 500;
    text-align: center;
    line-height: 34px;
    transition: 0.35s;
}

.sec04 .inner-sec .project .tab-menu>li>a:hover,
.sec04 .inner-sec .project .tab-menu>li>a:focus {
    color: #fff;
    background: #0966b3;
    border-color: #0966b3;
}

.sec04 .inner-sec .project .tab-menu>li:not(:last-child) {
    margin-right: 5px;
}

.sec04 .inner-sec .project .tab-menu>li.active>a {
    color: #fff;
    background: #0966b3;
    border-color: #0966b3;
}

.sec04 .inner-sec .project .tab-menu:after {
    content: '';
    display: block;
    clear: both;
}

.sec04 .inner-sec .project .tab-box {
    margin-top: 33px;
    padding: 0 5px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slick-list {
    overflow: visible;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide {
    margin: 0 5px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box {
    position: relative;
    display: block;
    padding: 12px;
    height: 215px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom 30px right 30px;
    transition: all 0.35s;
    overflow: hidden;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box>.name {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box>.sub-pre {
    margin: 4px 0 10px;
    font-weight: 500;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box>.target-box>ul .money {
    color: #0966b3;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box>.design-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box>.link-txt {
    display: none;
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box>.link-txt:before {
    content: '';
    display: block;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -6px;
    width: 15px;
    height: 15px;
    background: #f6f6f6;
    border-radius: 100%;
    opacity: 0.2;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box>.link-txt:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: -15px;
    margin-top: -6px;
    width: 12px;
    height: 15px;
    background: url("../../images/main/ico_sec04_link_arrow.png") no-repeat center/12px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box:after {
    content: '';
    position: absolute;
    display: block;
    width: 66px;
    height: 66px;
    background: #f6f6f6;
    top: calc(100% - 81px);
    left: calc(100% - 81px);
    border-radius: 100%;
    transition: all 0.35s;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box .ico-box {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box .ico-box>img {
    width: 57px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box .ico-box.pr01>img {
    width: 57px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box .ico-box.pr02>img {
    width: 67px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide .item-box .ico-box.pr03>img {
    width: 70px;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide:hover .item-box,
.sec04 .inner-sec .project .tab-box .tab-contents .slide:focus .item-box {
    background-color: #0966b3;
    transform: translateY(-15px);
    box-shadow: 10px 5px 15px 1px rgba(0, 0, 0, 0.3);
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide:hover .item-box:after,
.sec04 .inner-sec .project .tab-box .tab-contents .slide:focus .item-box:after {
    content: '';
    width: 100px;
    height: 100px;
    opacity: 0.2;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide:hover .name,
.sec04 .inner-sec .project .tab-box .tab-contents .slide:focus .name {
    color: #fff;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide:hover .sub-pre,
.sec04 .inner-sec .project .tab-box .tab-contents .slide:focus .sub-pre {
    color: #fff;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide:hover .target-box>ul>li,
.sec04 .inner-sec .project .tab-box .tab-contents .slide:focus .target-box>ul>li {
    color: #fff;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide:hover .target-box>ul .money,
.sec04 .inner-sec .project .tab-box .tab-contents .slide:focus .target-box>ul .money {
    color: #ffcc00;
}

.sec04 .inner-sec .project .tab-box .tab-contents .slide:hover .link-txt,
.sec04 .inner-sec .project .tab-box .tab-contents .slide:focus .link-txt {
    display: inline-block;
}

.sec05 {
    background: url("../../images/main/bg_sec05.jpg") no-repeat center/cover;
}

.sec05 .inner-sec {
    padding: 46px 10px 50px;
}

.sec05 .inner-sec .box-l .main-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.sec05 .inner-sec .box-l .pre {
    margin: 15px 0 31px 0;
}

.sec05 .inner-sec .box-l .info-select-box>span {
    display: inline-block;
}

.sec05 .inner-sec .box-l .info-select-box>span select {
    min-width: 175px;
    padding: 0 30px 0 10px;
}

.sec05 .inner-sec .box-l .info-select-box>span select {
    padding: 0 0 0 0 \0/IE9;
    /* IE9 */
}

.sec05 .inner-sec .box-l .info-select-box .sel-btn {
    margin-left: 2px;
    padding: 0 10px;
    background: #0f997b;
    color: #fff;
    min-width: 64px;
    height: 31px;
    line-height: 29px;
    font-weight: 500;
    vertical-align: middle;
}

.sec05 .inner-sec .box-l .city-wrap {
    margin-top: 15px;
}

.sec05 .inner-sec .box-l .city-wrap .city-box {
    display: none;
    background: #0f3966;
    padding: 17px 20px 20px 20px;
    min-height: 280px;
}

.sec05 .inner-sec .box-l .city-wrap .city-box.default {
    padding: 65px 20px 20px 20px;
    background: url("../../images/main/bg_ico_sec05_local_info_box.png") no-repeat top 20px left 20px/30px;
    background-color: #0f3966;
}

.sec05 .inner-sec .box-l .city-wrap .city-box.default .alim {
    margin-top: 35px;
    color: #fff;
}

.sec05 .inner-sec .box-l .city-wrap .city-box.active {
    display: block;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .city-title {
    position: relative;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .city-title:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    margin-top: 17px;
    min-width: 30px;
    height: 4px;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .info-list {
    margin-top: 40px;
    padding-left: 8px;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .info-list>li {
    position: relative;
    color: #fff;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .info-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: -8px;
    width: 3px;
    height: 3px;
    background: #fff;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .info-list>li>.bold {
    font-weight: 500;
    color: #fff;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .info-list>li:not(:last-child) {
    margin-bottom: 5px;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .btn-box {
    margin-top: 30px;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .btn-box .btn-link {
    min-width: 115px;
    height: 36px;
    border: solid 1px #fff;
    padding: 0 10px;
    background: transparent;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    text-align: center;
    transition: all 0.35s;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .btn-box .btn-link:first-child {
    margin-right: 1px;
}

.sec05 .inner-sec .box-l .city-wrap .city-box .btn-box .btn-link:hover,
.sec05 .inner-sec .box-l .city-wrap .city-box .btn-box .btn-link:focus {
    background: #fff;
    color: #0f3966;
}

.sec05 .inner-sec .box-r {
    display: none;
}

@media all and (max-width: 1216px) {
  .main-layer-popup {
    display: block;
    position: absolute;
    z-index: 1;
    top: 60px !important;
    left: 0px !important;
    background: #3371b8;
    color: #ffffff;
  }

  .main-layer-popup .layer-popup .top a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 6%;
    background: url(../../images/main/btn_popup_close.png) no-repeat 80% 50%;
  }
}

@media all and (min-width: 1217px) {
    .wrap {
        position: relative;
    }

    /* 레이어팝업 */
    .main-layer-popup {
        display: none;
        position: absolute;
        left: 100px;
        top: 50px;
        border: 2px solid #3371b8;
        z-index: 100000000;
        cursor: move;
    }

    .main-layer-popup .layer-popup .top {
        position: relative;
        padding: 15px;
        background-color: #3371b8;
        color: #fff;
    }

    .main-layer-popup .layer-popup .top a {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        background: url(../../images/main/btn_popup_close.png) no-repeat 50% 50%;
    }

    .main-layer-popup .layer-popup .btm {
        padding: 10px;
        background-color: #3371b8;
        text-align: right;
    }

    .main-layer-popup .layer-popup .btm a {
        font-size: 13px;
        color: #fff;
    }

    .inner-sec {
        width: 1200px;
        margin: 0 auto;
    }

    .box-area:after {
        content: '';
        display: block;
        clear: both;
    }

    .l-box,
    .r-box {
        float: left;
        width: 50%;
    }

    .text-el04-05 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.5;
        max-height: 7.5em;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .text-el02-03 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.5;
        max-height: 4.5em;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .pc-br {
        display: block;
    }

    .tab-area .tab-box .tab-contents {
        display: none;
    }

    .tab-area .tab-box .tab-contents.active {
        display: block;
    }

    .tab-area.notice .slick-arrow {
        background: url("../../images/main/ico_slide_arrow_pc_active.png") no-repeat center/12px;
        margin-top: 30px;
    }

    .tab-area.notice .slick-prev {
        left: calc(100% - 60px);
        transform: rotate(180deg);
    }

    .tab-area.notice .slick-next {
        right: 10px;
    }

    .tab-area.notice.type02 .slick-arrow {
        margin-top: 30px;
    }

    .tab-area.project .slick-arrow {
        top: 100%;
        background: url("../../images/main/ico_sec04_slide_arrow_pc.png") no-repeat center;
        width: 45px;
        height: 45px;
        margin-top: 25px;
    }

    .tab-area.project .slick-prev {
        background: url("../../images/main/ico_sec04_slide_prev_pc.png") no-repeat center;
        transform: rotate(0);
        left: 10px;
    }

    .tab-area.project .slick-next {
        left: 60px;
    }

    .sc-quik-menu-wrap {
        display: block;
        position: absolute;
        top: 214px;
        right: 30px;
        z-index: 90;
    }

    .sc-quik-menu-wrap.fixed {
        position: fixed;
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul {
        border: solid 1px #444444;
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li {
        width: 98px;
        background-position: top 15px left 50%;
        background-repeat: no-repeat;
        background-color: #333;
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li>a {
        display: table-cell;
        padding: 49px 10px 14px 10px;
        width: 100vw;
        text-align: center;
        font-size: 14px;
        color: #cccccc;
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li:nth-child(1) {
        background-image: url("../../images/main/ico_sc_quik01.png");
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li:nth-child(2) {
        background-image: url("../../images/main/ico_sc_quik02.png");
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li:nth-child(3) {
        background-image: url("../../images/main/ico_sc_quik03.png");
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li:nth-child(4) {
        background-image: url("../../images/main/ico_sc_quik04.png");
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li:nth-child(5) {
        background-image: url("../../images/main/ico_sc_quik05.png");
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li:nth-child(6) {
        background-image: url("../../images/main/ico_sc_quik06.png");
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>ul>li:not(:last-child) {
        border-bottom: solid 1px #444444;
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>.sc-top-btn {
        display: block;
        width: 100%;
        height: 30px;
        background-color: #666666;
        color: #fff;
        line-height: 28px;
        font-size: 14px;
    }

    .sc-quik-menu-wrap .sc-quik-menu-box>.sc-top-btn>span {
        padding: 0 12px;
        background: url("../../images/main/ico_sc_top_arrow.png") no-repeat top 7px right 0;
    }

    .sec01 .visual-wrap .visual-box .slide>a {
        position: relative;
        border: 1px dotted rgba(255, 255, 255, 0.7);
        height: 100vh;
        min-height: 850px;
        overflow: hidden;
    }

    .sec01 .visual-wrap .visual-box .slide>a>img {
        position: absolute;
        width: auto;
        max-width: none;
        transform: translateX(-50%);
        left: 50%;
        height: 100%; /* 20230217 추가 */
    }

    .sec01 .visual-wrap .visual-box .slide>a>video {
        display: inline-block;
        position: absolute;
        min-width: 1980px;
        min-height: 100%;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -50;
    }

    .sec01 .visual-wrap .visual-box .dots_wrap {
        bottom: 30%;
    }

    .sec01 .visual-wrap .visual-box .dots_wrap .slick-dots>li {
        margin-right: 15px;
    }

    .sec01 .visual-wrap .visual-box .dots_wrap .slick-dots>li>button {
        width: 10px;
        height: 10px;
    }

    .sec01 .visual-wrap .visual-box .dots_wrap .slick-dots>li.slick-active>button {
        width: 47px;
        height: 10px;
        border-radius: 6px;
    }

    .sec01 .visual-wrap .visual-box .dots_wrap .slick-dots>li:last-child {
        margin-right: 15px;
    }

    .sec01 .visual-wrap .visual-box .dots_wrap .btn_stop {
        display: inline-block;
        background: url("../../images/main/ico_visual_slide_pause_btn_pc.png") no-repeat center;
        width: 9px;
        height: 14px;
    }

    .sec01 .visual-wrap .visual-box .dots_wrap .btn_play {
        display: none;
        background: url("../../images/main/ico_visual_slide_play_btn_pc.png") no-repeat center;
        width: 9px;
        height: 14px;
    }

    .sec01 .quik-menu-wrap>ul {
        width: 1200px;
        margin: 0 auto;
    }

    .sec01 .quik-menu-wrap>ul>li {
        width: 25%;
        height: 96px;
        border-left: solid 1px #1e212d;
    }

    .sec01 .quik-menu-wrap>ul>li>a {
        font-size: 17px;
    }

    .sec01 .quik-menu-wrap>ul>li:last-child {
        border-right: solid 1px #1e212d;
    }

    .sec01 .quik-menu-wrap>ul>li:nth-child(1) {
        background: url("../../images/main/bg_sec01_quikmenu_01_pc.png") no-repeat top 50% left 74px/32px;
    }

    .sec01 .quik-menu-wrap>ul>li:nth-child(1)>a {
        padding: 0 20px 0 125px;
    }

    .sec01 .quik-menu-wrap>ul>li:nth-child(2) {
        background: url("../../images/main/bg_sec01_quikmenu_02_pc.png") no-repeat top 50% left 64px/32px;
    }

    .sec01 .quik-menu-wrap>ul>li:nth-child(2)>a {
        padding: 0 20px 0 116px;
    }

    .sec01 .quik-menu-wrap>ul>li:nth-child(3) {
        background: url("../../images/main/bg_sec01_quikmenu_03_pc.png") no-repeat top 50% left 45px/38px;
    }

    .sec01 .quik-menu-wrap>ul>li:nth-child(3)>a {
        padding: 0 20px 0 100px;
    }

    .sec01 .quik-menu-wrap>ul>li:nth-child(4) {
        background: url("../../images/main/bg_sec01_quikmenu_04_pc.png") no-repeat top 50% left 90px/30px;
    }

    .sec01 .quik-menu-wrap>ul>li:nth-child(4)>a {
        padding: 0 20px 0 140px;
    }

    .sec01 .quik-menu-wrap>ul:before {
        content: '';
        display: none;
    }

    .sec01 .quik-menu-wrap>ul:after {
        content: '';
        display: none;
    }

    .sec01 .sc-btn-wrap {
        position: absolute;
        bottom: 150px;
        left: 50%;
        display: block;
        transform: translateX(-50%);
    }

    .sec01 .sc-btn-wrap>.scroll-btn {
        position: relative;
        background: url("../../images/main/ico_pagedown_btn.png") no-repeat center;
        width: 30px;
        height: 32px;
    }

    .sec01 .sc-btn-wrap>.scroll-btn:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-top: 2px;
        margin-left: -4px;
        width: 9px;
        height: 5px;
        background: url("../../images/main/ico_pd_btn_ar.png") no-repeat center;
        animation-name: fadeInDown;
        animation-duration: 1s;
        animation-direction: normal;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }

    .sec01 .sc-btn-wrap>.scroll-btn:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-top: 7px;
        margin-left: -4px;
        width: 9px;
        height: 5px;
        background: url("../../images/main/ico_pd_btn_ar.png") no-repeat center;
        animation-name: fadeInDown02;
        animation-duration: 1s;
        animation-direction: normal;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }

    .sec02 {
        background: url("../../images/main/bg_sec02_pc.jpg") no-repeat center/cover;
    }

    .sec02 .inner-sec {
        padding: 30px 0 26px;
    }

    .sec02 .inner-sec .l-box {
        width: 500px;
        margin-right: 50px;
    }

    .sec02 .inner-sec .l-box .main-title {
        font-size: 24px;
        margin-bottom: 11px;
    }

    .sec02 .inner-sec .r-box {
        width: 650px;
        margin-top: 8px;
    }

    .sec02 .inner-sec .r-box .sub-tt {
        display: inline-block;
        font-size: 15px;
        margin-right: 11px;
    }

    .sec02 .inner-sec .r-box .sub-box {
        display: inline-block;
        padding: 8px 0 7px 0;
    }

    .sec02 .inner-sec .r-box .sub-box .btn01 {
        display: inline-block;
        width: 20%;
        min-width: auto;
        width: 162px;
        height: 42px;
        line-height: 40px;
    }

    .sec02 .inner-sec .r-box .sub-box .btn01:nth-child(2) {
        margin-right: 10px;
    }

    .sec02 .inner-sec .r-box .sub-box .btn02 {
        display: inline-block;
        padding: 0 0 0 31px;
        width: 155px;
        min-width: auto;
        height: 42px;
        line-height: 40px;
        background-image: url("../../images/main/ico_btn_link.png");
        background-position: top 50% right 30px;
        background-size: 25px 11px;
    }

    .sec02 .inner-sec .r-box .sub-box .btn-box {
        display: inline-block;
        margin-top: 0;
    }

    .sec02 .inner-sec .r-box .sub-box:nth-child(2) {
        padding: 0 0 20px 0;
    }

    .sec02 .inner-sec .r-box .sub-box:last-child {
        padding-top: 12px;
    }

    .sec03 {
        background: url("../../images/main/bg_sec03_pc.jpg") no-repeat center/cover;
    }

    .sec03 .inner-sec {
        padding: 88px 0 90px;
    }

    .sec03 .inner-sec .main-title {
        font-size: 36px;
    }

    .sec03 .inner-sec .box-area .l-box {
        width: 720px;
        margin-right: 40px;
    }

    .sec03 .inner-sec .box-area .r-box {
        width: 440px;
    }

    .sec03 .inner-sec .notice .tab-menu {
        padding: 28px 0 13px;
    }

    .sec03 .inner-sec .notice .tab-menu>li>a {
        font-size: 17px;
    }

    .sec03 .inner-sec .notice .tab-menu>li.active>a:after {
        height: 2px;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents {
        margin-left: -10px;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box {
        height: 312px;
        padding: 30px;
        overflow: hidden;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .pic {
        float: left;
        width: 336px;
        margin-right: 29px;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont {
        margin-top: 0;
        overflow: hidden;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info>li:not(:last-child) {
        margin-right: 21px;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info>li:not(:last-child):after {
        height: 15px;
        right: -11px;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info>li .main-font-col-blue {
        font-weight: 400;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .info:after {
        content: '';
        display: block;
        clear: both;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .cont-title {
        margin: 21px 0 17px;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .cont-title>.tt {
        height: 63px;
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .sec03 .inner-sec .notice .tab-box .tab-contents .cont-box .cont .cont-text {
        height: 110px;
    }

    .sec03 .inner-sec .notice.type02 {
        margin-top: 0;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .slick-slide>div {
        font-size: 0;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .slick-slide>div:first-child {
        margin-bottom: 20px;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .cont-box {
        display: block;
        height: 146px;
        transition: all 0.35s;
        font-size: 15px;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .cont-box:first-child {
        margin-bottom: 0 !important;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .cont-box .cont-title {
        margin: 21px 0 0 0;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .cont-box:hover {
        background: #0f997b;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .cont-box:hover .cont .info>li {
        color: #fff;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .cont-box:hover .cont .info>li>.main-font-col-green {
        color: #fff;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .cont-box:hover .cont .info>li:not(:last-child):after {
        background: #fff;
    }

    .sec03 .inner-sec .notice.type02 .tab-contents .cont-box:hover .cont .cont-title>.tt {
        color: #fff;
    }

    .sec03 .tab-box .slide>a {
        display: block;
    }

    .sec03 .tab-box .slide>a:focus {
        border: 1px dotted rgba(255, 255, 255, 0.8);
    }

    .sec04 {
        background: url("../../images/main/bg_sec04_pc.jpg") no-repeat center/cover;
    }

    .sec04 .slick-disabled {
        cursor: default;
        opacity: 0;
    }

    .sec04 .inner-sec {
        padding: 93px 0 110px;
    }

    .sec04 .inner-sec .tab-area .t-box {
        padding: 0;
    }

    .sec04 .inner-sec .tab-area .t-box .pre {
        margin-bottom: 1px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .sec04 .inner-sec .tab-area .t-box .main-title {
        font-size: 36px;
    }

    .sec04 .inner-sec .tab-area .t-box .text-box {
        margin: 16px 0 38px;
    }

    .sec04 .inner-sec .tab-area .t-box .tab-menu>li {
        min-width: 100px;
    }

    .sec04 .inner-sec .tab-area .t-box .tab-menu>li>a {
        height: 56px;
        line-height: 54px;
    }

    .sec04 .inner-sec .tab-area .t-box .tab-menu>li:not(:last-child) {
        margin-right: 10px;
    }

    .sec04 .inner-sec .tab-area .tab-box {
        padding: 0;
        margin-top: 0;
        margin-left: -10px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slick-list {
        padding-top: 50px;
        overflow-x: hidden;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide {
        padding: 0 10px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box {
        padding: 20px 25px;
        height: 346px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .name {
        font-size: 20px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .sub-pre {
        font-size: 16px;
        margin: 15px 0;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .target-box>ul>li {
        position: relative;
        display: inline-block;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .target-box>ul>li:not(:last-child) {
        margin-right: 16px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .target-box>ul>li:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: calc(100% - 11px);
        top: 50%;
        right: -11px;
        margin-top: -6px;
        background: #d6d6d6;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .target-box>ul>li.money {
        font-size: 20px;
        font-weight: 500;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .target-box>ul>li.money>.dal {
        font-size: 15px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr01>img {
        width: 95px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr02>img {
        width: 112px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr03>img {
        width: 113px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr04>img {
        width: 103px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr05>img {
        width: 93px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr06>img {
        width: 99px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr07>img {
        width: 98px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr08>img {
        width: 86px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr09>img {
        width: 89px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr10>img {
        width: 82px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr11>img {
        width: 94px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr12>img {
        width: 108px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr13>img {
        width: 103px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr14>img {
        width: 103px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .ico-box.pr15>img {
        width: 81px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .link-txt {
        margin-top: 20px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .link-txt:before {
        width: 30px;
        height: 30px;
        right: -52px;
        margin-top: -14px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box .link-txt:after {
        width: 25px;
        height: 11px;
        background-size: 25px 11px;
        right: -35px;
        margin-top: -5px;
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide .item-box:after {
        width: 110px;
        height: 110px;
        top: calc(100% - 130px);
        left: calc(100% - 130px);
    }

    .sec04 .inner-sec .tab-area .tab-box .tab-contents .slide:hover .item-box:after {
        width: 200px;
        height: 200px;
    }

    .sec05 {
        background: url("../../images/main/bg_sec05_pc.jpg") no-repeat center/cover;
    }

    .sec05 .inner-sec {
        padding: 85px 0 50px;
    }

    .sec05 .inner-sec .box-area .box-l {
        float: left;
        width: 590px;
        margin-right: 138px;
    }

    .sec05 .inner-sec .box-area .box-l .main-title {
        font-size: 36px;
    }

    .sec05 .inner-sec .box-area .box-l .pre {
        margin: 6px 0 46px;
    }

    .sec05 .inner-sec .box-area .box-l .info-select-box .sel-btn {
        height: 42px;
        line-height: 40px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap {
        margin-top: 20px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box {
        padding: 36px 40px 40px 40px;
        min-height: 406px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box.default {
        background-size: 47px;
        background-position: 40px 40px;
        padding: 114px 40px 40px 40px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box.default .alim {
        margin-top: 51px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box .city-title {
        font-size: 24px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box .city-title:after {
        margin-top: 26px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box .info-list {
        margin-top: 57px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box .info-list>li {
        font-size: 16px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box .info-list>li:before {
        top: 12px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box .info-list>li:not(:last-child) {
        margin-top: 9px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box .btn-box {
        margin-top: 56px;
    }

    .sec05 .inner-sec .box-area .box-l .city-wrap .city-box .btn-box .btn-link {
        min-width: 146px;
        height: 56px;
        line-height: 54px;
    }

    .sec05 .inner-sec .box-area .box-r {
        float: left;
        display: block;
        position: relative;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li {
        position: absolute;
        display: block;
        font-size: 13px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.seoul {
        top: 93px;
        left: 93px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.incheon {
        top: 137px;
        left: 105px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.gyeonggi {
        top: 174px;
        left: 119px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.gangwon {
        top: 107px;
        left: 218px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.daejeon {
        top: 288px;
        left: 127px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.sejong {
        top: 218px;
        left: 116px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.s_chungcheong {
        top: 265px;
        left: 64px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.n_chungcheong {
        top: 195px;
        left: 159px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.n_gyeongsang {
        top: 284px;
        left: 246px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.n_jeolla {
        top: 360px;
        left: 108px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.daegu {
        top: 354px;
        left: 249px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.gwangju {
        top: 435px;
        left: 77px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.s_jeolla {
        top: 476px;
        left: 73px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.s_gyeongsang {
        top: 409px;
        left: 216px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.ulsan {
        top: 325px;
        left: 331px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.busan {
        top: 367px;
        left: 309px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.jeju {
        top: 633px;
        left: 35px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active {
        display: inline-block;
        background: #f28938;
        height: 50px;
        min-width: 100px;
        padding: 0 10px;
        line-height: 48px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        border-radius: 50px;
        z-index: 10;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        display: block;
        width: 9px;
        height: 9px;
        background: #f28938;
        transform: rotate(-45deg);
        margin: -5px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.seoul {
        top: 45px;
        left: 65px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.incheon {
        top: 62px;
        left: 50px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.gyeonggi {
        top: 85px;
        left: 95px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.gangwon {
        top: 14px;
        left: 196px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.daejeon {
        top: 196px;
        left: 103px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.sejong {
        top: 166px;
        left: 91px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.s_chungcheong {
        top: 171px;
        left: 40px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.n_chungcheong {
        top: 141px;
        left: 140px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.n_gyeongsang {
        top: 190px;
        left: 226px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.n_jeolla {
        top: 292px;
        left: 86px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.daegu {
        top: 261px;
        left: 219px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.gwangju {
        top: 343px;
        left: 52px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.s_jeolla {
        top: 394px;
        left: 51px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.s_gyeongsang {
        top: 315px;
        left: 187px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.ulsan {
        top: 265px;
        left: 298px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.busan {
        top: 305px;
        left: 286px;
    }

    .sec05 .inner-sec .box-area .box-r .local-name-box>ul>li.active.jeju {
        top: 550px;
        left: 10px;
    }

    .sec05 .inner-sec .box-area:after {
        content: '';
        display: block;
        clear: both;
    }
}

@media all and (min-width: 1620px) {
    .tab-area.project .slick-arrow {
        top: 50%;
        background: url("../../images/main/ico_sec04_slide_arrow_pc.png") no-repeat center;
        width: 45px;
        height: 45px;
        margin-top: -5px;
    }

    .tab-area.project .slick-prev {
        background: url("../../images/main/ico_sec04_slide_prev_pc.png") no-repeat center;
        transform: rotate(0);
        left: -55px;
    }

    .tab-area.project .slick-next {
        left: auto;
        right: -55px;
    }
}

@media all and (max-width: 400px) {
    .sec02 .inner-sec .r-box .sub-box .btn02 {
        margin: 5px 0 0 0;
    }

    .sec03 .inner-sec .notice .tab-menu>li {
        line-height: 1.2;
    }
}

@media all and (max-width: 340px) {
    .sec05 .inner-sec .box-l .city-wrap .city-box .btn-box .btn-link {
        display: block;
    }

    .sec05 .inner-sec .box-l .city-wrap .city-box .btn-box .btn-link:first-child {
        margin-bottom: 5px;
    }
}

@media all and (max-width: 420px) {
    .sec03 .inner-sec .notice .tab-menu {
        display: table;
        width: 100%;
    }

    .sec03 .inner-sec .notice .tab-menu>li {
        display: table-cell;
        padding: 0;
    }

    .sec03 .inner-sec .notice .tab-menu>li>a {
        display: inline-block;
        margin: 0 10px;
    }

    .sec03 .inner-sec .notice.type02 .tab-menu>li>a {
        margin: 0;
    }
}

@keyframes fadeInDown {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        transform: translateY(5px);
        opacity: 1;
    }
}

@keyframes fadeInDown02 {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    30% {
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        transform: translateY(5px);
        opacity: 1;
    }
}

:lang(ja) body {
    word-break: normal;
    overflow-wrap: break-word;
    /* word-wrap: word-break; */
}

:lang(ja) .tab li {
    word-break: keep-all;
}

:lang(ja) .in .btn-default-s {
    padding: 0 8px;
}

:lang(zh) .in .btn-default-s {
    padding: 0 8px;
}

:lang(zh) .ctn {
    word-break: break-all !important;
}

:lang(en) .select-type3+.input-type3 {
    width: calc(65% - 5px);
    margin: 0 0 5px 5px;
}

:lang(en) .input-type3+.btn-default-s {
    width: 100%;
}

.pop-content .chart-wrap {
    margin-bottom: 15px;
    padding: 13px 18px;
    margin-bottom: 15px;
    border: 1px solid #d6d6d6;
}

.pop-content .chart-wrap .chart-area {
    height: 200px;
}

.btm-indicator {
    margin-top: 12px;
}

.btm-indicator .txt {
    margin-bottom: 12px;
}

.btm-indicator .btn-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.btm-indicator .btn-wrap .bg-blue {
    float: left;
}

.btm-indicator .btn-wrap .btn-fixed {
    float: right;
}

.search-area {
    margin-bottom: 16px;
    padding: 15px;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
}

.search-area .form-area {
    text-align: center;
}

.search-area .form-area .in {
    font-size: 0;
}

.search-area .form-area .in span,
.search-area .form-area .in button,
.search-area .form-area .in a,
.search-area .form-area .in strong {
    display: inline-block;
    font-size: 12px;
}

.search-area .check-area {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #d6d6d6;
}

.search-area .check-area .checkbox {
    margin-bottom: 6px;
}

.search-area .select-type1 {
    width: 27%;
    margin-right: 5px;
}

.search-area .select-type2 {
    width: calc(50% - 2px);
    margin-bottom: 5px;
}

.search-area .select-type2+.select-type2 {
    margin-left: 4px;
}

.search-area .select-type3 {
    width: 35%;
}

.search-area .select-type3.mr5 {
    margin-right: 5px;
}

.search-area .select-type-eng {
    width: 200px;
}

.search-area .select-type-eng.mr5 {
    margin-right: 5px;
}

.search-area .input-type1 {
    width: 50%;
    margin-right: 5px;
}

.search-area .input-type2 {
    width: calc(100% - 48px);
    margin-right: 5px;
}

.search-area .input-type3 {
    width: calc(65% - 53px);
    margin-right: 5px;
    margin-left: 5px;
}

.search-area .input-single {
    width: 70%;
    margin-right: 5px;
}

.date-type {
    margin-bottom: 5px;
}

.date-type>span {
    position: relative;
    width: calc(50% - 8px);
}

.date-type>span+span {
    margin-left: 16px;
}

.date-type>span+span:before {
    content: '~';
    position: absolute;
    top: 6px;
    left: -11px;
    font-size: 13px;
}

.date-type:after {
    content: '';
    display: block;
    clear: both;
}

.type3-row {
    margin-bottom: 5px;
}

.type3-row span {
    width: calc(50% - 2px);
}

.type3-row span+span {
    margin-left: 4px;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url(../../images/ik-kr/icon_cal_m.png);
    background-size: 15px;
    background-position: 50% 50%;
    text-indent: -9999px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 6px !important;
}

.section {
    margin-bottom: 25px;
}

.section:last-child {
    margin-bottom: 0;
}

.sub-section {
    margin-bottom: 15px;
}

.sub-section:last-child {
    margin-bottom: 0;
}

.sub-section02,
.sub-section03 {
    margin-bottom: 12px;
}

.sub-section02:last-child,
.sub-section03:last-child {
    margin-bottom: 0;
}

.sub-section03 {
    margin-left: 10px;
}

.table-top {
    margin-bottom: 8px;
}

.table-top:after {
    content: '';
    display: block;
    clear: both;
}

.table-btm {
    margin-top: 12px;
}

.table-btm:after {
    content: '';
    display: block;
    clear: both;
}

.top-info {
    margin-bottom: 20px;
}

.sub-top-info {
    margin-bottom: 13px;
}

.bb-tooltip-container {
    width: 80px !important;
}

.normal-txt+.normal-txt {
    margin-top: 10px;
}

.normal-mt {
    margin-top: 5px;
}

.normal-mt2 {
    margin-top: 10px;
}

.txt-source {
    color: #0f3966;
}

.normal-box {
    margin-bottom: 20px;
    padding: 12px 15px;
    border: 1px solid #d6d6d6;
    background-color: #f6f6f6;
}

.gallery-top {
    margin-bottom: 25px;
}

.gallery-top .video>* {
    width: 100%;
}

.gallery-top .txt {
    max-height: 350px;
    overflow-y: auto;
    padding: 13px 15px;
    background-color: #edf4fa;
}

.gallery-top .txt .top-tit {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.item-num {
    margin-top: 13px;
    font-size: 12px;
}

.item-num span {
    font-weight: 500;
    color: #0966b3;
}

.item-view {
    width: 87px;
}

.item-view+.btn-default-s {
    margin-left: 1px;
}

.icon-new {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
    font-weight: 300 !important;
    text-align: center;
    line-height: 16px;
    border-radius: 3px;
    vertical-align: middle;
    background-image: url(../../images/ik-kr/icon_new_m.png);
    background-size: 100%;
    font-size: 0;
    text-indent: -9999px;
}

.gallery-board a {
    display: block;
}

.gallery-board li {
    float: left;
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 12px;
}

.gallery-board li:nth-child(even) {
    margin-right: 0;
}

.gallery-board li .thumb {
    height: 135px;
    border: 1px solid #d6d6d6;
    background: #ffffff url("../../images/ik-kr/bg_thumbnail.jpg") no-repeat 50% 50%/contain;
}

.gallery-board li .thumb.mih {
    text-align: center;
}

.gallery-board li .thumb.mih img {
    height: 100%;
}

.gallery-board li .thumb.miw img {
    width: 100%;
    height: 100%;
}

.gallery-board li .txt {
    padding: 12px 14px;
    border: 1px solid #d6d6d6;
    border-top: 0;
}

.gallery-board li .txt .tit {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: 3em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallery-board li .txt .btm-txt {
    overflow: hidden;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #d6d6d6;
    color: #000;
}

.gallery-board li .txt .btm-txt>.date {
    float: left;
}

.gallery-board li .txt .btm-txt>.view {
    float: right;
}

.gallery-board:after {
    content: '';
    display: block;
    clear: both;
}

.normal-board>li {
    margin-bottom: 12px;
    padding: 15px;
    border: 1px solid #d6d6d6;
}

.normal-board>li:last-child {
    margin-bottom: 0;
}

.normal-board>li.open .toggle-area {
    display: block;
}

.normal-board .toggle-top {
    position: relative;
    padding: 15px;
}

.normal-board .toggle-area {
    display: none;
    padding: 13px 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #d6d6d6;
}

.normal-board .num-area {
    padding-bottom: 8px;
    font-size: 12px;
}

.normal-board .num-area span {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #0f997b;
}

.normal-board .txt-area {
    padding-top: 14px;
    border-top: 1px dashed #d6d6d6;
}

.normal-board .txt-area .tit {
    display: block;
    padding-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.normal-board .txt-area .tit .category {
    display: inline-block;
    margin-right: 5px;
    color: #0f3966;
}

.normal-board .txt-area .tit .category2 {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #0666b2;
}

.normal-board .txt-area .txt {
    margin-top: 9px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: 4.5em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.normal-board .txt-area .img {
    float: left;
    width: 38%;
    margin-right: 15px;
    max-width: 150px;
}

.normal-board .txt-area .cont {
    overflow: hidden;
}

.normal-board .txt-area:after {
    content: '';
    display: block;
    clear: both;
}

.normal-board .txt-area>a {
    display: block;
}

.normal-board .board-list-box .list01 {
    float: left;
}

.normal-board .board-list-box .list01:last-of-type li:last-child {
    margin-bottom: 0;
}

.normal-board .board-list-box .list01 li {
    float: left;
    margin-right: 15px;
    margin-bottom: 3px;
}

.normal-board .board-list-box .list01:after {
    content: '';
    display: block;
    clear: both;
}

.normal-board .board-list-box:after {
    content: '';
    display: block;
    clear: both;
}

.normal-board.toggle-board>li {
    padding: 0;
}

.sec-pw {
    margin-left: 3px;
    vertical-align: middle;
}

.normal-view {
    border-bottom: 1px solid #999;
}

.normal-view .tit {
    display: block;
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background-color: #edf4fa;
    border: 1px solid #d6d6d6;
}

.normal-view .tit [class^='category'] {
    display: inline-block;
    margin-right: 5px;
    color: #0f3966;
}

.normal-view .tit [class^='category'].category2 {
    color: #0966b3;
}

.normal-view .view-content {
    padding: 20px 15px;
    border-bottom: 1px solid #d6d6d6;
}

.normal-view .view-content video,
.normal-view .view-content iframe,
.normal-view .view-content img {
    max-width: 100%;
}

.normal-view .row {
    border-bottom: 1px solid #d6d6d6;
}

.normal-view .row .item {
    border-bottom: 1px solid #d6d6d6;
}

.normal-view .row .item:last-child {
    border-bottom: 0;
}

.normal-view .row .item-tit {
    float: left;
    position: relative;
    padding: 12px 15px;
    font-weight: 500;
    color: #000;
}

.normal-view .row .item-tit:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #d6d6d6;
}

.normal-view .row .item-cont {
    overflow: hidden;
    padding: 12px;
}

.normal-view>div:last-child {
    border-bottom: 0 !important;
}

.normal-view .gallery-top {
    margin-bottom: 10px;
}

.normal-view .gallery-top .txt {
    overflow-y: auto;
    padding: 10px 15px;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
}

.normal-view .gallery-top .txt .top-tit {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.normal-table02 {
    border-top: 2px solid #333;
}

.normal-table02 li:last-child .data {
    border-bottom-color: #999;
}

.normal-table02 .data {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}

.normal-table02 .data>div {
    display: table-cell;
    vertical-align: middle;
}

.normal-table02 .data:after {
    content: '';
    display: block;
    clear: both;
}

.normal-table02 .tit {
    width: 90px;
    padding: 12px 0 12px 12px;
    font-weight: 500;
    color: #000;
    background-color: #edf4fa;
}

.normal-table02 .cont {
    overflow: hidden;
    padding: 6px 12px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
}

.normal-table02 .cont.txt-padding {
    padding: 9px 12px;
}

.normal-table02 .must {
    display: inline-block;
    margin-left: 3px;
    font-weight: 500;
    color: #da2d2d;
}

.normal-table02 .select-type1 {
    width: 150px;
}

.estate-table {
    margin-top: 15px;
    border: 1px solid #d6d6d6;
}

.estate-table li:last-child .data {
    border-bottom: 0;
}

.estate-table .data {
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
}

.estate-table .data>div {
    display: table-cell;
    padding: 9px 3px 9px 10px;
    vertical-align: middle;
    word-break: break-all;
}

.estate-table .data:after {
    content: '';
    display: block;
    clear: both;
}

.estate-table .title {
    width: 160px;
    font-weight: 400;
    color: #000;
    background-color: #f6f6f6;
}

.estate-table .cont {
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
}

.estate-table .cont.txt-padding {
    padding: 9px 12px;
}

.estate-table .must {
    display: inline-block;
    margin-left: 3px;
    font-weight: 500;
    color: #da2d2d;
}

.estate-table .select-type1 {
    width: 150px;
}

.file-list li+li {
    margin-top: 6px;
}

.attach-file {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-left: 16px;
}

.attach-file:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 14px;
    background-image: url(../../images/ik-kr/icon_file_m.png);
    background-repeat: no-repeat;
    background-size: 12px 14px;
}

.btn-file-right {
    font-weight: 400;
    color: #0966b3;
    text-decoration: underline;
}

.btn-file-download {
    font-weight: 400;
    color: #0f997b;
    text-decoration: underline;
}

.meta-info {
    margin-top: 15px;
    padding: 13px 15px;
    border: 1px solid #d6d6d6;
}

.meta-info .tit {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.meta-info .tit:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 10px;
    background-image: url(../../images/ik-kr/icon_meta_m.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
}

.meta-info span {
    display: inline-block;
    margin: 2px;
    padding: 3px 8px;
    font-size: 11px;
    border: 1px solid #d6d6d6;
    border-radius: 11px;
    background-color: #f6f6f6;
    line-height: 14px;
}

.img-box {
    position: relative;
}

.img-box.mb {
    margin-bottom: 15px;
}

.img-box.mt {
    margin-top: 15px;
}

.img-box .btn-img-zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 137px;
}

sup {
    display: inline-block;
    padding-left: 2px;
    font-size: 11px;
}

.ex-tit {
    padding-bottom: 8px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

.indent-section {
    margin-left: 10px;
}

.db {
    display: block;
}

.layout-box {
    margin-bottom: 10px;
}

.tip-box {
    margin-top: 10px;
}

.tip-box .tip-tit {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.tip-box .tip-tit:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 13px;
    background-image: url(../../images/ik-kr/icon_tip_m.png);
    background-repeat: no-repeat;
    background-size: 16px 13px;
}

.tip-box .tip-content {
    padding: 12px 15px;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
}

.tip-box .tip-content .sub-tit03+ul {
    margin-left: 10px;
}

.tip-box .tip-content .box+.box {
    margin-top: 8px;
}

.top-info-box {
    margin-bottom: 25px;
    padding: 15px;
    border: 4px solid #ececec;
}

.top-info-box .tit {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.top-info-box.v2 {
    border: 1px solid #d6d6d6;
}

.investment-box {
    position: relative;
    height: 186px;
    border: 1px solid #d6d6d6;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-image: url(../../images/ik-kr/img_investment_m.png);
    background-size: 290px;
    background-position: 50% 50%;
}

.investment-box>div {
    position: absolute;
    top: 25px;
    width: 135px;
    height: 135px;
    padding-top: 67px;
    color: #fff;
    text-align: center;
}

.investment-box .l {
    left: 50%;
    margin-left: -145px;
}

.investment-box .r {
    right: 50%;
    margin-right: -145px;
}

.investment-box .num {
    font-weight: 400;
}

.investment-box .num span {
    font-size: 16px;
    font-weight: 500;
    color: #ffcc00;
}

.v-top {
    vertical-align: top !important;
}

.v-middle {
    vertical-align: middle !important;
}

.faq-board li {
    border: 1px solid #d6d6d6;
}

.faq-board li a {
    display: block;
    padding: 12px 12px 12px 45px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.faq-board li+li {
    margin-top: 12px;
}

.faq-board li .toggle-top {
    position: relative;
}

.faq-board li .toggle-top:before {
    content: 'Q';
    position: absolute;
    top: 12px;
    left: 15px;
    width: 22px;
    height: 22px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    background-color: #0f3966;
    text-align: center;
    line-height: 22px;
}

.faq-board li .toggle-area {
    display: none;
    position: relative;
    padding: 12px 12px 12px 45px;
    background-color: #f6f6f6;
    border-top: 1px solid #d6d6d6;
}

.faq-board li .toggle-area:before {
    content: 'A';
    position: absolute;
    top: 12px;
    left: 15px;
    width: 22px;
    height: 22px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    background-color: #575757;
    text-align: center;
    line-height: 22px;
}

.open .toggle-area {
    display: block !important;
}

.qna-list li {
    padding: 17px 15px 17px 110px;
    border: 1px solid #d6d6d6;
    background-repeat: no-repeat;
    background-size: 79px;
    background-position: 15px 24px;
}

.qna-list li .tit {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.qna-list li .btn {
    margin-top: 11px;
}

.qna-list li+li {
    margin-top: 17px;
}

.qna-list li:nth-child(1) {
    background-image: url(../../images/ik-kr/icon_qna01_m.png);
}

.qna-list li:nth-child(2) {
    background-image: url(../../images/ik-kr/icon_qna02_m.png);
}

.qna-list li:nth-child(3) {
    background-image: url(../../images/ik-kr/icon_qna03_m.png);
}

.search-head {
    margin-bottom: 25px;
    padding: 0 15px 15px;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
}

.search-head select {
    width: calc(50% - 2px);
}

.search-head .double-select {
    overflow: hidden;
}

.search-head .double-select select {
    float: left;
}

.search-head .double-select select:first-child {
    margin-right: 4px;
}

.search-head #greenfiled-cont {
    display: none;
}

.search-head .box {
    padding: 15px 0;
    border-bottom: 1px dashed #d6d6d6;
}

.search-head .tit {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.search-head .desc-txt {
    margin-top: 5px;
}

.search-head .detail-box {
    font-size: 0;
}

.search-head .detail-box .detail-tit {
    position: relative;
    display: inline-block;
    width: 70px;
    padding-left: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    vertical-align: middle;
}

.search-head .detail-box .detail-tit:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
}

.search-head .detail-box .detail-tit.row {
    width: 100%;
}

.search-head .detail-box .detail-tit .qus {
    display: block;
    margin-bottom: 3px;
}

.search-head .detail-box .detail-cont {
    display: inline-block;
    width: calc(100% - 70px);
    font-size: 13px;
    vertical-align: middle;
}

.search-head .detail-box+.detail-box {
    margin-top: 10px;
}

.search-head .detail-box:after {
    content: '';
    display: block;
    clear: both;
}

.search-head .detail-box.toggle-content {
    display: none;
}

.search-head .btn-area {
    text-align: center;
}

.search-head.v2 {
    padding-top: 15px;
}

.search-head.v2 .detail-box .detail-tit {
    width: 85px;
}

.search-head.v2 .detail-box .detail-cont {
    width: calc(100% - 85px);
}

.form-srch {
    position: relative;
}

.form-srch .btn {
    border-width: 1px 1px 1px 0;
    border-color: #d6d6d6;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../../images/ik-kr/icon_search_s_m.png);
    background-size: 13px;
    background-position: 50% 50%;
}

.search-head2 {
    display: none;
    padding: 0 15px;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
}

.search-head2 .box {
    padding: 15px 0;
}

.search-head2 .box+.box {
    border-top: 1px dashed #d6d6d6;
}

.search-head2 .box:after {
    content: '';
    display: block;
    clear: both;
}

.search-head2 .tit {
    position: relative;
    float: left;
    width: 68px;
    padding-left: 8px;
    font-weight: 400;
    color: #000;
}

.search-head2 .tit:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
}

.search-head2 .cont {
    float: left;
    width: calc(100% - 68px);
    overflow: visible;
}

.search-head2 .cont .radio {
    vertical-align: top;
}

.search-head2 .date-type {
    margin-top: 7px;
}

.search-head2 .date-type .input-date {
    float: left;
    max-width: 120px;
}

.search-head2 .btn-search {
    margin-top: 10px;
}

.search-head2 .btn-search .btn-default-s {
    margin-right: 8px;
    vertical-align: -3px;
}

.search-head2.v2 {
    border-bottom: 1px solid #d6d6d6;
    display: block;
}

.search-head2.v2 .tit,
.search-head2.v2 .cont {
    float: none;
    width: 100%;
}

.search-head2.v2 .cont {
    margin: 5px 0 3px;
    padding-left: 7px;
}

.search-head2.v2 .input-box {
    padding-left: 7px;
}

.search-head2.v2 .input-box input {
    width: calc(100% - 46px);
}

.search-head2.v2 .input-box input.w-m-half {
    width: 50%;
}

.detail-search {
    margin-bottom: 15px;
    border: 1px solid #d6d6d6;
    background-color: #f6f6f6;
    font-weight: 400;
    color: #000;
}

.detail-search button {
    display: block;
    width: 100%;
    padding: 9px 0;
    text-align: center;
}

.detail-search button:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 4px solid #333;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    vertical-align: middle;
}

.detail-search button.active:after {
    border-top: 0;
    border-bottom: 4px solid #333;
}

[class^="items"]:after {
    content: '';
    display: block;
    clear: both;
}

.form-box {
    display: block;
    float: left;
    width: calc(50% - 2px);
    margin-bottom: 4px;
}

.form-box:nth-child(odd) {
    margin-right: 4px;
}

.form-box label {
    display: block;
    height: 31px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    line-height: 29px;
    text-align: center;
}

.form-box input:checked+label {
    border-color: #0f997b;
    background-color: #0f997b;
    color: #fff;
}

.search-body .link01 {
    margin-bottom: 15px;
    border: 1px solid #d6d6d6;
}

.search-body .link01 li {
    float: left;
    width: 50%;
}

.search-body .link01 li:nth-child(odd) {
    border-right: 1px dashed #d6d6d6;
}

.search-body .link01 li:nth-child(1),
.search-body .link01 li:nth-child(2) {
    border-bottom: 1px dashed #d6d6d6;
}

.search-body .link01 li .link01-1 {
    background-image: url(../../images/ik-kr/icon_srch_link01_m.png);
    background-size: 30px;
}

.search-body .link01 li .link01-2 {
    background-image: url(../../images/ik-kr/icon_srch_link02_m.png);
    background-size: 35px;
}

.search-body .link01 li .link01-3 {
    background-image: url(../../images/ik-kr/icon_srch_link03_m.png);
    background-size: 30px;
}

.search-body .link01 li .link01-4 {
    background-image: url(../../images/ik-kr/icon_srch_link04_m.png);
    background-size: 32px;
}

.search-body .link01 li .link01-5 {
    background-image: url(../../images/ik-kr/icon_srch_link05_m.png);
    background-size: 42px;
}

.search-body .link01 a {
    position: relative;
    display: block;
    height: 100px;
    padding-top: 66px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 17px;
}

.search-body .link01 a .tit {
    font-size: 14px;
    color: #000;
}

.search-body .link01 a .num {
    position: absolute;
    top: 7px;
    right: 7px;
    height: 22px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    background-color: #f28938;
    border-radius: 11px;
    line-height: 22px;
}

.search-body .link01 a .num.bg-blue {
    background-color: #0966b3;
    color: #fff;
}

.search-body .link01:after {
    content: '';
    display: block;
    clear: both;
}

.search-body .link02 li {
    float: left;
    width: 50%;
}

.search-body .link02 li:nth-child(1) a {
    background-color: #0f997b;
    background-image: url(../../images/ik-kr/icon_srch_link06_m.png);
    background-size: 42px;
}

.search-body .link02 li:nth-child(2) a {
    background-color: #0f3966;
    background-image: url(../../images/ik-kr/icon_srch_link07_m.png);
    background-size: 45px;
}

.search-body .link02 li a {
    position: relative;
    display: block;
    height: 100px;
    padding: 12px 0 0 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(100% - 15px);
}

.search-body .link02 li a .tit {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.search-body .link02 li a:before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 17px;
    height: 8px;
    background-image: url(../../images/ik-kr/arr_search_m.png);
    background-size: 17px 8px;
}

.search-body .link02:after {
    content: '';
    display: block;
    clear: both;
}

.search-body .board {
    position: relative;
    margin-top: 22px;
}

.search-body .board .top .sub-tit01 {
    display: inline-block;
    margin-right: 7px;
}

.search-body .board .top .s-txt {
    display: inline-block;
    font-size: 13px;
}

.search-body .board .top .s-txt .num {
    font-weight: 500;
    color: #0666b2;
}

.search-body .board .board-content {
    padding: 15px;
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: #333 #d6d6d6 #d6d6d6;
}

.search-body .board .board-content .list01 li {
    margin-bottom: 7px;
}

.search-body .board .board-content .list01 li a {
    display: block;
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-body .board .board-content .list01 li:last-child {
    margin-bottom: 0;
}

.search-body .board .board-content .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #000;
}

.search-body .board .btn-more {
    position: absolute;
    top: 0;
    right: -8px;
    width: 30px;
    height: 30px;
}

.search-body .board .btn-more:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -1px;
    width: 2px;
    height: 14px;
    background-color: #999;
}

.search-body .board .btn-more:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    width: 14px;
    height: 2px;
    background-color: #999;
}

.search-body .slider {
    text-align: center;
}

.search-body .slide {
    width: 220px;
    margin: 0 5px;
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: #333 #d6d6d6 #d6d6d6;
}

.search-body .slide .cont {
    position: relative;
    height: 212px;
    padding: 13px 15px;
}

.search-body .slide .cont .badge {
    position: absolute;
    top: -2px;
    right: -1px;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    font-size: 11px;
    color: #fff;
    background-color: #0f997b;
    text-align: center;
}

.search-body .slide .cont .badge span {
    display: block;
    margin-top: -3px;
    font-size: 15px;
    font-weight: 500;
}

.search-body .slide .cont .badge:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    border-top: 10px solid #0f997b;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.search-body .slide .cont .category {
    padding-right: 30px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #0966b3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-body .slide .cont .tit {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-body .slide .cont .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: 10.5em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.search-body .slide .cont .btn-position {
    display: block;
    width: 100%;
    height: 31px;
    margin-top: 14px;
    font-size: 12px;
    color: #0966b3;
    border: 1px solid #d6d6d6;
    background-color: #edf4fa;
    text-align: center;
    line-height: 30px;
}

.search-body .slide .btm {
    padding: 12px 16px;
    background-color: #edf4fa;
}

.search-body .slide .btm .l {
    float: left;
    margin-top: 3px;
    font-weight: 400;
    color: #000;
}

.search-body .slide .btm .r {
    float: right;
    font-size: 12px;
}

.search-body .slide .btm .r span {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #0966b3;
}

.search-body .slide .btm:after {
    content: '';
    display: block;
    clear: both;
}

.search-body .position-slider .slide .cont {
    height: 215px;
}

.search-body .position-slider .slide .cont .list02 li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-body .slick-list {
    text-align: left;
}

.search-body .slick-dots {
    display: inline-block;
    margin-top: 15px;
    padding: 0 20px;
    vertical-align: middle;
}

.search-body .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.search-body .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 50%;
    vertical-align: top;
}

.search-body .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background-color: #bbb;
    border-radius: 50%;
}

.search-body .slick-dots li.slick-active button {
    border: 1px solid #0f3966;
}

.search-body .slick-dots li.slick-active button:before {
    background-color: #0f3966;
}

.search-body .slick-dots li+li {
    margin-left: 5px;
}

.search-body .slick-arrow {
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-top: 20px;
    background-size: 20px 12px;
    background-position: 50% 50%;
    vertical-align: middle;
    font-size: 0;
}

.search-body .slick-prev {
    background-image: url(../../images/ik-kr/arr_prev_m.png);
    margin-left: -20px;
}

.search-body .slick-next {
    background-image: url(../../images/ik-kr/arr_next_m.png);
    margin-left: 20px;
}

.search-body2 strong {
    font-weight: 400;
    color: #0966b3;
}

.search-body2 .section {
    position: relative;
}

.search-body2 .section+.section {
    padding-top: 19px;
    border-top: 1px dashed #d6d6d6;
}

.search-body2 .title {
    margin-bottom: 25px;
    padding: 13px 0;
    text-align: center;
    background-color: #edf4fa;
}

.search-body2 .title span {
    font-size: 15px;
    font-weight: 500;
    color: #0966b3;
}

.search-body2 .tab {
    background-image: url(../../images/ik-kr/bg_search_tab_m.gif);
}

.search-body2 .tab li a {
    padding: 0 3px;
    background-image: none;
    background-color: #fff;
    text-align: center;
}

.search-body2 .tab li a.active {
    background-color: #0f997b;
}

.search-body2 .search-view-wrap .search-view .sub-tit01>span {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

.search-body2 .search-view-wrap .search-view .sub-tit01>span span {
    font-weight: 500;
    color: #0966b3;
}

.search-body2 .search-view-wrap .search-view .sub-tit03 {
    font-size: 14px;
}

.search-body2 .search-view-wrap .search-view .date {
    font-size: 12px;
    font-weight: 300;
    color: #000;
}

.search-body2 .search-view-wrap .search-view .txt {
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: 4.5em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.search-body2 .search-view-wrap .search-view .menu-root {
    position: relative;
    padding-left: 9px;
}

.search-body2 .search-view-wrap .search-view .menu-root:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
}

.search-body2 .search-view-wrap .search-view .normal-box {
    margin-bottom: 9px;
}

.search-body2 .search-view-wrap .search-view .link-area-wrap {
    display: none;
}

.search-body2 .search-view-wrap .search-aside {
    display: none;
}

.search-body2 .btn-more {
    position: absolute;
    top: 16px;
    right: -8px;
    width: 30px;
    height: 30px;
}

.search-body2 .btn-more:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -1px;
    width: 2px;
    height: 14px;
    background-color: #999;
}

.search-body2 .btn-more:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    width: 14px;
    height: 2px;
    background-color: #999;
}

.search-content {
    padding-bottom: 32px;
}

.pop-content .btn-area+.btn-area {
    margin-top: 10px;
}

.popup .category-area .top-area {
    margin-bottom: 17px;
    padding: 12px 15px;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
    font-size: 12px;
}

.popup .category-area .top-area ul li {
    position: relative;
    float: left;
}

.popup .category-area .top-area ul li+li {
    margin-left: 20px;
}

.popup .category-area .top-area ul li+li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -11px;
    width: 5px;
    height: 9px;
    background-repeat: no-repeat;
    background-image: url(../../images/ik-kr/arr_category.png);
    background-size: 5px 9px;
}

.popup .category-area .top-area ul:after {
    content: '';
    display: block;
    clear: both;
}

.popup .category-area .top-area span {
    color: #0966b3;
}

.popup .category-area .category-box {
    margin-bottom: 15px;
}

.popup .category-area .category-box:first-child {
    display: block;
}

.popup .category-area .category-box ul {
    overflow-y: auto;
    max-height: 263px;
    border: 1px solid #d6d6d6;
}

.popup .category-area .category-box ul li+li {
    border-top: 1px dashed #d6d6d6;
}

.popup .category-area .category-box ul li a {
    position: relative;
    display: block;
    padding: 9px 10px 9px 21px;
}

.popup .category-area .category-box ul li a:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 13px;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
}

.popup .category-area .category-box ul li a:focus,
.popup .category-area .category-box ul li a:hover,
.popup .category-area .category-box ul li a.active {
    font-weight: 400;
    color: #0966b3;
    background-color: #edf4fa;
}

.popup .category-area .category-box ul li a:focus:before,
.popup .category-area .category-box ul li a:hover:before,
.popup .category-area .category-box ul li a.active:before {
    background-color: #0966b3;
}

.estate-view .tit a {
    display: block;
    margin-top: 3px;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #0966b3;
    text-decoration: underline;
}

.search-header {
    border-bottom: 0;
}

.search-header .header-content {
    border-bottom: 1px solid #0f3966;
}

.search-header .search-logo {
    position: absolute;
    top: 12px;
    left: 95px;
    height: 36px;
    border-left: 1px solid #d6d6d6;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 36px;
}

.search-header .top-search-wrap .top-search-area {
    position: static;
    display: block;
    width: auto;
    height: auto;
    background: none;
    z-index: 0;
}

.search-header .top-search-wrap .top-search-area .inner {
    padding: 10px 10px 15px;
}

.search-header .top-search-wrap .top-search-area .top-search-form {
    margin-bottom: 0;
}

.search-header .recommend {
    margin: 0 10px 25px;
    padding: 15px;
    background-color: #0f3966;
}

.search-header .recommend .tit {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    text-align: left;
}

.search-header .recommend .tit:before {
    background-image: url(../../images/ik-kr/icon_recommend2_m.gif);
}

.search-header .recommend .recommend-slider-wrap {
    width: 100%;
}

.search-header .recommend .recommend-slider-wrap .slick-list {
    margin: 0 32px;
}

.search-header .recommend .recommend-slider-wrap .slick-arrow {
    width: 27px;
    height: 27px;
    background-size: 27px;
}

.search-header .recommend .recommend-slider-wrap .slick-arrow.slick-prev {
    background-image: url(../../images/ik-kr/arr_search_prev_m.png);
}

.search-header .recommend .recommend-slider-wrap .slick-arrow.slick-next {
    background-image: url(../../images/ik-kr/arr_search_next_m.png);
}

.search-header .recommend .recommend-slider-wrap li {
    margin: 0 5px;
}

.search-header .recommend .recommend-slider-wrap a {
    height: 27px;
    padding: 0 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 13px;
    line-height: 26px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.search-header .recommend .recommend-slider-wrap a:before {
    display: none;
}

.login {
    padding: 30px 0;
    border: 1px solid #d6d6d6;
}

.login .login-form {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

.login .login-form .input-box:after {
    content: '';
    display: block;
    clear: both;
}

.login .login-form .input-box+.input-box {
    margin-top: 10px;
}

.login .login-form .input-box label,
.login .login-form .input-box span {
    float: left;
}

.login .login-form .input-box label {
    width: 58px;
    margin-top: 10px;
    font-weight: 500;
    color: #000;
}

.login .login-form .input-box span {
    width: calc(100% - 58px);
}

.login .login-form .input-box input {
    height: 37px;
}

.login .login-form .btn-login {
    display: block;
    width: calc(100% - 58px);
    height: 41px;
    margin: 18px 0 0 58px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #0f997b;
    line-height: 39px;
    text-align: center;
}

.login-btm {
    margin-top: 12px;
}

.login-btm>div {
    float: none;
}

.login-btm .r {
    margin-top: 11px;
    text-align: right;
}

.login-btm .btn-default {
    padding: 0 10px;
}

.move-board .btn-go {
    display: block;
    float: right;
    height: 27px;
    margin-top: 9px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    background-color: #0966b3;
    line-height: 27px;
}

.move-board .btn-go:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background-image: url(../../images/ik-kr/btn_go_m.png);
    background-size: 100%;
}

.no-data {
    padding: 15px;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
    text-align: center;
}

.no-data+.normal-board {
    margin-top: 15px;
}

.no-data>strong {
    font-weight: 500;
    color: #000;
}

.normal-box .box+.box {
    margin-top: 8px;
}

.normal-box.v2 {
    background: none;
}

.mb0 {
    margin-bottom: 0 !important;
}

.agree-box {
    position: relative;
    margin-top: 10px;
    padding: 15px 80px 15px 15px;
    border: 1px solid #d6d6d6;
    background-color: #f6f6f6;
}

.agree-box .txt {
    font-weight: 400;
    color: #000;
}

.agree-box .txt .desc {
    font-weight: 300;
    color: #000;
}

.agree-box .checkbox {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.normal-btm {
    margin-bottom: 5px;
}

.normal-btm2 {
    margin-bottom: 8px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loading .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 132px;
    padding-top: 100px;
    font-size: 16px;
    color: #000;
    background-image: url(../../images/ik-kr/loading.gif);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 50% 0;
    vertical-align: middle;
    text-align: center;
}

.textarea2 {
    height: 175px;
}

.form-num>span {
    position: relative;
    float: left;
    width: calc(33.33% - 10px);
    margin-right: 15px;
}

.form-num>span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 5px;
    height: 1px;
    background-color: #666;
}

.form-num>span:last-child {
    margin-right: 0;
}

.form-num>span:last-child:before {
    display: none;
}

.form-email>span:nth-child(1) {
    display: block;
    margin-bottom: 5px;
}

.form-email>span:nth-child(2) {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px 0 15px;
}

.form-email>span:nth-child(2):before {
    content: '@';
    position: absolute;
    top: 4px;
    left: -16px;
}

.form-email>span:nth-child(3) {
    float: left;
    width: calc(50% - 10px);
}

[class^=status] {
    display: inline-block;
    height: 20px;
    margin-left: 8px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
}

.status01 {
    border-color: #f28938;
    color: #f28938;
}

.status02 {
    border-color: #0966b3;
    color: #0966b3;
}

.answer-area .tit {
    position: relative;
    margin: 19px 0 10px;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 500;
    color: #0f997b;
}

.answer-area .tit:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 15px;
    background-image: url(../../images/ik-kr/icon_answer_m.png);
    background-repeat: no-repeat;
    background-size: 17px 15px;
}

.answer-area .answer-box {
    border: 1px solid #d6d6d6;
}

.answer-area .answer-box .top {
    padding: 12px 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #d6d6d6;
}

.answer-area .answer-box .cont {
    padding: 15px;
}

.info-box {
    margin-bottom: 15px;
    padding: 12px 15px;
    border: 1px solid #d6d6d6;
    background-color: #f6f6f6;
}

.info-box .tit {
    position: relative;
    padding-left: 17px;
}

.info-box .tit:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(../../images/ik-kr/icon_info_m.png);
    background-size: 13px;
}

.info-box .btn {
    margin-top: 10px;
    text-align: right;
}

.info-box .btn .btn-new-window {
    padding-right: 25px;
    background-repeat: no-repeat;
    background-image: url(../../images/ik-kr/icon_new_window_m.png);
    background-size: 11px;
    background-position: calc(100% - 10px) 50%;
    font-weight: 300;
}

.regulation-normal-box ol,
.regulation-normal-box ul,
.regulation-txt ol,
.regulation-txt ul {
    line-height: 1.8;
}

.regulation-normal-box ol ol,
.regulation-normal-box ol ul,
.regulation-normal-box ul ol,
.regulation-normal-box ul ul,
.regulation-txt ol ol,
.regulation-txt ol ul,
.regulation-txt ul ol,
.regulation-txt ul ul {
    margin-left: 10px;
}

.regulation-normal-box .list01>li,
.regulation-txt .list01>li {
    margin-bottom: 0;
}

.regulation-normal-box .list01>li:before,
.regulation-txt .list01>li:before {
    top: 10px;
}

.regulation-normal-box .list02>li,
.regulation-txt .list02>li {
    margin-bottom: 0;
}

.regulation-normal-box .list02>li:before,
.regulation-txt .list02>li:before {
    top: 11px;
}

:lang(en) .tab li a {
    height: 54px;
    font-size: 12px;
}

:lang(en) .tab li a.active:before {
    height: 54px;
}

.search-ikmp {
    margin-top: 15px;
    padding-top: 8px;
    font-size: 13px;
    border-top: 1px dashed #d6d6d6;
    text-align: left;
}

.search-ikmp .tit {
    position: relative;
    padding: 6px 0 8px 8px;
    font-weight: 400;
    color: #000;
}

.search-ikmp .tit:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
}

.ikmp-project-board .category {
    margin-bottom: 6px;
    font-weight: 500;
    color: #0966b3;
}

.ikmp-project-board .txt-area .top {
    margin-bottom: 10px;
}

.ikmp-project-board .txt-area .top .thumb {
    float: left;
    width: 120px;
    margin-right: 15px;
}

.ikmp-project-board .txt-area .top:after {
    content: '';
    display: block;
    clear: both;
}

.ikmp-project-board .txt-area .fundrasing {
    padding: 15px;
    background-color: #edf4fa;
    margin: 15px -15px -15px -15px;
}

.ikmp-project-board .txt-area .fundrasing .in:after {
    content: '';
    display: block;
    clear: both;
}

.ikmp-project-board .txt-area .fundrasing .tit2 {
    float: left;
    margin-top: 2px;
    font-weight: 400;
    color: #000;
}

.ikmp-project-board .txt-area .fundrasing .amount {
    float: right;
}

.ikmp-project-board .txt-area .fundrasing .amount span {
    font-size: 16px;
    font-weight: 500;
    color: #0966b3;
}

.ikmp-project-view .top {
    padding: 15px;
    background-color: #edf4fa;
    border: 1px solid #d6d6d6;
}

.ikmp-project-view .top .thumb-area {
    position: relative;
    min-height: 80px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
}

.ikmp-project-view .top .thumb-area .thumb-img {
    float: left;
    width: 150px;
}

.ikmp-project-view .top .thumb-area .thumb-txt {
    position: absolute;
    bottom: 15px;
    left: 150px;
    width: calc(100% - 150px);
    padding: 0 0 0 15px;
    overflow: hidden;
}

.ikmp-project-view .top .thumb-area .thumb-txt .tit2 {
    font-weight: 400;
    color: #000;
}

.ikmp-project-view .top .thumb-area .thumb-txt .amount {
    margin-top: 5px;
}

.ikmp-project-view .top .thumb-area .thumb-txt .amount span {
    font-size: 17px;
    font-weight: 500;
    color: #0966b3;
}

.ikmp-project-view .top .thumb-area:after {
    content: '';
    display: block;
    clear: both;
}

.ikmp-project-view .top .btn-wrap {
    margin: 10px 0 15px;
}

.ikmp-project-view .top .btn-wrap a,
.ikmp-project-view .top .btn-wrap button {
    width: 100%;
    margin: 5px 0 0 0;
    font-weight: 300;
    text-align: center;
}

.ikmp-project-view .top .txt .tit-wrap {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #d6d6d6;
}

.ikmp-project-view .top .txt .tit-wrap .category {
    font-size: 14px;
    font-weight: 500;
    color: #0966b3;
}

.ikmp-project-view .top .txt .tit-wrap .tit {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.ikmp-project-view .top .txt .list01 {
    margin-top: 10px;
}

.ikmp-project-view .top .txt .date {
    text-align: right;
}

.ikmp-project-view .top .txt .desc pre {
    white-space: pre-line;
}

.ikmp-project-view .cont {
    padding: 15px;
    border-bottom: 1px solid #999;
}

.lang-login {
    margin: 10px 0;
}

.lang-login .login-form .input-box>label {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.lang-login .login-form .input-box>span {
    float: none;
}

.lang-login .login-form .btn-login {
    width: 100%;
    margin-left: 0;
}

.lang-login .privacy-chkbox {
    margin-top: 8px;
}

.lang-login .privacy-chkbox a {
    display: block;
    text-indent: 22px;
}

.notice-wrap .tit {
    position: relative;
    margin-bottom: 6px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.notice-wrap .tit:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 12px;
    background-image: url(../../images/ik-en/icon_notice.png);
    background-size: 11px 12px;
}

input.ikmp-project-etc {
    width: 100%;
    margin-top: 5px;
}

.now-status {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
}

.now-status.status1 {
    background-color: #666;
}

.now-status.status2 {
    background-color: #0966b3;
}

.ikmp-inquiry-view .tit .now-status {
    margin-left: 5px;
}

.view-table {
    border: 1px solid #d6d6d6;
}

.view-table li:last-child .data {
    border-bottom: 0;
}

.view-table .data {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}

.view-table .data>div {
    display: table-cell;
    vertical-align: middle;
}

.view-table .data:after {
    content: '';
    display: block;
    clear: both;
}

.view-table .title {
    width: 90px;
    padding: 12px 3px 12px 12px;
    font-weight: 500;
    color: #000;
    background-color: #f6f6f6;
}

.view-table .cont {
    overflow: hidden;
    padding: 6px 12px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
}

.view-table .cont.txt-padding {
    padding: 9px 12px;
}

.view-table .must {
    display: inline-block;
    margin-left: 3px;
    font-weight: 500;
    color: #da2d2d;
}

.reply-area {
    margin-top: 17px;
}

.reply-area .reply-tit {
    position: relative;
    margin-bottom: 6px;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 500;
    color: #0f997b;
}

.reply-area .reply-tit:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 15px;
    background-image: url(../../images/ik-en/icon_answer_m.png);
    background-size: 17px 15px;
}

.reply-area .reply-content {
    border: 1px solid #d6d6d6;
}

.reply-area .reply-content .top {
    padding: 13px 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #d6d6d6;
}

.reply-area .reply-content .cont {
    padding: 15px;
}

.privacy-tit {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.privacy-tit.mt {
    margin-top: 30px;
}

.table-noti {
    margin-top: 5px;
}

:lang(en) .search-head .detail-box .detail-tit {
    width: 80px;
}

:lang(en) .search-head .detail-box .detail-cont {
    width: calc(100% - 80px);
}

:lang(en) .items3 .form-box,
:lang(en) .items4 .form-box {
    letter-spacing: -.5px;
}

:lang(en) .search-body .link01 a {
    height: 112px;
}

:lang(en) .search-body[data-box='radio-tab1'] .link01 a {
    height: 135px;
}

:lang(en) .search-body .board .top .s-txt {
    margin-bottom: 5px;
}

:lang(en) .search-body .position-slider .slide .cont,
:lang(ja) .search-body .position-slider .slide .cont,
:lang(zh) .search-body .position-slider .slide .cont {
    height: auto;
    min-height: 215px;
}

:lang(en) .search-body .slide .cont .category,
:lang(ja) .search-body .slide .cont .category,
:lang(zh) .search-body .slide .cont .category {
    min-height: 38px;
}

:lang(en) .search-body .slide .cont .category,
:lang(en) .search-body .slide .cont .tit,
:lang(ja) .search-body .slide .cont .category,
:lang(ja) .search-body .slide .cont .tit,
:lang(zh) .search-body .slide .cont .category,
:lang(zh) .search-body .slide .cont .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: 3em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.color-blue {
    color: #0f3966;
}

.com-step {
    overflow-x: auto;
    margin: 20px 0;
}

.com-step>ul {
    white-space: nowrap;
    font-size: 0;
}

.com-step>ul>li {
    display: inline-block;
    border-style: solid none solid solid;
    border-width: 2px;
    border-color: #d6d6d6;
}

.com-step>ul>li>a {
    display: block;
    position: relative;
    height: 40px;
    padding: 0 30px 0 40px;
    line-height: 40px;
    font-size: 13px;
}

.com-step>ul>li>a::before {
    display: block;
    content: '';
    position: absolute;
    right: -18px;
    top: -2px;
    width: 18px;
    height: calc(100% + 4px);
    background: url(../../images/ik-kr/img020401_arrow.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.com-step>ul>li.on {
    border-color: #0f997b;
}

.com-step>ul>li.on>a::before {
    display: block;
    content: '';
    position: absolute;
    right: -18px;
    top: -2px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 18px solid #0f997b;
}

.com-step>ul>li.on>a::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0f997b;
}

.com-step>ul>li.on>a {
    color: #fff;
}

.img_list {
    width: 100%;
    font-size: 0;
    margin-top: 15px;
}

.img_list li {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.img_list li:first-child {
    margin-top: 0;
}

.img_list li img {
    width: 100%;
}

.bg_txt>li {
    width: 100%;
    padding: 20px 20px 20px 120px;
    border: 1px solid #d6d6d6;
    background-size: 79px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    margin-top: 15px;
    min-height: 119px;
}

.bg_txt>li strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.bg_txt>li:first-child {
    margin-top: 0;
}

.link_btn {
    text-decoration: underline;
    color: #0966b3;
}

.bg-traffic01 {
    background-image: url("../../images/ik-kr/img020304_02_icon1.png");
}

.bg-traffic02 {
    background-image: url("../../images/ik-kr/img020304_02_icon2.png");
}

.bg-traffic03 {
    background-image: url("../../images/ik-kr/img020304_02_icon3.png");
}

.bg-traffic04 {
    background-image: url("../../images/ik-kr/img020304_02_icon4.png");
}

.bg-homedoctor01 {
    background-image: url("../../images/ik-kr/img070205_03.png");
}

.bg-homedoctor02 {
    background-image: url("../../images/ik-kr/img070205_04.png");
}

.bg-icc01 {
    background-image: url("../../images/ik-kr/img070102_1.png");
}

.bg-icc02 {
    background-image: url("../../images/ik-kr/img070102_2.png");
}

.ikp-slider .slider-for {
    margin-bottom: 3px;
}

.ikp-slider .slider-for .slick-arrow {
    width: 31px;
    height: 31px;
    background-size: 31px;
}

.ikp-slider .slider-for .slick-prev {
    background-image: url(../../images/ik-kr/arr_slider_prev_m.png);
}

.ikp-slider .slider-for .slick-next {
    background-image: url(../../images/ik-kr/arr_slider_next_m.png);
}

.ikp-slider .slider-nav {
    padding: 0 24px;
}

.ikp-slider .slider-nav .slick-slide {
    position: relative;
    width: 115px;
    margin: 7px;
}

.ikp-slider .slider-nav .slick-slide:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #0f997b;
}

.ikp-slider .slider-nav .slick-current:before {
    display: block;
}

.ikp-slider .slider-nav .slick-arrow {
    width: 17px;
    height: 55px;
    background-size: 17px 55px;
}

.ikp-slider .slider-nav .slick-prev {
    background-image: url(../../images/ik-kr/arr_slider_prev2_m.png);
}

.ikp-slider .slider-nav .slick-next {
    background-image: url(../../images/ik-kr/arr_slider_next2_m.png);
}

.ikp-slider .slick-arrow {
    font-size: 0;
    color: transparent;
}

.search-area.network ul li {
    padding-left: 50px;
    position: relative;
    margin-top: 10px;
}

.search-area.network ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
}

.search-area.network ul li:first-child {
    margin-top: 0;
}

.search-area.network ul li strong {
    position: absolute;
    left: 7px;
    top: 50%;
    font-size: 13px;
    transform: translateY(-50%);
}

.search-area.network ul li span {
    display: inline-block;
    margin-bottom: 0;
}

.network_info {
    background-image: url(../../images/ik-kr/icon_info_m.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 18px;
    margin-bottom: 15px;
}

.network_wrap {
    position: relative;
    overflow: auto;
}

.network_wrap .info-scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.network_wrap .info-scroll .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 40px;
    color: #fff;
    background-image: url(../../images/ik-kr/icon_m_scroll.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% calc(50% - 22px);
    vertical-align: middle;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.network_wrap .info-scroll .txt strong {
    font-weight: 500;
}

.network_wrap .info-scroll .txt div {
    margin-top: 2px;
    color: #eee;
}

.network_wrap .network-map {
    position: relative;
    width: 100%;
    height: 529px;
    background-image: url(../../images/ik-kr/img070104_2.jpg);
    background-repeat: no-repeat;
    min-width: 930px;
}

.network_wrap .network-map a {
    position: absolute;
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border: 1px solid #bbb;
    background: #fff;
    line-height: 33px;
    padding: 0 20px;
}

.network_wrap .network-map a:before {
    content: '';
    display: block;
    position: absolute;
}

.network_wrap .network-map a.active {
    color: #0966b3;
    border: 1px solid #0966b3;
}

.network_wrap .network-map a[data-tab='tab01'] {
    top: 158px;
    left: 50px;
}

.network_wrap .network-map a[data-tab='tab01']:before {
    width: 17px;
    height: 37px;
    background: url(../../images/ik-kr/img_nt_map_01.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -9px;
}

.network_wrap .network-map a[data-tab='tab01'].active:before,
.network_wrap .network-map a[data-tab='tab01']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_01_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab02'] {
    top: 221px;
    left: 158px;
}

.network_wrap .network-map a[data-tab='tab02']:before {
    width: 37px;
    height: 61px;
    background: url(../../images/ik-kr/img_nt_map_02.png) no-repeat center;
    left: -37px;
}

.network_wrap .network-map a[data-tab='tab02'].active:before,
.network_wrap .network-map a[data-tab='tab02']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_02_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab03'] {
    top: 290px;
    left: 68px;
}

.network_wrap .network-map a[data-tab='tab03']:before {
    width: 17px;
    height: 37px;
    background: url(../../images/ik-kr/img_nt_map_01.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -9px;
}

.network_wrap .network-map a[data-tab='tab03'].active:before,
.network_wrap .network-map a[data-tab='tab03']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_01_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab04'] {
    top: 72px;
    left: 178px;
}

.network_wrap .network-map a[data-tab='tab04']:before {
    width: 17px;
    height: 37px;
    background: url(../../images/ik-kr/img_nt_map_01.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -9px;
}

.network_wrap .network-map a[data-tab='tab04'].active:before,
.network_wrap .network-map a[data-tab='tab04']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_01_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab05'] {
    top: 274px;
    left: 297px;
}

.network_wrap .network-map a[data-tab='tab05']:before {
    width: 37px;
    height: 35px;
    background: url(../../images/ik-kr/img_nt_map_03.png) no-repeat center;
    left: -37px;
}

.network_wrap .network-map a[data-tab='tab05'].active:before,
.network_wrap .network-map a[data-tab='tab05']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_03_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab06'] {
    top: 117px;
    left: 276px;
}

.network_wrap .network-map a[data-tab='tab06']:before {
    width: 17px;
    height: 37px;
    background: url(../../images/ik-kr/img_nt_map_01.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -9px;
}

.network_wrap .network-map a[data-tab='tab06'].active:before,
.network_wrap .network-map a[data-tab='tab06']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_01_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab07'] {
    top: 186px;
    left: 354px;
}

.network_wrap .network-map a[data-tab='tab07']:before {
    width: 17px;
    height: 37px;
    background: url(../../images/ik-kr/img_nt_map_01.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -9px;
}

.network_wrap .network-map a[data-tab='tab07'].active:before,
.network_wrap .network-map a[data-tab='tab07']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_01_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab08'] {
    top: 330px;
    left: 385px;
}

.network_wrap .network-map a[data-tab='tab08']:before {
    width: 37px;
    height: 35px;
    background: url(../../images/ik-kr/img_nt_map_03.png) no-repeat center;
    left: -37px;
}

.network_wrap .network-map a[data-tab='tab08'].active:before,
.network_wrap .network-map a[data-tab='tab08']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_03_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab09'] {
    top: 159px;
    left: 612px;
}

.network_wrap .network-map a[data-tab='tab09']:before {
    width: 17px;
    height: 37px;
    background: url(../../images/ik-kr/img_nt_map_01.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -9px;
}

.network_wrap .network-map a[data-tab='tab09'].active:before,
.network_wrap .network-map a[data-tab='tab09']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_01_active.png) no-repeat center;
}

.network_wrap .network-map a[data-tab='tab10'] {
    top: 298px;
    left: 706px;
}

.network_wrap .network-map a[data-tab='tab10']:before {
    width: 17px;
    height: 37px;
    background: url(../../images/ik-kr/img_nt_map_01.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -9px;
}

.network_wrap .network-map a[data-tab='tab10'].active:before,
.network_wrap .network-map a[data-tab='tab10']:hover:before {
    background: url(../../images/ik-kr/img_nt_map_01_active.png) no-repeat center;
}

.network_wrap .overseas-map {
    position: relative;
    width: 100%;
    height: 529px;
    background-image: url(../../images/ik-kr/img070104_2.jpg);
    background-repeat: no-repeat;
    min-width: 930px;
}

.network_wrap .overseas-map a {
    position: absolute;
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border: 1px solid #bbb;
    background: #fff;
    line-height: 33px;
    padding: 0 20px;
}

.network_wrap .overseas-map a:before {
    content: '';
    display: block;
    position: absolute;
}

.network_wrap .overseas-map a.active {
    color: #0966b3;
    border: 1px solid #0966b3;
}

.network_wrap .overseas-map a[data-tab='tab01'] {
    top: 153px;
    left: 277px;
}

.network_wrap .overseas-map a[data-tab='tab01']:before {
    width: 17px;
    height: 67px;
    background: url(../../images/ik-kr/img_ov_map_01.png) no-repeat center;
    right: -19px;
}

.network_wrap .overseas-map a[data-tab='tab01'].active:before,
.network_wrap .overseas-map a[data-tab='tab01']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_01_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab02'] {
    top: 179px;
    left: 628px;
}

.network_wrap .overseas-map a[data-tab='tab02']:before {
    width: 13px;
    height: 37px;
    background: url(../../images/ik-kr/img_ov_map_02.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -5px;
}

.network_wrap .overseas-map a[data-tab='tab02'].active:before,
.network_wrap .overseas-map a[data-tab='tab02']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_02_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab03'] {
    top: 174px;
    left: 385px;
}

.network_wrap .overseas-map a[data-tab='tab03']:before {
    width: 13px;
    height: 37px;
    background: url(../../images/ik-kr/img_ov_map_03.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -5px;
}

.network_wrap .overseas-map a[data-tab='tab03'].active:before,
.network_wrap .overseas-map a[data-tab='tab03']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_03_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab04'] {
    top: 347px;
    left: 391px;
}

.network_wrap .overseas-map a[data-tab='tab04']:before {
    width: 33px;
    height: 35px;
    background: url(../../images/ik-kr/img_ov_map_04.png) no-repeat center;
    left: -33px;
}

.network_wrap .overseas-map a[data-tab='tab04'].active:before,
.network_wrap .overseas-map a[data-tab='tab04']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_04_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab05'] {
    top: 259px;
    left: 413px;
}

.network_wrap .overseas-map a[data-tab='tab05']:before {
    width: 77px;
    height: 59px;
    background: url(../../images/ik-kr/img_ov_map_05.png) no-repeat center;
    left: -77px;
}

.network_wrap .overseas-map a[data-tab='tab05'].active:before,
.network_wrap .overseas-map a[data-tab='tab05']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_05_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab06'] {
    top: 302px;
    left: 402px;
}

.network_wrap .overseas-map a[data-tab='tab06']:before {
    width: 33px;
    height: 35px;
    background: url(../../images/ik-kr/img_ov_map_06.png) no-repeat center;
    left: -33px;
}

.network_wrap .overseas-map a[data-tab='tab06'].active:before,
.network_wrap .overseas-map a[data-tab='tab06']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_06_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab07'] {
    top: 225px;
    left: 292px;
}

.network_wrap .overseas-map a[data-tab='tab07']:before {
    width: 33px;
    height: 37px;
    background: url(../../images/ik-kr/img_ov_map_07.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -15px;
}

.network_wrap .overseas-map a[data-tab='tab07'].active:before,
.network_wrap .overseas-map a[data-tab='tab07']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_07_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab08'] {
    top: 346px;
    left: 221px;
}

.network_wrap .overseas-map a[data-tab='tab08']:before {
    width: 17px;
    height: 93px;
    background: url(../../images/ik-kr/img_ov_map_08.png) no-repeat center;
    right: -17px;
    bottom: 0;
}

.network_wrap .overseas-map a[data-tab='tab08'].active:before,
.network_wrap .overseas-map a[data-tab='tab08']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_08_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab09'] {
    top: 390px;
    left: 225px;
}

.network_wrap .overseas-map a[data-tab='tab09']:before {
    width: 17px;
    height: 126px;
    background: url(../../images/ik-kr/img_ov_map_09.png) no-repeat center;
    right: -17px;
    bottom: 0;
}

.network_wrap .overseas-map a[data-tab='tab09'].active:before,
.network_wrap .overseas-map a[data-tab='tab09']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_09_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab10'] {
    top: 216px;
    left: 197px;
}

.network_wrap .overseas-map a[data-tab='tab10']:before {
    width: 17px;
    height: 72px;
    background: url(../../images/ik-kr/img_ov_map_10.png) no-repeat center;
    right: -17px;
}

.network_wrap .overseas-map a[data-tab='tab10'].active:before,
.network_wrap .overseas-map a[data-tab='tab10']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_10_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab11'] {
    top: 108px;
    left: 125px;
}

.network_wrap .overseas-map a[data-tab='tab11']:before {
    width: 13px;
    height: 72px;
    background: url(../../images/ik-kr/img_ov_map_11.png) no-repeat center;
    bottom: -72px;
    left: 0;
}

.network_wrap .overseas-map a[data-tab='tab11'].active:before,
.network_wrap .overseas-map a[data-tab='tab11']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_11_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab12'] {
    top: 147px;
    left: 55px;
}

.network_wrap .overseas-map a[data-tab='tab12']:before {
    width: 13px;
    height: 39px;
    background: url(../../images/ik-kr/img_ov_map_12.png) no-repeat center;
    bottom: -39px;
    right: 0;
}

.network_wrap .overseas-map a[data-tab='tab12'].active:before,
.network_wrap .overseas-map a[data-tab='tab12']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_12_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab13'] {
    top: 152px;
    left: 152px;
}

.network_wrap .overseas-map a[data-tab='tab13']:before {
    width: 17px;
    height: 72px;
    background: url(../../images/ik-kr/img_ov_map_13.png) no-repeat center;
    left: -17px;
}

.network_wrap .overseas-map a[data-tab='tab13'].active:before,
.network_wrap .overseas-map a[data-tab='tab13']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_13_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab14'] {
    top: 88px;
    left: 442px;
}

.network_wrap .overseas-map a[data-tab='tab14']:before {
    width: 13px;
    height: 37px;
    background: url(../../images/ik-kr/img_ov_map_14.png) no-repeat center;
    bottom: -37px;
    left: 0;
}

.network_wrap .overseas-map a[data-tab='tab14'].active:before,
.network_wrap .overseas-map a[data-tab='tab14']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_14_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab15'] {
    top: 103px;
    left: 341px;
}

.network_wrap .overseas-map a[data-tab='tab15']:before {
    width: 13px;
    height: 37px;
    background: url(../../images/ik-kr/img_ov_map_15.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -5px;
}

.network_wrap .overseas-map a[data-tab='tab15'].active:before,
.network_wrap .overseas-map a[data-tab='tab15']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_15_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab16'] {
    top: 244px;
    left: 699px;
}

.network_wrap .overseas-map a[data-tab='tab16']:before {
    width: 18px;
    height: 62px;
    background: url(../../images/ik-kr/img_ov_map_16.png) no-repeat center;
    left: -18px;
}

.network_wrap .overseas-map a[data-tab='tab16'].active:before,
.network_wrap .overseas-map a[data-tab='tab16']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_16_active.png) no-repeat center;
}

.network_wrap .overseas-map a[data-tab='tab17'] {
    top: 314px;
    left: 739px;
}

.network_wrap .overseas-map a[data-tab='tab17']:before {
    width: 13px;
    height: 37px;
    background: url(../../images/ik-kr/img_ov_map_17.png) no-repeat center;
    bottom: -37px;
    left: 50%;
    margin-left: -5px;
}

.network_wrap .overseas-map a[data-tab='tab17'].active:before,
.network_wrap .overseas-map a[data-tab='tab17']:hover:before {
    background: url(../../images/ik-kr/img_ov_map_17_active.png) no-repeat center;
}

.network-cont-top {
    margin-top: 20px;
}

.yutube-box>.y-r {
    overflow-y: auto;
    max-height: 150px;
    padding: 12px 15px;
    border-style: none solid solid;
    border-color: #d6d6d6;
    border-width: 1px;
    background: #f6f6f6;
}

.y-l {
    position: relative;
    padding-bottom: 39%;
    height: 0;
    overflow: hidden;
}

.y-l iframe {
    border: 0;
}

.y-l iframe,
.y-l object,
.y-l embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Industry-list {
    border: 1px solid #d6d6d6;
}

.Industry-list>ul {
    padding: 10px 15px;
    font-size: 0;
}

.Industry-list>ul>li {
    display: inline-block;
    width: 33.3%;
    padding: 10px 0;
    vertical-align: top;
}

.Industry-list>ul>li>a {
    display: block;
    padding-top: 65px;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 50% 0;
    text-align: center;
    font-size: 13px;
    color: #000;
}

.Industry-list>ul>li:nth-child(1)>a {
    background-image: url(../../images/ik-en/img_Industry01.png);
}

.Industry-list>ul>li:nth-child(2)>a {
    background-image: url(../../images/ik-en/img_Industry02.png);
}

.Industry-list>ul>li:nth-child(3)>a {
    background-image: url(../../images/ik-en/img_Industry03.png);
}

.Industry-list>ul>li:nth-child(4)>a {
    background-image: url(../../images/ik-en/img_Industry04.png);
}

.Industry-list>ul>li:nth-child(5)>a {
    background-image: url(../../images/ik-en/img_Industry05.png);
}

.Industry-list>ul>li:nth-child(6)>a {
    background-image: url(../../images/ik-en/img_Industry06.png);
}

.Industry-list>ul>li:nth-child(7)>a {
    background-image: url(../../images/ik-en/img_Industry07.png);
}

.Industry-list>ul>li:nth-child(8)>a {
    background-image: url(../../images/ik-en/img_Industry08.png);
}

.Industry-list>ul>li:nth-child(9)>a {
    background-image: url(../../images/ik-en/img_Industry09.png);
}

.Industry-list>ul>li:nth-child(10)>a {
    background-image: url(../../images/ik-en/img_Industry10.png);
}

.Industry-list>ul>li:nth-child(11)>a {
    background-image: url(../../images/ik-en/img_Industry11.png);
}

.Industry-list>ul>li:nth-child(12)>a {
    background-image: url(../../images/ik-en/img_Industry12.png);
}

.Industry-list>ul>li:nth-child(13)>a {
    background-image: url(../../images/ik-en/img_Industry13.png);
}

.Industry-list>ul>li:nth-child(14)>a {
    background-image: url(../../images/ik-en/img_Industry14.png);
}

.Industry-list>ul>li:nth-child(15)>a {
    background-image: url(../../images/ik-en/img_Industry15.png);
}

.lr-box {
    overflow: hidden;
    margin-bottom: 10px;
}

.lr-box>h4 {
    float: left;
}

.lr-box>a {
    float: right;
}

.bg-orange {
    background-color: #f28938;
}

.bg-green {
    background-color: #0f997b;
}

.bg-blue {
    background-color: #0966b3;
}

.btn_download {
    display: inline-block;
    padding: 5px 10px 7px 35px;
    background-image: url("../../images/ik-kr/btn_download.png");
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 12px;
}

.btn-default.btn-link {
    padding-right: 30px !important;
    background-image: url("../../images/ik-kr/btn_link.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px top 50% !important;
    background-size: 12px !important;
}

.ig_wrap {
    margin-bottom: 20px;
}

.ig_head {
    position: relative;
    min-height: 150px;
    padding: 16px 20px 20px;
    background-color: #0f3966;
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: auto 100%;
}

.ig_head.bg_healthcarebio {
    background-image: url("../../images/ik-kr/bg_ig_head_healthcarebio.jpg");
}

.ig_head.bg_automotiveparts {
    background-image: url("../../images/ik-kr/bg_ig_head_automotiveparts.jpg");
}

.ig_head.bg_machinery {
    background-image: url("../../images/ik-kr/bg_ig_head_machinery.jpg");
}

.ig_head.bg_ict {
    background-image: url("../../images/ik-kr/bg_ig_head_ict.jpg");
}

.ig_head.bg_finechemicals {
    background-image: url("../../images/ik-kr/bg_ig_head_finechemicals.jpg");
}

.ig_head.bg_display {
    background-image: url("../../images/ik-kr/bg_ig_head_display.jpg");
}

.ig_head.bg_aerospace {
    background-image: url("../../images/ik-kr/bg_ig_head_aerospace.jpg");
}

.ig_head.bg_fashion {
    background-image: url("../../images/ik-kr/bg_ig_head_fashion.jpg");
}

.ig_head.bg_beauty {
    background-image: url("../../images/ik-kr/bg_ig_head_beauty.jpg");
}

.ig_head.bg_renewableenergy {
    background-image: url("../../images/ik-kr/bg_ig_head_renewableenergy.jpg");
}

.ig_head.bg_financialservice {
    background-image: url("../../images/ik-kr/bg_ig_head_financialservice.jpg");
}

.ig_head.bg_culturalcontent {
    background-image: url("../../images/ik-kr/bg_ig_head_culturalcontent.jpg");
}

.ig_head.bg_semiconductor {
    background-image: url("../../images/ik-kr/bg_ig_head_semiconductor.jpg");
}

.ig_head.bg_logistics {
    background-image: url("../../images/ik-kr/bg_ig_head_logistics.jpg");
}

.ig_head.bg_distributions {
    background-image: url("../../images/ik-kr/bg_ig_head_distributions.jpg");
}

.ig_head.bg_food {
    background-image: url("../../images/ik-kr/bg_ig_head_food.jpg");
}

.ig_head.bg_tourism {
    background-image: url("../../images/ik-kr/bg_ig_head_tourism.jpg");
}

.ig_head.bg_shipbuliding {
    background-image: url("../../images/ik-kr/bg_ig_head_shipbuliding.jpg");
}

.ig_head .ig_tit strong {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.ig_head .ig_tit span {
    font-size: 14px;
    color: #c2dcf2;
}

.ig_head .download-box {
    padding-top: 25px;
    margin-bottom: -8px;
    overflow: hidden;
}

.ig_head .download-box>li {
    margin-bottom: 8px;
    float: left;
}

.ig_head .download-box>li:not(:last-child) {
    margin-right: 15px;
}

.ig_head .download-box .btn_download {
    font-weight: 500;
    color: #000;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.ig_contain .accordion_toggle_wrap>li {
    border-top: 1px solid #fff;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit {
    width: 100%;
    background: #d6d6d6;
    font-size: 0;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit strong {
    position: relative;
    display: inline-block;
    border-right: 1px solid #fff;
    width: calc(100% - 35px);
    min-height: 35px;
    padding: 7px 10px 7px 25px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit strong:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 10px;
    display: block;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit span {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 0;
    vertical-align: top;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 14px;
    height: 2px;
    margin-right: -7px;
    background: #666;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 2px;
    height: 14px;
    margin-top: -6px;
    margin-right: -1px;
    background: #666;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit.active {
    background: #0f3966;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit.active strong {
    color: #fff;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit.active strong:before {
    border-color: #fff;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit.active span:before {
    background: #fff;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit.active span:after {
    content: '';
    display: none;
}

.ig_contain .accordion_toggle_wrap>li .ig_content {
    display: none;
    padding: 13px 10px 15px;
    background-color: #f9f9f9;
}

.ig_contain .accordion_toggle_wrap>li .ig_content .headline {
    margin-bottom: 5px;
}

.ig_contain .accordion_toggle_wrap>li .ig_content .headline span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.ig_contain .accordion_toggle_wrap>li .ig_content .headline .under_point {
    display: inline-block;
    padding: 0 4px 1px;
    background-color: #333;
    color: #fff;
}

.ig_contain .accordion_toggle_wrap>li .ig_sub_tit.active~.ig_content {
    display: block;
}

.ig_contain .accordion_toggle_wrap>li .highlight-tit {
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.contact_person_area {
    min-height: 140px;
    margin-bottom: 20px;
    background: url("../../images/ik-kr/bg_contact_person_area_line.gif") repeat-y 0 0/339px;
    overflow: hidden;
}

.contact_person_area .l {
    width: 123px;
    min-height: 140px;
    padding: 13px 15px;
    background: url("../../images/ik-kr/bg_contact_person_area_m.png") no-repeat right 0 top 0/123px 100%;
    color: #fff;
}

.contact_person_area .l span {
    display: block;
}

.contact_person_area .calling_card {
    position: relative;
    border: 2px solid #d6d6d6;
    border-left: 0;
    min-height: 140px;
    padding: 13px 15px 55px;
    overflow: hidden;
}

.contact_person_area .calling_card .part {
    font-weight: 400;
    color: #000;
}

.contact_person_area .calling_card .name {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.contact_person_area .calling_card .call span {
    font-weight: 400;
    color: #0966b3;
}

.contact_person_area .calling_card .btn-email {
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: #0f3966;
}

.info-txt {
    padding-left: 18px;
    margin-bottom: 12px;
    background-image: url("../../images/ik-kr/icon_info.png");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.industry_infobox {
    padding: 0 35px;
}

.industry_infobox .slider {
    margin: 0 9px;
}

.industry_infobox .slider a {
    display: block;
    border-width: 2px;
    border-style: solid;
    height: 110px;
    padding: 12px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-color: #fff;
    color: #000;
}

.industry_infobox .slider a.line-green {
    border-color: #0f997b;
}

.industry_infobox .slider a.line-blue {
    border-color: #0966b3;
}

.industry_infobox .slider a.line-green:hover {
    background-color: #0f997b;
    color: #fff;
}

.industry_infobox .slider a.line-blue:hover {
    background-color: #0966b3;
    color: #fff;
}

.industry_infobox .slider a.icon01 {
    background-image: url("../../images/ik-kr/icon_industry_infotab01_m.png");
    background-size: 40px;
}

.industry_infobox .slider a.icon02 {
    background-image: url("../../images/ik-kr/icon_industry_infotab02_m.png");
    background-size: 48px;
}

.industry_infobox .slider a.icon03 {
    background-image: url("../../images/ik-kr/icon_industry_infotab03_m.png");
    background-size: 47px;
}

.industry_infobox .slider a.icon04 {
    background-image: url("../../images/ik-kr/icon_industry_infotab04_m.png");
    background-size: 36px;
}

.industry_infobox .slick-arrow {
    border: 1px solid #d6d6d6;
    width: 35px;
    height: 35px;
    background-color: #fff;
    font-size: 0;
}

.industry_infobox .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -2px;
    transform: rotate(-45deg);
}

.industry_infobox .slick-arrow.slick-next:before {
    margin-left: -4px;
    transform: rotate(135deg);
}

.sitemap>.section>h4 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.sitemap>.section>ul {
    border-top: 2px solid #0966b3;
}

.sitemap>.section>ul>li {
    border-bottom: 1px solid #d6d6d6;
}

.sitemap>.section>ul>li>a {
    display: table-cell;
    width: 100vw;
    height: 42px;
    padding: 0 15px;
    background: #f6f6f6;
    font-weight: 500;
    vertical-align: middle;
    color: #000;
}

.sitemap>.section>ul>li>ul {
    border-top: 1px solid #d6d6d6;
    padding: 13px 15px 10px;
    font-size: 0;
}

.sitemap>.section>ul>li>ul>li {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    vertical-align: top;
}

.sitemap>.section>ul>li>ul>li a {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-left: 9px;
}

.sitemap>.section>ul>li>ul>li a:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background: #666;
}

.sitemap>.section>ul>li>ul>li>ul {
    padding-left: 9px;
}

.sitemap>.section>ul>li>ul>li>ul a:before {
    border: 0;
    width: 5px;
    height: 1px;
}

.ikmp-board.normal-board.v2 .txt-area {
    border-top: 0;
    padding-top: 0;
}

.ikmp-board.normal-board.v2 .btn {
    margin-top: 5px;
}

:lang(zh) .sub-top-info {
    text-indent: 13px;
}

:lang(zh) .sub-top-info .normal-txt {
    text-indent: 13px;
}

:lang(zh) .normal-txt {
    text-indent: 13px;
}

.search-result {
    border-top: 1px dashed #d6d6d6;
}

.search-result .simulation-result-top li {
    margin-bottom: 10px;
}

.search-result .simulation-result-top li .tit {
    height: 30px;
    padding: 5px 10px;
    color: #fff;
}

.search-result .simulation-result-top li .cont {
    border: 1px solid #d6d6d6;
    border-top: 0;
    padding: 5px 10px;
    background: #fff;
    text-align: right;
}

.search-result .simulation-result-top li .cont span {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.search-result .simulation-result-top li:nth-child(1) .tit {
    background: #0966b3;
}

.search-result .simulation-result-top li:nth-child(2) .tit {
    background: #0f997b;
}

.search-result .simulation-result-top li:nth-child(3) .tit {
    background: #0f3966;
}

.search-result .simulation-result-bottom {
    overflow: hidden;
}

.search-result .simulation-result-bottom li {
    width: calc(((100% - 20px) / 3) - .1px);
    float: left;
    margin: 0 10px 10px 0;
}

.search-result .simulation-result-bottom li:nth-child(3n) {
    margin-right: 0;
}

.search-result .simulation-result-bottom li .tit {
    display: table-cell;
    width: 100vw;
    height: 50px;
    padding: 5px 0 7px;
    background: #999;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.search-result .simulation-result-bottom li .cont {
    border: 1px solid #d6d6d6;
    border-top: 0;
    padding: 5px 10px;
    background: #fff;
    text-align: center;
}

.table.self-radio .radio {
    display: inline-block;
    height: 20px;
    margin-right: 0;
    font-size: 0;
}

@media all and (max-width: 359px) {
    .estate-table .title {
        width: 110px;
    }

    .btn-qna-area .r {
        float: none;
    }

    .btn-qna-area .r .btn-default {
        display: block;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .btn-qna-area .r .btn-default+.btn-default {
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {

    .form-area .in span[class^="input-type"],
    .form-area .in span[class^="input-single"],
    .form-area .in span[class^="select-type"] {
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .form-area .in .btn-default-s {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 580px) {

    :lang(en) .form-area .in span[class^="input-type"],
    :lang(en) .form-area .in span[class^="input-single"],
    :lang(en) .form-area .in span[class^="select-type"] {
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }

    :lang(en) .form-area .in .btn-default-s {
        display: block;
        width: 100%;
    }
}

.tit-agree {
    color: #984f00;
    font-size: 16px;
    font-weight: 500;
}

.map-area-box {
    border: solid 1px #d6d6d6;
    overflow: hidden;
}

.map-area-box .map-l>img {
    width: 100%;
    display: none;
}

.map-area-box .map-l>img.active {
    display: block;
}

.map-area-box .map-r {
    padding: 10px;
}

.map-area-box .map-r .local_info {
    display: none;
}

.map-area-box .map-r .local_info.korea .info {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.map-area-box .map-r .local_info.active {
    display: block;
}

.map-area-box .map-r .local_info.seoul img {
    width: 70px;
}

.map-area-box .map-r .local_info.incheon img {
    width: 77px;
}

.map-area-box .map-r .local_info.gyeonggi img {
    width: 71px;
}

.map-area-box .map-r .local_info.gangwon img {
    width: 64px;
}

.map-area-box .map-r .local_info.s_chungcheong img {
    width: 66px;
}

.map-area-box .map-r .local_info.daejeon img {
    width: 79px;
}

.map-area-box .map-r .local_info.n_chungcheong img {
    width: 69px;
}

.map-area-box .map-r .local_info.n_gyeongsang img {
    width: 72px;
}

.map-area-box .map-r .local_info.n_jeolla img {
    width: 60px;
}

.map-area-box .map-r .local_info.daegu img {
    width: 80px;
}

.map-area-box .map-r .local_info.gwangju img {
    width: 67px;
}

.map-area-box .map-r .local_info.s_jeolla img {
    width: 62px;
}

.map-area-box .map-r .local_info.s_gyeongsang img {
    width: 57px;
}

.map-area-box .map-r .local_info.ulsan img {
    width: 73px;
}

.map-area-box .map-r .local_info.busan img {
    width: 71px;
}

.map-area-box .map-r .local_info.jeju img {
    width: 52px;
}

.btn-link {
    display: inline-block;
    background: #0f997b;
}

.btn-link>span {
    padding-right: 20px;
    background: url("../../images/ik-kr/bg_arrow_btn.png") no-repeat top 50% right 0/13px;
    text-align: center;
    color: #fff;
}

.history_wrap .history_box {
    padding: 110px 25px 21px 25px;
    background: #f6f6f6;
    background-image: url("../../images/ik-kr/bg_070101_1.png");
    background-size: 110px;
    background-position: top 25px left 25px;
    background-repeat: no-repeat;
    border: solid 1px #d6d6d6;
}

.history_wrap .history_box>ul {
    position: relative;
    margin-left: 42px;
}

.history_wrap .history_box>ul>li {
    position: relative;
    padding-left: 18px;
}

.history_wrap .history_box>ul>li .year {
    margin-bottom: 8px;
    color: #0966b3;
    font-size: 16px;
    font-weight: 500;
}

.history_wrap .history_box>ul>li:after {
    content: '';
    position: absolute;
    top: 9px;
    left: -3px;
    display: block;
    width: 18px;
    height: 9px;
    background: url("../../images/ik-kr/img_070101_2.png") no-repeat top 0 left 0/18px;
}

.history_wrap .history_box>ul>li:not(:last-child) {
    padding-bottom: 16px;
}

.history_wrap .history_box>ul>li:not(:last-child):before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 3px;
    height: calc(100% + 9px);
    background: #d6d6d6;
}

.history_wrap .history_box>ul>li:first-child {
    padding-top: 25px;
}

.history_wrap .history_box>ul>li:first-child:after {
    top: 34px;
}

.sel-local-box {
    display: none;
}

@media all and (max-width: 1217px) {
    .calendar-content {
        display: none;
    }

    .use-pc {
        border: 4px solid #ececec;
        background-repeat: no-repeat;
        background-image: url(../../images/ik-kr/icon_top_mobile.png);
        background-size: 90px;
        background-position: 50% 25px;
        text-align: center;
        padding: 125px 10px 25px;
    }

    .use-pc strong {
        display: block;
        margin-bottom: 8px;
        font-size: 15px;
        font-weight: 500;
    }

    .use-pc strong span {
        color: #da2d2d;
    }

    .use-pc .btn {
        margin-top: 10px;
    }

    .use-pc .btn-pc-version {
        display: inline-block;
        height: 36px;
        padding: 0 15px;
        font-weight: 500;
        color: #fff;
        background-color: #0966b3;
        line-height: 34px;
    }

    .use-pc.v2 {
        display: none;
    }

    .m-txt-right {
        text-align: right;
    }

    .search-head [class^="items"].m-row .form-box {
        float: none;
        width: 100%;
        margin: 0;
    }

    .search-head [class^="items"].m-row .form-box+.form-box {
        margin: 4px 0 0 0;
    }
}

@media all and (min-width: 410px) {
    .ig_head {
        padding-bottom: 70px;
    }

    .ig_head .download-box {
        position: absolute;
        padding-top: 0;
        right: 20px;
        bottom: 20px;
    }
}

@media all and (min-width: 768px) {

    .search-head2.v2 .tit,
    .search-head2.v2 .cont {
        float: none;
        width: 100%;
    }

    .search-head2.v2 .cont {
        margin: 5px 0;
    }

    .search-head2.v2 .input-box input {
        width: 150px;
        margin-right: 2px;
    }

    .search-head2.v2 .input-box input.w-m-half {
        width: 150px;
    }

    .search-result {
        padding-top: 10px;
    }

    .search-result .tip-box .tip-content {
        padding: 30px 20px;
    }

    .search-result .simulation-result-top {
        overflow: hidden;
    }

    .search-result .simulation-result-top li {
        float: left;
        width: calc(((100% - 20px) / 3) - .1px);
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .search-result .simulation-result-top li:last-child {
        margin-right: 0;
    }

    .search-result .simulation-result-top li .tit {
        height: auto;
        padding: 10px 20px;
        color: #fff;
    }

    .search-result .simulation-result-top li .cont {
        padding: 10px 20px;
    }

    .search-result .simulation-result-top li .cont span {
        font-size: 16px;
    }

    .search-result .simulation-result-bottom {
        overflow: hidden;
    }

    .search-result .simulation-result-bottom li {
        width: calc(((100% - 80px) / 9) - .1px);
        float: left;
        margin: 0 10px 0 0;
    }

    .search-result .simulation-result-bottom li:nth-child(3n) {
        margin-right: 10px;
    }

    .search-result .simulation-result-bottom li:last-child {
        margin-right: 0;
    }

    .search-result .simulation-result-bottom li .tit {
        height: 60px;
        padding: 7px 0 9px;
    }

    .search-result .simulation-result-bottom li .cont {
        padding: 7px 0 9px;
    }
}

@media all and (min-width: 1218px),
print {
    :lang(en) .search-header .recommend .tit {
        width: 270px;
    }

    :lang(en) .search-header .recommend .recommend-slider-wrap {
        width: calc(100% - 270px);
    }

    :lang(en) .search-head2 .tit {
        width: 134px;
    }

    :lang(en) .search-head2 .cont {
        width: calc(100% - 134px);
    }

    :lang(en) .search-body2 .search-view-wrap .search-view .link-area li a {
        letter-spacing: -1px;
        line-height: 1.1;
    }

    :lang(en) .contact_person_area .l {
        height: 118px;
        background-size: cover;
    }

    :lang(en) .contact_person_area .calling_card {
        height: auto;
    }

    :lang(en) .contact_person_area .calling_card .call {
        display: block;
        margin-left: 0;
    }

    :lang(en) .ui-datepicker th {
        font-size: 11px !important;
    }

    :lang(en) .search-area .select-type3 {
        width: 142px;
    }

    :lang(en) .input-type3+.btn-default-s {
        width: auto;
    }

    :lang(ja) .search-header .recommend .tit {
        width: 220px;
    }

    :lang(ja) .search-header .recommend .recommend-slider-wrap {
        width: calc(100% - 220px);
    }

    :lang(ja) .contact_person_area .l {
        height: 118px;
        background-size: cover;
    }

    :lang(ja) .contact_person_area .calling_card {
        height: auto;
    }

    :lang(ja) .contact_person_area .calling_card .call {
        display: block;
        margin-left: 0;
    }

    .tit-agree {
        font-size: 20px;
    }

    .pop-content .chart-wrap {
        margin-bottom: 20px;
        padding: 20px 30px;
    }

    .pop-content .chart-wrap .chart-area {
        height: 295px;
    }

    .btm-indicator {
        margin-top: 20px;
    }

    .btm-indicator .txt {
        margin-bottom: 0;
    }

    .btm-indicator .btn-wrap .bg-blue {
        float: right;
        margin-top: -22px;
    }

    .btm-indicator .btn-wrap .btn-fixed {
        float: none;
        position: absolute;
        top: 28px;
        right: 95px;
    }

    .btm-indicator .btn-wrap .btn-fixed .bg-green {
        color: #000;
        background: #fff;
        border-color: #fff;
    }

    .btm-indicator .btn-wrap .btn-fixed .bg-light-gray {
        color: #fff;
        background: none;
        border-color: #fff;
    }

    .search-area {
        margin-bottom: 24px;
        padding: 25px;
    }

    .search-area .form-area .in>span,
    .search-area .form-area .in>button,
    .search-area .form-area .in>a {
        font-size: 14px;
    }

    .search-area .form-area .btn-default {
        margin-left: 2px;
    }

    .search-area .form-area.m-version {
        display: none;
    }

    .search-area .check-area {
        margin-top: 25px;
        padding-top: 25px;
    }

    .search-area .check-area .checkbox {
        margin-bottom: 8px;
    }

    .search-area .select-type1 {
        width: 120px;
    }

    .search-area .select-type2 {
        width: 120px;
        margin-right: 5px;
    }

    .search-area .select-type2+.select-type2 {
        margin-left: 0;
    }

    .search-area .select-type3 {
        width: 120px;
    }

    .search-area .select-type-eng {
        width: 235px;
    }

    .search-area .select-type-eng.mr5 {
        margin-right: 5px;
    }

    .search-area .input-type1 {
        width: 350px;
    }

    .search-area .input-type2 {
        width: 350px;
    }

    .search-area .input-type3 {
        width: 340px;
    }

    :lang(en) .search-area .input-type3 {
        width: 340px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .search-area .input-single {
        width: 400px;
    }

    .date-type {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
        vertical-align: top;
    }

    .date-type>span {
        width: 150px;
    }

    .date-type>span+span:before {
        top: 11px;
    }

    .type3-row {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
        vertical-align: top;
    }

    .type3-row span {
        width: 150px;
    }

    .type3-row span+span {
        margin-left: 5px;
    }

    .ui-datepicker-trigger {
        width: 42px;
        height: 42px;
        background-image: url(../../images/ik-kr/icon_cal.png);
        background-size: auto;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        top: 11px !important;
    }

    .section {
        margin-bottom: 35px;
    }

    .sub-section {
        margin-bottom: 20px;
    }

    .sub-section02,
    .sub-section03 {
        margin-bottom: 15px;
    }

    .table-top {
        margin-bottom: 15px;
    }

    .table-btm {
        margin-top: 15px;
    }

    .top-info {
        margin-bottom: 36px;
    }

    .sub-top-info {
        margin-bottom: 20px;
    }

    .bb-tooltip-container {
        width: 100px !important;
    }

    .normal-mt2 {
        margin-top: 15px;
    }

    .normal-box {
        margin-bottom: 40px;
        padding: 18px 20px;
    }

    .gallery-top {
        margin-bottom: 40px;
        height: 374px;
    }

    .gallery-top .video {
        float: left;
        width: 665px;
        height: 100%;
    }

    .gallery-top .video>* {
        width: 100%;
        height: 100%;
    }

    .gallery-top .txt {
        float: right;
        width: calc(100% - 665px);
        height: 100%;
        max-height: none;
        padding: 23px 25px;
    }

    .gallery-top .txt .tit {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .gallery-top:after {
        content: '';
        display: block;
        clear: both;
    }

    .item-num {
        margin-top: 20px;
        font-size: 14px;
    }

    .item-view {
        width: 120px;
    }

    .icon-new {
        width: 18px;
        height: 18px;
        margin-left: 10px;
        font-size: 12px;
        line-height: 18px;
        background-image: url(../../images/ik-kr/icon_new.png);
    }

    .gallery-board li {
        width: 219px;
        margin-right: 18px;
        margin-bottom: 21px;
    }

    .gallery-board li:nth-child(even) {
        margin-right: 18px;
    }

    .gallery-board li:nth-child(4n) {
        margin-right: 0;
    }

    .gallery-board li .thumb {
        height: 180px;
    }

    .gallery-board li .txt {
        padding: 16px 20px;
    }

    .gallery-board li .txt .tit {
        height: 50px;
        font-size: 17px;
    }

    .gallery-board li .txt .btm-txt {
        margin-top: 17px;
        font-size: 14px;
    }

    .gallery-board:after {
        content: '';
        display: block;
        clear: both;
    }

    .normal-board>li {
        position: relative;
        margin-bottom: 20px;
        padding: 25px 0;
    }

    .normal-board>li:after {
        content: '';
        display: block;
        clear: both;
    }

    .normal-board .toggle-top {
        position: relative;
        padding: 25px 0;
    }

    .normal-board .toggle-area {
        padding: 22px 25px;
    }

    .normal-board .num-area {
        position: absolute;
        top: 50%;
        left: 0;
        width: 92px;
        padding-bottom: 0;
        font-size: 14px;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .normal-board .num-area span {
        display: block;
        margin-left: 0;
        font-size: 17px;
    }

    .normal-board .txt-area {
        margin-left: 92px;
        padding: 0 25px;
        overflow: hidden;
        border-top: 0;
        border-left: 1px dashed #d6d6d6;
    }

    .normal-board .txt-area .tit {
        display: block;
        padding: 0 0 7px 0;
        font-size: 18px;
    }

    .normal-board .txt-area .tit .category2 {
        font-size: 15px;
    }

    .normal-board .txt-area .txt {
        margin-top: 12px;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.5;
        max-height: 3em;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .normal-board .txt-area .img {
        width: 165px;
        max-width: none;
        margin-right: 25px;
    }

    .normal-board .board-list-box .list01 li {
        margin-right: 20px;
        margin-bottom: 5px;
    }

    .normal-view .tit {
        padding: 20px 25px;
        font-size: 20px;
    }

    .normal-view .view-content {
        padding: 30px;
    }

    .normal-view .row .item {
        border-bottom: 0;
    }

    .normal-view .row .item-tit {
        padding: 16px 16px 16px 24px;
    }

    .normal-view .row .item-tit:after {
        top: 20px;
        height: 14px;
    }

    .normal-view .row .item-cont {
        padding: 16px;
    }

    .normal-view .row.column .item {
        float: left;
        width: 50%;
    }

    .normal-view .row:after {
        content: '';
        display: block;
        clear: both;
    }

    .normal-view .gallery-top {
        margin-bottom: 10px;
        height: 340px;
    }

    .normal-view .gallery-top .video {
        width: 605px;
    }

    .normal-view .gallery-top .txt {
        width: calc(100% - 605px);
        padding: 15px 20px;
    }

    .normal-view .gallery-top .txt .tit {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .normal-view .gallery-top:after {
        content: '';
        display: block;
        clear: both;
    }

    .normal-table02 .tit {
        width: 115px;
        padding: 15px 0 15px 25px;
    }

    .normal-table02 .cont {
        width: calc(100% - 115px);
        padding: 6px 20px;
    }

    .normal-table02 .cont.txt-padding {
        padding: 14px 20px;
    }

    .normal-table02 .input-type1 {
        width: 350px;
    }

    .normal-table02 .input-type2 {
        width: 170px;
    }

    .normal-table02 .select-type1 {
        width: 170px;
    }

    .normal-table02 .select-type2 {
        width: 290px;
    }

    .estate-table {
        margin-top: 20px;
    }

    .estate-table .data>div {
        padding: 12px 0 12px 15px;
    }

    .estate-table .title {
        width: 196px;
    }

    .file-list li+li {
        margin-top: 8px;
    }

    .attach-file {
        margin-right: 10px;
        padding-left: 20px;
    }

    .attach-file:before {
        top: 3px;
        left: 0;
        width: 14px;
        height: 17px;
        background-image: url(../../images/ik-kr/icon_file.png);
        background-size: auto;
    }

    .meta-info {
        position: relative;
        margin-top: 20px;
        padding: 20px 20px 20px 118px;
        min-height: 75px;
    }

    .meta-info .tit {
        position: absolute;
        top: 25px;
        left: 20px;
        margin-bottom: 0;
        padding-left: 24px;
        font-size: 15px;
    }

    .meta-info .tit:before {
        top: 5px;
        width: 18px;
        height: 12px;
        background-image: url(../../images/ik-kr/icon_meta.png);
        background-size: auto;
    }

    .meta-info span {
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 14px;
        line-height: 17px;
    }

    .img-box>img {
        width: 100%;
    }

    .img-box.mb {
        margin-bottom: 20px;
    }

    .img-box.mt {
        margin-top: 20px;
    }

    .img-box .btn-img-zoom {
        display: none;
    }

    sup {
        font-size: 12px;
    }

    .ex-tit {
        padding-bottom: 12px;
    }

    .layout-box {
        margin-bottom: 15px;
    }

    .tip-box {
        margin-top: 12px;
    }

    .tip-box .tip-tit {
        padding-left: 25px;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .tip-box .tip-tit:before {
        top: 5px;
        width: 20px;
        height: 16px;
        background-image: url(../../images/ik-kr/icon_tip.png);
        background-size: auto;
    }

    .tip-box .tip-content {
        padding: 16px 20px;
    }

    .tip-box .tip-content .box+.box {
        margin-top: 12px;
    }

    .tip-box.attention-box .tip-tit {
        padding-left: 21px;
    }

    .tip-box.attention-box .tip-tit:before {
        width: 17px;
        height: 15px;
        background-image: url(../../images/ik-kr/icon_attention.png);
    }

    .top-info-box {
        display: table;
        width: 100%;
        height: 143px;
        margin-bottom: 40px;
        padding: 20px 10px 20px 130px;
        border: 4px solid #ececec;
        background-repeat: no-repeat;
        background-image: url(../../images/ik-kr/icon_top_info.png);
        background-position: 25px 25px;
    }

    .top-info-box .tit {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .top-info-box .in {
        display: table-cell;
        vertical-align: middle;
    }

    .top-info-box.top-express {
        background-image: url(../../images/ik-kr/icon_top_express.png);
    }

    .top-info-box.top-complete {
        background-image: url(../../images/ik-kr/icon_top_complete.png);
    }

    .top-info-box.top-search {
        background-image: url(../../images/ik-kr/icon_top_search.png);
    }

    .top-info-box.top-ikmp {
        background-image: url(../../images/ik-kr/icon_top_ikmp.png);
    }

    .top-info-box.top-ikmp2 {
        background-image: url(../../images/ik-kr/icon_top_ikmp2.png);
    }

    .top-info-box.top-ikmp3 {
        background-image: url(../../images/ik-kr/icon_top_ikmp3.png);
    }

    .top-info-box.top-ikmp4 {
        background-image: url(../../images/ik-kr/icon_top_ikmp4.png);
    }

    .top-info-box.top-ikmp5 {
        background-image: url(../../images/ik-kr/icon_top_ikmp5.png);
    }

    .top-info-box.top-complete2 {
        margin-top: 20px;
        background-image: url(../../images/ik-kr/icon_top_complete2.png);
    }

    .top-info-box.top-support {
        margin-top: 20px;
        background-image: url(../../images/ik-kr/icon_top_support.png);
    }

    .top-info-box.top-qna {
        margin-top: 20px;
        background-image: url(../../images/ik-kr/icon_top_qna.png);
    }

    .top-info-box.top-mail {
        background-image: url(../../images/ik-kr/icon_top_mail.png);
    }

    .top-info-box.top-online-consulting {
        background-image: url(../../images/ik-en/icon_top_online-consulting.png);
    }

    .top-info-box.v2 {
        padding-left: 140px;
    }

    .investment-box {
        height: 272px;
        background-image: url(../../images/ik-kr/img_investment.png);
        background-size: auto;
        background-position: 50% 50%;
    }

    .investment-box>div {
        top: 40px;
        width: 190px;
        height: 190px;
        padding-top: 95px;
        font-size: 16px;
    }

    .investment-box .l {
        margin-left: -210px;
    }

    .investment-box .r {
        margin-right: -210px;
    }

    .investment-box .num span {
        font-size: 22px;
    }

    .calendar-header {
        margin-bottom: 20px;
        text-align: center;
    }

    .calendar-header strong {
        display: inline-block;
        margin: 0 24px;
        vertical-align: top;
        font-size: 30px;
        font-weight: 500;
        color: #000;
    }

    .calendar-header button {
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 100%;
        vertical-align: -7px;
    }

    .calendar-header button.btn-prev {
        background-image: url(../../images/ik-kr/prev_cal.gif);
    }

    .calendar-header button.btn-next {
        background-image: url(../../images/ik-kr/next_cal.gif);
    }

    .calendar-table th,
    .calendar-table td {
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    }

    .calendar-table th:last-child,
    .calendar-table td:last-child {
        border-right: 0;
    }

    .calendar-table th {
        padding: 16px 0;
        font-weight: 500;
        color: #000;
        background-color: #edf4fa;
        border-top: 2px solid #333;
    }

    .calendar-table th:first-child {
        color: #da2d2d;
    }

    .calendar-table th:last-child {
        color: #0966b3;
    }

    .calendar-table td {
        height: 120px;
        position: relative;
        vertical-align: top;
    }

    .calendar-table td:first-child .date {
        color: #da2d2d;
    }

    .calendar-table td:last-child .date {
        color: #0966b3;
    }

    .calendar-table td.active:before {
        content: '';
        position: absolute;
        bottom: 14px;
        left: -1px;
        width: calc(100% + 2px);
        height: 2px;
        background-color: #f28938;
    }

    .calendar-table td.start .td-inner:before {
        content: '';
        position: absolute;
        bottom: 10px;
        left: -1px;
        width: 0;
        height: 0;
        border-right: 7px solid #f28938;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .calendar-table td.end .td-inner:after {
        content: '';
        position: absolute;
        bottom: 10px;
        right: -1px;
        width: 0;
        height: 0;
        border-left: 7px solid #f28938;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .calendar-table .td-inner {
        position: relative;
        height: 100%;
        padding: 36px 10px 30px;
    }

    .calendar-table .td-inner .date {
        position: absolute;
        top: 9px;
        left: 10px;
        font-weight: 400;
        color: #000;
    }

    .calendar-table .td-inner a {
        position: relative;
        padding-left: 12px;
        display: block;
    }

    .calendar-table .td-inner a+a {
        margin-top: 4px;
    }

    .calendar-table .td-inner a>i {
        position: absolute;
        top: 7px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .cal-event {
        color: #ff0000;
    }

    .cal-edu {
        color: #bfbf03;
    }

    .cal-seminar {
        color: #0000ff;
    }

    .cal-online {
        color: #008000;
    }

    .use-pc {
        display: none !important;
    }

    .use-pc-content {
        display: block !important;
    }

    .use-pc-content.hide-content {
        display: none !important;
    }

    .toggle-top a {
        display: block;
        background-repeat: no-repeat;
        background-image: url(../../images/ik-kr/arr_toggle.png);
        background-position: 100% 50%;
    }

    .open .toggle-top a {
        background-image: url(../../images/ik-kr/arr_toggle_on.png);
    }

    .faq-board li a {
        padding: 20px 55px 20px 73px;
        font-size: 16px;
        background-position: calc(100% - 25px) 50%;
    }

    .faq-board li+li {
        margin-top: 20px;
    }

    .faq-board li .toggle-top:before {
        top: 15px;
        left: 25px;
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 31px;
    }

    .faq-board li .toggle-area {
        padding: 20px 55px 20px 73px;
    }

    .faq-board li .toggle-area:before {
        top: 15px;
        left: 25px;
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 33px;
    }

    .pc-l {
        float: left;
    }

    .pc-r {
        float: right;
    }

    .qna-list:after {
        content: '';
        display: block;
        clear: both;
    }

    .qna-list li {
        float: left;
        width: calc(33.33% - 14px);
        padding: 146px 0 30px;
        background-size: auto;
        background-position: 50% 30px;
        text-align: center;
    }

    .qna-list li .tit {
        font-size: 18px;
    }

    .qna-list li .btn {
        margin-top: 15px;
    }

    .qna-list li+li {
        margin-top: 0;
        margin-left: 21px;
    }

    .qna-list li:nth-child(1) {
        background-image: url(../../images/ik-kr/icon_qna01.png);
    }

    .qna-list li:nth-child(2) {
        background-image: url(../../images/ik-kr/icon_qna02.png);
    }

    .qna-list li:nth-child(3) {
        background-image: url(../../images/ik-kr/icon_qna03.png);
    }

    .search-head {
        margin-bottom: 40px;
        padding: 0 25px 25px;
    }

    .search-head select {
        width: 224px;
    }

    .search-head input[type=text] {
        width: 453px;
    }

    .search-head .box {
        padding: 25px 0;
    }

    .search-head .tit {
        float: left;
        width: 114px;
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 16px;
    }

    .search-head .cont {
        overflow: hidden;
    }

    .search-head .desc-txt {
        display: inline-block;
        margin-top: 9px;
        margin-left: 3px;
    }

    .search-head .detail-box .detail-tit {
        width: 82px;
        font-size: 15px;
        padding-left: 9px;
    }

    .search-head .detail-box .detail-tit.row {
        margin: 10px 0;
    }

    .search-head .detail-box .detail-tit .qus {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .search-head .detail-box .detail-tit .radio {
        vertical-align: top;
        color: #000;
        font-weight: 300;
    }

    .search-head .detail-box .detail-cont {
        width: calc(100% - 82px);
        font-size: 15px;
    }

    .search-head .btn-area {
        text-align: center;
    }

    .search-head.v2 .detail-box .detail-tit {
        width: 102px;
    }

    .search-head.v2 .detail-box .detail-cont {
        width: calc(100% - 102px);
    }

    .form-srch {
        width: 453px;
    }

    .form-srch .btn {
        width: 42px;
        height: 42px;
        background-image: url(../../images/ik-kr/icon_search_s.png);
        background-size: auto;
    }

    .search-head2 {
        display: block !important;
        padding: 0 25px;
        border-bottom: 1px solid #d6d6d6;
    }

    .search-head2 .box {
        padding: 24px 0 20px;
    }

    .search-head2 .tit {
        width: 82px;
    }

    .search-head2 .tit:before {
        top: 10px;
    }

    .search-head2 .cont {
        width: calc(100% - 82px);
    }

    .search-head2 .date-type {
        display: inline-block;
        margin-top: -10px;
    }

    .search-head2 .date-type .input-date {
        max-width: none;
        width: 150px;
    }

    .search-head2 .btn-search {
        display: inline-block;
        margin-top: -7px;
    }

    .search-head2 .btn-search .btn-default-s {
        margin-right: 18px;
        vertical-align: -3px;
    }

    .search-head2.v2 .tit,
    .search-head2.v2 .cont {
        float: none;
        width: 100%;
    }

    .search-head2.v2 .cont {
        margin: 5px 0;
    }

    .search-head2.v2 .input-box input {
        width: 150px;
        margin-right: 2px;
    }

    .search-head2.v2 .input-box input.w-m-half {
        width: 150px;
    }

    .detail-search {
        display: none;
    }

    [class^="items"]:after {
        content: '';
        display: block;
        clear: both;
    }

    .form-box {
        width: 224px;
        margin-right: 5px;
        margin-bottom: 0px;
    }

    .form-box:nth-child(odd) {
        margin-right: 5px;
    }

    .form-box:last-child {
        margin-right: 0;
    }

    .form-box label {
        height: 42px;
        font-size: 14px;
        line-height: 40px;
    }

    .items4 .form-box {
        width: 165px;
    }

    .search-body .box:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-body .link01 {
        float: left;
        width: 600px;
        margin-bottom: 0;
    }

    .search-body .link01 li {
        float: left;
        width: 25%;
        border-right: 1px dashed #d6d6d6;
    }

    .search-body .link01 li:last-child {
        border-right: 0;
    }

    .search-body .link01 li:nth-child(1),
    .search-body .link01 li:nth-child(2) {
        border-bottom: 0;
    }

    .search-body .link01 li .link01-1 {
        background-image: url(../../images/ik-kr/icon_srch_link01.png);
        background-size: auto;
    }

    .search-body .link01 li .link01-2 {
        background-image: url(../../images/ik-kr/icon_srch_link02.png);
        background-size: auto;
    }

    .search-body .link01 li .link01-3 {
        background-image: url(../../images/ik-kr/icon_srch_link03.png);
        background-size: auto;
    }

    .search-body .link01 li .link01-4 {
        background-image: url(../../images/ik-kr/icon_srch_link04.png);
        background-size: auto;
    }

    .search-body .link01 li .link01-5 {
        background-image: url(../../images/ik-kr/icon_srch_link05.png);
        background-size: auto;
    }

    .search-body .link01.mn3 li {
        width: 33.3%;
    }

    .search-body .link01 a {
        height: 128px;
        padding-top: 85px;
        background-position: 50% 25px;
    }

    .search-body .link01 a .tit {
        font-size: 16px;
    }

    .search-body .link01 a .num {
        top: 10px;
        right: 10px;
        height: 28px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 14px;
        line-height: 28px;
    }

    .search-body .link02 {
        float: right;
        width: 310px;
    }

    .search-body .link02 li:nth-child(1) a {
        background-image: url(../../images/ik-kr/icon_srch_link06.png);
        background-size: auto;
    }

    .search-body .link02 li:nth-child(2) a {
        background-color: #0f3966;
        background-image: url(../../images/ik-kr/icon_srch_link07.png);
        background-size: auto;
    }

    .search-body .link02 li a {
        height: 130px;
        padding: 15px 0 0 20px;
        background-position: calc(100% - 27px) calc(100% - 19px);
    }

    .search-body .link02 li a .tit {
        font-size: 16px;
    }

    .search-body .link02 li a:before {
        bottom: 20px;
        left: 20px;
        width: 25px;
        height: 11px;
        background-image: url(../../images/ik-kr/arr_search.png);
        background-size: auto;
    }

    .search-body .link02:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-body .board {
        margin-top: 35px;
    }

    .search-body .board.list-board {
        float: left;
        width: calc(50% - 10px);
    }

    .search-body .board.list-board+.list-board {
        margin-left: 20px;
    }

    .search-body .board .top .sub-tit01 {
        margin-right: 9px;
    }

    .search-body .board .top .s-txt {
        font-size: 15px;
    }

    .search-body .board .top .s-txt .pc-content {
        display: inline !important;
    }

    .search-body .board .board-content {
        padding: 20px;
        border-width: 1px;
    }

    .search-body .board .board-content .list01 li {
        margin-bottom: 11px;
    }

    .search-body .board .board-content .list01 li a {
        width: 325px;
    }

    .search-body .board .board-content .date {
        top: 0;
        font-size: 14px;
    }

    .search-body .board .btn-more {
        top: 2px;
        right: -7px;
        width: 30px;
        height: 30px;
    }

    .search-body .board .btn-more:before {
        margin: -8px 0 0 -1px;
        height: 16px;
    }

    .search-body .board .btn-more:after {
        margin: -1px 0 0 -8px;
        width: 16px;
    }

    .search-body .position-slider .slide .cont {
        height: auto;
    }

    .search-body .slick-list {
        margin: 0 -5px;
    }

    .search-body .slide {
        width: auto;
        margin: 0 5px;
        border-width: 1px;
    }

    .search-body .slide .cont {
        height: auto;
        padding: 20px;
    }

    .search-body .slide .cont .badge {
        top: -1px;
        width: 54px;
        height: 54px;
        padding-top: 10px;
        font-size: 13px;
    }

    .search-body .slide .cont .badge span {
        margin-top: -3px;
        font-size: 18px;
    }

    .search-body .slide .cont .badge:before {
        bottom: -15px;
        border-top: 15px solid #0f997b;
        border-left: 27px solid transparent;
        border-right: 27px solid transparent;
    }

    .search-body .slide .cont .category {
        padding-right: 40px;
        margin-bottom: 8px;
    }

    .search-body .slide .cont .tit {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .search-body .slide .cont .tit~.list02 {
        height: 105px;
    }

    .search-body .slide .cont .desc {
        height: 132px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.5;
        max-height: 9em;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .search-body .slide .cont .btn-position {
        height: 40px;
        margin-top: 24px;
        font-size: 14px;
        line-height: 39px;
    }

    .search-body .slide .btm {
        padding: 18px 20px;
    }

    .search-body .slide .btm .r {
        font-size: 14px;
    }

    .search-body .slide .btm .r span {
        font-size: 20px;
        font-weight: 500;
    }

    .search-body .slick-dots {
        margin-top: 20px;
        padding: 0 30px;
    }

    .search-body .slick-dots li {
        width: 16px;
        height: 16px;
    }

    .search-body .slick-dots li button:before {
        width: 8px;
        height: 8px;
        margin: -4px 0 0 -4px;
    }

    .search-body .slick-dots li+li {
        margin-left: 6px;
    }

    .search-body .slick-arrow {
        width: 30px;
        height: 16px;
        margin-top: 27px;
        background-size: auto;
    }

    .search-body .slick-prev {
        background-image: url(../../images/ik-kr/arr_prev.png);
        margin-left: -30px;
    }

    .search-body .slick-next {
        background-image: url(../../images/ik-kr/arr_next.png);
        margin-left: 30px;
    }

    .search-body2 .title {
        margin: 20px 0 40px;
        padding: 22px 0;
    }

    .search-body2 .title span {
        font-size: 18px;
    }

    .search-body2 .tab {
        border-top: 1px solid #d6d6d6;
        border-bottom: 0;
        background-image: url(../../images/ik-kr/bg_search_tab.gif);
    }

    .search-body2 .tab li {
        border: none;
        border-left: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    }

    .search-body2 .tab li:nth-child(5n) {
        border-right: 1px solid #d6d6d6;
    }

    .search-body2 .tab li:last-child {
        border-right: 1px solid #d6d6d6;
    }

    .search-body2 .tab li a {
        display: block;
        width: 100%;
        padding: 0 3px;
        background-image: none;
        background-color: #fff;
        text-align: center;
        line-height: 49px;
    }

    .search-body2 .tab li a.active {
        background-color: #0f997b;
    }

    .search-body2 .search-view-wrap .search-view {
        float: left;
        width: 920px;
    }

    .search-body2 .search-view-wrap .search-view .sub-tit01>span {
        font-size: 15px;
    }

    .search-body2 .search-view-wrap .search-view .sub-tit03 {
        font-size: 16px;
    }

    .search-body2 .search-view-wrap .search-view .date {
        font-size: 14px;
    }

    .search-body2 .search-view-wrap .search-view .txt {
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.5;
        max-height: 3em;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .search-body2 .search-view-wrap .search-view .menu-root:before {
        top: 10px;
    }

    .search-body2 .search-view-wrap .search-view .normal-box {
        margin-bottom: 12px;
    }

    .search-body2 .search-view-wrap .search-view .link-area-wrap {
        display: block;
        margin-bottom: 32px;
    }

    .search-body2 .search-view-wrap .search-view .link-area li {
        float: left;
        width: 145px;
        height: 131px;
        margin: 0 10px 10px 0;
        border: 1px solid #d6d6d6;
    }

    .search-body2 .search-view-wrap .search-view .link-area li:nth-child(6n) {
        margin-right: 0;
    }

    .search-body2 .search-view-wrap .search-view .link-area li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 86px;
        text-align: center;
        font-size: 16px;
        color: #000;
        background-repeat: no-repeat;
        background-position: 50% 25px;
    }

    .search-body2 .search-view-wrap .search-view .link-area li a .num {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 28px;
        padding: 0 10px;
        font-size: 14px;
        color: #fff;
        background-color: #f28938;
        border-radius: 14px;
        line-height: 28px;
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link01 {
        background-image: url(../../images/ik-kr/icon_search01.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link02 {
        background-image: url(../../images/ik-kr/icon_search02.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link03 {
        background-image: url(../../images/ik-kr/icon_search03.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link04 {
        background-image: url(../../images/ik-kr/icon_search04.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link05 {
        background-image: url(../../images/ik-kr/icon_search05.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link06 {
        background-image: url(../../images/ik-kr/icon_search06.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link07 {
        background-image: url(../../images/ik-kr/icon_search07.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link08 {
        background-image: url(../../images/ik-kr/icon_search08.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link09 {
        background-image: url(../../images/ik-kr/icon_search09.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link10 {
        background-image: url(../../images/ik-kr/icon_search10.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link11 {
        background-image: url(../../images/ik-kr/icon_search11.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area li .link12 {
        background-image: url(../../images/ik-kr/icon_search12.png);
    }

    .search-body2 .search-view-wrap .search-view .link-area:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-body2 .search-view-wrap .search-aside {
        display: block;
        float: right;
        width: 230px;
    }

    .search-body2 .search-view-wrap .search-aside .box {
        border-width: 1px;
        border-style: solid;
        border-color: #333 #d6d6d6 #d6d6d6;
    }

    .search-body2 .search-view-wrap .search-aside .box+.box {
        margin-top: 20px;
    }

    .search-body2 .search-view-wrap .search-aside .tit {
        height: 46px;
        padding-left: 20px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        background-color: #f6f6f6;
        border-bottom: 1px solid #d6d6d6;
        line-height: 46px;
    }

    .search-body2 .search-view-wrap .search-aside .cont {
        padding: 20px;
    }

    .search-body2 .search-view-wrap .search-aside .cont .btn {
        margin-bottom: 14px;
    }

    .search-body2 .search-view-wrap .search-aside .cont .btn button {
        float: left;
        width: calc(33.33% - 4px);
        height: 34px;
        margin-right: 6px;
        font-size: 14px;
        border: 1px solid #d6d6d6;
        text-align: center;
        line-height: 32px;
    }

    .search-body2 .search-view-wrap .search-aside .cont .btn button:last-child {
        margin-right: 0;
    }

    .search-body2 .search-view-wrap .search-aside .cont .btn button.active {
        color: #fff;
        background-color: #666;
        border-color: #666;
    }

    .search-body2 .search-view-wrap .search-aside .cont .btn:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li {
        position: relative;
        padding-left: 25px;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li .l {
        width: 118px;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li .r {
        width: 34px;
        font-size: 13px;
        text-align: center;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li.new .r {
        font-size: 13px;
        color: #f28938;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li.down .r {
        color: #0966b3;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li.down .r:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 5px;
        border-top: 4px solid #0966b3;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        vertical-align: middle;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li.up .r {
        color: #da2d2d;
        text-align: center;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li.up .r:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 5px;
        border-bottom: 4px solid #da2d2d;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        vertical-align: 3px;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li+li {
        margin-top: 8px;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:before {
        position: absolute;
        top: 1px;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 13px;
        color: #fff;
        background-color: #0f3966;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(1):before {
        content: '1';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(2):before {
        content: '2';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(3):before {
        content: '3';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(4):before {
        content: '4';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(5):before {
        content: '5';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(6):before {
        content: '6';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(7):before {
        content: '7';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(8):before {
        content: '8';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(9):before {
        content: '9';
    }

    .search-body2 .search-view-wrap .search-aside .cont ol li:nth-child(10):before {
        content: '10';
    }

    .search-body2 .search-view-wrap .search-aside .cont .btn-del {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-left: 10px;
        background-image: url(../../images/ik-kr/btn_search_del.gif);
        vertical-align: middle;
    }

    .search-body2 .search-view-wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-body2 .btn-more {
        top: 19px;
        right: -7px;
        width: 30px;
        height: 30px;
    }

    .search-body2 .btn-more:before {
        margin: -8px 0 0 -1px;
        height: 16px;
    }

    .search-body2 .btn-more:after {
        margin: -1px 0 0 -8px;
        width: 16px;
    }

    .search-content {
        padding-bottom: 62px;
    }

    .popup .category-area .top-area {
        display: none;
    }

    .popup .category-area .category-box-wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    .popup .category-area .category-box {
        display: block !important;
        float: left;
        width: calc(25% - 15px);
    }

    .popup .category-area .category-box+.category-box {
        margin-left: 20px;
    }

    .popup .category-area .category-box ul {
        height: 316px;
        max-height: none;
    }

    .popup .category-area .category-box ul li a {
        padding: 11px 10px 11px 23px;
    }

    .popup .category-area .category-box ul li a:before {
        top: 21px;
        left: 15px;
    }

    .popup .category-area .category-box ul li:last-child {
        border-bottom: 1px dashed #d6d6d6;
    }

    .popup .category-area.v2 .category-box {
        width: calc(20% - 16px);
    }

    .popup .category-area.v2 .category-box+.category-box {
        margin-left: 16px;
    }

    .estate-view .tit {
        position: relative;
        padding-right: 170px;
    }

    .estate-view .tit a {
        position: absolute;
        top: 23px;
        right: 25px;
        margin-top: 0;
        font-size: 15px;
        font-weight: 400;
    }

    .search-header .search-logo {
        top: 20px;
        left: 122px;
        height: 50px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 50px;
    }

    .search-header .top-search-wrap {
        position: absolute;
        top: 23px;
        right: 50%;
        margin-right: -600px;
    }

    .search-header .top-search-wrap .top-search-area {
        float: none;
    }

    .search-header .top-search-wrap .top-search-area .inner {
        padding: 0;
    }

    .search-header .top-search-wrap .top-search-area .top-search-form {
        float: none;
    }

    .search-header .recommend {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-header .recommend .inner {
        padding: 10px 0;
    }

    .search-header .recommend .inner:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-header .recommend .tit {
        float: left;
        width: 110px;
        margin: 5px 0 0;
        font-size: 15px;
    }

    .search-header .recommend .tit:before {
        background-image: url(../../images/ik-kr/icon_recommend2.gif);
    }

    .search-header .recommend .recommend-slider-wrap {
        float: left;
        width: calc(100% - 110px);
    }

    .search-header .recommend .recommend-slider-wrap .slick-list {
        margin: 0 44px;
    }

    .search-header .recommend .recommend-slider-wrap .slick-arrow {
        width: 34px;
        height: 34px;
        background-size: 100%;
    }

    .search-header .recommend .recommend-slider-wrap .slick-arrow.slick-prev {
        background-image: url(../../images/ik-kr/arr_search_prev.png);
    }

    .search-header .recommend .recommend-slider-wrap .slick-arrow.slick-next {
        background-image: url(../../images/ik-kr/arr_search_next.png);
    }

    .search-header .recommend .recommend-slider-wrap li {
        margin: 0 5px;
    }

    .search-header .recommend .recommend-slider-wrap a {
        height: 34px;
        padding: 0 15px;
        border-radius: 17px;
        line-height: 33px;
    }

    .search-content {
        float: none;
        width: 100%;
    }

    .move-board .txt-area {
        padding-right: 150px;
    }

    .move-board .btn-go {
        position: absolute;
        top: 50%;
        right: 25px;
        display: block;
        float: none;
        height: 34px;
        margin-top: 0;
        padding: 0 10px;
        font-size: 14px;
        line-height: 34px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .move-board .btn-go:after {
        width: 12px;
        height: 12px;
        margin-left: 10px;
        background-image: url(../../images/ik-kr/btn_go.png);
    }

    .login {
        padding: 60px 0 60px 444px;
        background-repeat: no-repeat;
        background-image: url(../../images/ik-kr/img_login.gif);
    }

    .login .login-form {
        width: auto;
        max-width: none;
    }

    .login .login-form .input-box+.input-box {
        margin-top: 10px;
    }

    .login .login-form .input-box label {
        width: 74px;
        margin-top: 14px;
    }

    .login .login-form .input-box span {
        width: 350px;
    }

    .login .login-form .input-box input {
        height: 48px;
    }

    .login .login-form .btn-login {
        width: 350px;
        height: 52px;
        margin: 20px 0 0 74px;
        font-size: 16px;
        line-height: 52px;
    }

    .login-btm {
        margin-top: 20px;
    }

    .login-btm .l {
        float: left;
        margin-top: 13px;
    }

    .login-btm .r {
        float: right;
        margin-top: 0;
    }

    .login-btm .btn-default {
        padding: 0 15px;
    }

    .login-btm:after {
        content: '';
        display: block;
        clear: both;
    }

    .ikmp-board .txt-area {
        margin-left: 0;
        padding-right: 310px;
        border-left: 0;
    }

    .ikmp-board .ing {
        display: inline-block;
        height: 24px;
        margin-left: 10px;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 300;
        color: #f28938;
        border: 1px solid #f28938;
        line-height: 22px;
        border-radius: 12px;
    }

    .ikmp-board .btn {
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ikmp-board .btn a+a {
        margin-left: 2px;
    }

    .ikmp-board .btn-default-s {
        height: 34px;
        line-height: 32px;
    }

    .no-data {
        padding: 20px;
    }

    .step-tab {
        margin-bottom: 50px;
        padding: 0 64px;
        border-bottom: 2px solid #ddd;
    }

    .step-tab li {
        position: relative;
        float: left;
        width: 11.11%;
        height: 133px;
    }

    .step-tab li>a,
    .step-tab li>span {
        position: absolute;
        bottom: -9px;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-left: -8px;
        border: 1px solid #bdbdbd;
        background-color: #fff;
        border-radius: 50%;
        z-index: 1;
    }

    .step-tab li>a:before,
    .step-tab li>span:before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        background-color: #bbb;
        border-radius: 50%;
    }

    .step-tab li>a:focus+.cont,
    .step-tab li>span:focus+.cont {
        display: block !important;
    }

    .step-tab li .cont {
        display: none;
        position: absolute;
        bottom: 16px;
        left: 50%;
        margin-left: -103px;
        width: 205px;
        height: 75px;
        padding-top: 13px;
        font-weight: 400;
        border: 2px solid #ddd;
        background-color: #fff;
        border-radius: 37px;
        text-align: center;
        z-index: 2;
    }

    .step-tab li .cont .num {
        font-size: 14px;
    }

    .step-tab li .cont:before {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -8px;
        width: 16px;
        height: 9px;
        background-image: url(../../images/ik-kr/arr_step.png);
    }

    .step-tab li.active>a,
    .step-tab li.active>span {
        border: 1px solid #0f997b;
    }

    .step-tab li.active>a:before,
    .step-tab li.active>span:before {
        background-color: #0f997b;
    }

    .step-tab li.active .cont {
        display: block;
        font-weight: 500;
        color: #fff;
        background-color: #0f997b;
        border-color: #0f997b;
        z-index: 1;
    }

    .step-tab li.active .cont:before {
        background-image: url(../../images/ik-kr/arr_step_on.png);
    }

    .step-tab:after {
        content: '';
        display: block;
        clear: both;
    }

    .step-tab.v2 {
        padding: 0 10px;
    }

    .step-tab.v2 li {
        width: 25%;
    }

    .step-tab.v2 li .cont {
        display: block;
    }

    .step-tab.v3 {
        padding: 0 110px;
    }

    .step-tab.v3 li {
        width: 33.33%;
    }

    .step-tab.v3 li .cont {
        display: block;
    }

    .normal-box .box+.box {
        margin-top: 12px;
    }

    .normal-table02-btm {
        margin-top: 20px;
    }

    .normal-table02-btm .l {
        width: 650px;
    }

    .normal-table02-btm:after {
        content: '';
        display: block;
        clear: both;
    }

    .agree-box {
        padding: 15px 120px 15px 20px;
    }

    .agree-box .checkbox {
        right: 20px;
    }

    .agree-box.v2 {
        padding: 15px 15px 15px 20px;
    }

    .agree-box.v2 .checkbox {
        position: static;
        right: 0;
        top: 0;
        transform: none;
    }

    .agree-box.v2 .txt {
        float: left;
    }

    .agree-box.v2 .checkbox-wrap {
        float: right;
    }

    .agree-box.v2 .checkbox-wrap .bold {
        margin-right: 10px;
        vertical-align: middle;
    }

    .agree-box.v2:after {
        content: '';
        display: block;
        clear: both;
    }

    .wid-v1 .tit {
        width: 180px;
    }

    .wid-v2 .tit {
        width: 210px;
    }

    .desc-txt {
        display: inline-block;
        margin: 9px 0 0 5px;
    }

    .choice-file {
        display: inline-block;
        margin: 9px 0 0 10px;
    }

    [class^=normal-table] .input-date {
        position: relative;
        display: inline-block;
    }

    .btn-table-top {
        position: relative;
        display: inline-block;
        top: -11px;
        height: 34px;
        padding: 0 15px;
        font-size: 14px;
        color: #fff;
        background-color: #666;
        line-height: 32px;
        z-index: 1;
    }

    .table-top.with-btn {
        margin-bottom: 0;
    }

    .textarea {
        height: 100px;
    }

    .normal-btm2 {
        margin-bottom: 10px;
    }

    .ikmp-input-type input {
        float: left;
        width: calc(100% - 60px);
    }

    .ikmp-input-type .txt {
        float: left;
        width: 60px;
        margin-top: 10px;
        text-align: right;
    }

    .ikmp-input-type:after {
        content: '';
        display: block;
        clear: both;
    }

    table .btn-default-s {
        height: 34px;
        line-height: 32px;
    }

    table .btn-default-s+.btn-default-s {
        margin-left: 2px;
    }

    [class^=btn-default].pc-content {
        display: inline-block !important;
    }

    .normal-box.double span {
        float: left;
        width: 50%;
        margin: 0 0 10px 0;
    }

    .normal-box.double span:last-child {
        margin-bottom: 0;
    }

    .normal-box.double:after {
        content: '';
        display: block;
        clear: both;
    }

    .loading .txt {
        transform: translate(-50%, -50%);
        height: 150px;
        padding-top: 120px;
        font-size: 18px;
        background-size: 100px;
    }

    .btn-qna-area .btn-default {
        width: 163px;
        text-align: center;
    }

    .normal-box+.normal-box {
        margin-top: -30px;
    }

    .textarea2 {
        height: 250px;
    }

    .form-num>span {
        width: 90px;
    }

    .form-email>span:nth-child(1) {
        float: left;
        margin-bottom: 0;
    }

    .form-email>span:nth-child(2) {
        width: 170px;
        margin-left: 22px;
    }

    .form-email>span:nth-child(2):before {
        top: 8px;
        left: -17px;
    }

    .form-email>span:nth-child(3) {
        width: 170px;
    }

    [class^=status] {
        display: inline-block;
        height: 24px;
        margin-left: 10px;
        padding: 0 14px;
        font-size: 14px;
        border-radius: 12px;
        line-height: 22px;
    }

    .answer-area .tit {
        margin: 26px 0 10px;
        padding-left: 30px;
        font-size: 18px;
    }

    .answer-area .tit:before {
        top: 4px;
        width: 20px;
        height: 18px;
        background-image: url(../../images/ik-kr/icon_answer.png);
        background-size: auto;
    }

    .answer-area .answer-box .top {
        padding: 17px 20px;
    }

    .answer-area .answer-box .top .list01 li {
        float: left;
        margin-bottom: 0;
    }

    .answer-area .answer-box .top .list01 li+li {
        margin-left: 20px;
    }

    .answer-area .answer-box .top .list01:after {
        content: '';
        display: block;
        clear: both;
    }

    .answer-area .answer-box .cont {
        padding: 25px;
    }

    .info-box {
        margin-bottom: 20px;
        padding: 16px 20px;
    }

    .info-box .tit {
        padding-left: 21px;
    }

    .info-box .tit:before {
        top: 4px;
        width: 16px;
        height: 16px;
        background-image: url(../../images/ik-kr/icon_info.png);
        background-size: auto;
    }

    .info-box .btn {
        margin-top: 10px;
        text-align: left;
    }

    .info-box .btn .btn-new-window {
        padding-right: 36px;
        background-image: url(../../images/ik-kr/icon_new_window.png);
        background-size: auto;
        background-position: calc(100% - 15px) 50%;
    }

    .sub-tit02+.table-top {
        margin-top: -32px;
    }

    .regulation-normal-box .list01>li:before,
    .regulation-txt .list01>li:before {
        top: 12px;
    }

    .regulation-normal-box .list02>li:before,
    .regulation-txt .list02>li:before {
        top: 13px;
    }

    :lang(en) .search-area .select-type1 {
        width: 190px;
    }

    :lang(en) .tab li a {
        font-size: 14px;
    }

    :lang(en) .meta-info {
        padding-left: 180px;
    }

    .search-ikmp {
        margin-top: 25px;
        padding-top: 15px;
        font-size: 15px;
    }

    .search-ikmp ul li {
        float: left;
        width: calc(50% - 10px);
        margin-right: 20px;
        padding-top: 10px;
    }

    .search-ikmp ul li:nth-child(even) {
        margin-right: 0;
    }

    .search-ikmp ul li:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-ikmp ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .search-ikmp .tit {
        float: left;
        width: 150px;
        padding: 9px 0 0 8px;
    }

    .search-ikmp .tit:before {
        top: 19px;
    }

    .search-ikmp .form {
        float: left;
        width: calc(100% - 150px);
    }

    .ikmp-project-board>li {
        padding-right: 160px;
    }

    .ikmp-project-board .category {
        margin-bottom: 6px;
    }

    .ikmp-project-board .txt-area .top {
        position: relative;
        margin-bottom: 0;
        padding-left: 190px;
    }

    .ikmp-project-board .txt-area .top .thumb {
        position: absolute;
        top: 0;
        left: 0;
        float: none;
        width: 165px;
        margin-right: 0;
    }

    .ikmp-project-board .txt-area .top:after {
        content: '';
        display: block;
        clear: both;
    }

    .ikmp-project-board .txt-area .txt {
        margin-top: 0;
        padding-left: 190px;
        max-height: 4.5em;
        -webkit-line-clamp: 3;
    }

    .ikmp-project-board .txt-area .fundrasing {
        position: absolute;
        top: 0;
        right: 0;
        width: 132px;
        height: 100%;
        margin: 0;
        padding: 0 5px 0 25px;
    }

    .ikmp-project-board .txt-area .fundrasing .in {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ikmp-project-board .txt-area .fundrasing .tit2 {
        float: none;
        margin-top: 0;
    }

    .ikmp-project-board .txt-area .fundrasing .amount {
        float: none;
        margin-top: 3px;
    }

    .ikmp-project-board .txt-area .fundrasing .amount span {
        font-size: 20px;
    }

    .ikmp-project-board .txt-area .fundrasing:after {
        content: '';
        display: block;
        clear: both;
    }

    .ikmp-project-view .top {
        padding: 25px;
    }

    .ikmp-project-view .top .thumb-wrap {
        float: left;
        width: 260px;
        margin-right: 30px;
    }

    .ikmp-project-view .top .thumb-area {
        min-height: auto;
    }

    .ikmp-project-view .top .thumb-area .thumb-img {
        float: none;
        width: auto;
    }

    .ikmp-project-view .top .thumb-area .thumb-img img {
        width: 100%;
    }

    .ikmp-project-view .top .thumb-area .thumb-txt {
        position: static;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 15px 20px;
        overflow: visible;
    }

    .ikmp-project-view .top .thumb-area .thumb-txt .amount {
        margin-top: 8px;
        text-align: right;
    }

    .ikmp-project-view .top .thumb-area .thumb-txt .amount span {
        font-size: 22px;
    }

    .ikmp-project-view .top .thumb-area:after {
        content: '';
        display: block;
        clear: both;
    }

    .ikmp-project-view .top .btn-wrap {
        margin: 15px 0 0;
    }

    .ikmp-project-view .top .btn-wrap a,
    .ikmp-project-view .top .btn-wrap button {
        width: 100%;
        margin: 5px 0 0 0;
        font-weight: 300;
    }

    .ikmp-project-view .top .txt {
        overflow: hidden;
    }

    .ikmp-project-view .top .txt .tit-wrap {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .ikmp-project-view .top .txt .tit-wrap .category {
        font-size: 16px;
    }

    .ikmp-project-view .top .txt .tit-wrap .tit {
        padding: 8px 0;
        font-size: 20px;
    }

    .ikmp-project-view .top .txt .list01 {
        margin-top: 12px;
    }

    .ikmp-project-view .top:after {
        content: '';
        display: block;
        clear: both;
    }

    .ikmp-project-view .cont {
        padding: 15px;
        border-bottom: 1px solid #999;
    }

    .lang-login {
        margin: 10px 0 15px;
        padding: 40px 0 20px 435px !important;
        background-image: url(../../images/ik-en/img_login_en.gif);
    }

    .lang-login .login-form .input-box>label {
        float: left;
        width: 140px;
        margin-bottom: 5px;
    }

    .lang-login .login-form .input-box>span {
        float: left;
        width: 285px;
    }

    .lang-login .login-form .btn-login {
        width: 285px;
        margin-left: 140px;
    }

    .lang-login .privacy-chkbox a {
        text-indent: 25px;
    }

    .notice-wrap .tit {
        margin-bottom: 8px;
        padding-left: 20px;
        font-size: 16px;
    }

    .notice-wrap .tit:before {
        top: 5px;
        width: 15px;
        height: 16px;
        background-size: auto;
    }

    input.ikmp-project-etc {
        width: 500px;
        margin-top: 0;
        margin-left: 5px;
    }

    .now-status {
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -17px;
        padding: 7px 15px;
        font-size: 14px;
    }

    .ikmp-inquiry-board .txt-area {
        padding-right: 140px;
    }

    .ikmp-inquiry-view .tit {
        position: relative;
        padding-right: 160px;
    }

    .ikmp-inquiry-view .tit .now-status {
        margin-left: 0;
    }

    .view-table .title {
        width: 185px;
        padding: 15px 0 15px 25px;
    }

    .view-table .cont {
        width: calc(100% - 185px);
        padding: 6px 20px;
    }

    .view-table .cont.txt-padding {
        padding: 14px 20px;
    }

    .reply-area {
        margin-top: 30px;
    }

    .reply-area .reply-tit {
        margin-bottom: 10px;
        padding-left: 28px;
        font-size: 18px;
    }

    .reply-area .reply-tit:before {
        top: 5px;
        width: 20px;
        height: 18px;
        background-image: url(../../images/ik-en/icon_answer.png);
        background-size: auto;
    }

    .reply-area .reply-content .top {
        padding: 16px 20px;
    }

    .reply-area .reply-content .top ul li {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .reply-area .reply-content .top ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .reply-area .reply-content .cont {
        padding: 24px 20px;
    }

    .privacy-tit {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .privacy-tit.mt {
        margin-top: 50px;
    }

    .table-noti {
        display: inline-block;
        margin: 0 0 0 5px;
    }

    :lang(en) .search-head .tit {
        margin-top: -5px;
    }

    :lang(en) .search-head .detail-box .detail-tit {
        width: 95px;
    }

    :lang(en) .search-head .detail-box .detail-cont {
        width: calc(100% - 95px);
    }

    :lang(en) .form-box {
        width: 219px;
    }

    :lang(en) .items4 .form-box {
        width: 163px;
    }

    :lang(en) .form-srch {
        width: 443px;
    }

    :lang(en) .search-head input[type=text] {
        width: 443px;
    }

    :lang(en) .search-body .link01 a {
        height: 140px;
    }

    :lang(en) .search-body .link02 li a {
        height: 142px;
    }

    :lang(en) .search-body[data-box='radio-tab1'] .link01 a {
        height: 170px;
    }

    :lang(en) .search-body[data-box='radio-tab1'] .link02 li a {
        height: 172px;
    }

    :lang(en) .com-step>ul>li>a {
        height: 95px;
    }

    :lang(en) .com-step>ul>li.on>a::before {
        border-top: 46px solid transparent;
        border-bottom: 53px solid transparent;
        border-left: 15px solid #0f997b;
    }

    :lang(en) .com-step>ul>li>a::before {
        height: 99px;
        background-image: url(../../images/ik-kr/img020401_en_arrow.png);
    }

    .com-step {
        overflow-x: visible;
        margin: 20px 0;
    }

    .com-step>ul {
        white-space: normal;
        font-size: 0;
    }

    .com-step>ul>li {
        display: inline-block;
        width: 132px;
    }

    .com-step>ul>li:first-child>a {
        padding-left: 18px;
    }

    .com-step>ul>li>a {
        display: table-cell;
        position: relative;
        width: 100vw;
        height: 66px;
        padding: 0 18px 0 30px;
        vertical-align: middle;
        line-height: normal;
        font-size: 15px;
        word-break: break-all;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .com-step>ul>li>a::before {
        display: block;
        content: '';
        position: absolute;
        right: -18px;
        top: -2px;
        width: 18px;
        height: 70px;
        background-image: url(../../images/ik-kr/img020401_2_arrow.png);
        background-size: auto 100%;
    }

    .com-step>ul>li.on {
        border-color: #0f997b;
    }

    .com-step>ul>li.on>a::before {
        display: block;
        content: '';
        position: absolute;
        right: -15px;
        top: -1px;
        width: 0;
        height: 0;
        border-top: 33px solid transparent;
        border-bottom: 36px solid transparent;
        border-left: 15px solid #0f997b;
    }

    .com-step>ul>li.on>a::after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .com-step>ul>li.on>a {
        background: #0f997b;
        color: #fff;
    }

    .img_list {
        width: 100%;
        font-size: 0;
        margin-top: 20px;
    }

    .img_list li {
        display: inline-block;
        width: auto;
        margin-top: 0;
        margin-left: 19px;
    }

    .img_list li:first-child {
        margin-top: 0;
        margin-left: 0;
    }

    .img_list li img {
        width: 100%;
    }

    .bg_txt>li {
        display: table;
        float: left;
        width: 100%;
        padding: 20px 20px 20px 140px;
        border: 1px solid #d6d6d6;
        background-size: 100px;
        background-position: 20px 20px;
        margin-top: 20px;
        min-height: 142px;
    }

    .bg_txt>li .in {
        display: table-cell;
        vertical-align: middle;
    }

    .bg_txt>li .in strong {
        font-size: 16px;
        margin-bottom: 7px;
        line-height: 1;
    }

    .bg_txt>li:first-child {
        margin-top: 0;
    }

    .bg_txt:after {
        content: '';
        display: block;
        clear: both;
    }

    .bg_txt.half>li {
        width: 455px;
        margin-right: 20px;
    }

    .bg_txt.half>li:nth-child(2n) {
        margin-right: 0;
    }

    .bg_txt.half>li:nth-child(-n+2) {
        margin-top: 0;
        height: 160px;
    }

    .ikp-slider {
        font-size: 0;
    }

    .ikp-slider .slider-for {
        display: inline-block;
        width: 792px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .ikp-slider .slider-for .slick-arrow {
        width: 42px;
        height: 42px;
        background-size: auto;
    }

    .ikp-slider .slider-for .slick-prev {
        background-image: url(../../images/ik-kr/arr_slider_prev.png);
    }

    .ikp-slider .slider-for .slick-next {
        background-image: url(../../images/ik-kr/arr_slider_next.png);
    }

    .ikp-slider .slider-nav {
        display: inline-block;
        width: 118px;
        height: 380px;
        padding: 31px 0;
        vertical-align: top;
    }

    .ikp-slider .slider-nav .slick-list {
        height: 300px !important;
    }

    .ikp-slider .slider-nav .slick-slide {
        width: 118px;
        margin: 5px 0;
    }

    .ikp-slider .slider-nav .slick-arrow {
        width: 118px;
        height: 26px;
        background-size: auto;
        transform: none;
    }

    .ikp-slider .slider-nav .slick-prev {
        top: 0;
        background-image: url(../../images/ik-kr/arr_slider_prev2.png);
    }

    .ikp-slider .slider-nav .slick-next {
        top: auto;
        bottom: 0;
        background-image: url(../../images/ik-kr/arr_slider_next2.png);
    }

    .search-area.network ul {
        text-align: center;
        font-size: 0;
    }

    .search-area.network ul li {
        display: inline-block;
        padding-left: 69px;
        position: relative;
        margin-top: 0;
        margin-left: 40px;
    }

    .search-area.network ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 3px;
        height: 3px;
        background: #666;
        border-radius: 50%;
    }

    .search-area.network ul li:first-child {
        margin-left: 0;
    }

    .search-area.network ul li strong {
        position: absolute;
        left: 8px;
        top: 50%;
        font-size: 15px;
        transform: translateY(-50%);
    }

    .search-area.network ul li span {
        display: inline-block;
    }

    .network_info {
        background-image: url(../../images/ik-kr/icon_info.png);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding-left: 20px;
    }

    .network_wrap .info-scroll {
        display: none;
    }

    .network_wrap .network-map {
        position: relative;
        width: 100%;
        height: 529px;
    }

    .network_wrap .network-map a {
        position: absolute;
        display: inline-block;
        width: auto;
    }

    .network_wrap .network-map a:hover {
        color: #0966b3;
        border: 1px solid #0966b3;
    }

    .network_wrap .overseas-map {
        position: relative;
        width: 100%;
        height: 529px;
    }

    .network_wrap .overseas-map a {
        position: absolute;
        display: inline-block;
        width: auto;
    }

    .network_wrap .overseas-map a:hover {
        color: #0966b3;
        border: 1px solid #0966b3;
    }

    .network-cont-top {
        margin-top: 40px;
    }

    .yutube-box {
        overflow: hidden;
    }

    .yutube-box>.y-l {
        float: left;
        width: 605px;
    }

    .yutube-box>.y-r {
        float: left;
        width: 265px;
        height: 340px;
        max-height: inherit;
        padding: 17px 20px;
        border-style: solid solid solid none;
    }

    .map-area-box {
        background-color: #e2f5f1;
    }

    .map-area-box .map-l {
        float: left;
    }

    .map-area-box .map-r {
        min-height: 577px;
        padding: 40px;
        background-color: #fff;
        overflow: hidden;
    }

    .map-area-box .map-r .local_info .btn-area {
        margin-top: 35px;
        float: right;
    }

    .map-area-box .map-r .local_info.korea .info {
        font-size: 33px;
    }

    .map-area-box .map-r .local_info.seoul img {
        width: 139px;
    }

    .map-area-box .map-r .local_info.incheon img {
        width: 155px;
    }

    .map-area-box .map-r .local_info.gyeonggi img {
        width: 143px;
    }

    .map-area-box .map-r .local_info.gangwon img {
        width: 128px;
    }

    .map-area-box .map-r .local_info.s_chungcheong img {
        width: 132px;
    }

    .map-area-box .map-r .local_info.daejeon img {
        width: 158px;
    }

    .map-area-box .map-r .local_info.n_chungcheong img {
        width: 138px;
    }

    .map-area-box .map-r .local_info.n_gyeongsang img {
        width: 144px;
    }

    .map-area-box .map-r .local_info.n_jeolla img {
        width: 120px;
    }

    .map-area-box .map-r .local_info.daegu img {
        width: 160px;
    }

    .map-area-box .map-r .local_info.gwangju img {
        width: 134px;
    }

    .map-area-box .map-r .local_info.s_jeolla img {
        width: 124px;
    }

    .map-area-box .map-r .local_info.s_gyeongsang img {
        width: 114px;
    }

    .map-area-box .map-r .local_info.ulsan img {
        width: 146px;
    }

    .map-area-box .map-r .local_info.busan img {
        width: 142px;
    }

    .map-area-box .map-r .local_info.jeju img {
        width: 104px;
    }

    .map-area-box .map-r .btn-link {
        padding: 0 20px;
    }

    .map-area-box .map-r .btn-link>span {
        padding-right: 37px;
        background-size: 26px;
    }

    .Industry-list>ul {
        padding: 20px 35px;
        font-size: 0;
    }

    .Industry-list>ul>li {
        width: calc(100% / 5);
        padding: 20px 10px;
    }

    .Industry-list>ul>li>a {
        display: block;
        padding-top: 120px;
        background-size: auto;
        font-size: 16px;
    }

    .lr-box {
        margin-bottom: 15px;
    }

    .lr-box>h4 {
        margin-top: 10px;
        padding-bottom: 0;
    }

    .history_wrap .history_box {
        padding: 40px 80px 35px 195px;
        background-size: 128px;
        background-position: top 40px left 40px;
    }

    .history_wrap .history_box>ul {
        margin-left: 0;
    }

    .history_wrap .history_box>ul>li {
        padding-left: 35px;
    }

    .history_wrap .history_box>ul>li .year {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .history_wrap .history_box>ul>li:after {
        content: '';
        position: absolute;
        top: 11px;
        left: -3px;
        width: 31px;
        background: url("../../images/ik-kr/img_070101_2_pc.png") no-repeat center;
    }

    .history_wrap .history_box>ul>li:not(:last-child) {
        padding-bottom: 16px;
    }

    .history_wrap .history_box>ul>li:not(:last-child):before {
        height: calc(100% + 11px);
    }

    .history_wrap .history_box>ul>li:first-child:after {
        top: 36px;
    }

    .calender-index-box {
        margin-bottom: 20px;
    }

    .calender-index-box .calender-index {
        text-align: right;
    }

    .calender-index-box .calender-index>li {
        display: inline-block;
        margin-right: 10px;
    }

    .calender-index-box .calender-index>li:last-child {
        margin-right: 0;
    }

    .calender-index-box .calender-index>li>a {
        display: inline-block;
        position: relative;
        padding-left: 12px;
    }

    .calender-index-box .calender-index>li>a>i {
        display: block;
        position: absolute;
        top: 7px;
        left: 0;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }

    .sel-local-box {
        display: block;
        content: '';
        display: block;
        clear: both;
    }

    .sel-local-box .l {
        padding-top: 9px;
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }

    .sel-local-box .r {
        float: none;
        padding-left: 21px;
        overflow: hidden;
    }

    .sel-local-box .r>ul {
        margin-bottom: -10px;
    }

    .sel-local-box .r>ul>li {
        display: inline-block;
        margin-bottom: 10px;
    }

    .sel-local-box .r>ul>li>button {
        padding: 0 28px;
        border: solid 1px #d6d6d6;
        background: #fff;
        color: #000;
    }

    .sel-local-box .r>ul>li>button.active {
        color: #fff;
        background: #0f997b;
        border-color: #0f997b;
    }

    .btn_download {
        display: inline-block;
        padding: 13px 20px 15px 50px;
        background-position: 20px 17px;
        background-size: auto;
    }

    .btn-default.btn-link {
        padding-right: 40px !important;
        background-position: right 15px top 50% !important;
        background-size: auto !important;
    }

    .ig_wrap {
        margin-bottom: 30px;
    }

    .ig_head {
        min-height: auto;
        height: 248px;
        padding: 35px 45px 100px;
        background-size: auto;
    }

    .ig_head .ig_tit strong {
        font-size: 48px;
    }

    .ig_head .ig_tit span {
        font-size: 24px;
    }

    .ig_head .download-box {
        right: 35px;
        bottom: 35px;
    }

    .ig_head .download-box li:not(:last-child) {
        margin-right: 20px;
    }

    .ig_head .btn_download {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
        font-size: 16px;
    }

    :lang(en) .ig_head .ig_tit strong {
        font-size: 38px;
    }

    .ig_contain .accordion_toggle_wrap li .ig_sub_tit strong {
        width: calc(100% - 55px);
        min-height: 55px;
        padding: 15px 20px 15px 35px;
        font-size: 16px;
    }

    .ig_contain .accordion_toggle_wrap li .ig_sub_tit strong:before {
        content: '';
        top: 24px;
        left: 20px;
        width: 7px;
        height: 7px;
    }

    .ig_contain .accordion_toggle_wrap li .ig_sub_tit span {
        width: 55px;
        height: 55px;
    }

    .ig_contain .accordion_toggle_wrap li .ig_content {
        padding: 40px;
    }

    .ig_contain .accordion_toggle_wrap li .ig_content .headline {
        margin-bottom: 10px;
    }

    .ig_contain .accordion_toggle_wrap li .ig_content .headline span {
        padding: 0 5px 1px;
        font-weight: 700;
        font-size: 34px;
    }

    .ig_contain .accordion_toggle_wrap li .ig_content .headline .under_point {
        display: inline-block;
        padding: 0 5px 1px;
        background-color: #333;
        color: #fff;
    }

    .ig_contain .accordion_toggle_wrap li .ig_sub_tit.active~.ig_content {
        display: block;
    }

    .ig_contain .accordion_toggle_wrap li .highlight-tit {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .contact_person_area {
        min-height: auto;
        margin-bottom: 30px;
        background: none;
    }

    .contact_person_area .l {
        width: 365px;
        min-height: auto;
        height: 97px;
        padding: 18px 0 0 20px;
        background: url("../../images/ik-kr/bg_contact_person_area.png") no-repeat right 0 top 0/auto;
        font-weight: 400;
        font-size: 16px;
    }

    .contact_person_area .calling_card {
        min-height: auto;
        height: 97px;
        padding: 18px 20px 20px;
    }

    .contact_person_area .calling_card .name {
        margin-right: 5px;
        font-weight: 500;
        font-size: 21px;
    }

    .contact_person_area .calling_card .call {
        display: inline-block;
        margin-left: 10px;
    }

    .contact_person_area .calling_card .btn-email {
        display: inline-block;
        position: absolute;
        left: auto;
        right: 20px;
        bottom: 50%;
        transform: translateY(50%);
    }

    .info-txt {
        padding-left: 21px;
        margin-bottom: 14px;
        background-image: url("../../images/ik-kr/icon_info.png");
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 0 center;
    }

    .industry_infobox {
        padding: 0 55px;
    }

    .industry_infobox .slider {
        margin: 0 15px;
    }

    .industry_infobox .slider a {
        height: 165px;
        padding: 18px 20px 20px;
        background-repeat: no-repeat;
        background-position: right 15px bottom 15px;
        background-size: auto !important;
    }

    .industry_infobox .slider a.icon01 {
        background-image: url("../../images/ik-kr/icon_industry_infotab01.png");
    }

    .industry_infobox .slider a.icon02 {
        background-image: url("../../images/ik-kr/icon_industry_infotab02.png");
    }

    .industry_infobox .slider a.icon03 {
        background-image: url("../../images/ik-kr/icon_industry_infotab03.png");
    }

    .industry_infobox .slider a.icon04 {
        background-image: url("../../images/ik-kr/icon_industry_infotab04.png");
    }

    .industry_infobox .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .industry_infobox .slick-arrow:before {
        width: 7px;
        height: 7px;
        margin: -4px 0 0 -2px;
    }

    .industry_infobox .slick-arrow.slick-next:before {
        margin-left: -4px;
    }

    .sitemap>.section>h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .sitemap>.section>ul>li {
        position: relative;
        overflow: hidden;
        background: #f6f6f6;
    }

    .sitemap>.section>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 223px;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .sitemap>.section>ul>li>a {
        width: 223px;
        height: auto;
        padding: 16px 20px;
        float: left;
    }

    .sitemap>.section>ul>li>ul {
        overflow: hidden;
        border: 0;
        padding: 15px 20px 10px;
        background: #fff;
    }

    .sitemap>.section>ul>li>ul>li {
        width: 33.3%;
        padding-right: 20px;
        font-size: 15px;
    }

    .sitemap>.section>ul>li>ul>li a {
        display: inline-block;
    }

    .sitemap>.section>ul>li>ul>li a:before {
        content: '';
        top: 12px;
        width: 3px;
        height: 3px;
    }

    .sitemap>.section>ul>li>ul>li>ul a:before {
        width: 6px;
    }

    .ikmp-board.normal-board.v2 .txt-area {
        padding-right: 135px;
    }

    .ikmp-board.normal-board.v2 .btn {
        margin-top: 0;
    }

    :lang(en) .search-body .position-slider .slide .cont,
    :lang(ja) .search-body .position-slider .slide .cont,
    :lang(zh) .search-body .position-slider .slide .cont {
        height: 325px;
    }

    :lang(en) .search-body .slide .cont .tit,
    :lang(ja) .search-body .slide .cont .tit,
    :lang(zh) .search-body .slide .cont .tit {
        height: 54px;
    }

    :lang(zh) .sub-top-info {
        text-indent: 15px;
    }

    :lang(zh) .sub-top-info .normal-txt {
        text-indent: 15px;
    }

    :lang(zh) .normal-txt {
        text-indent: 15px;
    }
}


/* 2021-08-05 추가 */
.color-black {
    color: #000 !important;
}

.normal-box.bg-white {
    background: #fff;
}

.doc-tit {
    position: relative;
    display: block;
    padding: 0 0 4px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: url("../../images/ik-kr/new/ico_needdoc_m.png") no-repeat top 2px left 0/12px;
}

@media screen and (min-width: 1217px) {
    .doc-tit {
        padding: 0 0 8px 21px;
        font-size: 16px;
        background: url("../../images/ik-kr/new/ico_needdoc.png") no-repeat top 3px left 0/auto;
    }
}

/*# sourceMappingURL=style.css.map */

/* 2022-10-12, policy */
@media (min-width: 1218px), print {
	/* .ctn { padding-bottom: 0; } */
	.table-btm { margin-bottom: 40px; }
    .table-top .checkbox { margin-bottom: 15px; float: right; }
    .table-top .checkbox label { margin-left: 10px; }
    .table-top .normal-box { margin: 10px 0; }
    .table-top .normal-box .tit { font-size: 20px; font-weight: bold; margin-bottom: 15px; }
    .checkbox label:before, .checkbox2 label:before { background-image : url(../../images/ik-kr/checkbox.png); }
    .checkbox label:before, .radio label:before { top: 2px; left: 0; width: 20px; height: 20px; background-size: 100%; }
    .checkbox input[type=radio]:checked+label:before, .checkbox2 input[type=radio]:checked+label:before { background-image: url(../../images/ik-kr/checkbox_on.png); }
    .checkbox label:before, .checkbox2 label:before { background-image: url(../../images/ik-kr/checkbox.png); }
    .pc-content .checkbox label { margin-left: 10px; }
    .normal-table02-btm .r { margin-bottom: 40px; }
}
.checkbox label:before, .checkbox2 label:before { background-image: url(../../images/ik-kr/checkbox_m.png); }
.checkbox input[type=radio]:checked+label:before, .checkbox2 input[type=radio]:checked+label:before { background-image: url(../../images/ik-kr/checkbox_on_m.png); }