@charset "utf-8";

.skipToContent {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
}

.hidden {
	display: none;
}


/*** desktop ***********************************************************************************************************************/

:root {
	--main-color: #0050E4;
	--sub-color: #003392;
}


body {
	min-width: 1640px;
	max-width: 1920px;
	margin: 0 auto !important;
}

#wrapper {
	display: flex;
	width: 100%;
}

#header {
	width: 250px;
	height: 100%;
	z-index: 1000;
	background: #fff;
	position: fixed;
	z-index: 999;
	box-shadow: 5px 5px 5px rgba(180, 180, 180, 0.1);
}

#header_content {
	position: relative;
	*zoom: 1;
	width: 100%;
	margin: 0 auto;
}

#header_content:after {
	content: " ";
	display: block;
	clear: both;
}

#header_content .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}

#header_content .logo a {
	display: block;
}

.top_menu {
	*zoom: 1;
	height: 55px;
	display: flex;
	align-items: flex-start;
}

.top_menu ul {
	display: flex;
	gap: 10px;
}

.top_menu ul li {
	line-height: 24px;
}

.top_menu ul li a {
	color: #9e9e9e;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.01em;
	border: 1px solid #ddd;
	padding: 0 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.top_menu ul li:first-child a {
	background: none;
}

.top_menu ul li a:hover {
	color: #fff;
	background-color: #9e9e9e;
}

.top_menu ul li.wine a {
	background: none;
	background-color: var(--main-color);
	color: #fff;
	padding: 0 30px;
}



/* gnb */
.gnb_wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
}

nav#gnb {
	z-index: 999;
	width: 100%;
}

nav#gnb>ul {
	*zoom: 1;
	box-sizing: border-box;
	text-align: right;
}

nav#gnb>ul>li:first-child {
	border-top: 1px solid #e2e2e2;
}

nav#gnb>ul>li {
	width: 100%;
	text-align: center;
	display: block;
	border-bottom: 1px solid #e2e2e2;
}

nav#gnb>ul>li.gnb5,
nav#gnb>ul>li.gnb6 {
	width: 100%;
}

nav#gnb>ul>li:first-child {
	margin: 0;
}

nav#gnb>ul>li>a {
	display: block;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	font-weight: 500;
	color: #333;
}

nav#gnb>ul>li:hover a {
	color: #fff;
	background-color: var(--main-color);
}

nav#gnb>ul>li .gnb-2dep {
	width: 100%;
	display: none;
	padding: 20px 0;
	z-index: 999;
}


nav#gnb>ul>li .gnb-2dep li {
	text-align: center;
	width: 100%;
	margin: 12px 0 0;
}

nav#gnb>ul>li .gnb-2dep li:first-child {
	margin: 0;
}

nav#gnb>ul>li .gnb-2dep li a {
	color: #9e9e9e;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.05em;
	background-color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

nav#gnb>ul>li .gnb-2dep li a.gnb-3 {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 24px;
}

nav#gnb>ul>li:hover .gnb-2dep {
	background-color: #fff;
	color: #9e9e9e;
}

nav#gnb>ul>li:hover .gnb-2dep li a {
	color: #9e9e9e;
}

nav#gnb>ul>li .gnb-2dep li a:hover,
nav#gnb>ul>li .gnb-2dep li a:focus {
	color: #000;
}

#gnbBg_wrap {
	width: 100%;
}

#gnbBg {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0.85);
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}



/** mobile_none **/
.mobile_top {
	display: none;
}

#nav {
	display: none;
}

.m_right_box {
	display: none;
}




/* main */
#container {
	height: 100vh;
	width: 100%;
}

#container .wrap {
	width: calc(100% - 250px);
	float: right;
	display: flex;
	flex-direction: column;
}

#container .wrap .red {
	font-size: 16px;
	background: url('../images/main/notice_bg.png') no-repeat left top;
	color: #fff;
	display: flex;
	padding: 10px 0 25px 25px;
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 1440px;
	background-size: cover;
}

#container .wrap .red span {
	display: inline-block;
	margin: 0 5px 0 0;
}

#container .wrap .red img {
	width: 100%;
}

#container .wrap .mainvisual_wrap {
	display: flex;
	overflow: hidden;
}

#container .wrap .mainvisual_wrap .section_wrap {
	width: calc(100% - 820px);
	display: flex;
	flex-direction: column;
	position: relative;
}

#mainvisual {
	width: 820px;
	height: 805px;
	overflow: hidden;
	position: relative;
	background: url('../images/main/mainvisual.jpg') center 48px no-repeat;
	background-size: cover;
}

#mainvisual .visual_txt {
	position: absolute;
	z-index: 800;
	top: 105px;
	left: 40px;
}

#mainvisual .visual_txt h2 {
	color: var(--main-color);
	letter-spacing: -0.04em;
	font-size: 66px;
	line-height: 1;
	font-family: 'SBAggroB';
	color: #003392;
	font-weight: 700;
	margin: 20px 0 35px;
	word-break: keep-all;
}

#mainvisual .visual_txt h3 {
	color: #003392;
	display: block;
	font-size: 40px;
	font-family: 'SBAggroB';
	font-weight: 500;
}

#mainvisual .visual_txt p {
	font-family: 'SBAggroB';
	font-size: 24px;
	line-height: 20px;
	letter-spacing: -0.04em;
	color: #003392;
	font-weight: 500;
	margin: 0 0 20px;
}

#mainvisual .visual_txt p span {
	color: #ffd600;
	font-size: 42px;
}

#subvisual {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	background: url('../images/sub/subvisual.jpg') center center no-repeat;
	background-size: cover;
}

#subvisual .visual_txt {
	padding: 40px;
}

#subvisual .visual_txt h2 {
	color: var(--main-color);
	letter-spacing: -0.04em;
	font-size: 48px;
	line-height: 1;
	font-family: 'SBAggroB';
	font-weight: 700;
	margin: 10px 0 20px;
	word-break: keep-all;
}

#subvisual .visual_txt h3 {
	color: var(--main-color);
	display: block;
	font-size: 28px;
	font-family: 'SBAggroB';
	font-weight: 500;
}

#subvisual .visual_txt p {
	font-family: 'SBAggroB';
	font-size: 21px;
	line-height: 20px;
	letter-spacing: -0.04em;
	color: #2d2d2d;
	font-weight: 500;
	margin: 0 0 20px;
}

#subvisual .visual_txt p span {
	color: #ff8400;
	font-size: 30px;
}

/* #mainvisual .bx-wrapper {float:left;width:100% !important;height:100vh !important; overflow:hidden;position:relative;}
#mainvisual .bx-viewport {height:100vh !important; overflow:hidden;}

#mainvisual .bx-controls-auto .bx-start {display:none !important;}
#mainvisual .bx-controls {display:none !important;}
#mainvisual .main_slider div.visual{width:100%; height:100vh;}
#mainvisual .main_slider div.visual01{}
 */


.subvisual {
	width: 100%;
	height: 250px
}

.subvisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s_title h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #000;
	margin: 0 0 15px 15px;
}

.s_title h4 span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #b5c4df;
	display: inline-block;
	margin: 0 0 0 10px;
}

.s_title a {
	display: inline-block;
	position: relative;
	letter-spacing: 0;
	margin-bottom: 4px;
	font-weight: 300;
	font-size: 22px;
}



/* section01 */
.section01 {
	width: 620px;
	position: relative;
	padding: 85px 0 30px 30px;
}

