@charset "utf-8";

/* 湲곕낯?쒓렇?ㅼ젙 */
html,
body {
	width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
button {
	margin: 0;
	padding: 0
}

body,
button {
	font-family: 'Noto Sans KR', "Noto Serif KR", "Roboto", sans-serif, serif, '맑은 고딕', '돋움', 'Malgun Gothic', Arial;
	font-size: 15px;
	color: #222;
	line-height: 24px;
	font-weight: 400;
}

p {
	margin-bottom: 20px;
}

body {
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

img,
fieldset,
iframe {
	border: 0 none
}

input,
select,
button {
	vertical-align: middle
}

i,
em,
address {
	font-style: normal
}

label,
button {
	cursor: pointer
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #666;
	text-decoration: none
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #327eb2;
}

th {
	text-align: center;
}

ul,
li {
	list-style: none;
}

.line1 {
	border: 2px solid #000;
}

.ht20 {
	padding-top: 20px;
}

.clearboth {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.transit {
	-webkit-transition: all .5s ease .1s;
	-moz-transition: all .5s ease .1s;
	-o-transition: all .5s ease .1s;
	-ms-transition: all .5s ease .1s;
	transition: all .5s ease .1s;
}

/* ?덉씠?꾩썐 */

#wrap {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 0;
}

#header {
	position: relative;
	width: 100%;
	text-align: center;
	height: 550px;
}

#mheader {
	position: relative;
	width: 100%;
	text-align: center;
	height: 755px;
}

#hwrap {
	position: fixed;
	width: 100%;
	height: 135px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	z-index: 1000;
	border-bottom: 2px solid #C30423;
}

#top_area {
	position: relative;
	width: 100%;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	background-color: #EDEDED;
}

/* home/ sitemap /admin / */
#top_area .topMenu {
	width: 1200px;
	margin: 0 auto;
}

#top_area .topMenu>ul {
	float: right;
	display: inline-block;
	height: 40px;
}

#top_area .topMenu>ul>li {
	float: left;
	font-family: '맑은 고딕', 'Noto Sans KR', Arial;
	font-size: 12px;
	color: #fff;
	background-color: #E88126;
	letter-spacing: -0.25%;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}

#top_area .topMenu>ul>li.nopadd {
	padding: 0;
	;
	margin: 0;
	top: 0
}

#top_area .topMenu>ul>li.nopadd img {
	display: block;
	padding: 0;
	;
	margin: 0;
}

#top_area .topMenu>ul>li>a {
	color: #fff;
}

#top_area .topMenu>ul>li:first-child>a,
#top_area .topMenu>ul>li:first-child {
	background-color: #EDEDED;
	color: #353A58
}

#top_area select {
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	margin-top: 5px;
}

#top_area option {
	color: #000;
}

#navi_area {
	width: 1200px;
	height: 95px;
	margin: 0 auto;
	text-align: center;
}

#navi_area .naviMenu {
	color: #5c5c5c;
	width: 1200px;
	height: 95px;
	margin: 0 auto;
}

.naviMenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#navi_area .naviMenu h1 {
	float: left;
}

#navi_area .naviMenu>ul>li {
	float: left;
	box-sizing: border-box;
	padding: 20px 20px;
}

#navi_area .naviMenu>ul>li:hover>a,
#navi_area .naviMenu>ul>li>a.nover {
	color: #C30423;
	text-decoration: none;
}

#navi_area .naviMenu>ul>li>a {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin-top: -1px;
	height: 95px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menuLayer {
	position: absolute;
	width: 100%;
	z-index: 200;
	border-bottom: 1px solid #C30423;
	border-top: 2px solid #C30423;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
}

#menuLayer .subLayer {
	width: 1070px;
	margin: 0 auto;
	padding-left: 130px;
}

#menuLayer .subLayer>ul {
	float: left;
	width: 170px;
	text-align: left;
	border-left: 1px solid #e6e6e6;
	/* height: 280px; */
	padding: 20px 0 20px 0px;
}

