@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoL.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoL.otf?#iefix'),*/
	url('../fonts/AppleSDGothicNeoL.ttf') format('truetype'), local(※), url('../fonts/AppleSDGothicNeoL.woff') format('woff');
	font-weight: 300;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoR.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoR.otf?#iefix'),*/
	url('../fonts/AppleSDGothicNeoR.ttf') format('truetype'), local(※), url('../fonts/AppleSDGothicNeoR.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoM.eot?#iefix');
	src: /*url('../fonts/AppleSDGothicNeoM.otf?#iefix') format('embedded-opentype'),*/
	url('../fonts/AppleSDGothicNeoM.ttf') format('truetype'), local(※), url('../fonts/AppleSDGothicNeoM.woff') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoB.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoB.otf?#iefix'),*/
	url('../fonts/AppleSDGothicNeoB.ttf') format('truetype'), local(※), url('../fonts/AppleSDGothicNeoB.woff') format('woff');
	font-weight: 600;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoEB.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoEB.otf?#iefix'),*/
	url('../fonts/AppleSDGothicNeoEB.ttf') format('truetype'), local(※), url('../fonts/AppleSDGothicNeoEB.woff') format('woff');
	font-weight: 700;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoH.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoH.otf?#iefix'),*/
	url('../fonts/AppleSDGothicNeoH.ttf') format('truetype'), local(※), url('../fonts/AppleSDGothicNeoH.woff') format('woff');
	font-weight: 800;
}
/*gmarket*/