.section01 .date {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.section01 .date li {
	padding: 10px 25px;
	background-color: #eee;
	display: flex;
	justify-content: space-between;
}

.section01 .date li p {
	font-size: 16px;
	color: #000;
}

.section01 .date li span {
	color: var(--main-color);
	font-weight: 500;
	font-size: 16px;
}


/* section02 */
.section02 {
	width: 859px;
	position: relative;
}

.section02 .quick {
	display: flex;
	background: url('../images/main/quick_bg.png') no-repeat left bottom;
	padding: 33px 0 20px 15px;
	margin-left: -26px;
}

.section02 .quick li {
	padding: 15px 30px;
	border-right: 1px solid rgbA(221, 221, 221, 0.3);
	width: 220px;
}

.section02 .quick li:last-child {
	border-right: 0;
}

.section02 .quick li a h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.section02 .quick li a p {
	font-weight: 400;
	font-size: 14px;
	color: #b5c4df;
	display: block;
}

.section02 .quick li a span {
	display: block;
	text-align: right;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.section02 .quick li:hover a span {
	transform: rotate(-10deg);
}

/* section03 */
.section03 {
	width: 620px;
	padding: 35px 0 0 30px;
}

.section03 .s_title {
	display: flex;
	justify-content: space-between;
}

.section03 .s_title a span img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.section03 .s_title a:hover span img {
	transform: rotate(-90deg);
}

.section03 .notice li:first-child a {
	border-top: 1px solid #ddd;
}

.section03 .notice li a {
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.section03 .notice li a p {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.section03 .notice li a:hover p {
	color: var(--main-color);
}

.section03 .notice li a span {
	display: block;
	font-size: 16px;
	color: #9e9e9e;
	min-width: 70px;
	text-align: right;
}


/* banner slider */
.banner_max {}

.banner_slide_wrap {
	width: 1440px;
	margin: 0 auto 0 0;
	padding: 36px 0 0;
}

.banner_slider {
	position: relative;
}

.banner_slider ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_slider ul li a img {
	position: Absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 90%;
	max-width: 90% !important;
	width: auto !important;
}



/* footer */
#footer {
	width: 100%;
	padding: 80px 20px 0;
}

#footer_content {
	*zoom: 1;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #9e9e9e;
}

#footer_content p {
	font-weight: 500;
	font-size: 14px;
	margin: 0 0 10px;
}

#footer_content address {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.02em;
}

#footer_content address .copy {
	font-weight: 300;
	margin-top: 15px;
	font-size: 16px;
}

#footer_content a {
	margin: 15px 0 0 0;
	padding: 5px 10px;
	background-color: #a8a8a8;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}

#footer_m {
	display: none;
}

/*Quick Menu */
#quick_menu {
	position: fixed;
	bottom: 230px;
	width: 65px;
	right: 100px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease;
	/* Safari and Chrome */
	-o-transition: all 0.5s ease;
	/* Opera */
}

#quick_menu a {
	display: block;
}

/* sub */


.banner_max .owl-carousel.owl-drag .owl-item {
	margin: 0 0 0 30px;
}



/* Sub layout */
#contents_wrap {
	width: calc(100% - 250px);
	float: right;
}

.sub_top {
	margin: 0 auto 50px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
	letter-spacing: -0.03em;
}

.sub_top h2 {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
}

.sub_content {
	width: 1420px;
	margin: 0 0 20px;
	background-color: #fff;
	box-sizing: border-box;
}

#con_area {
	margin: 0 auto 300px;
	min-height: 500px;
	padding: 30px;
}

.sub_content #con_area {
	padding: 30px 0 30px 50px;
}




/* 공통 css */
strong {
	font-weight: 600;
}

.hyper_table {
	border-top: 1px solid #a5c942;
	margin: 0 0 70px 0;
}

.hyper_table2 {
	margin: 0 0 20px 0 !important;
}

.hyper_table tbody tr th {
	padding: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #111;
	border-bottom: 1px solid #dfdfdf;
	background-color: #f5f5f5;
	letter-spacing: -0.03em;
}

.hyper_table tbody tr td {
	padding: 15px 25px;
	font-size: 15px;
	line-height: 30px;
	color: #333;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
}

.hyper_table tbody tr td .r_input {
	margin: 0 30px 0 0;
}

.hyper_table #select_Option {
	width: 400px;
	background-position: 96% center;
}

.hyper_table input[type="button"] {
	font-family: 'noto';
}

.hyper_table tbody tr td .point_down {
	display: inline-block;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #5ea4b2;
	border-radius: 3px;
	vertical-align: middle;
	border: none;
	outline: 0;
}

.input {
	border: 1px solid #ddd;
	background-color: #FFF;
	height: 33px;
	vertical-align: middle;
	border-radius: 5px;
	padding: 0 0 0 8px;
}

.input_select {
	border: 1px solid #ddd;
	background-color: #FFF;
	height: 20px;
	vertical-align: middle;
}

.input_select {
	border: 1px solid #dd;
	background-color: #FFF;
	height: 20px;
	vertical-align: middle;
}

.input_text {
	border: 1px solid #ddd;
	background-color: #FFF;
	vertical-align: middle;
	height: 18px;
}

.input_text_field {
	border: 1px solid #ddd;
	width: 95%;
	background-color: #FFF;
	vertical-align: middle;
	height: 200px;
}


/* 01 */
.page01 .welcome {
	font-size: 17px;
	line-height: 32px;
	margin: 0 0 15px 0;
	text-align: justify;
	font-weight: 500;
	color: #222;
	letter-spacing: -0.03em;
}

.page01 .welcome strong {
	color: #6c8b19;
	font-size: 22px;
	display: block;
	padding: 30px 0;
	font-weight: 400;
	line-height: 35px;
}

.page01 .welcome p {
	text-align: right;
}

.page01 .welcome p img {
	padding: 0 0 10px 0;
}

.page01 p strong {
	display: block;
	font-weight: 400;
	font-size: 28px;
	color: #063783;
}

.page01 p em {
	display: block;
	text-align: right;
	font-size: 18px;
	font-weight: 600;
}

/* 02 */
.page02 h5 {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: 800;
	color: #000;
	border-left: 5px solid #053682;
	padding: 0 0 0 15px;
}

.page02 table {
	margin: 0 0 40px 0;
	border-top: 1px solid #053682;
}

.page02 table th {
	padding: 10px 15px;
	background: #f3f3f3;
	font-weight: 600;
	font-size: 18px;
	color: #111;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.page02 table td {
	padding: 10px 15px;
	background: #ffffff;
	font-weight: 500;
	font-size: 17px;
	color: #333;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.page02 table td:last-child {
	border-right: none;
}

.page02 table td ul {
	padding: 0 0 0 20px;
}

.page02 table td ul li {
	background: url('../images/brown_dot.png') 0 center no-repeat;
	font-size: 17px;
	padding: 0 0 0 15px;
}

.page02 table td a {
	background: #053682;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	margin: 5px 0;
	display: inline-block;
	border-radius: 50px;
	font-size: 14px;
}




.conf_info table {
	border-top: 1px solid #a5c942;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 70px 0;
}

.conf_info table tbody tr th {
	padding: 15px 10px 15px 70px;
	font-weight: 600;
	color: #77a104;
	font-size: 17px;
	letter-spacing: -0.03em;
	text-align: left;
}

.conf_info table tbody tr td {
	padding: 15px 10px 15px 70px;
	font-weight: 600;
	color: #111;
	font-size: 17px;
	letter-spacing: -0.03em;
}

.conf_info table tbody tr.bg {
	background-color: #f3f8e4;
}

.conf_info table tbody tr td a.regi_btn {
	display: inline-block;
	width: 224px;
	height: 40px;
	border: 3px solid #f8603d;
	box-sizing: border-box;
	line-height: 34px;
	padding: 0 0 0 15px;
	background: url(../images/sub/orange_arrow.png) 90% center no-repeat;
	color: #f8603d;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	margin: 0 10px 0 0;
}

.conf_info table tbody tr td a.regi_btn:hover,
.conf_info table tbody tr td a.regi_btn:focus {
	background-color: #fff;
}



.conf_info table.b_td tbody tr th {
	border-bottom: 1px solid #ddd;
}

.conf_info table.b_td tbody tr td {
	border-bottom: 1px solid #ddd;
}

.conf_info table.b_td tbody tr td .s_txt {
	font-size: 15px;
	color: #444444;
	font-weight: 400;
	line-height: 25px;
}

.conf_info table.b_td tbody tr td .down_btn {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 135px;
	box-sizing: border-box;
	width: 145px;
	height: 80px;
	font-size: 15px;
	line-height: 21px;
	color: #6f7857;
	padding: 17px 15px;
	border: 2px solid #6f7857;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url('../images/sub/kaki_down.png') 85% center no-repeat;
	margin-left: -25px;
	margin-top: 10px;
}

