/* Add your custom css styles */

.textintro {
    text-shadow: 1px 1px 2px black, 0px 0px 1em black, 0px 0px 0.2em black;
    color: white;
}

.notice {
    font-size: 15px;
    line-height: 32px;
}

.topbar-dropdown .title a {
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}


@media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:1200px) and (min-width:991px){
    .conbox {
        margin-top: calc(100vw * (60 / 1200));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 1200));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 1200));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 1200));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 1200));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 1200));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 1200));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 1200));
    }
}
@media (max-width:992px) and (min-width:768px){
    .conbox {
        margin-top: calc(100vw * (60 / 992));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 992));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 992));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 992));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 992));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 992));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 992));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 992));
    }
}
@media (max-width:768px) and (min-width:450px){
    .conbox {
        margin-top: calc(100vw * (40 / 768));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 768));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 768));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 768));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (30 / 768));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 768));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 768));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 768));
    }
}
@media (max-width:500px){
    .conbox {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 500));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 500));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 500));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 500));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 500));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 500));
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 13rem 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 15rem 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 20rem 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 8rem 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 6rem 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 5rem 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding: 4rem 0;
}
@media (max-width:992px) and (min-width:768px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 992));
        padding-bottom: calc(100vw * (80 / 992));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 992));
        padding-bottom: calc(100vw * (100 / 992));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 992));
        padding-bottom: calc(100vw * (130 / 992));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 992));
        padding-bottom: calc(100vw * (60 / 992));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 992));
        padding-bottom: calc(100vw * (40 / 992));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 992));
        padding-bottom: calc(100vw * (30 / 992));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 992));
        padding-bottom: calc(100vw * (20 / 992));
    }
}
@media (max-width:768px) and (min-width:500px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 768));
        padding-bottom: calc(100vw * (80 / 768));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 768));
        padding-bottom: calc(100vw * (100 / 768));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 768));
        padding-bottom: calc(100vw * (130 / 768));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 768));
        padding-bottom: calc(100vw * (60 / 768));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 768));
        padding-bottom: calc(100vw * (40 / 768));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 768));
        padding-bottom: calc(100vw * (30 / 768));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 768));
        padding-bottom: calc(100vw * (20 / 768));
    }
}
@media (max-width:500px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 500));
        padding-bottom: calc(100vw * (80 / 500));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 500));
        padding-bottom: calc(100vw * (100 / 500));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 500));
        padding-bottom: calc(100vw * (130 / 500));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 500));
        padding-bottom: calc(100vw * (60 / 500));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 500));
        padding-bottom: calc(100vw * (40 / 500));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 500));
        padding-bottom: calc(100vw * (30 / 500));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 500));
        padding-bottom: calc(100vw * (20 / 500));
    }
}
/* header */
#header .navbar-collapse.collapse {
    top: -10px;
    position: relative;
}
@media (min-width: 990px) {
    #header {
        height: 113px !important;
    }
    #header .logo {
        padding-top: 8px;
    }
}
/* ms1 */
#ms1 {
    background: url(../images/mbg1.jpg) center center no-repeat;
    line-height: 0px;
}
/* ms2 */
#ms2 {
    background: url(../images/mbg2.jpg) center center no-repeat;
    line-height: 0px;
}
/* ms3 */
#ms3 {
    background: url(../images/mbg3.jpg) center center no-repeat;
    line-height: 0px;
}




@media (min-width: 798px) {
   
	/*#ms1 .hidden-xs{
		display:none
	}
	#ms2 .hidden-xs{
		display:none
	}
	#ms3 .hidden-xs{
		display:none
	}*/

}


/* ms4 */
#ms4 {
    background-color: #f7f7f7;
}
#ms4 .iconSet {
   /* max-width: 1000px;*/
    margin: 0 auto;
}
#ms4 ul li:not(:first-child) {
    border-left: 1px solid #ddd;
}
#ms4 .item .txt h3 {
    margin-bottom: 5px;
    font-weight: 700;
}
@media (min-width: 768px) {
    #ms4 .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #ms4 .item .icon {
        width: 66px;
    }
    #ms4 .item .txt {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    #ms4 .item {
        text-align: center;
    }
    #ms4 .item .icon img {
        width: 30px;
    }
}


