@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}
body {
    padding: 0;
    margin: 0;
    font:normal 12px/180% 'NanumBarunGothicBold', 'NanumBarunGothic', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;
    color: #212121;
    text-align: center;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}
a, img { -webkit-touch-callout: none;}
a:hover {
    color: #c00;
    text-decoration: underline;
}
ol, ul, li { list-style: none; }
em, i { font-style: normal;}
input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 100%;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, 
input[type=button], 
input[type=reset], 
input[type=submit] {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div {
    margin: 0 auto;
    text-align: left;
    font: normal 12px/180% 'NanumBarunGothicBold', 'NanumBarunGothic', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;;
}
a:link, a:visited {
    color: #212121;
    text-decoration: none;
}
a:hover {
    color: #c00;
    text-decoration: underline;
}
img { border:none; }
ol, ul, li { list-style:none; } 
em { font-style:normal; }
/*clear*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
    overflow: hidden;
}
.clearfix { zoom: 1; }
input[type="button"],
input[type="submit"] {
    vertical-align: middle;
    cursor:pointer;
}
input[type=button],
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;
}
.white,
.white a:link,
.white a:visited,
.white a:hover { color:#fff; }
/* header */
.main {
    width: 10rem;
}
.kr-header {
    height: auto;
    padding-bottom: 0.2rem;
    padding-top: 15px;
    background: url(../images/headbg.jpg) no-repeat;
}
.kr-header .kr-logo {
    width: 9rem;
    margin-bottom:0;
}
.kr-header .kr-logo .logo-img {
    width: 26%;height: auto;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
}
.kr-header .kr-logo .tit0-img {
    width: 66%;
    height: auto;
    margin-bottom: 7px;
}
/* nav */
.kr-mask {
    position: fixed;
    z-index: 2; left: 0; top: 0;
    width: 100%; height: 100%;
    background: transparent;
    display: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.kr-nav {
    width: 10rem;
    text-align: right;
    margin-top: -13px;
    margin-right: 1%
}
.kr-nav img {
    margin: 22px 8px 0 8px;
}
.nav-grid li.menu {
    display: block;
    background: url(../images/menu.png) no-repeat;
    width: 28px;height: 26px;
    float: left;
    margin-top: 6.5%;
    margin-left: 5%;
    background-size: 65% auto;
}
.nav-grid li.language {
    float: left;
    width: 3em;
    margin-top: 6.4%;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 14px;
}
.nav-grid li.language > ul {
    position: absolute;
    top: 34px;
    left: -20px;
    width: 100px;
    display: none;
    z-index: 1000;
}
.nav-grid li.language li {
    /*height: 43px;*/
    font-size: 16px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.sidenav {
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; 
    background: #f5f5f7;
    width: 5.9rem; height: auto;
    padding-top: 1.6em;
    transform: translateX(-5.9rem);
    z-index: 99;
    max-height: 100%;
    overflow-y: auto;
}
.sidenav li.sou {
    margin: 0 auto;
    width: 4.993rem;
    position: relative;
    margin-bottom: 10px;
	margin-right: 30px;
}
.sidenav li.sou input.s1 {
    width: 4.493rem; height: 0.773rem;
    text-indent:1.2em;
    border: 1px solid #c1c1c2;
    border-radius: 0.373rem;
    padding-right: 1rem;
}
.sidenav li.sou input.s2 {
    width: 10%; height: auto;
    top: 0.3em;
    right: 0.3em;
    position: absolute;
}
.sidenav li.nav-items {
    height: 1rem;
    line-height: 1rem;
    font-size: 1.6em;
    text-indent: 1.2em;
    border-bottom: 1px solid #c9c9ca;
    text-align: left;
}
.sidenav li:last-child { border-bottom:none; }
.sidenav li a { text-decoration:none; }
.sidenav.moved {
    -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);
}
.sidenav.moved li.nav-items span {
    transform: perspective(100px) rotateX(0) translateZ(24px) scale(1); 
    transition: all .4s; 
    opacity: 1;
}
.sidenav li.nav-items span {
    transform: perspective(100px) rotateX(90deg) translateZ(24px) scale(1.5); 
    opacity: 0; 
}
.sidenav li.nav-items:nth-child(1) span { transition-delay: .08s; }
.sidenav li.nav-items:nth-child(2) span { transition-delay: .16s; }
.sidenav li.nav-items:nth-child(3) span { transition-delay: .24s; }
.sidenav li.nav-items:nth-child(4) span { transition-delay: .32s; }
.sidenav li.nav-items:nth-child(5) span { transition-delay: .40s; }
.sidenav li.nav-items:nth-child(6) span { transition-delay: .48s; }
.sidenav li.nav-items:nth-child(7) span { transition-delay: .56s; }
.sidenav li.nav-items:nth-child(8) span { transition-delay: .64s; }
.sidenav li.nav-items:nth-child(9) span { transition-delay: .72s; }
.sidenav li.nav-items:nth-child(10) span { transition-delay: .80s; }
.sidenav li.nav-items:nth-child(11) span { transition-delay: .88s; }
.sidenav li.nav-items:nth-child(12) span { transition-delay: .96s; }
.sidenav li.nav-items:nth-child(13) span { transition-delay: 1.04s; }
.sidenav li.nav-items:nth-child(14) span { transition-delay: 1.12s; }
.sidenav li.nav-items:nth-child(15) span { transition-delay: 1.20s; }
.facebook {
    width: 0.45rem;
    height: auto;
}
.twitter {
    width: 0.5rem;
    height: auto;
}
.sina {
    width: 0.6rem;
    height: auto;
}
.instagram {
    width: 0.5rem;
    height: auto;
}
.youtub {
    width: 1.1rem;
    height: auto;
}
.blog {
    width: 0.58rem;
    height: auto;
}
/* banner */
.kr-banner {
    margin-top: 25px;
}
.kr-banner img{
    width: 100%;
    height: auto;
}
/* news */
.kr-news {
    width: 9.2rem;
    margin: 20px auto;
}
.kr-news > h1.tit1 {
    font-size: 26px;
    line-height: 30px;
	font-weight: 600;
}
/* focus1 */
.focus1 {
    width: 10rem;
    position: relative;
}
.focus1,
.focus1 .swiper-container,
.focus1 .swiper-pic {
    width: 10rem;
    height: 6.3rem;
}
.focus1 .swiper-pic {
    position: relative;
}
.focus1 .swiper-pic img {
    width: 100%; height: auto;
}
.focus1 .swiper-pic > span {
    position: absolute;
    bottom: 0; left: 0;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding: 2% 1% 2% 2%;
    background: rgba(0, 0, 0, .5);
	width: 100%;
}
.pagination1 {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 60px;
    width: 100%;
    z-index: 99;
}
.pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 10px; height: 10px;
    border-radius: 10px;
    background: #fff;
    margin-right: 6px;
    cursor: pointer;
}
.pagination1 .swiper-active-switch {
    background: #ca3636;
    width: 19px;
}
/* list1 */
.kr-list1 {
    width: 9.2rem;
    margin:10px auto 0 auto;
}
.kr-list1 > ul li {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 0;
    border-bottom: 1px solid #ececec;
    font-weight: bold;
}
.kr-list1 > ul li:last-child {
    border-bottom: none;
}
/* video */
.kr-tit1 {
    width: 9.2rem;
    margin: 20px auto 15px auto;
    position: relative;
}
.kr-tit1::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 32px;
    background: #c53c3c;
}
.kr-tit1 > h3.tit2 {
    float: left;
    font-size: 20px;
    line-height: 32px;
    margin-left: 10px;
	font-weight: 800;
}
.kr-tit1 > span.more1 {
    float: right;
    font-size: 26px;
    line-height: 32px;
}
.kr-video { position: relative;}
.kr-video > i.btn1 {
    position: absolute;
    background: url(../images/vbg1.png) no-repeat;
    width: 71px;height: 71px;
    z-index: 99;
    top: 180px;left: 10px;
	background-size: 80%;
}
.kr-video img {
    width: 100%; height: auto;
}
.kr-video > h4.tit3 {
    font-size: 18px;
    line-height: 22px;
    width: 9rem;
    margin: 10px auto 0 auto;
    font-weight: 600;
}
.kr-pic1 {
    margin-bottom: 20px;
}
.kr-pic1 > ul.imgwap li {
    float: left;
    width: 4.4rem;
    margin: 20px 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    height: 170px;
}
.kr-pic1 > ul.imgwap li img {
    width: 100%; 
	height: auto;
}
.kr-pic1 > ul.imgwap li:first-child {
	display: none;
}
/* p1 */
.focus2 {
    margin: 5px auto;
    position: relative;
}
.focus2 .swiper-container {
    width: 100%;
    height: 7.1rem;
}
.focus2 .swiper-container .swiper-slide img {
    width: 10rem;
    height: 5.6rem;
    margin-bottom: 8px;
}
.focus2 .swiper-container .swiper-slide span {
    display: block;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
}
.focus2 .swiper-container .swiper-slide span p,
.focus2 .swiper-container .swiper-slide span span{
	display: none
}
.focus2 .prev2,
.focus2 .next2 {
    width: 32px; height: 63px;
    position: absolute;
    top: 35%;
    margin-top: -15px;
    z-index: 6;
}
.focus2 .prev2 {
    background: url(../images/prev2.png) no-repeat left top;
    left: 0px; 
}
.focus2 .next2 {
    background: url(../images/next2.png) no-repeat left bottom;
    right: 0px;
}
/* p2 */
.kr-pic2 {
    display: block;
    width: 9.2rem;
    margin: 15px auto 0px auto;
	padding-bottom: 20px;
}
.kr-pic2 li {
    font-size: 18px;
    line-height: 19px;
    clear: both;
    border-top: 1px solid #f3f3f3;
    padding: 20px 0;
}
.kr-pic2 li img {
    width: 2.93rem;
    height: 1.95rem;
    float: left;
    margin-right: 8px;
}
/* p2 ph */
.kr-list2 {
    margin-top: 10px;
}
.kr-list2 ul {
    overflow: auto;
    height: auto;
    width: 9.2rem;
    margin: 0 auto;
}
.kr-list2 li {
    clear: both;
    font-size: 16px;
    line-height: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}