.sub li a {
	font-size: 14px;
	line-height: 1.2;
}

#menuLayer .subLayer>ul:last-child {
	border-right: 1px solid #e6e6e6;
}

#menuLayer .subLayer>ul:hover {
	background-color: #fff5eb;
}

#menuLayer .subLayer>ul>li:hover>a,
#menuLayer .subLayer>ul>li>a.over {
	color: #fff;
	text-decoration: none;
	background-color: #C30423
}

#menuLayer .subLayer>ul>li>a {
	color: #333;
	display: block;
	text-align: left;
	padding: 5px 10px;
}

#ban_area {
	position: relative;
	width: 100%;
	height: 470px;
	text-align: center;
	margin: 0 auto;
}

#loc_area {
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #fff;
	z-index: 100
}

#loc_area .locMenu {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

#loc_area .locMenu h1 {
	float: left;
	text-align: center;
	width: 55px;
	height: 40px;
	padding-top: 20px;
	border-left: 1px solid #696661;
	border-right: 1px solid #696661;
}

#loc_area .locMenu>ul>li {
	position: relative;
	float: left;
	width: 220px;
	height: 60px;
	text-align: left;
	border-right: 1px solid #696661;
	background-image: url('/site/uzbek/images/icon/black_tri.png');
	background-repeat: no-repeat;
	background-position: 95% 50%;
	display: flex;
	align-items: center;
	cursor: pointer
}

#loc_area .locMenu>ul>li>span {
	box-sizing: border-box;
	display: block;
	padding: 0 20px 0 15px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	color: #fff;
	cursor: pointer
}

#overMenu1,
#overMenu2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 60px;
	left: -1px;
	width: 252px;
}

#overMenu1 li,
#overMenu2 li {
	padding: 10px 15px;
	border-right: 1px solid #696661;
	border-left: 1px solid #696661;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: left
}

#overMenu1 a,
#overMenu2 a {
	display: block;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

#overMenu1 li:hover,
#overMenu2 li:hover {
	color: #fff;
	text-decoration: none;
	background-color: #C30423
}

.mainBannEng {
	font-size: 36px;
	line-height: 30px;
	font-weight: 400;
	color: #010101;
	letter-spacing: -0.5px;
}

.mainBannKor {
	font-size: 48px;
	line-height: 60px;
	font-weight: 550;
	color: #010101;
	letter-spacing: -2.5px;
	padding-top: 5px;
}

.mainBannTxt {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #010101;
	letter-spacing: -2.5px;
}

.mainBannKor2 {
	font-size: 36px;
	line-height: 60px;
	font-weight: 550;
	color: #010101;
	letter-spacing: -2px;
	padding-top: 5px;
}

.mainBannTxt2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #010101;
	letter-spacing: -2.5px;
}

.mainBannBtn {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #010101;
	letter-spacing: -0.5px;
	display: block;
	width: 160px;
	text-align: center;
	margin: 18px 12px;
	padding: 8px;
	border-radius: 30px;
	border: 1px solid #010101;
}

.mainBannCenter {
	margin: 18px auto;
}

.mainBannBtn:hover {
	background-color: #000;
	color: #fff;
}

.bannText {
	position: absolute;
	display: inline-block;
	text-align: left;
	top: 200px;
	width: 1200px;
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '맑은 고딕', '돋움', Arial;
}

.bannTxt0 {
	text-align: center;
	width: 1180px;
}

.bannTxt1 {
	text-align: center;
	width: 1180px;
}

.bannTxt2 {
	text-align: center;
	width: 1180px;
}

.subBannText {
	position: absolute;
	display: inline-block;
	text-align: center;
	z-index: 100;
	top: 140px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '맑은 고딕', '돋움', Arial;
}

.bannTitle {
	font-size: 48px;
	line-height: 60px;
	font-weight: 400;
	color: white;
	letter-spacing: -0.5px;
}

.bannDesc {
	font-size: 18px;
	line-height: 30px;
	font-weight: 100;
	color: white;
	letter-spacing: -0.5px;
}

