/* basic.css */


.wrap{
    width: 100%;
    position: relative;
}

.cnt{
	width: 1080px;
	display:block;
	margin:0 auto;
	position:relative;
}
.lao_style{
	font-family: "Phetsarath_OT";
}

/*basic button style*/
input[type=button].btn_basic{
    padding: 0 30px;
    border: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #037bc1;
    color: #fff;
    font-family: "Phetsarath_OT";
	cursor:pointer;
}
input[type=button].btn_basic:hover, a.btn_basic:hover{background-color:#2d3042;}

a.btn_basic{
    padding: 0 30px;
    border: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #037bc1;
    color: #fff;
    font-family: "Phetsarath_OT";
	display:inline-block;
}

input[type=button].gray_btn,a.gray_btn{background-color:#666;}
input[type=text], input[type=password], input[type=tel], input[type=email] {
    border: 1px solid #dadfe4;
    font-family: inherit;
    color: #666;
}
/*
.more_btn{font-size:13px; letter-spacing:0.2px; font-weight:400; color:#777; position:absolute; right:0; top:4px;border-radius:10px;border:1px solid #bbb;padding:0px 8px; line-height:20px;}
.more_btn:after{content:"+"; display:inline-block; color:#aaa;  margin-left:3px;  font-size:12px;}
.more_btn:hover{background-color:#bbb; color:#fff;}
.more_btn:hover:after{color:#fff;}*/

.more_btn:before {
    content: " ";
    width: 11px;
    height: 11px;
    display: inline-block;
    background-image: url(../images/service/main/read_more_icon.png);
    margin-right: 4px;
}

.more_btn {
    display: inline-block;
    position:absolute;
	right:0px;
    font-size: 13px;
    color: #037bc1;
    cursor: pointer;
    margin-top: 4px;
}
/*top_header CSS*/

.header{
	height: 84px;
}
.header > div{
	display:inline-block;
	position:absolute;
	top:27px;
}

.header .logo{top:20px;}

.header .logo span{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.1px;
    float: right;
    margin-top: 7px;
}


.header .right_btn{letter-spacing:0px; margin-top: 3px; font-size:12px; }
.header .right_btn div{
	display:inline-block; float:left; font-weight:400;
}
.header .right_btn div{ margin-left:9px;}
.header .right_btn div:nth-child(2):before{content:" "; width:2px; height:12px; background-color:#d5d5d5; display: inline-block; margin-right:9px;}
.header .right_btn div:first-child{font-size:14px;line-height: 14px;}
.header .search_box{ 
    left: 50%;
    margin-left: -145px;
    margin-top: -8px;
}
.header .search_box input{    
	height: 24px;
    border: 2px solid #037bc1;
    font-size: 14px;
    padding: 8px;
    width: 270px;
}
.header .search_box button{
    position: absolute;
    width: 42px; height: 42px;
	top:0; right:3px; 
	background-image:url('../images/icon/search_icon_42.png');
    background-repeat: no-repeat;
    background-position-y: 42%;
    background-position-x: 52%;
}





/*navigation CSS*/

.navi{
	background-color:#fff;
	color:#252525;
	font-size:18px;
	font-weight:600;
	border-top:1px solid #efefef;
	border-bottom:2px solid #252525;
	min-width: 1080px;
	height: 43px;
}
.navi ul li{
	display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    padding: 8px 0px;
	box-sizing:border-box;
}
.navi .navi_ul > li{border-left:1px solid #efefef;}
.navi .navi_ul > li:last-child{border-right:1px solid #efefef;}

.navi .navi_ul li:hover{color:#3b98ce;}

.navi .navi_ul li:hover > .sub_navi{background-color:#f3f9fd;}

.navi .sub_navi {
    position: absolute;
    width: 25%;
    background: #fff;
    min-height: 177px;
    z-index: 33;
    /* margin-top: 8px; */
    top: 43px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-top: 2px solid #252525;
    display: none;
}
.navi ul li:first-child .sub_navi{
	border-left: 1px solid #eee;
}
.navi .sub_navi li {
    padding: 0px;
    width: 100%;
	color:#252525;
	font-size:15px;
	box-sizing: border-box;
    padding: 7px 10px;
}
.navi .sub_navi li:hover{
	    background-color: #3b98ce;
		color:#fff;
}

.navi .navi_bg {
    position: absolute;
    top: 131px;
    left: 0;
    right: 0;
    height: 174px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 32;
    display: none;
}


/*modal popup CSS*/
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
	font-weight: 400;
}
.modal .modal_title {
    display: none;
    width: 100%;
    height: 60px;
    padding: 20px;
    background: #444444;
    color: #fff;

    box-sizing: border-box;
}
.modal .modal_contents {
    padding: 30px;
    text-align: center;
}
.modal .modal_warning {
    padding-top: 70px;
    background: url('../images/icon/pass_x.png') no-repeat center top;
}
.modal .modal_notice {
    padding-top: 70px;
    background: url('../images/icon/pass_o.png') no-repeat center top;
    word-break: break-all;
	font-size: 18px;
    line-height: 23px;
}
.modal .modal_input {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}
.modal .modal_input input {
    width: 70%;
    margin-left: 10px;
    border: none;
    border-bottom: 1px solid #444444;
    height: 35px;
}
.modal .modal_btn {
    margin: 20px;
}
.modal .modal_btn .btn_y_s {
    padding: 10px 25px;
    background-color: #037bc1;
    color: #fff;
}
.modal .modal_btn .btn_g_s {
    padding: 10px 25px;
    background-color: #777;
    color: #fff;
}
.modal .modal_div {
    position: absolute;
    width: 500px;
    margin-top: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    border-radius: 3px;
}


/*footer CSS*/

.footer{
	background-color:#fff; color:#555;
	height:130px;
	border-top:1px solid #e1dede;
	min-width: 1080px;
		font-weight:400;
}
.footer .cnt div{position:absolute; top:24px;}
.footer .cnt div:last-child{right:438px; top:44px;} 
.footer p,.footer h5{
	font-weight:600;
    padding-top: 42px;
    width: 410px;
    display: inline-block;
	font-size:16px;
	margin-left:80px;
}
.footer h5{float:right;}
.footer span.bar{margin:0px 8px; color:#888; font-size:12px;vertical-align: top;    line-height: 23px;} 
.footer span{    letter-spacing: 0px;}

#en .navi .navi_ul > li{
padding:10px 0px;
}
