@charset "UTF-8";
/* CSS Document */

/*------------
lang
------------*/

body{
text-align: left;
}
body#lang_eng .langBox{
font-family:Arial, Helvetica, sans-serif;
}
body#lang_chn .langBox{
font-family:"Microsoft Yahei","PingHei" ,"sans-serif";
}
body#lang_kor .langBox{
font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#right .frImg{
float:left;
}
#right .frImg{
float:right;
padding:4px 0 0 30px;
}

#right .headArea{
padding:0 0 8px;
margin:0 0 18px;
border-bottom:1px solid #ccc;
}
#right .headArea h1{
float:left;
}
#right .headArea ul{
float:right;
margin:10px 0 0;
padding:0 10px 0 0;
}
#right .headArea li{
display:inline-block;
}
#right .headArea li img{
display:inline-block;
vertical-align:bottom;
position:relative;
top:2px;
}

#right .mainVis{
	margin:0 0 30px;
}

#right .basicSect{
margin:0 0 56px;
}
#right .basicSect .sttl{
margin:0 0 18px;
border-bottom:1px solid #ccc;
}
#right .basicSect .mainTxt{
padding:0 10px;
line-height:1.7;
font-size:15px;
font-size:1.5rem;
}
#right .basicSect .movieArea{
	width:800px;
	margin:40px auto 0;
}
#right .basicSect li{
	margin:0 0 4px;
}

#right .redBtn {
text-align: center;
}
#right .redBtn a {
    display: inline-block;
				width: 240px;
				margin: 0 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

#right .bnArea {
    background: #f5f5f5;
    width: 100%;
	box-sizing: border-box;
    padding: 35px 40px 40px 40px;
    margin: 0 auto 40px;
}
#right .bnArea .tit {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
}
#right .bnArea .tit:before {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 180px);
    background: url(../images/rn2018/icon_koen_moon.png) 50% 50% no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
}
#right .bnArea .btn {
    width: 445px;
    height: auto;
    margin: 0 auto;
}

#right a {
    transition: .2s;
}
#right a:hover {
opacity: 0.7;
}
#right .bnArea img,
#right .bnArea2 img {
    width: 100%;
}
#right .bnArea2 {
    width: 445px;
    height: auto;
    margin: 0 auto 50px;
}