@charset "utf-8";

@import url(reset.css);
@import url(rwdgrid.css);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");

body {
	font-family: "Barlow", "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
	font-size: 18px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	cursor: pointer;
	color: #3e3e3e;
	transition: all 0.3s ease;
}

a:hover {
	color: #21c2f7;
}

[class*='col-'] {
	float: left;
	box-sizing: border-box;
}

.b-box {
	box-sizing: border-box;
}

.outerWrap {
	position: relative;
}

.wrap {
	max-width: 1240px;
	margin: 0 auto;
}

header {
	position:relative;
	background: #015486 top url("../images/header_bg.jpg") repeat-x;
}

header .logo {
	float:left;
	transition:all 0.2s linear;
	background-size:cover;
	padding-top:5px;
}

header .logo a {
	display:block;
	width:600px;
	height:56px;
	text-indent:-9999px;
}

header .logo img {
	display:block;
	width: 100%;
}

header .top_link {
	padding-top:30px;
}

header .top_link .wrap {
	padding:0 15px;
}

header .top_link .right_box {
	float:right;
}

.other {
	display:inline-block;
	vertical-align:middle;
}

.other a {
	margin:0 3px;
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	width: 25px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
}

.other a:hover i {
	color:#21c2f7;
}

.other a b {
	display:none;
	font-weight:normal;
}

header .logout {
	display: inline-block;
	vertical-align: top;
	line-height:30px;
}

header .logout a {
	font-size:15px;
	border-radius:99em;
	padding-left: 10px;
	padding-right: 10px;
	display:inline-block;
	text-align:center;
	height:30px;
	color:#fff;
	background:#757575;
	margin:0 0px;
}

header .logout a:hover {
	background:#21c2f7;
}

header .downBox {
	padding-bottom: 10px;
	display:flex;
	justify-content: center;
}




/*========== Header Menu ===========*/
ul.menu li {
	float:left;
}
	
ul.menu li > a {
	display: block;
	padding: 23px 25px;
	font-size: 16px;
	color: #FFF;
	position:relative;
}

ul.menu  li > a:hover:before {
	opacity:1;
}

header nav ul.menu li > a b {
	display:block;
	color:#9bc1d1;
	font-size:13px;
	font-weight:normal;
	text-align:center;
}
	
header nav ul.menu li > a:hover {
	color:#21c2f7;
}

header nav ul.menu li > a.current {
	color:#21c2f7;
}

ul.menu li.dropDown {
	position:relative;
}

ul.menu li.dropDown dl.submenu {
	display: none;
	width: 150%;
	position: absolute;
	padding: 5px 10px;
	left: -35%;
	top: 100%;
	z-index: 99;
	background-color: #004066;
	text-align: center;
}

ul.menu > li .submenu::before {
	content: '';
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8.5px 9px 8.5px;
	border-color: transparent transparent #004066 transparent;
}

