#container {
	background: #000;
    width: 1560px;
    margin: 160px auto 85px;
    color: #fff;
}
#titleArea {
	border-bottom: 2px solid #fe9b00;
	color: #fff;
	margin-bottom: 45px;
}
#titleArea .name {
	display: inline-block;
	font-size: 30px;
    margin-top: 10px;
}
#titleArea .name span {
	display: inline-block;
    vertical-align: baseline;
	font-size: 20px;
	font-weight: 300;
	margin-left: 5px;
}
.tabs{ 
	overflow: hidden; 
	width: 100%; 
	font-size: 0;
}
.tabs.grid2 {
	width:auto;
}
.tabs li {
    display: inline-block;
    width: 186px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 63px;
    margin-left: 10px;
}
.tabs a { 
	position: relative;  
	background: #464646; 
	display:block; 
	width:100%; 
	height:60px; 
	color: #fff; 
	font-weight: bold;
	border-radius: 20px 20px 0 0;
}
.tabs #current a {
	background: #f7a900; 
	z-index: 3; 
}
.table {
	display: table;
}
.table .cell {
	display: table-cell;
}
input[type=text]:focus, input[type=password]:focus, button:focus, select:focus {
	outline: none;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
table th {
	background: #fea600;
	font-size: 20px;
	padding: 20px 0;
	vertical-align: middle;
	text-align: center;
}
table td {
	font-size: 16px;
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.md-check {
    cursor: pointer;
    padding-left: 20px;
    margin: 1% 2%;
    display: inline-block;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300;
}
.md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
.md-check > i {
    width: 0;
    height: 18px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -20px;
    top: -1px;
}
.md-check > i:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 100%;
    border: 1px solid #555;
    box-sizing: border-box;
}
.md-check input[type="checkbox"]:checked + i:before {
    background: #fea600;
    border: 2px solid #fea600;
}
.md-check input[type="checkbox"]:checked + i:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/sub/check-img.png)no-repeat center center;
    background-size: 10px;
    content: ' ';
}



/* digitalMain */
.digital-section .txt {
	font-size: 25px;
}
.digital-section .txt + span {
	display: block;
	font-weight: 600;
	font-size: 20px;
	margin: 55px 40px 22px;
}
.digital-section ul {
	font-size: 0;
	margin: 0 30px;
	padding-bottom: 70px;
}
.digital-section ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
    width: 18%;
    margin: 0 0.7%;
}
.digital-section ul li .thumb {
	border: 1px solid #555;
	margin-bottom: 20px;
}
.digital-section ul li .thumb img {
	width: 100%;
}
.digital-section ul li .info {
	line-height: 1.4;
}
.digital-section table {
	margin-top: 20px;
}




/* sub01 */
.text-yellow {
	color: #fea600;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 23px;
}
.text-yellow i {
	display: inline-block;
	font-style: normal;
}
.guide-box ul {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.input-list {
    display: inline-block;
    width: 100%;
    max-width: 700px;
}
.input-list.w100 {
	display: block;
	width: 100%;
	margin-top: 50px;
	max-width: inherit;
}
.input-list .input-title {
    font-size: 14px;
}
.input-text .list-input {
    border: 1px solid #000;
    border-bottom: 1px solid #555;
    background: #000;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
    font-family: inherit;
    font-weight: 300;
    box-sizing: border-box;
    transition: all .4s;
    border-radius: 0;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input-text .list-input:focus {
    outline: none;
    border-bottom: 1px solid #f4be1e;
}

.category-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
}
.category-table .cell {
    flex: 0 0 82%;
    max-width: 82%;
    box-sizing: border-box;
    font-size: 16px;
    border:1px solid #555;
    padding: 10px;
}
.category-table .cell.subject {
    flex: 0 0 18%;
    max-width: 18%;
    background: #000;
    border-right: 0;
    padding: 20px;
    word-break: break-all;
}
.button-table {
	position: relative;
	font-size: 16px;
	margin-top: 3%;
    line-height: 1.3;
}
.button-table button {
	position: absolute;
	top:0; 
	right: 0;
}
.pd2per {
	padding: 0 2%;
}
.sub01 .pd2per {
	border-bottom: 1px solid #555;
	padding-bottom: 60px;
}
.logo-table {
	margin-top: 30px;
}
.logo-table td {
	background:#fff;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #b7b7b7;
	padding: 10px 0;
}
.logo-table td a {
	color: #fea600;
	font-weight: 300;
}
.logo-table td .thumb {
	text-align: center;
}
.logo-table td .thumb img {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 157px;
}
.logo-table td.companyName div {
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	max-width: 190px;
}
.logo-table td.subject {
	text-align: left;
	padding: 0 10px;
}
.respon-table td .data-th {
	display: none;
}
.btn {
	font-size: 20px;
	font-family: inherit;
	font-weight: bold;
	width: 150px;
	height: 50px;
	line-height: 50px;
}
.btn-success {
	background:#fea600; 
	border:1px solid #fea600; 
	color: #fff;
}



/* sub 02 */
.sub02 .pd2per {
	border-bottom: 1px solid #555;
	padding-bottom: 60px;
}
.sub02 .input-text .list-input {
	border-bottom: 1px solid #fff;
}
.sub02 .input-text .list-input:focus {
	outline: none;
    border-bottom: 1px solid #f4be1e;
}
.sub02 .company-info {
	margin-top: 45px;
}
.dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
}
.dropdown span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 15px 10px;
    cursor: pointer;
}
.dropdown span:after {
    content: '';
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    height: 0;
    right: 10px;
    position: absolute;
    top: 46%;
    width: 0;
}
.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    background: #fff;
    border: 1px solid #e1e1e1;
    line-height: 2;
    z-index: 2;
}
.dropdown .dropdown-menu.on {
    display: block;
}
.dropdown .dropdown-menu .search {
    width: 98%;
    margin: 0 auto;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    height: 37px;
}
.dropdown ul {
    height: 130px;
    overflow-y: scroll;
    border-right: 3px solid #e1e1e1;
}
.dropdown ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px;
    color: #000;
}
.respon-table .favoriteBtn {
	color: #000;
}
.respon-table .favoriteBtn.on {
	color: #fea600;
}