.conf_info table.b_td tbody tr td .down_btn:hover,
.conf_info table.b_td tbody tr td .down_btn:focus {
	background-color: #f0f1ec;
}

.conf_info table.b_td tbody tr td a.regi_btn {
	display: inline-block;
	width: 224px;
	height: 40px;
	border: 3px solid #f8603d;
	box-sizing: border-box;
	line-height: 34px;
	padding: 0 0 0 15px;
	background: url('../images/sub/orange_arrow.png') 90% center no-repeat;
	color: #f8603d;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	margin: 0 10px 0 0;
}

.conf_info table.b_td tbody tr td a.regi_btn:hover,
.conf_info table.b_td tbody tr td a.regi_btn:focus {
	background-color: #f8f3f2;
}

.conf_info table.b_td tbody tr td .notice {
	position: absolute;
	bottom: 20px;
	right: 300px;
	font-size: 14px;
	color: #d41f1f;
	display: inline-block;
	padding: 10px;
	background-color: #f2f2f2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.conf_info table.b_td tbody tr td .notice strong {
	font-weight: 900;
	display: block;
	margin: 0 0 3px 0;
}

.conf_info table.b_td2 thead tr th {
	background-color: #f3f8e4;
	text-align: center;
	color: #77a104;
	padding: 15px;
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.conf_info table.b_td2 thead tr th:first-child {
	border-left: none;
}

.conf_info table.b_td2 tbody tr td {
	text-align: center;
	border-left: 1px solid #ddd;
	padding: 15px;
	font-weight: 400;
}

.conf_info table.b_td2 tbody tr td.right {
	padding: 15px 120px 15px 15px;
	text-align: right;
}

.conf_info table.b_td2 tbody tr td strong {
	font-weight: 900;
}

.conf_info table.b_td2 tbody tr td.none {
	border-left: none;
}

.conf_info .red_noti {
	font-size: 15px;
	color: red;
	font-weight: 600;
	letter-spacing: -0.03em;
	margin: 10px 0 0 0;
	text-align: right;
}

.conf_info .dest_info {
	padding: 30px;
	border: 5px solid #f1f8ef;
}

.conf_info .dest_info strong {
	display: block;
	color: #465141;
	font-weight: 900;
	font-size: 17px;
	margin: 0 0 8px 0;
}

.conf_info .dest_info p {
	font-size: 16px;
	font-weight: 600;
	color: #929890;
	line-height: 30px;
}

.conf_info .dest_info p.tel span {
	display: inline-block;
	width: 60px;
	padding: 0 0 0 27px;
	background: url('../images/sub/kaki_tel.png') 0 center no-repeat;
	color: #585c56
}

.conf_info .dest_info p.email span {
	display: inline-block;
	width: 60px;
	padding: 0 0 0 27px;
	background: url('../images/sub/kaki_mail.png') 0 center no-repeat;
	color: #585c56
}


.conf_info table.tb2 {
	border-top: 1px solid #a5c942;
	margin: 0 0 20px 0;
}

.conf_info table.tb2 thead tr th {
	background-color: #f3f8e4;
	font-size: 16px;
	font-weight: 900;
	color: #111;
	padding: 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.conf_info table.tb2 thead tr th:first-child {
	border-left: none;
}

.conf_info table.tb2 tbody tr th {
	font-size: 16px;
	font-weight: 900;
	color: #111;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}

.conf_info table.tb2 tbody tr td {
	font-size: 15px;
	color: #111;
	padding: 10px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.conf_info table.tb2 tbody tr td.right {
	padding: 10px 150px 10px 10px;
	text-align: right;
}

.conf_info table.tb2 tbody tr td:first-child {
	border-left: none;
}

.conf_info .btn_box a {
	display: inline-block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0 10px;
	background-color: #8e1f22;
}

.conf_info .btn_box a.btn2 {
	background-color: #29a4e5;
}

.conf_info .btn_box a:hover,
.regi_info .btn_box a:focus {
	background-color: #dc6510;
}

.conf_info .btn_box a.btn2:hover,
.regi_info .btn_box a.btn2:focus {
	background-color: #057ab8;
}




/* 03 */
.page03 .page03_top h5 {
	font-size: 24px;
	font-weight: 800;
	color: #000;
	border-left: 5px solid #053682;
	padding: 0 0 0 15px;
}

.page03 .page03_top ul {
	padding: 20px 30px;
	box-sizing: border-box;
	margin: 15px 0;
	background: #f4f4f4;
}

.page03 .page03_top ul li {
	background: url('/images/main/dot_black.png') 0 center no-repeat;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0;
	color: #333;
	font-weight: 600;
}

.page03 .page03_top ul li a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #a5c942;
	color: #fff;
	border-radius: 60px;
	line-height: 16px;
}


.page03 .mapbox {
	width: 100%;
	height: 400px;
	border: 4px solid #e1e1e1;
	margin: 30px 0 0 0;
	box-sizing: border-box;
}

.pro_tab {
	margin: 0 0 60px 0;
}

.pro_tab:after {
	content: "";
	display: block;
	clear: both;
}

.pro_tab a {
	float: left;
	display: block;
	width: 230px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	letter-spacing: -0.03em;
	color: #555555;
	border: 1px solid #ddd;
}

.pro_tab a.on {
	background-color: #a43538;
	border-collapse: #a43538;
	color: #fff;
}





table.program_info {
	width: 100%;
	margin-top: 30px;
}

table.program_info {
	border-top: 3px solid #6a8515;
	border-bottom: 1px solid #6a8515;
}

table.program_info td {
	height: auto;
	padding: 10px 5px;
	line-height: 1.5;
	border-top: 1px solid #ddd;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	color: #111;
	letter-spacing: -0.03em;
}

table.program_info tr:first-child {
	border-top: 0 none;
}

table.program_info td:first-child {
	text-align: center;
}

table.program_info td.spot {
	text-align: right;
	font-weight: 400;
}

table.program_info td.notLine {
	padding-top: 0;
	border-top: 0 none;
	text-align: left;
}

table.program_info td.br_top0 {
	border-top: 0 none;
	padding-top: 10px;
}

table.program_info td.s_txt {
	font-size: 14px;
	color: #444;
	font-weight: 400;
	letter-spacing: 0;
}

table.program_info td b.break {
	font-weight: 900;
	color: #e96542;
}

table.program_info tr.blue {
	background-color: #f4fed4;
}

table.program_info tr.blue td {
	color: #6a8515;
}

.page03 p.notice {
	font-size: 14px;
	font-weight: 600;
	color: Red;
	text-align: right;
	margin: 10px 0 0 0;
}



.page03 .btn_box a {
	display: inline-block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0 10px;
	background-color: #8e1f22;
}

.page03 .btn_box a.btn2 {
	background-color: #29a4e5;
}

.page03 .btn_box a:hover,
.regi_info .btn_box a:focus {
	background-color: #dc6510;
}

.page03 .btn_box a.btn2:hover,
.regi_info .btn_box a.btn2:focus {
	background-color: #057ab8;
}

.page03 .enter_btn {
	text-align: center;
}

.page03 .enter_btn a {
	display: inline-block;
	width: 49.5%;
	height: 100px;
	box-sizing: Border-box;
	padding: 0 0 0 50px;
	border-radius: 10px;
	color: #fff;
	font-size: 27px;
	line-height: 100px;
	font-weight: 900;
	position: relative;
	text-align: left;
	background: #85ae13;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #a5c942, #85ae13);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #a5c942, #85ae13);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.page03 .enter_btn a span {
	position: absolute;
	top: 20px;
	right: 40px;
}


/* 04 */
h3.c_tit {
	font-size: 28px;
	font-weight: 600;
	color: #111;
	margin: 0 0 15px 0;
}

.regi_info .boxing {
	margin: 0 0 60px 0;
}

.regi_info .boxing .red_noti {
	font-size: 16px;
	color: red;
	font-weight: 600;
	letter-spacing: -0.03em;
	margin: 5px 0 0 0;
	text-align: right;
}

.regi_info .boxing .date {
	border: 3px solid #ddd;
	padding: 20px 30px 20px 50px;
	color: #ff3f30;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.regi_info .boxing .date span img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.regi_info .boxing .gray {
	background-color: #f4f4f4;
	padding: 20px 20px 20px 40px;
	position: relative;
}

.regi_info .boxing .gray p.dot {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	line-height: 20px;
	margin: 5px 0;
	letter-spacing: -0.04em;
}

.regi_info .boxing .gray p.dot:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #aaa;
	vertical-align: middle;
	margin: 0 7px 3px 0;
}

.regi_info .boxing table {
	border-top: 1px solid #222;
	margin: 0 0 20px 0;
}

.regi_info .boxing table thead tr th {
	background-color: #f6f6f6;
	font-size: 14px;
	font-weight: 900;
	color: #111;
	padding: 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.regi_info .boxing table thead tr th:first-child {
	border-left: none;
}

.regi_info .boxing table tbody tr th {
	font-size: 14px;
	font-weight: 900;
	color: #111;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.regi_info .boxing table tbody tr td {
	font-size: 14px;
	color: #111;
	padding: 10px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.regi_info .boxing table tbody tr td.right {
	padding: 10px 150px 10px 10px;
	text-align: right;
}

.regi_info .boxing table tbody tr td:first-child {
	border-left: none;
}

.regi_info .boxing table.tb2 tbody tr th {
	background-color: #f6f6f6;
	font-size: 16px;
	font-weight: 900;
	color: #111;
	padding: 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.regi_info .boxing table.tb2 tbody tr td {
	text-align: left;
}

.regi_info .boxing .pro_info {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #1f607e;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
}


.regi_info .boxing .normal {
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.03em;
	line-height: 22px;
	margin: 0 0 5px 0;
}

.regi_info .boxing .notice {
	font-size: 14px;
	color: #d4561f;
	line-height: 20px;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.regi_info .boxing .gray strong {
	display: block;
	margin: 10px 0 5px;
}

.regi_info .boxing .gray .down_btn {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: url('../images/sub/white_down.png') 90% center no-repeat #8e1f22;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.regi_info .boxing .gray .down_btn:hover,
.regi_info .boxing .gray .down_btn:focus {
	background-color: #8e1f22;
}

.regi_info .btn_box {
	margin: 30px 0;
	text-align: center;
}

.regi_info .btn_box a {
	display: inline-block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0 10px;
	background-color: var(--main-color);
}

.regi_info .btn_box a.btn2 {
	background-color: #a8a8a8;
}

.regi_info .btn_box a:hover,
.regi_info .btn_box a:focus {
	background-color: var(--sub-color);
}

.regi_info .btn_box a.btn2:hover,
.regi_info .btn_box a.btn2:focus {
	background-color: #424242;
}



/* 05_01 */
.abs_info .boxing {
	margin: 0 0 60px 0;
	font-size: 16px;
}

.abs_info .boxing .date {
	border: 3px solid #ddd;
	padding: 20px 30px 20px 50px;
	color: #ff3f30;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.abs_info .boxing .date span img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.abs_info .boxing .gray {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
}

.abs_info .boxing .gray p.dot {
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	line-height: 20px;
	margin: 8px 0;
	letter-spacing: -0.04em;
}

.abs_info .boxing .gray p.dot:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #aaa;
	vertical-align: middle;
	margin: 0 7px 3px 0;
}

.abs_info .boxing .normal {
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.03em;
	line-height: 22px;
	margin: 0 0 5px 0;
}

.abs_info .boxing .notice {
	font-size: 14px;
	color: #d4561f;
	line-height: 20px;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.abs_info .btn_box {
	margin: 30px 0;
	text-align: center;
}

.abs_info .btn_box a {
	display: inline-block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0 10px;
	background-color: var(--main-color)
}

.abs_info .btn_box a.btn2 {
	background-color: #a8a8a8;
}

.abs_info .btn_box a:hover,
.abs_info .btn_box a:focus {
	background-color: var(--sub-color);
}

.abs_info .btn_box a.btn2:hover,
.abs_info .btn_box a.btn2:focus {
	background-color: #424242;
}

/* 05 */
.speaker_info .boxing {
	margin: 0 0 60px 0;
	font-size: 16px;
}

.speaker_info .boxing .date {
	border: 3px solid #ddd;
	padding: 20px 30px 20px 50px;
	color: #ff3f30;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.speaker_info .boxing .date span img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.speaker_info .boxing .gray {
	background-color: #f4f4f4;
	padding: 20px 20px 20px 40px;
	position: relative;
}

.speaker_info .boxing .gray p.dot {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	line-height: 20px;
	margin: 5px 0;
	padding: 0 0 0 14px;
	background: url('../images/sub/green_dot.png') 0 8px no-repeat;
	letter-spacing: -0.04em;
}

.speaker_info .boxing .normal {
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.03em;
	line-height: 22px;
	margin: 0 0 5px 0;
}

.speaker_info .boxing .notice {
	font-size: 14px;
	color: #d4561f;
	line-height: 20px;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.speaker_info .btn_box {
	margin: 30px 0;
	text-align: center;
}

.speaker_info .btn_box a {
	display: inline-block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0 10px;
	background-color: #8e1f22;
}

.speaker_info .btn_box a.btn2 {
	background-color: #29a4e5;
}

.speaker_info .btn_box a:hover,
.speaker_info .btn_box a:focus {
	background-color: #dc6510;
}

.speaker_info .btn_box a.btn2:hover,
.speaker_info .btn_box a.btn2:focus {
	background-color: #057ab8;
}

.plus_form {
	*zoom: 1;
	margin: 20px 0 30px;
}

.plus_form:after {
	content: " ";
	display: block;
	clear: both;
}

.plus_form p {
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	width: 300px;
	text-align: left;
}

.plus_form>div {
	float: left;
	width: 700px;
	margin: 0 0 0 20px;
}

.plus_form>div h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	float: left;
}

.plus_form>div>div {
	float: right;
}

.plus_form table thead td {
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #32699d;
}

.plus_form table tbody th {
	background: #f8f8f8;
	font-size: 14px !important;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}

.plus_form table tbody td {
	padding: 10px 5px !important;
	border-bottom: 1px solid #d6d6d6;
}

.plus_form .black_title {
	font-size: 22px;
	font-weight: 900;
	color: #111;
	padding: 0 0 0 30px;
	background: url('../images/sub/c_tit.png') 0 7px no-repeat;
	letter-spacing: -0.03em;
	margin: 0 0 20px 0;
}

.plus_form .black_title .plus {
	font-weight: 400;
	color: #555;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 17px;
	line-height: 23px;
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
}

.plus_form .black_title .plus:hover,
.plus_form .black_title .plus:focus {
	color: #a5c942;
	border-color: #a5c942;
}

.plus_form h2 {
	font-size: 15px;
	font-weight: 600;
	color: #111;
	margin: 0 0 10px 0;
}

.point_down {
	display: inline-block;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #5ea4b2;
	border-radius: 3px;
	vertical-align: middle;
	border: none;
	outline: 0;
}

.btn_box {
	text-align: center;
	margin: 60px 0;
}

.btn_box a {
	display: inline-block;
	width: 190px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border-radius: 40px;
	color: #fff;
}

.btn_box a.btn01 {
	margin: 0 20px 0 0;
	background-color: #a5c942;
}

.btn_box a.btn01:hover,
.btn_box a.btn01:focus {
	background-color: #8db422;
}

.btn_box a.btn02 {
	background-color: #9d9d9d;
}

.btn_box a.btn02:hover,
.btn_box a.btn02:focus {
	background-color: #777;
}

.btn_box a.btn03 {
	margin: 0 0 0 20px;
	background-color: #9d9d9d;
}

.btn_box a.btn03:hover,
.btn_box a.btn02:focus {
	background-color: #777;
}

#join_form {
	width: 100%;
	border-top: 2px solid #a5c942;
	border-bottom: 2px solid #cbcdc9;
	margin: 0 0 20px 0;
}

#join_form>thead>tr>th {
	background: #f2f2f2;
	border-bottom: 2px solid #cbcdc9;
	padding: 10px;
}

#join_form>thead>tr>td {
	text-align: left;
}

#join_form>tbody {}

#join_form>tbody>tr {
	border-bottom: 1px solid #e1e1e1;
}

#join_form>tbody>tr>th {
	text-align: left;
	padding: 15px;
}

#join_form>tbody>tr>td {
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
}

#join_form>tfoot>tr>th {
	text-align: left;
	padding: 15px;
}