.kr-list2 li > span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 15px 0 0;
    color: #cc3232;
    font-size: 27px;
    float: left;
    font-family: "Times New Roman";
    font-weight: 800;
}
.kr-list2 li > a {
    width: 85%;
    float: left;
    font-weight: 600;
}
/* copyright */
#copyright {
    background: #f5f5f7;
    padding: 30px 2% 20px 2%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
#copyright > a {
    font-weight: 400;
}
/* back */
.kr-back {
    position: fixed;
    _position: absolute;
    display: block;
    width: 30px;
    right: 3%;
    _right: -52px;
    bottom: 15%;
    z-index: 99;
}
.go-top {
    background: url(../images/home.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 20px;
}
/* search */
.kr-search h3 {
    width: 9.2rem;
    margin: 0 auto;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    border-bottom:1px solid #eaeaea;
}
.kr-search ul.kr-search-box {
    width: 9.6rem;
    margin: 0 auto;
}
.kr-search ul.kr-search-box li {
    padding: 24px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
.kr-search ul.kr-search-box li img {
    float: left;
    width: 40%;
    height: auto;
    margin-right: 10px;
}
.kr-search ul.kr-search-box li b {
    font-size: 16px;
    line-height: 20px;
    display: block;
}
.kr-search ul.kr-search-box li span {
    font-size: 16px;
    padding: 10px 0;
    display: block;
}
.kr-search ul.kr-search-box li p {
    font-size: 16px;
    line-height: 160%;
}
.red { color:#ff0000; }
/* 2021-12-30 */
.kr-travel {
	overflow: hidden;
}
.kr-travel li:first-child {
	display: none;
}