/* sub03 */
.sub03 .pd2per {
	border-bottom: 1px solid #555;
	padding-bottom: 60px;
}



/* sub04 */
#Exhibitors01 .dropdown {
	width: 100%;
}
#Exhibitors03 table td {
	padding: 15px 0;
}
#Exhibitors03 table img {
    width: 50%;
    max-width: 50px;
    display: block;
    margin: 0 auto;
}
#Exhibitors03 table td a {	
	color: #fea600;
}



/* sub04-1 */
#tabs{ 
	overflow: hidden; 
	width: 100%; 
	font-size: 0;
}
#tabs li {
    display: inline-block;
    width: 186px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    margin-right: 10px;
}
#tabs a { 
	position: relative;  
	border:1px solid #fff;
	display:block; 
	width:100%; 
	color: #fff; 
	font-weight: 300;
    padding: 0;
}
#tabs #current a {
	background: #f7a900; 
	border: 1px solid #f7a900;
	z-index: 3; 
}
.tab_cont {
	display: none;
	margin-top: 50px;
    padding-bottom: 15px;
}
.tab_cont .content {
	padding: 1%;
}
.title1 {
    background: #f7a900;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
}
.star-info {
    text-align: left;
    margin: 7px;
}
.star-info i {
    color: #e10009;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 7px;
}
.tab_cont .input-list {
    position: relative;
    padding: 0 10px;
    margin-bottom: 25px;
    margin-top: 0;
}
.tab_cont .input-list.pl0 {
	padding-left: 0;
}
.tab_cont .input-list.w100 {
	width: 100%;
}
.tab_cont .input-list.w100 .list-input {
	width: 100%;
	max-width: 700px;
}
.tab_cont .input-text .list-input {
	border-bottom: 1px solid #555;
}
.tab_cont .input-text .list-input:focus {
	border-bottom: 1px solid #f7a900;
}
.input-title i {
    font-style: normal;
    color: #e10009;
    font-weight: bold;
    margin: 3px 0 0 3px;
    display: inline-block;
}
.title-label label {
    display: inline-block;
    position: relative;
    margin: 10px 10px 10px 0px;
}
.title-label label input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.title-label .md-check > i:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid rgba(135, 150, 165, 0.5);
    box-sizing: border-box;
    border-radius: 2px;
}
.md-check input[type="radio"] + i, .md-check input[type="radio"] + i:before {
    border-radius: 50%;
}
.md-check input[type="radio"]:checked + i:before {
    background: #f4be1e;
    border: 2px solid #f4be1e;
}
.md-check input[type="radio"]:checked + i:after {
    position: absolute;
    left: 6px;
    top: 6px;
    display: table;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    content: ' ';
}
.other {
    display: inline-block;
    border: 1px solid #000;
    border-bottom: 1px solid #555;
    width: 200px;
    height: 30px;
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    font-family: inherit;
    box-sizing: border-box;
    transition: all .4s;
    font-weight: 300;
}
.input-names {
    font-size: 0;
}
.input-names .input-list {
    display: inline-block;
    vertical-align: middle;
    width: 35.833%;
}
.input-names .post {
    width: 28.333%;
}
.grid2 {
    font-size: 0;
}
.grid2 .input-list {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
    max-width: inherit;
}
.input-tel {
    font-size: 0;
}
.input-tel input[type="text"] {
    display: inline-block;
    width: calc(100% - 190px);
    vertical-align: top;
}
.input-tel .dropdown {
	width: 190px;
}
.tab_cont .dropdown {
	border:1px solid #000;
    border-bottom: 1px solid #555;
    width: 190px;
    height: 30px;
    box-sizing: border-box;
}
.tab_cont .dropdown span {
    padding: 5px 10px;
}
.tab_cont .dropdown .dropdown-menu {
    top: 28px;
}
.tab_cont .dropdown span:after {
    border-color: #888 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    top: 40%;
}
.countryTextField {
    padding-left: 5px;
    z-index: 1;
    position: absolute;
    width: 45px;
    height: 30px;
    line-height: 27px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
    transition: all .4s;
}
.company-img.file-image{
	text-align: center;
    position: relative;
    min-height: 1px;
    margin-bottom: 25px;
    width: 20%;
    float: left;
}
.company-img {
	border:2px solid #555;
	text-align: center;
	margin-bottom: 25px;
}
.company-item {
    position: relative;
    min-height: 110px;
}
.company-item #preview {
    width:100%;
    height: 100%;
    z-index: -1;
    text-align: center;
}
.company-item #preview.on {
	z-index: 9;
	background: #fff;
}
.company-item #preview img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.company-item #preview video {
	max-width: 100%;
}
.company-item label {
	position: absolute;
    display: block;
    width:100%;
    height: 100%;
    margin:0;
    cursor: pointer;
}
.company-item label p img {
    margin-right: 6px;
}
.company-item label p {
    font-size: 15px;
    color:#c1c1c1;
    margin: 0;
}
.company-item label .thumb {
    width:100%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.company-item input[type=file] {
    position: absolute;
    width:1px;
    height: 1px;
    visibility: hidden;
}
.company-item .btn-delete {
	position: absolute;
    visibility: hidden;
    right: 10px;
    top: 10px;
    width: 115px;
    z-index: 9;
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    background: #fff;
    cursor: pointer;
    color: #000;
}
.input-country .dropdown {
    width: 100%;
}
.input-address {
    font-size: 0;
}
.input-address .input-list.post {
    width: 21%;
}
.input-address .input-list {
    display: inline-block;
    vertical-align: middle;
    width: 39.5%;
}
.input-text textarea {
    border: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    min-height: 100px;
    font-size: 14px;
    color: #444;
    padding: 10px;
    font-family: inherit;
    box-sizing: border-box;
    transition: all .4s;
    border-radius: 0;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
    max-width: inherit!important;
}
.tab_cont .category-table {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	border-top:1px solid #e1e1e1;
	margin-top: 10px;
}
.tab_cont .category-table .cell {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
}
.tab_cont .category-table .cell.subject {
	flex: 0 0 25%;
    max-width: 25%;
}
.tab_cont .category-table .cell label {
	display: inline-block;
    min-width: 44%;
	margin:5px 0;
}
.agree {
    margin: 3% 2% 0;
    color: #fff;
    font-size: 15px;
}
.agree .desc {
    font-weight: bold;
    margin-bottom: 15px;
}
.agree .md-check:first-child {
	margin-left: 0;
}
#buyerbtn {
    background: #d6d6d6;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    border: 1px solid #d6d6d6;
    font-family: inherit;
    margin: 25px auto 3%;
    font-weight: bold;
}
#buyerbtn:hover {
    background: #f4be1e;
    border: 1px solid #f4be1e;
}
.telTitle {
	margin-left: 77px;
	display: inline-block;
}
.c-box {
    margin-bottom: 20px;
}
.c-box h4 {
    font-size: 15px;
    padding: 15px 10px 0px;
}
.ct-depth2 {
    font-size: 15px;
}