.bannWhite {
	color: #fff;
}

.bannBlack {
	color: #010101;
}

.bannBtn {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.5px;
	display: block;
	width: 210px;
	text-align: center;
	margin: 12px 5px;
	padding: 10px;
	border-radius: 30px;
	border: 1px solid #fff;
}

.bannBtn:hover {
	background-color: #010101;
	color: #fff;
	border: 1px solid #010101;
}

.bannBtnBlack {
	margin: 12px 950px;
	color: #fff;
	color: #010101;
	border: 1px solid #010101;
}

#mBanner {
	display: inline-block;
	width: 1200px;
	height: 620px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#sBanner {
	position: absolute;
	width: 100%;
	height: 580px;
	left: 0;
	top: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}

#sBanner1 {
	position: absolute;
	width: 100%;
	height: 210px;
	left: 0;
	top: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 0
}

#contents {
	position: relative;
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0 50px 0;
	display: inline-block;
}

#mcontents {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	margin-top: 50px;
}

#sub_contents {
	position: relative;
	width: 900px;
	margin: 0 auto;
	display: inline-block;
}

.location {
	text-align: right;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	display: inline-block;
}

.location>img {
	vertical-align: middle;
}

.location>span {
	font-family: 'Noto Sans KR';
	padding-left: 5px;
	font-size: 12px;
}

.location>span:last-child {
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 240px;
}

#sidebar h4 {
	font-size: 28px;
	box-sizing: border-box;
	width: 240px;
	height: 80px;
	line-height: 1.2;
	text-align: left;
	padding-left: 20px;
	color: #fff;
	background-image: url('/images/lt_bg.gif');
	background-repeat: no-repeat;
}

#sidebar>ul>li {
	float: left;
	box-sizing: border-box;
	width: 239px;
	border: 1px solid #e4e4e4;
	border-top: 0;
	padding: 10px;
}

#sidebar>ul>li>a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	box-sizing: border-box;
	display: block;
	/* line-height: 1.2; */
	text-align: left;
	padding-left: 15px;
}

#sidebar>ul>li.over>a,
#sidebar>ul>li>a:hover {
	text-decoration: none;
	color: #CD4629;
	/* margin-bottom: 10px; */
}

#sidebar>ul>li.over,
#sidebar>ul>li:hover {
	/* background: #F5F5F5 url('/images/lm_over.png') no-repeat 95% 25px; */
}

/* 이하 3단메뉴일 경우 */
#sidebar>ul>li>ul {
	margin: 0px 0 10px 20px;
	text-align: left;
}

#sidebar>ul>li>ul>li {
	float: left;
	box-sizing: border-box;
	width: 200px;
}

#sidebar>ul>li>ul>li:last-child {
	margin-bottom: 10px;
}

#sidebar>ul>li>ul>li>a {
	font-size: 14px;
	font-style: normal;
	color: #333;
	letter-spacing: -0.5px;
	box-sizing: border-box;
	display: block;
	text-indent: -14px;
	padding-left: 20px;
}

#sidebar>ul>li>ul>li>a::before {
	content: "\e91b";
	font-family: xeicon !important;
	color: #424242;

}

#sidebar>ul>li>ul>li>a:hover #sidebar>ul>li>ul>li>a::before {
	content: "\e91b";
	font-family: xeicon !important;
	color: #CD4629;
}

#sidebar>ul>li>ul>li.sover>a,
#sidebar>ul>li>ul>li:hover {
	color: #CD4629;
	/* background: url('/images/lm_over.png') no-repeat 99% 50%; */
}

#sidebar>ul>li>ul>li>a:hover {
	text-decoration: none;
	color: #CD4629;
}

#detail {
	float: right;
	width: 880px;
	padding-bottom: 50px;
}

#mdetail {
	width: 100%;
	text-align: center;
}

#mTitle {
	width: 900px;
	height: 60px;
	text-align: left;
	vaertical-align: bottom;
	padding: 10px 0 10px 10px;
	margin-bottom: 50px;
	border-bottom: #dbdbdb solid 1px;
}