ul.menu li.dropDown dl.submenu dt {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

ul.menu li.dropDown dl.submenu a {
	position: relative;
	display: block;
	letter-spacing: 1px;
	padding: 15px 10px;
	font-size: 16px;
	color: #fff;
}

ul.menu li.dropDown .submenu a:hover {
  color: #21c2f7;
}

ul.menu li.dropDown .submenu a:first-child {
	border:none;
}

ul.menu dt .subitem {
	display: none;
	width: 200px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	left: 100%;
	top: 0;
}

ul.menu dt .subitem a {
	display: block;
	border-top: 1px solid #3d3d3d;
	background: #000;
	font-size: 13px;
	padding: 10px;
	color: #434343;
}

.m_menu {
	display:none;
}


/*========== Marquee ===========*/
.marquee_area {
	position:relative;
	z-index:999;
}

.marquee_box {
	margin-top:-5px;
    background-color: #f3f3f3;
}

.marquee_box .wrap {
    display: flex;
    min-height: 78px;
    align-items: center;
    align-content: center;
}

.marquee_box .txt ul li {
	padding-left:30px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#000;
	background: url(../images/marquee_arrow.png) no-repeat 0px;
}

.marquee_box .txt a {
    line-height: 26px;
    font-size: 24px;
    color: #e3010d;
    font-weight: bold;
}

.marquee_box .txt a:hover {
    color: #000;
}




/*========== Side Menu ===========*/
.dropDownBox {
	display: none;
}

.side_menu {
	margin-bottom: 50px;
	background-color: #f2f2f2;
}

.side_menu ul li > a {
    display: block;
    padding: 12px 15px;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.side_menu ul li > a:hover {
	padding-left: 20px;
}

.side_menu ul li > a.current {
	background-color: #133058;
	border-color: #133058;
	color: #fff;
}

.side_menu ul li > a.current:hover {
	background-color: #133058;
}

.side_menu ul li > a b {
	margin-left: 10px;
	font-weight: normal;
	color: #808080;
}

.side_menu ul li dl {
	padding-left: 25px;
}

.side_menu ul li dl dt a {
	display: block;
	padding: 10px 15px;
}

.side_menu ul li dl dt a.current {
	color: #21c2f7;
}



/*========== Side Menu Sub ===========*/
.side_menu_sub {
	padding-top: 10px;
	border-bottom:1px solid #eaddb8;
}

.side_menu_sub .txt {
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 18px;
}

.side_menu_sub .txt a {
	color: #333;
}

.side_menu_sub .txt a:hover {
	color: #21c2f7;
}

.side_menu_sub .txt span a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}



/*========== Banner ===========*/
.banner_area {
	clear: both;
	position: relative;
}

.banner_area .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: none;
	background-color: #133058;
	opacity: .5;
}

.banner_area .bx-wrapper .bx-controls-direction a::before, .banner_area .bx-wrapper .bx-controls-direction a::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background-color: #fff;
}

.banner_area .bx-wrapper .bx-controls-direction a::before {
	width: 70%;
	left: 0;
	right: 0;
	top: 60%;
	margin: auto;
}

.banner_area .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.banner_area .bx-wrapper .bx-prev {
	left: 50px;
}

