F@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 ***********************************************************************************************************************/
body {
	min-width: 1200px;
}

#header {
	width: 100%;
	height: 150px;
	z-index: 999;
}

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

#header_content {
	position: relative;
	*zoom: 1;
	width: 1200px;
	height: 162px;
	position: relative;
	margin: 0 auto;
}

#header_content .logo {
	position: absolute;
	top: 23px;
	left: 0;
	z-index: 1000;
}

#header_content .logo a {
	display: block;
}

.homemenu {
	*zoom: 1;
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000;
}

.homemenu .leftbox {
	*zoom: 1;
	position: absolute;
	top: 0;
	left: 0;
}

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

.homemenu .leftbox p {
	float: left;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	font-size: 15px;
}

.homemenu .leftbox p.date {
	color: #727272;
}

.homemenu .leftbox p.num {
	color: #1273cd;
	font-weight: 600;
	border-left: none;
	background-color: #f4f4f4;
}

.homemenu .rightbox {
	*zoom: 1;
	position: absolute;
	top: 0;
	right: 0;
}

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

.homemenu .rightbox .dropbox {
	float: left;
	width: 130px;
	height: 30px;
	margin: 0 5px 0 0;
}

.homemenu .rightbox .dropbox h4 {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #999999;
	font-weight: 400;
	padding: 5px 5px 5px 8px;
	background: url('../images/gray_arrow.png') 90% center no-repeat;
	cursor: pointer;
}

.homemenu .rightbox .dropbox h4:hover {
	color: #1237cd;
}

.homemenu .rightbox .dropbox ul {
	border: 1px solid #ddd;
	border-top: none;
}

.homemenu .rightbox .dropbox ul li {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.homemenu .rightbox .dropbox ul li:last-child {
	border-bottom: none;
}

.homemenu .rightbox .dropbox ul li a {
	color: #555;
	font-size: 12px;
	display: block;
	box-sizing: border-box;
	padding: 5px 5px 5px 8px;
	background-color: #fff;
}

.homemenu .rightbox .dropbox ul li a:hover,
.homemenu .rightbox .dropbox ul li a:focus {
	background-color: #f4f4f4;
	color: #1273cd;
}

.homemenu .rightbox .go_web {
	float: left;
	display: block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 8px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #555;
	background: url('../images/gray_home.png') 90% center no-repeat;
	font-weight: 600;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;


}


.homemenu .rightbox .go_login {
	float: left;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 0 0 5px;
	font-size: 13px;
	color: #555;
	font-weight: 600;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}


.homemenu .rightbox .go_web:hover,
.homemenu .rightbox .go_login:hover,
.homemenu .rightbox .go_login:focus,
.homemenu .rightbox .go_web:focus {
	background-color: #f4f4f4;
}

#gnb {
	position: relative;
	/*width:1200px; margin:0 auto; background:url('../images/gnb_bg.png') 0 0 repeat-x;*/
	top: 100px;
	height: 51px;
	background: #f3f3f3;
}

#gnb ul {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

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

#gnb ul li {
	float: left;
	font-size: 17px;
	line-height: 50px;
	height: 50px;
	letter-spacing: -0.04em;
	padding: 0 48.8px;
	text-align: center;
	font-weight: 600;
}

#gnb ul li a {
	color: #20201f;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

#gnb ul li a:hover,
#gnb ul li a:focus {
	color: #1273cd;
}


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

.tops {
	display: none;
}

#nav {
	display: none;
}




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

#content {}

#mainvisual {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#mainvisual .main_txt {
	position: absolute;
	top: 40px;
	left: 60px;
	z-index: 800;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#mainvisual .main_txt h4 {
	font-size: 32px;
	font-weight: 600;
	padding: 5px 0;
	WIDTH: 470PX;
	color: #ffffff;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

#mainvisual .main_txt h3 {
	font-size: 52px;
	line-height: 48px;
	font-weight: 900;
	color: #fff;
	letter-spacing: -0.04em;
	margin: 8px 0 10px;
}