.mt,
.mt a {
	font-family: 'Noto Sans KR', sans-serif, Malgun Gothic, '맑은 고딕', '돋움', Arial;
	font-size: 32px;
	font-style: normal;
	color: #292929;
	line-height: 60px;
}

.mt_s {
	font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	font-size: 14px;
	color: #939393;
	padding-top: 20px;
}


#desc {
	text-align: left;
	width: 880px;
	margin-bottom: 50px;
}

#mdesc {
	position: relative;
	text-align: center;
	width: 100%;
	display: inline-block;
	z-index: 10
}

#mdesc>ul {
	width: 1200px;
	display: inline-block;
	background-color: #fff;
}

#mdesc>ul>li {
	float: left;
	padding: 0;
}

#mdesc>ul>li.mcontents_l {
	background-color: #f2f2f2;
	width: 338px;
	height: 360px;
	padding: 40px 25px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#mdesc>ul>li.mcontents_l>ul>li {
	padding: 0 0 40px 20px;
	text-align: left;
}

#mdesc>ul>li.mcontents_l>ul>li>p {
	padding-bottom: 15px;
}

#mdesc>ul>li.mcontents_l>ul>li:last-child {
	padding-bottom: 0;
}

#mdesc>ul>li.mcontents_r {
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	width: 729px;
	height: 360px;
	padding: 40px 40px;
	border: 1px solid #ccc;
	border-left: 0;
	border-bottom: 0;
}

#mdesc>ul>li.mcontents_r>ul {
	wifth: 100%;
}

#mdesc>ul>li.mcontents_r>ul>li {
	float: left;
	padding-right: 59px;
	padding-bottom: 40px;
}

#mdesc>ul>li.mcontents_r>ul>li:nth-child(4) {
	padding-right: 0;
}

#mdesc>ul>li.mcontents_r>ul>li.provLi {
	padding-bottom: 20px;
}

#mdesc>ul>li.mcontents_r>ul>li>p {
	padding-bottom: 20px;
}

#mdesc2 {
	text-align: center;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	margin-top: 50px;
}

#mdesc2>ul {
	width: 1200px;
	text-align: left;
	display: inline-block;
	padding-bottom: 40px;
}

#mdesc2>ul>li {
	float: left;
	width: 579px;
	border: 1px solid #E8E8E8;
	border-left: 0;
	margin-right: 40px;
}

#mdesc2>ul>li:last-child {
	float: right;
	width: 579px;
	margin-right: 0;
}


#notice {
	position: relative;
	width: 100%;
	height: 230px;
	clear: both;
	background-color: #fff;
	border-bottom: 1px solid #EAEAEA;
	text-align: center;
	display: inline-block;
}

#notice_area {
	width: 1200px;
	height: 120px;
	background-color: #fff;
	border-top: 5px solid #409C1C;
	border-bottom: 1px solid #EAEAEA;
	text-align: center;
	display: inline-block;
	padding: 30px 0;
}

#fmenu_area {
	width: 1200px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
}

#bot_banner {
	width: 100%;
	height: 100px;
	background-color: #EFEFEF;
	text-align: center;
}

.botBanner {
	height: 100px;
	width: 1200px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
}

.botBanner img {
	position: absolute;
}

#bot_sitemap {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}

#bot_area {
	display: inline-block;
	zoom: 1;
	width: 1200px;
}

#bot_area>ul>li {
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}

#bot_area>ul>li:hover>a {
	color: #C30423;
	text-decoration: none;
}

#bot_area>ul>li>a {
	font: 14px/50px '맑은 고딕', 'Noto Sans KR', Arial;
	color: #333;
}

#footer {
	position: relative;
	width: 100%;
	clear: both;
	background-color: #fff;
	text-align: center;
	display: inline-block;
}

#footer_area {
	padding: 30px 50px;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

#footer_area h1 {
	float: left;
	padding: 0 60px 10px 0;
}

