
img{
	max-width:100%;
}

*{
	table-layout:fixed;
	box-sizing:border-box;
}

.row{
	display:table;
	width:100%;
}

.col{
	position: relative;
    min-height: 1px;
    display: table-cell;
}

.list{width:100%;display:table;list-style-type: none}

.list.num-2 > li{width:50%;margin-right:0}
.list.num-2.gap1 > li{width:49.5%;margin-right:1%}
.list.num-2.gap2 > li{width:49%;margin-right:2%}
.list.num-2.gap3 > li{width:48.5%;margin-right:3%}
.list.num-2 > li:nth-of-type(2n+0){margin-right:0%;}
.list.num-2 > li:nth-of-type(2n+1){margin-top:1rem; clear:both;}
.list.num-2 > li:nth-of-type(2n+2){margin-top:1rem;}
.list.num-2 > li:nth-child(1){margin-top:0rem;}
.list.num-2 > li:nth-child(2){margin-top:0rem;}

/* ¸ð¹ÙÀÏ ¸Þ´º */
.menu-mobile-top{
	position:fixed;
	z-index:1001;
	top:0;
	background-color:#144082;
	height:80px;
}
.menu-mobile { 
	font-size:1.0rem; 
	z-index: 2000000; 
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	overflow:hidden;
	height:0;
	position:fixed;
	background-color:white;
	width:100%;
	top:0;
}

html.open .menu-mobile { 
	height:100%;
	overflow-y: auto;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	/*-webkit-overflow-scrolling: touch;*/
}

.menu-mobile-header{
	text-align:left;
	position:relative;
	padding-bottom:2px;
	padding-top:20px;
	padding-left: 5vw;
}

.menu-mobile-header .logo{

}

.menu-mobile-header .menu-mobile-cl{
	position:absolute;
	top: 20px;
    right: 5px;
}

.menu-mobile-header .menu-mobile-cl img{
	width:70%;
}

.menu-mobile .lang{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    border-bottom: 1px solid #e5e5e5;
    padding: 3vw;
    background-color: #144082;
    color: white;
	height:80px;
} 

.menu-mobile .lang a{
	color:white;
} 

.menu-mobile-close-cl{
	background-color: transparent;
    color: white;
    border: none;
    font-size: 2rem;
	
}

.menu-mobile .lang ul{
	font-size: 1.3rem;
    color: #a3a3a3;
    width: 95%;
    vertical-align: middle;
} 

.menu-mobile .lang ul li{
	position: relative;
    display: inline-block;
} 

.menu-mobile .menu > ul > li{
	font-size: 1.2rem;
	width:100%;
}

.menu-mobile .menu > ul > li > ul{
	font-size: 1.2rem;
	width:100%;
}

.menu-mobile .menu > ul > li > ul >li{
	border-bottom: 1px solid #e5e5e5;
	width:100%;
	padding: 1rem;
	font-size: 1.2rem;
}

.menu-mobile .menu > ul > li > ul >li span{
	float:right;
}

.menu-mobile .menu .menu-mobile-sub {
	font-size: 1.2rem;
	line-height: 180%;
	background: #e6ebf1;
	width: 100%;
	position: relative;
    display: block;
	padding: 1.5rem;
}


#header{
	display:none;
}

#article_01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding:0px;
	display:table;
}

#article_01  a{
    width: 50%;
	display:table-cell;
}

#contents{
	width:100%;
	padding-left:10px;
	padding-right:10px;
	display: table;
	margin-bottom: 50px;
}

#article_02 {
     width: 100%;
	display:table;
	height:auto;
	margin-top: 20px;
}

#article_03{
	display:table;
	background:white;
	margin-top:40px;
	height:auto;
}

#article_03_1 {
    width: 100%;
}

#article_03_1 li{
	width:25%;
	background: #f1f5ff;
}

#article_03_1 li:nth-child(3) {
	border-top:1px solid #e1e7f1;
}

#article_03_1 li:nth-child(4) {
	border-top:1px solid #e1e7f1;
}

#fo_m{
	display:none;
}

#footer {
    width: 100%;
    background: #335c9e;
	display:table;
	padding:2vw;
	height:auto;
}

#footer_text{
	padding-top:0px;
	width:100%;
}

#none {
    width: 100%;
}

#article_02_1 {
    width: 49%;
    height: 210px;
    float: left;
}

#article_02_2 {
    width: 49%;
    height: 210px;
    float: right;
    margin-left: 2%;
}

.span02 a {
    margin-left:0px;
	float:right;
}

#s_contents {
    width: 100%;
	padding-left:2vw;
	padding-right:2vw;
	table-layout: fixed;
    box-sizing: border-box;
	height:auto !important;
}

#a_contents {
    width: 100%;
    margin: 0 auto;
	height:auto !important;
}

#lnb {
	display:none;
}

#sub_v {
    width: 100%;
	display:block;
	overflow:auto;
	float:left;
}

#sub_v table{
	padding-left:0px !important;
	width:100% !important;
}

#sub_v h2 {
    color: #000000;
    font-size: 16pt;
    padding: 45px 0px 0px 5px;
}

