.header-bar, .gnb-wrap, .wide .txt a,
.item .item-in .txt a, .flexslider .item-wrap .item,
.tabs, .tabs-item a, .moreBtn, #learningData_month td:nth-child(2), .footer-wrap {
	font-weight: 700 !important;
}

.loginPopDiv > div {
    box-shadow: 0 0 12px rgba(0, 0, 0, .6);
}

.loginPopDiv .closeBtn {
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    position: absolute;
    right: 3px;
    top: 0px;
    margin: 0;
    z-index: 1101;
    font-size: 20px;
    border-radius: 150px;
    padding: 3px;
    height: 23px;
    width: 23px;
    vertical-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
}

.loginPopDiv .closeBtn:after  {
    background-color: rgba(0, 0, 0, .3);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1em;
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -11px;
    font-weight: 700;
    align-items: stretch;
    content: "✕";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.search .ui-body-inherit {
	background-color: #fff;
}

.search .ui-body-inherit input {
	width: 95%;
	background-color: transparent;
	border: 0;
}

.loginArea .loginInput .autoArea input {
    margin-right: 8px;
}

.text textarea {
    width: 100% !important;
    padding: 1px 1px 1px 1px !important;
}

.menuArea .opiL .opiArea li .opi.mod textarea {
	width: 96%;
}

@media (max-width: 767px) {
	.search .ui-body-inherit {
		width: 100%;
	}

	.search .ui-body-inherit input {
		width: 85%;
		background-color: transparent !important;
		border: 0;
	}
}

.ui-selectmenu-menu {
	display: none;
}

.issue-box .select-wrap .ui-selectmenu button {
	display: none;
}

.issue-box .select-wrap {
	width: 190px;
	min-height: 100%;
    height: 3em;
}

.issue-box .ui-selectmenu select {
	padding-left: 10px;
	font-size: 15px;
    font-weight: 700;
	border: 1px solid #ddd;
}

.issue-box .ui-selectmenu {
	height: 3em;
}

.title-wrap h2 a {
    font-weight: 700;
}

.hotlineArea [data-role="controlgroup"] {
    display: flex;
    flex-direction: column;
}

.hotlineArea [data-role="controlgroup"] span:nth-child(2) {
    border-radius: 5px 5px 0 0;
}

.hotlineArea [data-role="controlgroup"] .check-line {
    background-color: #f9f9f9;
    border-bottom: 1px solid #bbb;
    padding: .7em 1em;
    font-family: snas-serif;
}

.hotlineArea [data-role="controlgroup"] .check-line input {
    vertical-align: unset;
}

.hotlineArea [data-role="controlgroup"] .check-line label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding-left: 0.25em;
}

.hotlineArea [data-role="controlgroup"] span:last-child {
    border-radius: 0 0 5px 5px;
}

.ui-field-contain {
    padding: 0;
    margin: 1em 0;
    border-bottom-width: 0;
}

.hotlineArea .ui-field-contain label {
    font-weight: 400;
    font-size: 16px;
}

.hotlineArea .ui-input-text input {
    min-height: 2.2em;
    text-align: left;
    border: 0;
    background: transparent none;
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    line-height: 1.4em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    width: 100%;
}

.hotlineArea .ui-input-text {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    border-width: 1px;
    border-style: solid;
    border-radius: .3125em;
    width: 100% !important;
}

.hotlineArea .ui-field-contain > textarea {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    border-width: 1px;
    border-style: solid;
    border-radius: .3125em;
    width: 100% !important;
    height: 43px;
}

.hotlineArea .btnArea button {
    font-size: 16px;
    margin: .5em 0;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    font-family: sans-serif;
    width: 100%;
    padding: 8px 0px;
    border-radius: 5px;
}