#footer_area span {
	padding: 37px 0 10px 0;
	text-align: left;
	display: inline-block;
}

.footer_addr,
.footer_addr a {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	font-weight: 400;
	letter-spacing: -2.5%;
}

.footer_copy {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #B4B4B4;
	letter-spacing: -2.5%;
}

#main_product {
	position: relative;
	text-align: center;
	width: 100%;
	height: 790px;
	display: inline-block;
}

#main_product #main_product_title {
	text-align: center;
	width: 1200px;
	height: 50px;
	display: inline-block;
	border-bottom: 1px solid #808080;
}

#main_product #main_product_cate {
	position: relative;
	text-align: center;
	width: 1200px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	z-index: 10
}

#loginPage {
	position: relative;
	display: inline-block;
	width: 470px;
	padding: 0;
	margin: 0 250px;
}

#loginPage .loginBox {
	position: relative;
	margin: 0 0 5px 0;
	border: 0
}

#loginPage .loginBox .i_label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #707070;
	font: normal 14px;
	z-index: 0;
}

#loginPage .loginBox .i_text {
	width: 216px;
	height: 17px;
	padding: 12px;
	border: 0;
	box-sizing: content-box;
	background: #e3e3e3;
	font: normal 14px/95%;
	z-index: 10;
}

#loginPage .loginBox .i_text:hover,
#loginPage .loginBox .i_text:focus {
	padding: 11px;
	background: #fff;
	border: 1px solid #ccc
}

#loginPage .loginBtn {
	display: block;
	width: 80px;
	height: 87px;
	margin-bottom: 10px;
	background: #524C4D;
	border: 0;
	font: normal 15px/100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer
}

#loginPage .loginBtn:hover {
	background: #000
}

#loginPage ul li {
	float: left;
	padding-right: 10px;
	border: 0;
}

#loginPage ul li:last-child {
	padding-right: 0;
}

.mainhr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ccc;
}

.main_quick {
	width: 1200px;
	display: inline-block;
	text-align: left
}

.main_quick_left {
	float: left;
	width: 800px;
}

.main_quick_right {
	float: right;
	width: 310px;
	height: 600px;
	padding: 45px;
	background-color: #edeef0;
}

.main_box1 {
	float: left;
	width: 320px;
	height: 150px;
	background: #f7f7f7 url(/site/uzbek/images/quick_01.png) no-repeat 255px 65px;
	padding: 40px;
}

.main_box2 {
	float: left;
	width: 320px;
	height: 150px;
	background: #d23f2a url(/site/uzbek/images/quick_02.png) no-repeat 230px 70px;
	padding: 40px;
}

.main_box3 {
	float: left;
	width: 320px;
	height: 150px;
	background: #04794b url(/site/uzbek/images/quick_03.png) no-repeat 220px 70px;
	padding: 40px;
}

.main_box4 {
	float: left;
	width: 320px;
	height: 150px;
	background: #ffffff url(/site/uzbek/images/quick_04.png) no-repeat 205px 30px;
	padding: 40px;
}

.main_box5 {
	float: left;
	width: 320px;
	height: 150px;
	background: #f7f7f7 url(/site/uzbek/images/quick_05.png) no-repeat 240px 50px;
	padding: 40px;
}

.main_box6 {
	float: left;
	width: 320px;
	height: 150px;
	background: #e88126 url(/site/uzbek/images/quick_06.png) no-repeat 220px 120px;
	padding: 40px;
}

.main_quick_left-1 {
	float: left;
	width: 870px;
}

.main_quick_left_1 ul {
	overflow: hidden;
}

.main_quick_left_1 ul li {
	float: left;
	width: 270px;
	height: 90px;
	border: 5px solid #dedede;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 30px 20px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_quick_left_1 ul li p {
	display: none;
}

.main_quick_left_1 ul li h1 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	margin: 0;
}

.main_quick_left_1 ul li p {
	font-size: 15px;
	font-weight: 300;
	color: #686868;
	line-height: 18px
}