#mainvisual .main_txt h5 {
	font-size: 15px;
	letter-spacing: 0.06em;
	color: #fff;
	font-weight: 600;
	margin: 0 0 20px 0;
}

#mainvisual .main_txt p {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 20px 0;
}

#mainvisual .main_txt p span {
	font-size: 25px;
	font-weight: 900;
	color: #dbff85;
}

#mainvisual .main_txt p strong {
	font-size: 25px;
	letter-spacing: -0.03em;
}

#mainvisual .main_txt a.go_webinar {
	display: block;
	width: 250px;
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	border-radius: 70px;
	background-color: #2e2186;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.04em;
	margin: 10px 0 0 0;
	position: relative;
	box-shadow: 3px 3px 0 #fff;
}

#mainvisual .main_txt a.go_webinar img {
	width: 27px;
	vertical-align: middle;
	position: Absolute;
	top: 11px;
	right: 20px;
}

#mainvisual .main_txt a.go_webinar:hover,
#mainvisual .main_txt a.go_webinar:focus {
	background-color: #1a3486;
}


#mainvisual .slideshow {
	position: absolute;
	width: 1200px;
	height: 350px;
	left: 50%;
	margin-left: -600px;
}

#mainvisual .slideshow div {
	height: 100%;
}

#mainvisual .slideshow div.visual01 {
	background: url('../images/mainvisual.png') 0 0 no-repeat;
}

/* #mainvisual .slideshow div.visual02 {background:url('../images/mainvisual02.jpg') 0 0 no-repeat;} */
#mainvisual .slick-dots {
	display: none;
}

.subvisual {
	width: 1200px;
	height: 250px;
	background: url('../images/subvisual.png') 0 0 no-repeat;
	margin: 0 auto;
	position: relative;
}

.subvisual .main_txt {
	position: absolute;
	top: 50px;
	left: 60px;
	z-index: 800;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.subvisual .main_txt h4 {
	font-size: 22px;
	font-weight: 600;
	padding: 3px 0;
	color: #ffffff;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.subvisual .main_txt h3 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
	color: #fff;
	letter-spacing: -0.04em;
	margin: 10px 0 20px;
}

.subvisual .main_txt p {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #003a8e;
	display: inline-block;
	padding: 5px 50px;
	background-color: #fff;
	border-radius: 50px;
	text-shadow: none;
}


/* section1 */
.section1 {
	*zoom: 1;
	width: 1200px;
	margin: 40px auto;
}

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

.section1 .important {
	width: 580px;
	margin-right: 40px;
	float: left;
}

.section1 .important h5 {
	color: #3e609e;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}

.section1 .important ul li {
	position: relative;
	line-height: 50px;
	font-size: 17px;
	font-weight: 400;
	color: #444;
	padding: 0 30px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	text-align: right;
	margin: 0 0 5px 0;
	border-left: 4px solid #3e609e;
}

.section1 .important ul li span {
	position: absolute;
	top: 0;
	left: 25px;
	color: #000;
	font-weight: 600;
}

.section1 .important ul li:hover {
	background-color: #f2f2f2;
}

.section1 .sec1_icon {
	*zoom: 1;
	width: 580px;
	float: left;
	height: 255px;
}

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

.section1 .sec1_icon>div {
	float: left;
	width: 285px;
	height: 130px;
}

.section1 .sec1_icon>div.icon01 {
	margin: 0 10px 10px 0;
	background: url('../images/sub/conf_q01.png') 90% 80% no-repeat;
}

.section1 .sec1_icon>div.icon02 {
	margin: 0 0 10px 0;
	background: url('../images/sub/conf_q02.png') 90% 80% no-repeat;
}

.section1 .sec1_icon>div.icon03 {
	margin: 0 10px 0 0;
	background: url('../images/sub/conf_q03.png') 90% 80% no-repeat;
}

.section1 .sec1_icon>div.icon04 {
	background: url('../images/sub/conf_q04.png') 90% 80% no-repeat;
}

.section1 .sec1_icon>div a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 25px;
}

.section1 .sec1_icon>div a h3 {
	font-size: 21px;
	font-weight: 600;
	color: #232323;
	letter-spacing: -0.03em;
	line-height: 21px;
}

.section1 .sec1_icon>div a p {
	font-size: 13px;
	color: #8babe5;
	line-height: 13px;
	margin: 5px 0 15px;
}

.section1 .sec1_icon>div a span img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.section1 .sec1_icon>div a:hover,
.section1 .sec1_icon>div a:focus {
	border-color: #3e609e;
}

.section1 .sec1_icon>div a:hover h3,
.section1 .sec1_icon>div a:focus h3 {
	color: #3e609e;
}

.section1 .sec1_icon>div a:hover span img,
.section1 .sec1_icon>div a:focus span img {
	transform: rotate(180deg);
}


/*Quick Menu */
#quick_menu {
	position: fixed;
	bottom: 50px;
	width: 40px;
	left: 50%;
	margin: 0 0 0 810px;
}