/* 콘텐츠 수정 */
.prd-form .company-item #preview img {
	height: 160px;
}
.prd-form .btn-area {
	text-align: right;
}
.prd-form .gray-btn {
	display: inline-block;
	background: #efefef;
	font-size: 14px;
	width: 115px;
    height: 40px;
    line-height: 40px;
}
.prd-form .input-list {
    padding: 0 10px;
}


/* 콘텐츠 추가 */
.company-video {
    display: none;
    border: 2px solid #e5e5e5;
    margin-bottom: 25px;
}
.company-video h4 {
	position: relative;
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    height: 36px;
}
.company-video h4 span {
    display: inline-block;
    padding: 10px;
}
.company-video h4 input {
    border: 1px solid #000;
    border-radius: 0;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 215px);
    height: 35px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-family: inherit;
    font-weight: 300;
}
#youtube-upload {
    padding: 10px 20px;
    background: #f4be1e;
    color: #fff;
    position: absolute;
    right: 0;
    font-family: inherit;
    font-weight: bold;
    top: -1px;
}
.company-video .video-cont {
    min-height: 150px;
}
.c-video {
    display: none;
    border: 2px solid #e5e5e5;
    text-align: center;
    margin-bottom: 25px;
}
.company-item {
    position: relative;
    min-height: 110px;
    max-height: 250px;
}
.company-item label {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
}
.company-item label .thumb {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.company-item label p {
    font-size: 15px;
    color: #c1c1c1;
    margin: 0;
}
.company-item #preview {
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: center;
}
.company-item #preview video {
	width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 250px;
    z-index: 9;
    position: relative;
}
.preview-wrap {
    display: none;
}
.company-item input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
}
.company-item .btn-delete {
    position: absolute;
    visibility: hidden;
    right: 10px;
    top: 10px;
    width: 115px;
    z-index: 9;
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    background: #fff;
    cursor: pointer;
}
.prdAdd .hash .input-text .list-input {
	margin-bottom: 20px;
}