#join_form>tfoot>tr>td {
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
}

.import {
	vertical-align: middle;
	max-width: 17px;
}

.required_txt {
	margin: 0 0 10px 0;
	text-align: right;
}

h4.title {
	font-size: 18px;
	line-height: 23px;
	background-size: 22px;
	background-position: 0 0;
}

/* 07_01 */
.speaker_info .boxing {
	margin: 0 0 60px 0;
	font-size: 16px;
}

.speaker_info .boxing .date {
	border: 3px solid #ddd;
	padding: 20px 30px 20px 50px;
	color: #ff3f30;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.speaker_info .boxing .date span img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.speaker_info .boxing .gray {
	background-color: #f4f4f4;
	padding: 20px 20px 20px 40px;
	position: relative;
}

.speaker_info .boxing .gray p.dot {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	line-height: 20px;
	margin: 5px 0;
	padding: 0 0 0 14px;
	background: url('../images/sub/green_dot.png') 0 8px no-repeat;
	letter-spacing: -0.04em;
}

.speaker_info .boxing .normal {
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.03em;
	line-height: 22px;
	margin: 0 0 5px 0;
}

.speaker_info .boxing .notice {
	font-size: 14px;
	color: #d4561f;
	line-height: 20px;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.speaker_info .btn_box {
	margin: 30px 0;
	text-align: center;
}

.speaker_info .btn_box a {
	display: inline-block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0 10px;
	background-color: #8e1f22;
}

.speaker_info .btn_box a.btn2 {
	background-color: #29a4e5;
}

.speaker_info .btn_box a:hover,
.speaker_info .btn_box a:focus {
	background-color: #dc6510;
}

.speaker_info .btn_box a.btn2:hover,
.speaker_info .btn_box a.btn2:focus {
	background-color: #057ab8;
}




/* 스폰서 */
.sponsor .boxing {
	margin: 0 0 60px 0;
}

.sponsor h3 {
	padding: 6px 10px 6px 44px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	line-height: 22px;
}

.sponsor h3:before {
	display: inline-block;
	content: "";
	top: -3px;
	left: 0;
	position: absolute;
	width: 33px;
	height: 51px;
}

.sponsor h3 span {
	font-weight: 400;
}

.sponsor .platinum h3 {
	background-color: #e41c39;
}

.sponsor .platinum h3:before {
	background: url('../images/sub/pla_icon.png')0 0 no-repeat;
}

.sponsor .platinum h3 span {
	color: #f998a6;
	font-weight: 400;
}

.sponsor .gold h3 {
	background-color: #e9c01b;
}

.sponsor .gold h3:before {
	background: url('../images/sub/gold_icon.png')0 0 no-repeat;
}

.sponsor .gold h3 span {
	color: #fbeba8;
	font-weight: 400;
}

.sponsor .bronze h3 {
	background-color: #cb6f56;
}

.sponsor .bronze h3:before {
	background: url('../images/sub/bronze_icon.png')0 0 no-repeat;
}

.sponsor .bronze h3 span {
	color: #efa08b;
	font-weight: 400;
}


.sponsor dl {
	margin: 30px 0 0 0;
}

.sponsor dl:after {
	content: "";
	display: block;
	clear: both;
}

.sponsor dl dt {
	float: left;
	width: 330px;
	height: 210px;
	margin-right: 40px;
}

.sponsor dl dt a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.sponsor dl dt a .logobox {
	height: 164px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.sponsor dl dt a .logobox img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.sponsor dl dt a .title {
	height: 43px;
	background-color: #f4f4f4;
	text-align: center;
	line-height: 43px;
	font-size: 16px;
	font-weight: 900;
	color: #111;
}

.sponsor dl dt a .title span img {
	vertical-align: middle;
	margin: 0 0 5px 7px;
}

.sponsor dl dt a:hover .logobox img,
.sponsor dl dt a:focus .logobox img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);

}