.main_quick_left_1 ul li:nth-child(3n) {
	margin-right: 0;
}

.main_quick_left_1 ul li:hover {
	background-color: #36946f;
	border: none;
	padding: 25px;
}

.main_quick_left_1 ul li:hover h1 {
	color: #fff;
}

.main_quick_left_1 ul li:hover p {
	color: #fff;
}

.a_search {
	clear: both;
}

.a_search ul>li {
	float: left;
	width: 270px;
	height: 90px;
	text-align: left;
	box-sizing: border-box;
	margin-right: 30px;
}

.a_search ul>li>h1 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 40px;
	margin: 0;
}

.a_search ul>li:nth-child(3n) {
	margin-right: 0;
}

.main_quick_right-1 {
	float: right;
	width: 300px;
	height: 295px;
	padding: 25px;
	background-color: #edeef0;
	box-sizing: border-box;
}


.main_tit1 {
	font: 500 30px/33px "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	color: #333;
	margin-bottom: 5px;
}

.main_tit2 {
	font: 500 30px/33px "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	color: #fff;
	margin-bottom: 5px;
}

.main_tit3 {
	font: 400 18px/18px "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	color: #333;
	margin-bottom: 7px;
}

.main_tit4 {
	font: 500 28px/33px "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	color: #333;
	margin-bottom: 5px;
}

.main_tel {
	font: 700 32px/48px "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	color: #d23f2a;
	margin: 10px 0;
}

.main_subtit1 {
	font: 400 16px/24px "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	color: #686868;
}

.main_subtit2 {
	font: 400 16px/24px "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	color: #ffffff;
	opacity: 0.7;
}

.main_subtit3 {
	font: 300 15px/18px "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	color: #333333;
}

.btn_log1 {
	font: 14px/18px "맑은 고딕", "돋움", "굴림", Arial;
	color: #000;
	height: 25px;
	width: 140px;
	border: 1px solid #d23f2a;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	background-color: #FFF;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
}

.marright0 {
	margin-right: 0
}

.btn_log1:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #D23F2A;
	background-color: #D23F2A;
}

.schform1 {
	font-family: "맑은 고딕", "돋움", "굴림", Arial;
	font-size: 14px;
	color: #919191;
	height: 25px;
	width: 210px;
	margin-right: 10px;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 5px 5px 5px 10px;
	margin-bottom: 30px;
}

.schform2 {
	font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "맑은 고딕", "돋움", Arial;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	height: 22px;
	width: 55px;
	background-color: #000;
	text-align: center;
	padding: 8px;
	float: right;
	margin-bottom: 30px;
}

.schform2:hover {
	color: yellow;
	text-decoration: none
}

.schform3 {
	font-family: "맑은 고딕", "돋움", "굴림", Arial;
	font-size: 14px;
	color: #919191;
	height: 35px;
	width: 270px;
	background-color: #FFF;
	border: 1px solid #c7c7c7;
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	background-image: url('/site/uzbek/images/form_arrow.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.lbtn {
	font-family: "맑은 고딕", "Arial";
	font-size: 12px;
	padding: 5px 5px 2px 5px;
	display: inline-block;
	width: 140px;
	background-color: #f9f9f9;
	border-top: #f2f2f2 1px solid;
	border-right: #c2c2c2 1px solid;
	border-left: #f2f2f2 1px solid;
	border-bottom: #c2c2c2 1px solid;
	color: #333333;
	border-radius: 2px;
	cursor: pointer;
}

.abtn {
	font-family: "맑은 고딕", "Arial";
	font-size: 15px;
	padding: 10px 20px 7px 20px;
	display: inline-block;
	background-color: #E88126;
	border-top: #f2f2f2 1px solid;
	border-right: #c2c2c2 1px solid;
	border-left: #f2f2f2 1px solid;
	border-bottom: #c2c2c2 1px solid;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.sbtn {
	font-size: 12px;
	padding: 4px 5px 3px 5px;
}