/* ms5 */
#ms5 .cBox {
    border: 1px solid #ddd;    
}
#ms5 .cBox .top {
    border-bottom: 1px solid #ddd;  
    display: flex;
    align-items: center;
}
#ms5 .cBox .top,
#ms5 .cBox .con {
    padding: 10px 20px;    
}
#ms5 .cBox .con {
    display: flex;
    align-items: center;
    justify-content: center;
}
#ms5 .cBox .con > div {
    width: 100%;
}
#ms5 .cBox .top .icon {
    width: 40px;
    line-height: 40px;
    background-color: #eef3fb;
    color: #226fe4;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
}
#ms5 .cBox .top .txt {
    width: calc(100% - 50px);
    padding-left: 10px;
}
#ms5 .cBox .top .txt h5 {
    margin-bottom: 0px;
}
#ms5 .cBox .con h2 {
    margin-bottom: 5px;
}
#ms5 .cBox .con p .sh {
    display: block;
    padding-left: 50px;
    background: url(../images/bank_sinhan.png) left center no-repeat;
    background-size: 40px;
}
#ms5 .cBox .con p strong {
    display: block;
}
#ms5 .cBox.cBox2 .con p {
    font-size: 15px;
    line-height: 1.4em;
    padding-top: 0px;
}
#ms5 .cBox.cBox2 .con strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
}
#ms5 .cBox.cBox2 .con span {
    color: #111;
}
#ms5 .cBox .table_writer tr td,
#ms5 .cBox .table_writer tr th {
    vertical-align: middle;
    border: 0px;
    padding: 8px 0;
}
#ms5 .cBox .table_writer tr th {
    font-weight: 600;
    color: #000;
}
#ms5 .btnWrp .btnItem.icon1 {
    background-color: #ffe21e;
    color: #362b0b;
}
#ms5 .btnWrp .btnItem.icon2 {
    background-color: #415e9a;
    color: #fff;
}
#ms5 .btnWrp .btnItem.icon3 {
    background: linear-gradient(to right, #3940c9 0%, #6836b9 33.333333%, #ffb758 66.666666%, #dd3881 100%);
    color: #fff;
}
#ms5 .cBox.cBox4 .fbox {
    padding: 5px 0;
}
#ms5 .cBox.cBox4 .hd {
    width: 55px;
}
#ms5 .cBox.cBox4 .loc {
    width: 60px;
    text-align: center;
}
#ms5 .cBox.cBox4 .subject {
    width: calc(100% - 115px);
}
#ms5 .cBox.cBox4 .loc p,
#ms5 .cBox.cBox4 .subject,
#ms5 .cBox.cBox4 .hd p {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#ms5 .cBox span {
    display: inline-block;
}
#ms5 .cBox .brand {
    font-size: .9em;
    padding: 5px 0;
    border-radius: 3px;
    color: #666;
    background-color: #f0f0f0;
    border-radius: 5px;
    line-height: 1em;
    width: 45px;
    text-align: center;
}
#ms5 .cBox .brand.brand1 {
    color: #00356a;
    background-color: #f0f8ff;
}
#ms5 .cBox .brand.brand2 {
    color: #a3153f;
    background-color: #fff8fb;
}
#ms5 .cBox .brand.brand3 {
    color: #071d33;
    background-color: #f3f5f7;
}

@media (min-width:768px) {	
    #ms5 .cBox .con {
        height: 280px;
    }
}
@media (max-width:992px) {	
    #ms5 .cBox {
        margin: 15px 0;
    }
}
@media (max-width:767px) {	
    #ms5 .cBox .con {
        padding: 20px 15px;
    }
    #ms5 .cBox.cBox2 .con p {
        font-size: 13px;
    }
    #ms5 .cBox.cBox2 .con strong {
        font-size: 15px;
    }
}



