
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {color: black;text-decoration: none;}
a:link {color: black;text-decoration: none;}
button {background: none; font-size: inherit; font-family: inherit; cursor: pointer; color: inherit; box-sizing: border-box; border: 0; padding: 0; margin: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none;}

body {font-family: "Noto Sans KR", sans-serif; color: #191919;}



.inner {max-width: 1200px; margin: 0 auto; height: 100%;}
@media screen and (max-width: 1220px) {
    /* .inner {padding: 0 25px} */
}

.wrap {min-height: 1000px;}

header {height: 60px; background: #fff;}
header .inner {display: flex; align-items: center; justify-content: center; position: relative; }
header .logo {position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
header h2 {font-size: 17px; font-weight: 900; color:#a1509a; font-family: 'GmarketSansMedium';margin-top: 2px;}

/*.s_con_visual {background: url(../images/sub_bg.png) no-repeat center; background-size:cover; height: 200px; display: flex; align-items: center; justify-content: center;}
.s_con_visual h3 {display:none}
.s_con_visual .color_bar{display:none}*/

.s_con_visual {height: 200px;background:#f4e2f2;position:relative;display: flex; align-items: center; justify-content: center;}
.s_con_visual .visual_con{
	display: flex; align-items: center; justify-content: space-between; width:1200px;position:relative;
}
.s_con_visual .visual_con .spot_img img{position:absolute;bottom:-60px;left:130px;	z-index:11;}
.s_con_visual .visual_con .bus_img img{position:absolute;bottom:-60px;right:150px;	z-index:11;}

.s_con_visual .visual_con h3{
	display:block;text-align:center;font-family: 'GmarketSansMedium';font-size:40px;font-weight:bold;   margin-top: -30px;
}
.s_con_visual .visual_con h3 div{
	font-family: 'GmarketSansMedium';font-size:28px;margin-top:10px;
}
.s_con_visual .color_bar{
	background:#ead1e7;
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	display:block;
	z-index:10;
}

.main {padding: 80px 0 150px;}
/*.main .inner {display: flex; justify-content: center;align-items: center;}*/

#myList {width: 280px; margin-right: 70px; flex-shrink: 0;}
#myList > li {height: 60px; border-bottom: 1px solid #ddd;}
#myList > li:first-child {border-top: 1px solid #ddd;}
#myList > li > a {font-size: 20px; display: block; height: 100%; display: flex; align-items: center; justify-content: center; padding: 10px; text-align: center; line-height: 1.2; word-break: keep-all;}
#myList > li.on {background: #b20000; border-bottom: none;}
#myList > li.on>a {color:#fff; font-weight: 700;}

/*.contents {width: calc(100% - 350px); position: relative;}*/
.contents {width: 1200px;position: relative; margin:0 auto;}
.img_typoon {margin-bottom: 40px;}
/*.img_busmap{margin-top:100px;}*/

.main_txt {font-size: 20px; font-weight: 700; margin-top: 40px; margin-bottom: 15px; }
.main_txt span{
	display:inline-block;
	width:13px;
	height:13px;
	margin-right:10px;
	border:4px solid #a1509a;
	border-radius:20px;

}

.main_txt div{
	margin-top:17px;
	margin-left:23px;
	font-weight: 400;
	font-size:19px;
}
.main_txt:first-child {margin-top: 0;}
.img_typoon + .main_txt {margin-top: 0;}
.sub_txt {font-size: 20px; font-weight: 400; line-height: 1.5;}

.tab_list {margin: 0 auto 50px auto;}
.tab {font-size: 19px; font-weight: 500;  padding: 11px 20px; min-width:130px; background: #f8f8f8; margin-right: 15px;border-radius:5px;}
.tab.active {background: #a1509a; color:#fff; font-weight: 500;}
.tab:last-child {margin-right: 0;}

.tab_panel {display: flex;justify-content:space-between;align-items:top; width: 1200px;}
.tab_panel .transit_div{
	width:55%;
	vertical-align:top;
}

.tab_panel .image_div_web{
	width:40%;
	vertical-align:top;
}

.tab_panel .image_div_web div, .tab_panel .image_div_m div{
	display:none;
	border-radius:10px;
	
}

.tab_panel .image_div_web div img, .tab_panel .image_div_m div img{
	border-radius:10px;
	object-fit:contain;
	outline:1px solid #c0c0c0;
}
.tab_panel .image_div_web div.active{
	display:block;
}

.image_div_m{display:none}

/*	.tab_panel.active {display: block;}*/

.bul1 > li {font-size: 22.5px; font-weight: 500; line-height: 1.3; padding-left: 30px; text-indent: -30px;}
.bul1 > li + li {margin-top: 25px;}
.bul2 {padding-top: 20px;}
.bul2 > li {font-size: 20px; font-weight: 400; line-height: 1.5; background: url(../images/bullet.png) no-repeat top 13px left; padding-left: 12px; text-indent: 0;}

.video_frame {padding-top: 56.25%; position: relative;}
.video {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; max-width: 560px; max-height: 315px;}

/* 컨텐츠 표 */
.table1 {border-top:2px solid #a1509a;margin-top:0; clear: both;width: 100%;margin-top: 5px;border-collapse: collapse;border-spacing: 0px;empty-cells: show;}

.table1 .bd0 {border-left: 0;}
.table1 thead th {vertical-align: middle;height:26px;font-weight: normal;text-align: center;line-height:20px;padding:10px 5px;color:#171717;font-size:17px;background:#fff7fe;border-bottom:1px solid #dadada;}
.table1 tbody th {vertical-align: middle;line-height:18px;padding:10px 7px;color:#171717;font-size:17px;background:#fdf7f5;border-bottom:1px solid #dadada;border-left:1px solid #dadada;}
.table1 tbody td {vertical-align: middle;text-align: center;line-height:18px;padding:15px 5px;color:#171717;font-size:17px;border-bottom:1px solid #dadada;}
.table1 tbody td span{color:#2e4997; font-weight:bold;}
.table1 tbody td.left_td{
	text-align: left;
}

.table1 tbody th.bgn {color:#171717;}
.table1 .bg1 {color:#171717;background:#fdf7f5;}
.table1 .bg2 {color:#171717;background:#fdf7f5;}
.table1 .bg3 {background:#fdf7f5;}
.table1 .bg4 {background:#fdf7f5;}
.table1 caption.dns {overflow: hidden;width: 0; height: 0;font-size: 0;}
.responsive_table + .icon_scroll {display: none;}
/* 선택 했을 때 테이블 tr 색 변경 */
.table1 tr.active{
	background:#f8f8f8;
}

a.btnFile {
	display: block;
    max-width: 500px;
    min-height: 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 15px 45px 15px 30px;
    background: #a1509a url(../images/icon_download.png) no-repeat center right 20px;
    outline-offset: 5px;
}

@media (max-width: 1200px){
	header .logo {left: 20px;}
	.contents {padding: 30px 20px; width: 100%;}
	.contents img {width: 100%;}
	.s_con_visual {flex-direction:column;width:100%;}
	.s_con_visual .visual_con{
	display:block; width:100%;}
	.s_con_visual .visual_con .spot_img,
	.s_con_visual .visual_con .bus_img{display:none}
	.tab_panel {display: flex; width: 95%;margin:0 auto;}
}


@media (max-width: 768px){
	.wrap {min-height: 800px;}
	header .logo {left: 20px;}
	/*header .inner {background: url(../images/sub_top.png) no-repeat center right -110px;}*/
	/*.s_con_visual {padding: 0 20px;}*/
	.s_con_visual {flex-direction:column;}
	.s_con_visual .visual_con{
	display:block; width:100%;}
	.s_con_visual .visual_con .spot_img,
	.s_con_visual .visual_con .bus_img{display:none}
	.main {padding-top: 0;}
	.main .inner {flex-direction: column;}
	#myList {display: flex; flex-wrap: wrap; width: 100%;}
	#myList > li {width: 50%; border-right: 1px solid #ddd;}
	#myList > li:first-child {border-top: none;}
	#myList > li:nth-child(2n) {border-right: none;}
	#myList > li.on {border-right: none;}
	.contents {padding: 30px 20px; width: 100%;}
	.main_txt{
		font-size: 23px;
		margin-top:15px;
	}
	.tab { width:45%; padding: 13px 20px; border: 4px solid transparent; background: #fbfbfb; margin-right: 5px;margin-bottom: 10px;}
	.tab_panel {display: flex;flex-direction:column; width: 95%;margin:0 auto;}
	.tab_panel .transit_div,.tab_panel .image_div{
		margin-top:20px;
		width:100%;
		vertical-align:top;
	}

	.tab_panel .image_div_web{
		display:none;
	}

	.tab_panel .image_div_m{display:block;margin-bottom:20px;}
	
	.tab_panel .image_div_m div{
		display:none;
	}

	.tab_panel .image_div_m div.active{
		display:block;
	}

	.main_txt.web{display:none;}
}

@media (max-width: 470px){
	header {height: 70px;}
	header .logo img {width: 80px;}
	header h2 {font-size: 22px;margin-left: 90px;}
	/*	header .inner {background: url(../images/sub_top.png) no-repeat center right -120px;}*/
	.s_con_visual {flex-direction:column;}
	.s_con_visual .visual_con{
	display:block; width:100%;}
	.s_con_visual .visual_con .spot_img,
	.s_con_visual .visual_con .bus_img{display:none}
	.s_con_visual h3{font-size:32px !important;}
	.s_con_visual h3 div{
		font-size:20px !important;
	}
	#myList > li > a {font-size: 18px;}
	.tab_list {margin-bottom: 30px;}
	.tab {padding: 10px 15px; margin-bottom: 10px;}
	.main_txt {font-size: 18px;}
	.sub_txt {font-size: 18px;}
	.bul1 > li {font-size: 20px; padding-left: 25px; text-indent: -25px;}
	.bul2 {padding-top: 15px;}
	.bul2 > li {font-size: 18px; background: url(../images/bullet.png) no-repeat top 12px left;}

	a.btnFile {
		font-size: 17px;
	}
	
	.table1 tbody td {font-size:15px;}

	.main_txt.web{display:none;}
}