.sub_t_title {
    margin-left: 0px;
    width: 20%;
}

.sub01_tb01 {
    float: right;
    padding: 45px 0px 0px 0px;
	width:78%;
}

#sub_m_1 {
    width: 100%;
    margin: 0 auto;
}

.table1 {
    width: 100%;
}

#sub01_main_container {
    width: 100%;
    background-position: 30%;
    background-size: cover;
    margin-top: 80px;
}

#sub02_main_container {
    width: 100%;
    background-position: 30%;
    background-size: cover;
    margin-top: 80px;
}

#sub03_main_container {
    width: 100%;
    background-position: 60%;
    background-size: cover;
    margin-top: 80px;
}

#sub04_main_container {
    width: 100%;
    background-position: 30%;
    background-size: cover;
    margin-top: 80px;
}

#sub05_main_container {
    width: 100%;
    background-position: 30%;
    background-size: cover;
    margin-top: 80px;
}

.sp_01 {
    padding-left: 2vw;
}

#sub01_tb02 {
    width: 100%;
    padding: 30px 0px 0px 5px;
	overflow:auto;
}

.table2 {
    width: 100%;
    min-width: 600px;
}

.p02 {
    font-size: 8pt;
    color: #666666;
    line-height: 150%;
    font-weight: bold;
    padding: 35px 0px 0px 10px;
}

#sub_image img{
	padding-left:0px !important;
	padding-top:40px !important;
}

.sub_t_img {
    padding: 0px 0px 0px 8px;
}

#sub2_1_in > img{
	width:80%;
}

.p05 {
    padding: 40px 0px 0px 5px;
}

.p08_1 {
    padding: 0px 0px 0px 5px;
}

#sub3_1_1 ul {
    width: 100%;
    margin-left: 0px !important;
}

.sub-3-1 #sub3_1_1 ul li {
    width: 45% !important;
    margin-left: 0px !important;
    padding-bottom: 20px;
}

.sub-3-1 #sub3_1_1 ul li:nth-child(1) {
    width: 55% !important;
}


.sub-3-1 #sub3_1_1 ul li.max-100 {
    width: 100% !important;
}

#sub3_1_1 table{
	width:100% !important;
	padding: 0px 0px 0px 0px !important;
}

#view_t {
    width: 100%;
    margin: 30px 0px 0px 0px;
}

#view_c {

    margin-left: 0px;
    width: 100%;
    min-height: 400px;
}

.select_box {
    float: left;
	margin-top:10px !important;
	margin-left:0 !important;
	margin-right:1% !important;
	margin-bottom:5px !important;
}

.snsArea{
	margin-right:0px !important;
	margin-top: 10px !important;
}

#faq_tap {
    width: 100%;
    height: 35px;
    background: #97acc9;
    margin: 50px 0px 0px 0px;
    padding-top: 5px;
}

#faq_tap ul{
    width: 100%;
	display:table;
}

#faq_tap li{
	display:table-cell;
	float:none;
	text-align:center;
}

#faq_tap li:nth-of-type(2n+1){
	width:13%;
	padding-top: 0px;
    vertical-align: top;
}


.faq_list {
    width: 100%;
    list-style-type: none;
    margin-left: 0px;
}
.faq_list dd .faq_q2 {
    width: 100%;
}

#faq_tap li a {
    padding-left:0px;
}

.faq_list dt {
    padding: 20px 20px 0px 10px;
}

#con_box {
    width: 100%;
    height: 130px;
    border-top: 2px solid #c1c9db;
    border-bottom: 1px solid #c1c9db;
    margin: 40px 0px 0px 0px;
}

.worldwide-location{
	margin-left: 0px !important;
	width:100% !important;
}

.pdfbox {
    padding: 0 0 30px 0px;
}

.pdfbox .pdfyear {
    width: 49%;
}
.pdfbox .pdfyear img {

    margin-right: 10px;
}

.pdfbox .pdfyear strong{
	width:50%
}

.pdfbox .pdfyear p{
	width:50%;
}

.pdfbox .pdfyear a{
	width:50%;
}

.col-100{
	width:100% !important;
}
.ta-r{
	text-align:right  !important;
}
.col-2{
	width:50%;
	padding-left:0 !important;
}

.col-2 img{
	padding-left:0 !important;
}

#ci_text{
	width:100%;
}

#lo_he_1 {
    width: 50%;
}

#lo_he_2 {
    width: 50%;
}

#main_container{
	margin-top:80px;
}

.bxslider li:nth-child(1){
	background-position:70% !important;
	background-size:cover !important;
}

.bxslider li:nth-child(2){
	background-position:70% !important;
	background-size:cover !important;
}

.bxslider li:nth-child(3){
	background-position:70% !important;
	background-size:cover !important;
}

.bxslider li:nth-child(4){
	background-position:30% !important;
	background-size:cover !important;
}

.bxslider li:nth-child(5){
	background-position:30% !important;
	background-size:cover !important;
}

.pl-0{
	padding-left:0 !important;
}