.sponsor dl dd {
	float: left;
	width: 830px;
}

.sponsor dl dd table {
	width: 100%;
}

.sponsor dl dd table tr th {
	font-size: 17px;
	padding: 5px 0 5px 10px;
	vertical-align: text-top;
	text-align: left;
}

.sponsor dl dd table tr td {
	font-size: 16px;
	line-height: 26px;
	padding: 5px 0;
	color: #444444;
	text-align: justify;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.sponsor dl dd table tr td a.video_btn {
	display: inline-block;
	padding: 5px 30px 0;
	font-size: 15px;
	font-weight: 900;
	line-height: 15px;
	background-color: #f4f4f4;
	color: #2d3947;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 1px solid #ccc;
}

.sponsor dl dd table tr td a.video_btn img {
	vertical-align: middle;
	padding: 0 0 10px 10px;
}

.sponsor dl dd table tr td a.video_btn:hover,
.sponsor dl dd table tr td a.video_btn:focus {
	border-color: #2d3947;
}


.sponsor .platinum dl dd table tr th {
	color: #e41c39;
	background: url('../images/sub/red_dot.png') 0 13px no-repeat;
}

.sponsor .gold dl dd table tr th {
	color: #dfb405;
	background: url('../images/sub/yel_dot.png') 0 13px no-repeat;
}

.sponsor .bronze dl dd table tr th {
	color: #cb6f56;
	background: url('../images/sub/brown_dot.png') 0 13px no-repeat;
}

.sponsor .video_box {
	height: 500px;
}


/* 08_01 */
.prize_info .boxing {
	margin: 0 0 60px 0;
	font-size: 16px;
}

.prize_info .boxing .date {
	border: 3px solid #ddd;
	padding: 20px 30px 20px 50px;
	color: #ff3f30;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.prize_info .boxing .date span img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.prize_info .boxing .gray {
	background-color: #f4f4f4;
	padding: 20px 20px 20px 40px;
	position: relative;
}

.prize_info .boxing .gray p.dot {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	line-height: 20px;
	margin: 5px 0;
	padding: 0 0 0 14px;
	background: url('../images/sub/green_dot.png') 0 8px no-repeat;
	letter-spacing: -0.04em;
}

.prize_info .boxing .normal {
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.03em;
	line-height: 22px;
	margin: 0 0 5px 0;
}

.prize_info .boxing .notice {
	font-size: 14px;
	color: #d4561f;
	line-height: 20px;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.prize_info .btn_box {
	margin: 30px 0;
	text-align: center;
}

.prize_info .btn_box a {
	display: inline-block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0 10px;
	background-color: #8e1f22;
}

.prize_info .btn_box a.btn2 {
	background-color: #29a4e5;
}

.prize_info .btn_box a:hover,
.prize_info .btn_box a:focus {
	background-color: #dc6510;
}

.prize_info .btn_box a.btn2:hover,
.prize_info .btn_box a.btn2:focus {
	background-color: #057ab8;
}



/* 라이브 촬영장소 안내*/
.mapinfo>ul {
	position: relative;
}

.mapinfo>ul>li {
	position: relative;
	padding-left: 100px;
}

.mapinfo>ul>li dl {
	margin-bottom: 30px;
}

.mapinfo>ul>li dl:last-child {
	margin-bottom: 0;
}

.mapinfo>ul>li dl dt {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 900;
	color: #222;
}

.mapinfo>ul>li dl dd {
	font-size: 14px;
	line-height: 22px;
	color: #454545;
}

.mapinfo>ul .name {
	position: absolute;
	left: 0;
	top: 50px;
	width: 80px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	font-weight: 900;
}

.mapinfo>ul .car {
	padding-top: 77px;
	padding-bottom: 78px;
	border-bottom: 1px solid #dedede;
}

.mapinfo>ul .car .name {
	padding-top: 54px;
	background-image: url('../images/sub/icon_car.png');
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 65px;
	background-size: 65px;
	-ms-behavior: url(backgroundsize.min.htc);
}

.mapinfo>ul .car>p {
	font-size: 15px;
	color: #222;
	font-weight: 900;
}

.mapinfo>ul .subway {
	padding-top: 72px;
	padding-bottom: 72px;
	border-bottom: 1px solid #dedede;
}

.mapinfo>ul .subway .name {
	padding-top: 96px;
	background-image: url('../images/sub/icon_subway.png');
	background-position: center 18px;
	background-repeat: no-repeat;
	-webkit-background-size: 55px;
	background-size: 55px;
	-ms-behavior: url(backgroundsize.min.htc);
}

.mapinfo>ul .bus {
	padding-top: 50px;
}

.mapinfo>ul .bus .name {
	padding-top: 72px;
	background-image: url('../images/sub/icon_bus.png');
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 60px;
	background-size: 60px;
	-ms-behavior: url(backgroundsize.min.htc);
}

.mapinfo>ul .bus ul,
.mapinfo>ul .bus2 ul,
.mapinfo>ul .bus3 ul {
	margin-top: 26px;
}

.mapinfo>ul .bus li,
.mapinfo>ul .bus2 li,
.mapinfo>ul .bus3 li {
	position: relative;
	min-height: 20px;
	margin-bottom: 10px;
	padding: 5px 0 0 63px;
	font-size: 14px;
	color: #454545;
}

.mapinfo>ul .bus li:last-child,
.mapinfo>ul .bus2 li:last-child,
.mapinfo>ul .bus3 li:last-child {
	margin-bottom: 0;
}

.mapinfo>ul .bus li span,
.mapinfo>ul .bus2 li span,
.mapinfo>ul .bus3 li span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 41px;
	height: 23px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
}

.mapinfo>ul .bus2 {
	position: absolute;
	right: 0;
	top: 459px;
	width: 45%;
	padding-left: 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #dedede;
}

.mapinfo>ul .bus3 {
	position: absolute;
	right: 0;
	top: 656px;
	width: 45%;
	padding-left: 0;
}

.mapinfo .dot {
	font-size: 17px;
	font-weight: 600;
	color: #111;
	line-height: 45px;
	letter-spacing: -0.03em;
	background: url('../images/yel_dot.png') 15px center no-repeat;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #ddd;

}

.mapinfo .info_top {
	margin: 0 0 40px 0;
}

/* 행사공통 */
.conference h3 {
	font-size: 24px;
	margin-bottom: 18px;
	font-weight: 700;
}

.conference h5 {
	font-size: 20px;
	margin-bottom: 18px;
	font-weight: 700;
}

.conference>div {
	margin-bottom: 80px;
}

.conference .box_bg {
	background: #f8f8f8;
	padding: 20px;
	margin: 20px 0;
}

.conference .box_line {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #ddd;
}

.conference .list li {
	margin-bottom: 10px;
}

.conference .list li:last-child {
	margin-bottom: 0;
}

.conference .red {
	color: #e90202;
}

.conference th.bdr {
	border-right: 1px solid #ddd !important;
}

.conference td.bdr {
	border-right: 1px solid #ddd !important;
}

.conference .conf_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.conference .conf_title h3 {
	margin-bottom: 0;
}

.conference .conf_title a {
	background: var(--main-color);
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
}

.conference a.conf_btn {
	background: var(--main-color);
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
}

.conference .conf_title a:hover {
	background: var(--sub-color);
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
}

.conference a.conf_btn:hover {
	background: var(--sub-color);
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
}

/* 표 공통 */
.table_a {
	border-top: 2px solid #000;
}

.table_a thead th {
	background: #efefef;
	padding: 12px;
	border-bottom: 2px solid #ddd;
	border-right: 1px solid #ddd;
	word-break: keep-all;
}

.table_a tbody th {
	background: #f8f8f8;
	padding: 12px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	word-break: keep-all;
}

.table_a td {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	word-break: keep-all;
}

.table_a td.center {
	text-align: center;
}

.table_a td:last-child,
.table_a th:last-child {
	border-right: none;
}

.table_a td.border {
	border-right: 1px solid #ddd;
}

.table_a td.title {
	text-align: center;
	font-weight: 600;
}

.table_a td.date p {
	margin-bottom: 5px;
}

.table_a td.date p:last-child {
	margin-bottom: 0;
}

.table_a td.date p span {
	display: block;
	padding: 2px;
	border-bottom: 1px solid #1c1c1c;
	color: #1c1c1c;
	text-align: justify;
	font-weight: 600;
}

.table_a td a.table_btn {
	display: block;
	background: #0016db;
	text-align: center;
	padding: 4px 4px;
	color: #fff;
}

.table_a td a.table_btn.gray {
	display: block;
	background: #bdbdbd;
	text-align: center;
	padding: 4px 4px;
	color: #fff;
}

.table_a td a.table_btn.gray:hover {
	background: #0016db;
}

.table_b {
	border-top: 2px solid #000;
}

.table_b th {
	background: #f2f2f2;
	padding: 12px;
	word-break: keep-all;
}

.table_b td {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	word-break: keep-all;
}

.table_center td,
.table_center th {
	text-align: center;
}

.table_program {
	border-top: 2px solid #000;
}

.table_program thead th {
	background: #efefef;
	padding: 12px;
	border-bottom: 2px solid #ddd;
	border-right: 1px solid #ddd;
}

.table_program tbody th {
	background: #f8f8f8;
	padding: 12px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.table_program td {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.table_speaker td {
	padding: 10px;
}

.table_program td.center {
	text-align: center;
}

.table_program td:last-child,
.table_a th:last-child {
	border-right: none;
}

.table_program td b {
	display: block;
}

.table_program td span.title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.table_program tr.session.short th {
	background: #d6f4df;
}

.table_program tr.theme td.short {
	background: #f1fbf4;
}

.table_program tr.session.symposium th {
	background: #ffc9c9;
}

.table_program tr.theme.symposium td {
	background: #fff1f1;
}

.table_program tr.session.poster td {
	background: #f3effb;
}

.table_program tr.session.plenary td {
	background: #eff3fb;
}

.table_program tr.session.plenary th {
	background: #cedeff;
}

.table_program tr.theme.plenary th {
	background: #eff3fb;
}

.table_program tr.session.luncheon td {
	background: #fbfaef;
}

.table_program tr.session.luncheon th {
	background: #fbfaef;
}

.table_program tr.session.shimadzu td {
	background: #fbf3ef;
}

.table_program tr.session.shimadzu th {
	background: #fbf3ef;
}

.table_program tr.session.special td {
	background: #f7effb;
}

.table_program tr.session.special th {
	background: #f7effb;
}

.table_program tr.break td {
	padding: 10px;
}

.table_program tr td.time {
	text-align: center;
}

.table_program tr .right {
	text-align: right;
}

.table_program tr td.title {
	font-weight: 700;
}

.table_speaker tr.session.symposium th {
	background: #fff1f1;
}

.table_speaker tr.theme.luncheon th {
	background: #fbfaef;
}

.table_speaker tr.theme.sponsoring th {
	background: #eff9fb;
}

.table_speaker tr td {
	text-align: center;
}

.table_speaker tr td:last-child {
	text-align: left;
}

.table_speaker tr td.theme.short {
	background: #f1fbf4;
	font-weight: 500;
}

.table_hotel tbody tr td:nth-child(3) {
	background: #feffeb;
	font-weight: 600;
}

.abs_award {
	color: #0016db;
	border-radius: 5px;
	font-size: 14px;
	display: block;
	padding: 2px 0 2px 22px;
	background: url('/images/sub/award_icon.png') left center/16px no-repeat;
}

.abs_view_award {
	background: #0016db;
	text-align: center;
	color: #fff;
	padding: 6px;
}

.conference .process {
	display: flex;
	gap: 2%;
}

.conference .process div {
	width: 32%;
	border: 2px solid #eee;
	padding: 30px;
	word-break: keep-all;
}

.conference .process div span {
	display: block;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}

.conference .process div a {
	background: var(--main-color);
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.conference .process div a:hover {
	background: var(--sub-color);
}

@media screen and (max-width:640px) {


	#wrapper {
		flex-direction: column;
	}

	body {
		min-width: 320px;
	}

	#container {
		width: 100%;
		background: none;
		position: relative;
	}

	#header {
		width: 100%;
		height: 90px;
		position: relative;
		padding: 0;
		margin: 0;
	}

	#header_content {
		padding: 0 20px;
		width: auto;
		height: 100%;
	}

	#header_content .logo {
		margin: 0;
		position: absolute;
		left: 20px;
		width: 210px;
		height: 100%;
	}

	#header_content .logo a {}

	#header_content .logo a img {
		width: 100%;
	}

	.header_down {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1001;
		background-color: #fff;
	}

	.homemenu {
		top: 0;
	}

	.homemenu .leftbox {
		top: 5px;
		left: 20px;
	}

	.homemenu .leftbox p {
		width: 50px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
	}

	.homemenu .rightbox {
		top: 5px;
		right: 20px;
	}

	.homemenu .rightbox .dropbox {
		width: 100px;
		height: 20px;
		margin: 0 5px 0 0;
	}

	.homemenu .rightbox .dropbox h4 {
		font-size: 11px;
		line-height: 20px;
		padding: 0px 5px 0 8px;
	}

	.homemenu .rightbox .dropbox ul li a {
		font-size: 11px;
	}

	.homemenu .rightbox .go_web {
		width: 80px;
		height: 20px;
		line-height: 20px;
		padding: 0;
		font-size: 11px;
		background: none;
		text-align: center;
	}

	.homemenu .rightbox .go_login {
		width: 80px;
		height: 20px;
		line-height: 20px;
		padding: 0;
		font-size: 11px;
		background: none;
		text-align: center;
	}

	#gnb {
		display: none;
	}

	.gnb_wrap {
		display: none;
	}

	/*Quick Menu */
	#quick_menu {
		bottom: 50px;
		width: 40px;
		left: auto;
		right: 10px;
		margin: 0;
	}


	/* nav */
	#top_right {
		display: block;
		position: absolute;
		right: 20px;
		top: 36px;
	}

	.allmenu {
		position: relative;
	}

	#menu-icon2 {
		position: relative;
		width: 30px;
		height: 20px;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
	}

	#menu-icon2 span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #3b3e78;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}

	#menu-icon2 span.short {
		width: 20px;
		left: 10px;
	}

	#menu-icon2 span:nth-child(1) {
		top: 0px;
	}

	#menu-icon2 span:nth-child(2) {
		top: 8px;
	}

	#menu-icon2 span:nth-child(3) {
		top: 17px;
	}

	#menu-icon2.open span:nth-child(1) {
		top: 6px;
		transform: rotate(-45deg);
	}

	#menu-icon2.open span:nth-child(2) {
		opacity: 0;
		/*클릭하면 중간선이 사라집니다.*/
	}

	#menu-icon2.open span:nth-child(3) {
		top: 6px;
		transform: rotate(-135deg);
		width: 30px;
		left: 0;
	}

	nav {
		position: absolute;
		top: 90px;
		right: 0;
		width: 100%;
		text-align: left;
		z-index: 1100;
		position: fixed;
	}

	#nav {
		display: block;
	}

	#nav li {
		position: relative;
		border-top: 1px solid #ddd;
		background: #fff;
	}

	#nav li a {
		position: relative;
		color: #111;
		font-size: 1.1em;
		font-weight: 600;
		display: block;
		line-height: 230%;
		padding: 10px 20px 10px 20px;
	}


	#footer_m {
		display: block;
	}


	/* main */
	#container {
		width: 100%;
		margin: 0 auto;
	}

	#container .wrap {
		width: 100%;
	}

	#container .wrap .red {
		width: 100%;
		font-size: 13px;
		z-index: 100;
		padding: 10px 10px 25px;
	}

	#container .wrap .red span {
		margin: 3px 5px 0 0;
	}

	#container .wrap .mainvisual_wrap {
		flex-direction: column;
	}

	#container .wrap .mainvisual_wrap .section_wrap {
		width: 100%;
	}


	#content {}

	#mainvisual {
		width: 100%;
		height: auto;
	}

	#mainvisual .visual_txt {
		position: static;
		padding: 150px 20px 200px;
		font-size: 18px;
		line-height: 36px;
	}

	#mainvisual .visual_txt h2 {
		font-size: 34px;
		line-height: 40px;
		margin: 5px 0 15px;
	}

	#mainvisual .visual_txt h3 {
		font-size: 32px;
		align-items: center;
	}

	#mainvisual .visual_txt p {
		font-size: 18px;
		margin: 0 0 10px;
	}

	#mainvisual .visual_txt p span {
		font-size: 18px;
	}


	.banner_slide_wrap {
		width: 100%;
	}


	#footer {
		display: none;
	}


	.s_title h4 {
		font-size: 22px;
		margin: 0 0 15px;
	}

	/* section */
	.section01 {
		width: 100%;
		padding: 40px 20px;
	}

	.section01 .date li {
		padding: 10px;
		flex-direction: column;
	}

	.section01 .date li span {
		margin: 5px 0 0;
	}

	.section02 {
		width: 100%;
	}

	.section02 .quick {
		padding: 0;
		margin: 0;
		background: none;
	}

	.section02 .quick li {
		width: 100%;
		background: #003392;
		padding: 20px 10px;
		border-bottom: 1px solid rgbA(221, 221, 221, 0.3);
		text-align: center;
	}

	.section02 .quick li a h5 {
		font-size: 14px;
		letter-spacing: -0.04em;
	}

	.section02 .quick li a span {
		text-align: center;
		margin: 10px 0 0;
	}

	.section02 .quick li a p {
		font-size: 13px;
	}

	.section03 {
		padding: 40px 20px;
		width: 100%;
	}


	/* footer */
	#footer_content {
		width: auto;
		padding: 30px 20px;
	}

	#footer_content address {
		font-size: 11px;
		line-height: 22px;
		font-weight: 400;
		letter-spacing: -0.04em;
	}

	#footer_content address strong {
		display: block;
		font-size: 12px;
	}

	#footer .copy {
		height: auto;
		line-height: 20px;
		padding: 10px 20px;
	}

	#footer .copy p {
		width: auto;
		margin: 0 auto;
		color: #8b949e;
		font-size: 12px;
		margin: 0 0 10px;
	}



	/* Sub layout */

	#contents_wrap {
		width: 100%;
	}

	#subvisual {
		height: 350px;
	}

	#subvisual .visual_txt {
		padding: 40px 20px;
	}

	#subvisual .visual_txt h2 {
		font-size: 27px;
		line-height: 34px;
	}

	#subvisual .visual_txt h3 {
		font-size: 22px;
	}

	#subvisual .visual_txt p {
		font-size: 18px;
		margin: 0 0 10px;
	}

	#subvisual .visual_txt p span {
		font-size: 18px;
	}


	.sub_content {
		width: auto;
		margin: 0 auto;
	}

	.sub_content #con_area {
		padding: 30px 20px;
	}

	#con_area {
		width: auto;
		margin: 0 auto 100px;
	}

	h3.c_tit {
		font-size: 18px;
		padding: 0 0 0 34px;
		margin: 0 0 15px 0;
		letter-spacing: -0.04em;
	}

	.sub_top {
		padding: 10px 0;
	}

	.sub_top h2 {
		font-size: 28px;
	}


	/* 공통 css */
	p.normal {
		font-size: 13px;
		line-height: 28px;
		word-break: break-all;
	}

	p.center img {
		max-width: 90%;
	}

	.clearbox .left {
		float: none;
	}

	.clearbox .right {
		float: none;
	}

	.clearbox img {
		max-width: 90%;
	}

	.table_a th {
		font-size: 14px;
	}

	.table_a td {
		padding: 10px;
		font-size: 14px;
	}

	.table_b th {
		font-size: 14px;
	}

	.table_b td {
		padding: 10px;
		font-size: 14px;
	}

	.plus_form {
		overflow-x: scroll;
	}

	/* 01_01 */
	.conference h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.conference>div {
		overflow-x: scroll;
		margin-bottom: 40px;
	}

	.conference .box_bg {
		font-size: 14px;
		padding: 10px;
	}

	.conference .conf_title {
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}

	.conference .conf_title h3 {
		margin: 0 0 10px;
	}

	.conference .conf_title a {
		display: block;
		margin: 0 0 10px;
	}

	.conference .process {
		flex-direction: column;
		gap: 20px;
	}

	.conference .process div {
		width: 100%;
	}

	/* 03_01 */
	.table_program thead th {
		font-size: 14px;
	}

	.table_program td {
		padding: 10px;
		font-size: 14px;
	}

	.table_a td {
		padding: 10px;
	}

	.conference .box_line {
		padding: 10px;
		font-size: 14px;
	}



	/* 04 */
	.regi_info .boxing .date {
		font-size: 13px;
		margin: 0 0 20px 0;
	}

	.regi_info .boxing .gray {
		padding: 20px;
	}

	.regi_info .boxing .gray p.dot {
		font-size: 13px;
	}

	.regi_info .boxing table thead tr th {
		font-size: 13px;
		padding: 10px;
	}

	.regi_info .boxing table tbody tr th {
		font-size: 13px;
	}

	.regi_info .boxing table tbody tr td {
		font-size: 13px;
	}

	.regi_info .boxing .normal {
		font-size: 13px;
	}

	.regi_info .boxing .notice {
		font-size: 12px;
	}

	.regi_info .boxing .gray .down_btn {
		position: static;
	}

	.regi_info .btn_box a {
		display: block;
		font-size: 15px;
		margin: 5px auto;
	}


	/* 05_01 */
	.abs_info .boxing .date {
		font-size: 13px;
		margin: 0 0 20px 0;
	}

	.abs_info .boxing .gray {
		padding: 20px;
	}

	.abs_info .boxing .gray p.dot {
		font-size: 13px;
	}

	.abs_info .boxing .normal {
		font-size: 13px;
	}

	.abs_info .boxing .notice {
		font-size: 13px;
	}

	.abs_info .btn_box a {
		display: block;
		font-size: 15px;
		margin: 5px auto;
	}



	/* 06_01 */
	.sponsor h3 {
		font-size: 15px;
	}

	.sponsor h3 span {
		font-size: 12px;
	}

	.sponsor dl dt {
		float: none;
		width: auto;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.sponsor dl dt a .logobox {
		height: 100px;
	}

	.sponsor dl dt a .logobox img {
		width: 50%;
	}

	.sponsor dl dt a .title {
		font-size: 12px;
	}

	.sponsor dl dd {
		float: none;
		width: auto;
	}

	.sponsor dl dd table tr th {
		font-size: 14px;
		padding: 5px 0 5px 10px;
		display: block;
	}

	.sponsor dl dd table tr td {
		font-size: 13px;
		line-height: 22px;
		padding: 0;
		display: block;
	}



	/* 07_01 */
	.speaker_info .boxing {
		font-size: 13px;
	}

	.speaker_info .boxing .date {
		font-size: 13px;
		margin: 0 0 20px 0;
	}

	.speaker_info .boxing .gray {
		padding: 20px;
	}

	.speaker_info .boxing .gray p.dot {
		font-size: 13px;
	}

	.speaker_info .boxing .normal {
		font-size: 13px;
	}

	.speaker_info .boxing .notice {
		font-size: 13px;
	}

	.speaker_info .btn_box a {
		display: block;
		font-size: 13px;
		margin: 5px auto;
	}



	table.program_info td {
		height: auto;
		font-size: 13px;
		word-break: keep-all;
	}

	table.program_info td.s_txt {
		font-size: 12px;
	}

	.page03 p.notice {
		font-size: 14px;
		font-weight: 600;
		color: Red;
		text-align: right;
		margin: 10px 0 0 0;
	}



	/* 03 */
	.page03 .page03_top ul {
		padding: 20px;
	}

	.page03 .page03_top ul li {
		font-size: 13px;
		background: url(/images/main/dot_black.png) 0 8px no-repeat;
		margin: 10px 0;
	}

	.page03 .page03_top ul li a {
		padding: 2px 10px;
		line-height: 13px;
	}

	.page03 .mapbox {
		width: 100%;
		height: 300px;
		border: 4px solid #e1e1e1;
		margin: 30px 0 0 0;
		box-sizing: border-box;
	}

	.page03 .enter_btn a {
		width: 100%;
		height: 80px;
		padding: 0 0 0 30px;
		float: none;
		font-size: 18px;
		line-height: 80px;
	}

	.page03 .enter_btn a span {
		right: 20px;
	}

	.page03 .enter_btn a span img {
		height: 40px;
	}


	.mapinfo .img img {
		max-width: 100%;
	}

	.mapinfo>img {
		position: relative;
		left: 50%;
		width: 590px;
		max-width: inherit;
		margin-left: -295px;
	}

	.mapinfo>ul>li {
		padding-right: 20px;
		padding-left: 60px;
	}

	.mapinfo>ul>li dl {
		margin-bottom: 15px;
	}

	.mapinfo>ul>li dl dt {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 15px;
	}

	.mapinfo>ul>li dl dd {
		font-size: 12px;
		line-height: 16px;
	}

	.mapinfo>ul .name {
		top: 35px;
		width: 60px;
		font-size: 12px;
	}

	.mapinfo>ul .car {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.mapinfo>ul .car .name {
		padding-top: 36px;
		-webkit-background-size: 40px;
		background-size: 40px;
	}

	.mapinfo>ul .car>p {
		font-size: 12px;
		line-height: 16px;
		color: #454545;
	}

	.mapinfo>ul .subway {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.mapinfo>ul .subway .name {
		padding-top: 55px;
		background-position: center top;
		-webkit-background-size: 35px;
		background-size: 35px;
	}

	.mapinfo>ul .bus {
		padding-top: 35px;
	}

	.mapinfo>ul .bus .name {
		padding-top: 46px;
		-webkit-background-size: 35px;
		background-size: 35px;
	}

	.mapinfo>ul .bus2 {
		margin-top: 25px;
		padding-top: 25px;
		padding-bottom: 25px;
		top: 0;
		position: relative;
		width: 75%;
	}

	.mapinfo>ul .bus3 {
		padding-top: 25px;
		top: 0;
		position: relative;
	}

	.mapinfo>ul .bus ul,
	.mapinfo>ul .bus2 ul,
	.mapinfo>ul .bus3 ul {
		margin-top: 13px;
	}

	.mapinfo>ul .bus li,
	.mapinfo>ul .bus2 li,
	.mapinfo>ul .bus3 li {
		min-height: 17px;
		padding: 3px 0 0 50px;
		font-size: 12px;
	}

	.mapinfo>ul .bus li span,
	.mapinfo>ul .bus2 li span,
	.mapinfo>ul .bus3 li span {
		width: 36px;
		height: 18px;
		font-size: 10px;
		line-height: 20px;
	}

	.mapinfo>ul .bus2 {
		left: 60px;
	}

	.mapinfo>ul .bus3 {
		left: 60px;
	}

	.mapinfo .dot {
		font-size: 14px;
		font-weight: 600;
		color: #111;
		line-height: 22px;
		letter-spacing: -0.03em;
		background: url('../images/yel_dot.png') 5px 11px no-repeat;
		padding: 5px 0 5px 15px;
		border-bottom: 1px solid #ddd;

	}

}



@media screen and (max-width:320px) {

	#mainvisual .main_txt h3 {
		font-size: 25px;
	}

	.subvisual .main_txt h3 {
		font-size: 26px;
	}

	.subvisual .main_txt p {
		padding: 3px 5px;
	}


	.homemenu .leftbox {
		left: 15px;
	}

	.homemenu .leftbox p {
		width: 45px;
	}

	.homemenu .rightbox {
		right: 15px;
	}

	.homemenu .rightbox .dropbox {
		margin: 0 3px 0 0;
	}

	.homemenu .rightbox .dropbox h4 {
		font-size: 10px;
	}

	.homemenu .rightbox .go_web {
		width: 75px;
		font-size: 10px;
	}

}