@font-face {
	font-family: 'GmarketSans';
	src: url('../fonts/GmarketSansLight.otf');
	src: url('../fonts/GmarketSansLight.otf?#iefix') format('embedded-opentype');
	src: url('../fonts/GmarketSansTTFLight.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFLight.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFLight.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'GmarketSans';
	src: url('../fonts/GmarketSansMedium.otf');
	src: url('../fonts/GmarketSansMedium.otf?#iefix') format('embedded-opentype');
	src: url('../fonts/GmarketSansTTFMedium.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFMedium.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFMedium.woff') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'GmarketSans';
	src: url('../fonts/GmarketSansBold.otf');
	src: url('../fonts/GmarketSansBold.otf?#iefix') format('embedded-opentype');
	src: url('../fonts/GmarketSansTTFBold.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFBold.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFBold.woff') format('woff');
	font-weight: 600;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
ul, li, dl, dt, dd, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
body, a {
	font-family: 'Roboto', 'AppleSDGothicNeo', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -1px;
	font-style: normal;
	line-height: 1.6;
	color: #100f12;
}
.gma {
	font-family: 'GmarketSans', sans-serif !important;
	color: #100f12;
}
#loading {
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #000;
	z-index: 99;
	text-align: center;
	margin-left: -50px;
	margin-top: -50px;
	border-radius: 10px;
	overflow: hidden;
}
#loadingmodal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: none;
	opacity: 1;
	z-index: 99;
	text-align: center;
}
#loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin-left: -32px;
	margin-top: -32px;
}
#loading-image {
	-webkit-animation: spin 1000ms infinite linear;
	-moz-animation: spin 1000ms infinite linear;
	-ms-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-ms-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	width: 100%;
}
/*이미지맵*/

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
@media (max-width: 991px) {
	img[usemap] {
		border: none;
		height: auto !important;
		max-width: 100%;
		width: 100% !important;
	}
}
.ellipsis {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
input, input[type="submit"] {
	appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type="radio"], input[type="checkbox"] {
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
button, label {
	cursor: pointer
}
b {
	font-weight: 600;
}
/*main_common*/

.main01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
	max-width: 1200px;
	padding: 50px 0;
}
.main01 img {
	max-width: 100%;
}
.main01>div.main01_left {
	width: 50%;
}
.main01_right img {
	max-width: 100%;
	width: 260px;
}
.main01>div.main01_right {
	width: 50%;
	text-align: right;
}
.main01_left>div+div {
	margin-top: 16%
}
.play_area {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.main01_play {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main01_play a {
	margin-right: 30px;
	display: block;
	width: 100%;
}
.main01_play a img {
	width: 100%;
}
.main01_play a:last-child {
	margin-right: 0;
}
.main02 .main02_img, .main02 .main02_img img {
	width: 100%;
}
.main02 {
	position: relative;
	background: url(../images/main02_bg.png) no-repeat center center;
	background-size: cover;
	padding: 105px 10px;
}
.main02 div.inner {
	max-width: 1642px;
	width: 100%;
	padding: 25px 0;
}
.main02_txt {
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.main02_img_btn {
	margin-bottom: 100px;
	text-align: center;
}
.main03 {
	padding: 10% 0;
}
.mainline {
	box-shadow: 7px 11px 46px 0px rgba(6, 0, 1, 0.11);
	overflow: hidden;
}
.main03tt {
	text-align: center;
	margin-bottom: 9%;
}
.main03tt img {
	width: 56.5625%;
	max-width: 100%;
}
.main03 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.main03 ul li img {
	max-width: 100%;
}
.main04 {
	padding: 10% 0;
}
.main04tt {
	text-align: center;
	margin-bottom: 9%;
}
.main04_area {
	position: relative;
}
.main04txt {
	width: 100%;
	text-align: center;
	margin-bottom: 9%;
}
.main04_left img {
	width: 55%;
}
.main04_right {
	position: absolute;
	right: -90px;
	bottom: -80px;
}
.main04_right img {
	width: 85%;
}
.main04tt img {
	width: 56.5625%;
	max-width: 100%;
}
.main05 {
	padding: 10% 0;
	background-color: #FAFAFA;
}
.main05tt {
	text-align: center;
	margin-bottom: 9%;
}
.main05_area ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.main05_area ul li:nth-child(1) {
	padding-right: 60px;
}
.main05_area ul li:last-child {
	padding-left: 60px;
}
.main05_bottom {
	text-align: center;
	padding-top: 100px;
}
.main06 {
	padding: 10% 0;
}
.main06_bottom {
	text-align: center;
	padding-top: 100px;
}
.main06_area ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.main07 {
	padding: 10% 0;
	background: url(/Form/_guest/basic/images/main07.png)no-repeat;
	background-size: cover;
}
.main07tt img {
	width: 56.5625%;
	max-width: 100%;
}
.main07_area {
	text-align: center;
}
.main07_bottom {
	font-size: 30px;
	padding-top: 100px;
}
.main07_bottom span {
	display: block;
	padding-bottom: 50px;
	color: #fff;
}
.main07_bottom span:last-child {
	padding-bottom: 0;
}
.footer_area {
	background: #292929;
	position: relative;
}
.inner_footer {
	padding: 25px 0;
	text-align: center;
	color: #939393;
}
.footer01 img {
	max-width: 100%;
}
.footer02 {
	padding-top: 30px;
	font-size: 16px;
}
.footer02 ul {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.footer02 ul li {
	border-right: 2px solid #696969;
	padding: 0 10px;
}
.footer02 ul li:last-child {
	border-right: none;
}
.footer02 span {
	color: #fff;
	margin-left: 5px;
}
/*로그인*/

.login_box {
	width: 100%;
	position: relative;
	padding: 100px 20px;
	text-align: center;
}
.login_box .login_top {
	margin-bottom: 25px;
}
.login_box .login_top h1 {
	padding-bottom: 35px;
}
.login_box .login_top p {
	font-size: 24px;
	color: #323244;
	letter-spacing: -0.05em;
}
.login_box form .input_box {
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.login_box form .input_box input {
	border: 1px solid #d0d8de;
	height: 53px;
	background: #fff;
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 0 15px;
}
.login_box form .input_box input::placeholder {
	font-size: 16px;
	letter-spacing: -0.025em;
	color: rgba(50, 50, 68, 0.5);
}
.login_box form .login_bt {
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
}
.login_box form .login_bt a {
	width: 100%;
	height: 53px;
	background: #FE9B36;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.05em;
	display: block;
	padding: 10px 0;
	border-radius: 5px;
}
.main_list {
	position: relative;
	min-height: 70.5vh;
}
.main_h {
	width: 100%;
	background: #fff;
	padding: 15px 0;
	border-bottom: 1px solid #d0d8de;
}
.inner {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.main_h>div:after {
	content: "";
	display: block;
	clear: both;
}
.main_h h1 {
	float: left;
	margin-top: 5px;
}
.main_h h1 a {
	display: block;
}
.main_h h1 a img {
	display: block;
	width: 160px;
}
.main_h .user_info {
	float: right;
	position: relative;
	display: table;
	width: 170px;
	cursor: pointer;
}
.main_h .user_info>div {
	display: table-cell;
}
.main_h .user_info .user_bt {
	position: absolute;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	margin-top: 5px;
	background: #fff;
	border: 1px solid #d0d8de;
	border-radius: 5px;
	overflow: hidden;
	z-index: 9999;
}
.main_h .user_info .user_bt.on {
	display: block;
}
.main_h .user_info .user_bt a {
	display: block;
	padding: 15px 0;
	font-size: 16px;
	letter-spacing: -0.025em;
	color: #29304d;
	text-align: center;
}
.main_h .user_info .user_icon {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}
.main_h .user_info .user_name {
	padding-left: 15px;
	padding-right: 15px;
}
.main_h .user_info .arrow_s {
	display: block;
	width: 10px;
}
.main_h .user_info .user_name .name_tit {
	font-size: 16px;
	color: #2a2a31;
}
.main_h .user_info .user_name .name_id {
	font-size: 15px;
	color: #a4a4a4;
}
.main_h .user_info .user_arrow img {
	vertical-align: baseline;
}
.main_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.main_box .main_top {
	position: relative;
	overflow: hidden;
}
.main_box .main_top:after {
	content: "";
	display: block;
	clear: both
}
.main_box .main_top h2 {
	font-size: 24px;
	letter-spacing: -0.05em;
	color: #323244;
	padding-bottom: 15px;
}
.main_box .main_top>ul {
	float: left;
}
.main_box .main_top>ul li {
	font-size: 16px;
	letter-spacing: -0.05em;
	color: #323244;
}

.main_box .main_top .main_bt {
	float: right;
}
.main_bt ul {
	display: flex;
	align-items: center;
}
.main_box .main_top .main_bt ul li {
	display: inline-block;
	border-radius: 5px;
}
.main_box .main_top .main_bt ul li a {
	display: block;
	font-size: 16px;
	padding: 8px 0;
	text-align: center;
}
.main_box .main_top .main_bt ul li:first-child {
	border: 1px solid #FE9B36;
	margin-right: 15px;
	width: 130px;
}
.main_box .main_top .main_bt ul li:first-child a {
	color: #fff;
	background-color: #FF8F28;
	border-radius: 5px;
}
.main_box .main_top .main_bt ul li:last-child {
	border: 1px solid #d0d8de;
	width: 80px;
}
.main_box .main_top .main_bt ul li:last-child a {
	color: #292e49;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.main_box .main_top .main_bt ul li img {
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
}
.main_box .main_mid {
	margin-top: 25px;
}
.main_box .list_box table {
	width: 100%;
	border-top: 1px solid #272c41;
	border-collapse: collapse;
}
.main_box .list_box input[type="checkbox"] {
	display: none;
}
.main_box .list_box input[type="checkbox"]+label span {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(../images/check_off.png) center no-repeat;
	cursor: pointer;
	border: 1px solid #E5EAED;
	border-radius: 6px;
}
.main_box .list_box input[type="checkbox"]:checked+label span {
	background: url(../images/check_on.png) center no-repeat;
	background-color: #FE9B36;
	border: 0;
}

.main_box .list_box table td {
	text-align: center;
}
.main_box .list_box table .ta_time {
	width: 210px;
}
.main_box .list_box table .ta_file {
	width: 100px;
	cursor: pointer;
}
.main_box .list_box table th, .main_box .list_box table td {
	font-size: 16px;
	color: #292e49;
	padding: 15px 0;
}
.main_box .list_box table th {
	font-weight: 400;
}
.main_box .list_box table td {
	font-weight: 300;
}
.main_box .list_box table tr {
	border-bottom: 1px solid #d0d8de;
	background-color: #fff;
}
.main_box .list_box table .ta_txt {
	text-align: left;
}
.main_box .list_box table .list_con {
	display: none;
}
.main_box .list_box table .list_con td {
	text-align: left;
	padding: 30px;
	background: #eef2f2;
}
.main_box .list_box table .list_con td .file_info {
	font-size: 16px;
	color: #292e49;
	padding-bottom: 20px;
}
.main_box .list_box table .list_con td .file_txt {
	font-size: 16px;
	color: #323244;
}
.main_box .list_box table .arrow_s img {
	vertical-align: -5px;
}
.list_print {
	cursor: pointer;
}
.list_print.on .arrow_s img {
	transform: rotateX(180deg);
}
.file_dt {
	background-color: #EEF2F2;
	padding: 30px;
	font-size: 16px;
	line-height: 2;
}
.file_dt div {
	text-align: left;
	padding: 0 20px;
}
.ta_info {
	width: 525px;
}
.dropdown {
	position: relative;
}
.dropdown>a {
	width: 30px;
	height: 30px;
	background: url(/Form/_guest/basic/images/icon_dropdown.png) center no-repeat;
	display: block;
}
.print {
	position: relative;
	padding-left: 10px !important;
}
.print>a {
	width: 30px;
	height: 35px;
	background: url(../images/icon_print.png) center no-repeat;
	display: block;
	margin: 0 auto;
}
.tdinfo {
	display: none;
}
.add_content.on {
	display: block;
	position: relative;
	transform: rotate(180deg);
}
/*로그인 리스트 모달*/

#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10
}
.modal-con {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: fit-content;
	width: 100%;
	background: #fff;
	z-index: 20;
	border-radius: 10px;
	max-height: 760px;
	overflow-y: auto;
}
.modal-con .title {
	position: relative;
	text-align: center;
	padding: 15px 0;
	background: #f6f7f8;
}
.modal-con .title span {
	display: inline-block;
	font-size: 32px;
	letter-spacing: -0.05em;
}
.modal-con .con {
	padding: 25px;
}
.modal_bot {
	margin-top: 50px;
}
.modal-con .close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.guide_float:after {
	content: "";
	display: block;
	clear: both
}
.guide_float {
	overflow: hidden;
}
.guide_float div {
	text-align: center;
}
.warning {
	margin-bottom: 25px;
}
.guide_01_1 {
	margin-bottom: 20px;
}
.guide_01_2 div:first-child {
	margin-right: 15px;
}
.guide_01_2 div:first-child img {
	border: 1px solid #D0D8DE;
	border-radius: 10px;
}
.guide_01_2 div:last-child {
	padding: 10px;
}
.guide_01, .guide_02 {
	margin-bottom: 60px;
}
.guide_02 div:first-child {
	margin-bottom: 30px;
}
.guide_02 div:nth-of-type(2) {
	margin-bottom: 20px;
}
.guide_02 div:nth-of-type(2) img {
	border: 1px solid #D0D8DE;
	border-radius: 10px;
}
.guide_03 {
	margin-bottom: 30px;
}
.guide_03_1 {
	margin-bottom: 25px;
}
.guide_03_2 div:last-child {
	padding-top: 30px;
}
.con_bot {
	padding: 30px 0;
	text-align: center;
}
.close_bt {
	border: 1px solid #D0D8DE;
	background-color: #FE9B36;
	border-radius: 5px;
	padding: 10px 55px;
	color: #fff;
}
.main_box .list_box table .ta_check, table .ta_num {
	width: 70px;
}
.list_box table {
	min-width: 991px;
}
.header {
	display: none;
}
.all_wrap02 .header {
	display: block;
	position: absolute;
	width: 100%;
}
.all_wrap {
	display: flex;
	flex-direction: column;
}
.all_wrap02 {
	height: 100vh;
}
.con_02 {
	flex: 1;
	padding-top: 86px;
}