#quick_menu a {
	display: block;
}

/* footer */
#footer {
	width: 100%;
	clear: both;
	background: #353535;
}

#footer_content {
	*zoom: 1;
	margin: 0 auto;
	width: 1200px;
	padding: 32px 0;
	position: relative;
	font-size: 14px;
	line-height: 23px;
	color: #808789;
	position: relative;
}

#footer_content strong {
	display: block;
	font-size: 15px;
	font-weight: 900;
}

#footer_content .go_link {
	position: absolute;
	top: 40px;
	right: 0;
	display: inline-block;
	padding: 7px 45px 7px 20px;
	font-size: 14px;
	line-height: 14px;
	color: #333b3e;
	font-weight: 900;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	letter-spacing: -0.03em;
	background: url('../images/foot_home.png') 88% center no-repeat #fff;
}

#footer_content .go_link:hover,
#footer_content .go_link:focus {
	background-color: #f3f3f3;
}



/* Sub layout */
.sub_top {
	width: 1200px;
	margin: 0 auto 50px;
	padding: 50px 0 40px;
	border-bottom: 1px solid #ddd;
	position: relative;
	letter-spacing: -0.03em;
}

.sub_top p {
	text-align: center;
	color: #1273cd;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 7px 0;
}

.sub_top h2 {
	font-size: 40px;
	font-weight: 900;
	color: #111111;
	text-align: center;
}

.sub_top h2.long {
	font-size: 35px;
	letter-spacing: -0.04em;
}

.sub_top h2.long2 {
	font-size: 28px;
	line-height: 32px;
	width: 65%;
	margin: 0 auto;
	letter-spacing: -0.05em;
}

.sub_top a.leftgnb {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 40px;
	color: #999999;
	padding: 0 0 0 59px;
	background: url('../images/leftgnb.png') 0 0 no-repeat;
}

.sub_top a.rightgnb {
	display: block;
	position: absolute;
	bottom: 50px;
	right: 0;
	font-weight: 500;
	font-size: 17px;
	line-height: 40px;
	color: #999999;
	padding: 0 59px 0 0;
	background: url('../images/rightgnb.png') 99.5% 0 no-repeat;
}

.sub_top a:hover,
.sub_top a:focus {
	color: #1273cd;
}

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

#con_area {
	width: 1200px;
	margin: 0 auto 300px;
}