@media (max-width:1560px) {
	#container {
		width: 97%;
	}
	#titleArea .name {
    	font-size: 26px;
    }
    .tabs li {
		width: 165px;
		font-size: 18px;
    }
	
}

@media (max-width:1200px) {
	#titleArea .name {
    	font-size: 22px;
    }
    .tabs li {
		width: 155px;
		font-size: 16px;
    }
}
@media (max-width:1020px) {
	#container {
		margin: 110px auto 85px;
	}
	#titleArea .fl, #titleArea .fr {
		float: none;
		text-align: center;
	}
	#titleArea .name {
	    font-size: 18px;
    	margin-bottom: 20px;
	}

	.digital-section .txt {
	    font-size: 20px;
	}
	.digital-section .txt + span {
		font-size: 17px;
	}
	.digital-section ul li {
    	width: 31%;
    	margin-bottom: 30px;
    }
    table th {
    	font-size: 16px;
    }
    table td {
    	font-size: 14px; 
    }
    #tabs {
    	text-align: center;
    }
    #tabs li {
	    width: 165px;
	}

    .tab_cont .dropdown {
    	width: 45%;
    }
    .input-tel input[type="text"] {
    	width: 55%;
    }
    .telTitle {
	    margin-left: calc(45% - 115px);
	}
}
@media (max-width:768px) {
	.tabs li {
	    width: 23%;
	    height: 50px;
	    line-height: 53px;
	    font-size: 14px;
	    margin: 0 1%;
	}
	.tabs li a {
		height: auto;
	}

	.digital-section ul li {
    	width: 46%;
    	margin: 0 1.7% 30px;
    }

    .text-yellow {
    	font-size: 16px;
    	margin-bottom: 15px;
    }
    .guide-box ul {
    	font-size: 12px;
    }
    .category-table .cell.subject {
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.category-table .cell {
	    flex: 0 0 75%;
	    max-width: 75%;
	}
	.md-check {
		margin: 2% 4%;
	}
	.btn {
    	font-size: 16px;
	    width: 105px;
	    height: 35px;
	    line-height: 35px;
    }
    .respon-table {
	    margin-top: 0;
	}
    .respon-table th {
		display: none;
	}
	.respon-table tr {
		display: block;
	    margin-top: 25px;
	}
	.respon-table tr:first-child {
		display: none;
	}
	.respon-table td {
		position: relative;
		display: block;
	    text-align: left;
	    padding-left: 110px;
	    border-bottom: 1px solid #f1f1f1;
	}
    .respon-table td .data-th {
	    font-weight: bold;
	    width: 95px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    background: #fea600;
	    color: #fff;
	    display: table;
	    padding: 0 10px;
	    min-height: 30px;
	}
	.respon-table td .data-th span {
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.respon-table td div {
	    display: inline-block;
	}
	.respon-table td.subject {
		padding: 10px 0 10px 110px;
	}

	.input-list {
		max-width: inherit;
	}

	#tabs li {
	    width: 25%;
	    height: 40px;
	    line-height: 37px;
	    min-width: 90px;
        margin-bottom: 10px;
	}
	#tabs a {
	    font-size: 16px;
	}
}
@media (max-width:640px) {
	.digital-section {
	    text-align: center;
	}
	.tab_cont .input-list {
		width: 100%!important;
		padding: 0;
	}
	.tab_cont .input-list.w50 {
		width:50%!important;
	}
	.tab_cont .category-table .cell.subject {
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.tab_cont .category-table .cell {
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.prd-form .input-list {
		width: 100%;
	    margin-bottom: 10px;
	}

}
@media (max-width:480px) {
	.digital-section ul li {
    	width: 100%;
    	margin: 0 0 30px;
    }
    table th {
    	font-size: 14px;
    }
    table td {
    	font-size: 12px;
    }
    .tab_cont .category-table .cell label {
	    width: 100%;
	}
}
@media (max-width:380px) {}