.banner_area .bx-wrapper .bx-prev::after {
	width: 13px;
	left: 11%;
	top: 49%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.banner_area .bx-wrapper .bx-next {
	right: 50px;
}

.banner_area .bx-wrapper .bx-next::after {
	width: 13px;
	right: 11%;
	top: 49%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner_area .wrap {
	width: 100%;
	max-width: none;
	padding: 0;
}

.bannerBox img {
	display: block;
	width: 100%;
}

.banner_area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
}

.goDown {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 80px;
	margin: auto;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.goDown i {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	-webkit-animation: scrollDown 2s infinite;
	animation: scrollDown 2s infinite;
}

.goDown:hover {
	color: #fff;
}



/*========== Top ===========*/
.go_top_area {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
}

.go_top {
	display: block;
	background: #005d78;
	color: #fff;
	width: 41px;
	height: 41px;
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	border-radius: 99em;
	box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
}

.go_top:hover {
	background: #fff;
	color: #005d78;
}



/*========== Main ===========*/
.main_area {
	padding: 50px 0 100px;
}

.main_area .wrap {
	position: relative;
}

.main_area .guide {
	font-size: 15px;
	color: #777;
	position: absolute;
	right: 10px;
	top: 0px;
}

.main_area .guide a {
	color: #777;
}

.main_area .guide a:hover {
	color: #999;
}

.main_area .content_box {
	clear: both;
	padding-top: 50px;
}

.content_box .left_box {
	float: right;
	width: 23%;
}

.content_box .right_box {
	float: left;
	width: 74%;
}

.main_area .mod {
	padding-top: 50px;
}

.title_box {
	position: relative;
}

.title_box.center {
	text-align: center;
}

.title_box.center .title_line::after {
	margin-left: auto;
	margin-right: auto;
}

.title_box .title_line::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	margin-top: 25px;
	background-color: currentColor;
	opacity: 0.5;
}

.title_box .title_s {
	margin: 15px 0;
	font-size: 22px;
	font-weight: bold;
	color: #808080;
	line-height: 1.2;
}

.title_box .title_b {
	display: block;
	margin: 15px 0;
	font-size: 54px;
	font-weight: bold;
	color: #373737;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#theForm .error {
	color: #F00;
	font-size:15px;
	font-weight: normal;
}

.col-1 {width:100%;}
.col-2 {width:50%;}
.col-3 {width:33.33%;}
.col-4 {width:25%;}
.col-5 {width:20%;}

.table-custom { border:1px solid #000; }
.table-custom td { border:1px solid #000; padding: 5px; }



/*========== File ===========*/
.att_file_title {
    clear: both;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.att_file_list {
    text-align: left;
    padding-top: 5px;
}

.att_file_list a {
    color: #535353;
    font-size: 16px;
	line-height:1.5;
}

.att_file_list a:hover {
    color: #ccc;
}



/*========== Button ===========*/
.submit {
	padding:10px 26px;
	background:#21c2f7;
	border:0px;
	font-size:16px;
	color:#fff;
    font-weight: normal;
	cursor:pointer;
}

.submit:hover {
	color:#fff;
	background:#000;
}

.link_box {
	padding: 50px 0;
	text-align: center;
}

.link_box .link_btn {
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.link_box .link_btn:hover {
	color: #133058;
}

.link_box .link_btn:hover::before {
	-webkit-animation: shakeBefore 1.5s ease-in infinite;
          animation: shakeBefore 1.5s ease-in infinite;
}

.link_box .link_btn:hover::after {
	-webkit-animation: shakeAfter 1.5s ease-in infinite;
          animation: shakeAfter 1.5s ease-in infinite;
}

.link_btn {
	position: relative;
	right: 0;
}

.link_btn::before, .link_btn::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background-color: #333;
}

.link_btn::before {
	width: 100%;
	left: 0;
	top: -30%;
}

.link_btn::after {
	width: 13px;
	right: 0;
	top: -53%;
	-webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.link_btn.empty::before {
	top: 50%;
}

.link_btn.empty::after {
	top: 33%;
}

.link_box.one-link {
	width: 100px;
	padding-top: 20px;
	padding-bottom: 9px;
	border-radius: 4px;
	margin: 35px auto 0;
	background-color: #133058;
}

.link_box.one-link .link_btn::before, .link_box.one-link .link_btn::after {
	background-color: #fff;
}

.link_box.one-link .link_btn {
	color: #fff;
}

.link_box.one-link .link_btn:hover {
	color: #21c2f7;
}



/*========== Pages ===========*/
.Pages {
	text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.Paginator {
	font-size: 13px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.Paginator a,.pageList .this-page {
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator a:visited {
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtStart {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}

.Paginator .Prev {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	color: #9a9a9a;
	border: solid 1px #cecccc;
}

.Paginator .break {
	bpadding: 2px 6px;
	border: none;
	background: #ffffff;
	color: #9a9a9a;
}

.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtEnd {
	margin-left: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}

.Paginator .this-page {
	padding: 2px 6px;
	vertical-align: top;
	background: #ffffff;
	border: solid 1px #cecccc;
	font-weight: bold;
	color: #FF0084;
}

.Paginator a:visited:hover,.Paginator a:hover,.Paginator a:active {
	color: #ffffff;
	background: #0063DC;
	border-color: #ffffff;
}

.Pages div.Results {
	text-align: center;
	margin-top: 8px;
	font: 11px/15px Arial,Helvetica;
	color: #9a9a9a;
}



/*========== Footer ===========*/
footer {
  padding: 50px 0;
	background: #015486 bottom url("../images/header_bg.jpg") repeat-x;
}

footer .row .col-2 {
	width:72%;
	padding:15px 20px;
}

footer .row .col-3 {
	width:28%;
	padding:10px 20px;
}

footer .qr_code {
	float:left;
	margin-right:10px;
	padding-top:5px;
}

footer .qr_code img {
	width:280px;
}

h5.copyright {
	overflow:hidden;
	font-size:15px;
	line-height:1.8;
	font-weight:normal;
	color:#fff;
}

h5.copyright a[href^=tel] {
    color:inherit;
    text-decoration:none;
}

h5.copyright a {
    color:#fff;
}

h5.copyright a:hover {
	text-decoration:underline;
}

ul.foot_menu li {
	float:left;
	width:33.3%;
}

ul.foot_menu li a {
	display:block;
	padding:6px 0px;
	font-size:15px;
	color:#fff;
}

ul.foot_menu li a:hover {
	text-decoration:underline;
}


@-webkit-keyframes scrollDown {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  40% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  60% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@keyframes scrollDown {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  40% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  60% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@-webkit-keyframes shakeBefore {
  0%,
  100%,
  80% {
    left: 0;
  }
  20%, 60% {
    left: 12%;
  }
  40% {
    left: -5%;
  }
}

@keyframes shakeBefore {
  0%,
  100%,
  80% {
    left: 0;
  }
  20%, 60% {
    left: 12%;
  }
  40% {
    left: -5%;
  }
}

@-webkit-keyframes shakeAfter {
  0%,
  100%,
  80% {
    right: 0;
  }
  20%, 60% {
    right: -12%;
  }
  40% {
    right: 5%;
  }
}

@keyframes shakeAfter {
  0%,
  100%,
  80% {
    right: 0;
  }
  20%, 60% {
    right: -12%;
  }
  40% {
    right: 5%;
  }
}



@media (max-width: 1080px) {
	.wrap {
		max-width: 996px;
		margin: 0 auto;
	}

	ul.menu li > a {
		display: block;
		padding: 20px 15px;
		font-size: 15px;
		color: #FFF;
		position:relative;
	}
}


@media (max-width: 960px) {
	.outerWrap {
		padding-top: 60px;
	}

	.wrap {
		width: 100%;
		padding: 0 20px;
	}

	header {
		display: none;
	}

	/*========== Mobile Menu ===========*/
	.m_menu {
		display: block;
		width: 100%;
		box-shadow: 0 2px 5px rgba(126, 126, 126, 0.50);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.m_menu .mask {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.m_menu .hideBox {
		display: none; /* Old browsers */
		width: 100%;
		padding: 60px 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.80);
	}

	.m_menu .controlBox {
		background: #015486;
		position: relative;
		z-index: 99;
	}

	.m_menu .controlBox a.main {
		display: block;
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 60px;
		font-size: 20px;
		color: #fff;
		line-height: 60px;
		text-align: center;
		background: #015486;
	}

	.m_menu .controlBox .m_logo {
		float: left;
	}

	.m_menu .controlBox .m_logo img {
		display: block;
		width: 300px;
		padding-top: 15px;
	}

	.m_menu .controlBox .right {
		float: right;
		margin-right: 10px;
	}

	.m_menu .controlBox .right_btn {
		float: left;
		position: relative;
		padding-top: 8px;
	}
	
	.m_menu .controlBox .right_btn > a {
		margin:0 3px;
		display: inline-block;
		font-size: 18px;
		color: #171016;
		background: #bebebe;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 100%;
		overflow: hidden;
	}
	
	.m_menu .controlBox .right_btn > a:hover {
		color: #fff;
		background: #21c2f7;
	}

	.m_menu .hideBox p.sp {
		background: #000;
		padding: 10px;
		font-size: 13px;
		color: #FFF;
	}

	.m_menu .hideBox .language {
		display: block;
		color: #FFF;
		font-weight: normal;
		line-height: 2;
		padding: 10px;
		text-align: center;
		font-size: 16px;
	}

	.m_menu .hideBox .language a {
		color: #FFF;
	}

	.m_menu .hideBox .language a:hover {
		color: #21c2f7;
	}

	.m_menu .hideBox .m_search {
		text-align:center;
		padding:10px;
	}

	.m_menu .hideBox .m_search input[type="text"] {
		display:inline-block;
		vertical-align:middle;
		width:200px;
		height:23px;
		border:1px solid #CCC;
		padding:5px;
	}

	.m_menu .hideBox .m_search a {
		display:inline-block;
		vertical-align:middle;
		width:35px;
		height:35px;
		font-size:18px;
		line-height:35px;
		text-align:center;
		background:#21c2f7;
		color:#FFF;
	}

	.m_menu .m_ico {
		padding: 10px;
		text-align: center;
	}

	.m_menu .m_ico a {
		margin:0 1px;
		display: inline-block;
		font-size: 20px;
		color: #21c2f7;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
	}

	.m_menu .m_ico a:hover {
		background: #21c2f7;
		color: #FFF;
		border-radius: 100%;
	}

	.m_menu ul.nav li {
    	border-top: 1px solid rgba(119, 119, 119, 0.95);
	}

	.m_menu ul.nav li.english {
		display: block;
	}

	.m_menu ul.nav li a {
		padding: 20px 10px;
		display: block;
		font-size: 16px;
		color: #FFF;
		text-align: center;
		position: relative;
	}

	.m_menu ul.nav li a:hover {
		background: #21c2f7;
	}
	
	.m_menu ul.nav li a i {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -7px;
	}

	.m_menu ul.nav li .submenu {
		display: none;
	}

	.m_menu ul.nav li .submenu a {
		padding: 10px 20px;
	}

	.m_menu ul.nav li .submenu a:hover {
		background:#999;
	}

	.title_box.mobileCenter {
		text-align: center;
	}

	.title_box.mobileCenter .title_line::after {
		margin-left: auto;
		margin-right: auto;
	}

	.title_box .title_s {
		margin: 10px 0;
	}

	.title_box .title_b {
		margin: 10px 0;
	}
	.marquee_box .txt  {
		padding-left:0px;
		overflow:hidden;
	}
	
    .marquee_box .txt a {
        line-height: 20px;
        font-size: 16px;
    }

	/*========== Footer ===========*/	
	footer .row .col-2 {
		margin:0 auto;
		width:98%;
	}

	footer .row .col-3 {
		padding-top:30px;
		width:100%;
	}

	.foot_menu li {
		text-align:center;
	}
}



@media (max-width: 800px) {
	.main_area .guide {
		display:none;
	}
}



@media (min-width: 641px) and (max-width: 960px) {
	.title_box .title_b {
		font-size: 45px;
	}
}



@media (max-width: 640px) {
	.side_menu {
		display: none;
	}

	.dropDownBox {
		position: relative;
		display: block;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.dropDownBox > div {
		position: relative;
		line-height: 40px;
		padding: 0 10px;
		border: 1px solid #ccc;
	}

	.dropDownBox > div::before {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: 40px;
		background-color: #ccc;
	}

	.dropDownBox > div::after {
		position: absolute;
		width: 40px;
		height: 100%;
		display: block;
		color: #ccc;
		top: 0;
		right: 0;
		content: '\f358';
        font-family: "Font Awesome 5 Free";
		font-size: 24px;
		text-align: center;
		transition: all .4s ease;
	}

	.dropDownBox > ul {
		display: none;
		transition: all .3s ease-out;
	}

	.dropDownBox > ul a {
		display: block;
		padding: 10px;
	}

	.dropDownBox > ul a.current {
		background-color: #133058;
		color: #fff;
	}

	.dropDownBox > ul dl {
		display: none;
		background-color: #f3f3f3;
	}

	.dropDownBox > ul dl a {
		padding-left: 2em;
		color: #133058;
	}

	.dropDownBox.open > div::after {
		-webkit-transform: rotateX(-180deg);
		      transform: rotateX(-180deg);
	}

	.dropDownBox.open > ul {
		display: block;
		position: absolute;
		background-color: #fff;
		border: 1px solid #ccc;
		left: 0;
		right: 0;
		z-index: 10;
		top: 41px;
	}
  
	.content_box .left_box {
		float:none;
		width:100%;
	}

	.content_box .right_box {
		float:none;
		width:100%;
		margin-top:30px;
	}

	.title_box .title_b {
		font-size: 32px;
	}

	footer .qr_code {
		float:none;
		width:100%;
	}
}



@media (max-width: 480px) {
	.col-2, .col-3, .col-4, .col-5 {
		float:none;
		width:100%;
	}
}