/* 공통 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 .boxing table 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 .boxing table thead tr th:first-child {
	border-left: none;
	border-right: 1px solid #ddd;
}

.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;
	border-right: 1px solid #ddd;
}

.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;
	border-right: 1px solid #ddd;
}

.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;
	border-right: 1px solid #ddd;
}

.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: #82aa15;
}

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

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

.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;
}




table.program_info {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 70px;
	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: #82aa15;
}

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

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

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

.page03 .enter_btn {
	text-align: center;
	margin: 0 0 50px 0;
}

.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: 24px;
	font-weight: 600;
	color: #111;
	padding: 0 0 0 34px;
	margin: 0 0 25px 0;
	background: url('../images/sub/c_tit.png') 0 4px no-repeat;
}

.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 #dcebb1;
	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;
	padding: 0 0 0 14px;
	background: url('../images/sub/green_dot.png') 0 8px no-repeat;
	letter-spacing: -0.04em;
}

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

.regi_info .boxing table 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;
}

.regi_info .boxing table thead tr th:first-child {
	border-left: none;
	border-right: 1px solid #ddd;
}

.regi_info .boxing table tbody tr th {
	font-size: 16px;
	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: 15px;
	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;
	border-right: 1px solid #ddd;
}

.regi_info .boxing table.tb2 tbody 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;
}

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




.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 #81ae14;
	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: #6c9800;
}

.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: #82aa15;
}

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

.regi_info .btn_box a:hover,
.regi_info .btn_box a:focus {
	background-color: #698f02;
}

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

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

.abs_info .boxing .date {
	border: 3px solid #dcebb1;
	padding: 20px 30px 20px 50px;
	color: #ff3f30;
	font-size: 20px;
	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: #f4f4f4;
	padding: 20px 20px 20px 40px;
	position: relative;
}

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

.abs_info .boxing .gray a.down_btn {
	display: inline-block;
	padding: 8px 22px;
	background-color: #a5c942;
	font-size: 15px;
	line-height: 15px;
	font-weight: 900;
	color: #fff;
	border-radius: 50px;
}

.abs_info .boxing .gray a.down_btn:hover,
.abs_info .boxing .gray a.down_btn:focus {
	background-color: #99c324;
}

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

.abs_info .boxing .notice {
	font-size: 16px;
	color: #d4561f;
	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: #82aa15;
}

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

.abs_info .btn_box a:hover,
.abs_info .btn_box a:focus {
	background-color: #698f02;
}

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

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

.speaker_info .boxing .date {
	border: 3px solid #dcebb1;
	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: #82aa15;
}

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

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

.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 {
	border-top: 2px solid #2019-08-02;
}

#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 #dcebb1;
	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: #82aa15;
}

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

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

.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 #dcebb1;
	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: #82aa15;
}

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

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

.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;
}


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



	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;
		top: 40px;
		left: 20px;
	}

	#header_content .logo a img {
		height: 35px;
	}

	.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;
	}

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


	/* nav */
	#top_right {
		display: block;
		float: right;
		margin: 45px 0 0 0;
	}

	.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: #1273cd;
		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;
	}

	#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;
	}



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

	#content {}

	#mainvisual {
		width: auto;
		height: 240px;
	}

	#mainvisual .main_txt {
		top: 40px;
		left: 20px;
	}

	#mainvisual .main_txt h4 {
		font-size: 15px;
		margin: 0 0 10px 0;
	}

	#mainvisual .main_txt h3 {
		font-size: 30px;
		line-height: 30px;
		margin: 5px 0 10px;
	}

	#mainvisual .main_txt p {
		font-size: 13px;
		letter-spacing: -0.08em;
		padding: 3px 6px;
	}

	#mainvisual .main_txt a.go_webinar {
		width: 200px;
		padding-left: 20px;
		height: 42px;
		line-height: 42px;
		color: #fff;
		border-radius: 70px;
		background-color: #177789;
		font-size: 15px;
	}

	#mainvisual .main_txt a.go_webinar img {
		width: 27px;
		vertical-align: middle;
		position: Absolute;
		top: 11px;
		right: 20px;
	}

	#mainvisual .main_txt a.go_webinar:hover,
	#mainvisual .main_txt a.go_webinar:focus {
		background-color: #086c7e;
	}





	#mainvisual .slideshow {
		position: absolute;
		width: 100%;
		height: 300px;
		left: 0;
		margin-left: 0;
	}

	#mainvisual .slideshow div {
		height: 100%;
		background-size: cover;
	}

	#mainvisual .slideshow div.visual01 {
		height: 100%;
		background-size: cover;
		background-position: 50% 50%;
	}

	#mainvisual .slideshow div.visual02 {
		height: 100%;
		background-size: cover;
		background-position: 50% 50%;
	}

	#mainvisual .slick-dots {
		display: none;
	}

	/* .subvisual {
		width: 100%;
		height: 200px;
		background: url('../images/mainvisual02.jpg') center 0 no-repeat;
		margin: 0 auto;
		position: relative;
	} */

	.subvisual .main_txt {
		top: 40px;
		left: 20px;
	}

	.subvisual .main_txt h4 {
		font-size: 15px;
		margin: 0 0 10px 0;
	}

	.subvisual .main_txt h3 {
		font-size: 28px;
		line-height: 28px;
		margin: 5px 0 10px;
	}

	.subvisual .main_txt p {
		font-size: 13px;
		padding: 3px 10px;
		letter-spacing: -0.08em;
	}



	/* section1 */
	.section1 {
		width: auto;
		margin: 30px auto;
		padding: 0 10px;
	}

	.section1 .important {
		width: auto;
		margin: 0 0 30px;
		float: none;
	}

	.section1 .important h5 {
		font-size: 20px;
		line-height: 20px;
	}

	.section1 .important ul li {
		line-height: 40px;
		font-size: 13px;
		padding: 0 20px;
	}

	.section1 .important ul li span {
		left: 20px;
	}

	.section1 .sec1_icon {
		width: auto;
		float: none;
		height: auto;
	}

	.section1 .sec1_icon>div {
		float: left;
		width: 50%;
		height: 130px;
	}

	.section1 .sec1_icon>div.icon01 {
		margin: 0;
		background: url('../images/sub/conf_q01.png') 90% 80% no-repeat;
		background-size: 45px;
	}

	.section1 .sec1_icon>div.icon02 {
		margin: 0;
		background: url('../images/sub/conf_q02.png') 90% 80% no-repeat;
		background-size: 45px;
	}

	.section1 .sec1_icon>div.icon03 {
		margin: 0;
		background: url('../images/sub/conf_q03.png') 90% 80% no-repeat;
		background-size: 45px;
	}

	.section1 .sec1_icon>div.icon04 {
		background: url('../images/sub/conf_q04.png') 90% 80% no-repeat;
		background-size: 45px;
	}

	.section1 .sec1_icon>div a {
		display: block;
		width: 98%;
		height: 98%;
		padding: 15px;
	}

	.section1 .sec1_icon>div a h3 {
		font-size: 17px;
		line-height: 17px;
	}

	.section1 .sec1_icon>div a p {
		font-size: 11px;
		line-height: 11px;
		margin: 5px 0 15px;
	}




	/* footer */
	#footer_content {
		width: auto;
		padding: 40px 15px;
		font-size: 12px;
		word-break: keep-all;
	}

	#footer_content strong {
		font-size: 13px;
	}

	#footer_content .go_link {
		position: static;
		padding: 7px 40px 7px 10px;
		font-size: 11px;
		line-height: 11px;
		margin: 15px 0 0 0;
	}

	#footer_content .go_link:hover,
	#footer_content .go_link:focus {
		background-color: #f3f3f3;
	}




	/* Sub layout */

	.sub_top {
		width: auto;
		margin: 0 auto 50px;
		padding: 20px 0 40px;
	}

	.sub_top p {
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 10px;
	}

	.sub_top h2 {
		font-size: 20px;
		line-height: 30px;
		padding: 0 30px;
		word-break: keep-all;
	}

	.sub_top h2.long {
		font-size: 18px;
		line-height: 25px;
	}

	.sub_top h2.long2 {
		font-size: 16px;
		line-height: 25px;
		width: auto;
		padding: 0 20px;
	}

	.sub_top a.leftgnb {
		bottom: 10px;
		left: 15px;
		font-size: 13px;
		line-height: 20px;
		padding: 0 0 0 30px;
		background-size: 20px;
	}

	.sub_top a.rightgnb {
		bottom: 10px;
		right: 15px;
		font-size: 13px;
		line-height: 20px;
		padding: 0 30px 0 0;
		background-size: 20px;
	}

	.sub_content {
		width: auto;
		margin: 0 auto;
		padding: 0 15px;
	}

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

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

	/* 공통 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%;
	}


	/*  컨텐츠   01 - 신년사 */
	.page01 .welcome p {
		font-size: 15px;
		line-height: 28px;
	}

	.page01 .welcome p img {
		width: 100px;
	}

	.page01 .welcome {
		font-size: 14px;
		line-height: 26px;
	}

	.page01 .welcome strong {
		font-size: 16px;
		line-height: 28px;
	}

	.page01 .welcome strong br {
		display: none;
	}


	/* 02_01 */
	.conf_info table tbody tr th {
		padding: 10px 5px;
		font-size: 13px;
		vertical-align: middle;
		word-break: keep-all;
	}

	.conf_info table tbody tr td {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: -0.06em;
		word-break: keep-all;
	}

	.conf_info table.b_td tbody tr td .s_txt {
		font-size: 12px;
		line-height: 16px;
	}

	.conf_info table.b_td tbody tr td .down_btn {
		position: static;
		width: 258px;
		height: auto;
		font-size: 14px;
		line-height: 15px;
		padding: 10px;
		background: url('../images/sub/kaki_down.png') 90% center no-repeat;
		margin-left: 0;
	}

	.conf_info table.b_td tbody tr td .down_btn br {
		display: none;
	}

	.conf_info table.b_td tbody tr td a.regi_btn {
		display: block;
		width: 150px;
		height: 35px;
		border: 2px solid #f8603d;
		line-height: 31px;
		background: url('../images/sub/orange_arrow.png') 90% center no-repeat;
		margin: 0 0 10px 0;
		font-size: 11px;
	}

	.conf_info table.b_td2 tbody tr td.right {
		padding: 10px 20px 10px 10px;
	}


	.conf_info table.b_td2 thead tr th {
		padding: 8px 5px;
		font-size: 13px;
	}

	.conf_info table.b_td2 tbody tr td {
		padding: 8px 5px;
	}

	.conf_info .dest_info {
		padding: 20px;
	}

	.conf_info .dest_info strong {
		font-size: 13px;
	}

	.conf_info .dest_info p {
		font-size: 12px;
		line-height: 25px;
	}

	.conf_info table.b_td tbody tr td .notice {
		position: static;
		font-size: 13px;
		margin: 10px 0 3px;
	}

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

	.conf_info table.tb2 thead tr th {
		font-size: 13px;
		padding: 15px;
	}

	.conf_info table.tb2 tbody tr th {
		font-size: 13px;
	}

	.conf_info table.tb2 tbody tr td {
		font-size: 13px;
	}





	/* 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;
	}




	/* 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;
	}

	#header_content .logo a img {
		height: 30px;
	}

	.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;
	}

}

#mainvisual .slideshow div,
.subvisual {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

	#mainvisual {
		width: 100%;
		height: auto;
		aspect-ratio: 1200 / 350;
	}

	#mainvisual .slideshow {
		width: 100%;
		height: 100%;
		left: 0;
		margin-left: 0;
	}

	#mainvisual .slideshow div {
		width: 100%;
		height: 100%;
	}

	.subvisual {
		width: 100%;
		height: auto;
		aspect-ratio: 1200 / 250;
	}
}

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

	#mainvisual {
		width: 100%;
		height: auto;
		aspect-ratio: 1200 / 350;
	}

	#mainvisual .slideshow {
		width: 100%;
		height: 100%;
	}

	#mainvisual .slideshow div {
		width: 100%;
		height: 100%;
	}

	.subvisual {
		width: 100%;
		height: auto;
		/* min-height: 180px; */
		background-size: cover;
		background-position: center;
	}
}

@media screen and (min-width: 1600px) {

	#mainvisual {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.subvisual {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
}