/* ms6 */

/* btnWrp */
.btnWrp .btnItem {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 50px;
    margin: 5px 0;
    background-color: #000;
    width: 100%;
    border: 0px;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.btnWrp .btnItem.w {
    background-color: #fff;
    color: #333;
}
.btnWrp .btnItem.inline-btn {
    width: 200px;
    justify-content: space-between;
}
.btnWrp.text-center .btnItem.inline-btn {
    margin: 0 auto;
}
.btnWrp .btnItem i,
.btnWrp .btnItem img,
.btnWrp .btnItem span,
.btnWrp .btnItem strong{
    display: inline-block;
}
.btnWrp .btnItem.icon {
    text-align: left;
}
.btnWrp .btnItem.icon i {
    width: 20px;
    text-align: center;
}
.btnWrp .btnItem.icon img {
    width: 23px;
    text-align: center;
}
.btnWrp .btnItem.icon span {
    width: calc(100% - 43px);
    padding-left: 15px;
}

@media (max-width:767px) {	
    .btnWrp .btnItem {
        font-size: 14px;
    }
}

/* footer */
#footer {
    background: #f4f4f4;
}
#footer .copyright-text {
    color: #666;
}



/*cost_view_wrp*/
.cost_view_wrp {
	background-color: #f1f1f1;
	padding: 30px;
	border-radius: 10px;
	border: 5px solid #111;
	margin-bottom: 30px;
}
.cost_view_wrp h3 {
    font-size: 25px;
       font-weight: 800;
    color: #000;
	line-height: 1em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(221, 221, 221, 0.2);
	margin-top: 20px;
}
@media (max-width:479px){
	.cost_view_wrp {
		border-radius: 4px;
		padding: 30px 15px;
		border: 2px solid #111;
	}
	.cost_view_wrp h3 {
		font-size: 15px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 0px;
	}	
}
/*table_wrp*/
.table_wrp {
	border: 2px solid #000;
	padding: 20px;
	border-radius: 20px;
}
@media (max-width:479px){
	.table_wrp {
		border: 1px solid #000;
		padding: 10px;
		border-radius: 4px;
		margin-top: 10px;
	}	
}
/*table*/
.table {
	width: 100%;
	    margin-bottom: 0px;
}
.table tr {
	border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.table tr:last-child {
	border-bottom: 0px;
}
.table tr th,
.table tr td {
	/*background-color: #222;*/
	padding: 20px;
    font-size: 22px;
    font-weight: 500;
	color: #000;
	line-height: 1.5em;
	text-align: center;
	word-break: keep-all;
	border-top: 0px !important;
}
.table tr td strong {
	color: #226fe4;
    font-weight: 900;
    font-size: 24px;
}
.table tr td span {
	font-size: 0.7em;
}
@media (max-width:479px){
	.table tr th,
	.table tr td {
		padding: 8px;
		font-size: 12px;
	}	
	.table tr td span {
		display: block;
	}
	
	.table tr td strong {
		color: #226fe4;
		font-weight: 900;
		font-size: 14px;
	}
}
/*all_tit*/
.all_tit {
	position: relative;
	margin-bottom: 40px;
}
.all_tit h1 {
	position: relative;
	color: #1e1e1e;
    line-height: 1em;
    font-size: 35px;
    letter-spacing: -1px;
    font-weight: 700;
	padding-left: 50px;
}
.all_tit h1 img {
	position: absolute;
	left: 0;
	top: 0;
}
.all_tit .list-back {
	position: absolute;
	right: 0px;
    text-transform: none;
	top: 0;
}
@media (max-width:479px){
	.all_tit {
		padding-right: 30px;
	}
	.all_tit h1 {
		font-size: 18px;
		padding-left: 20px;
	}
	.all_tit h1 img {
		width: 13px;
		top: 4px;
	}
	.all_tit .list-back img {
		width: 23px;
	}	
}
