@charset "utf-8";

/* Pop-up */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: ;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family:'Pretendard', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/*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;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 10px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_yl {
	color: #ffe000 !important;
}
.c_lyl {
	color: #ffda0d !important;
}
.c_bl {
	color: #2491f8 !important;
}
.c_dbl {
	color: #3c4df6 !important;
}
.c_org {
    color: #ff7b06 !important;
}
/* hid */
@media (min-width:768px){
	.hid-min {
		display: none;
	}
}
@media (max-width:768px){
	.hid-max {
		display: none;
	}
}
/* ms1 */
#ms1 {
	background: url(../img/main_bg.jpg) center center no-repeat;
	background-size: cover;
	height: 650px;
	position: relative;
}
#ms1 .coin {
	position: absolute;
	right: 2%;
	bottom: -300px;;
}
#ms1 .mtit h1 {
	font-size: 60px;
	line-height: 1.1em;
}

#ms1 h3 span {
	font-size: 3vw;
}
#ms1 ul {
	    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
	border: 1px solid rgba(255,255,255,0.8);
	background-color: rgba(0,0,0,0.2);
	border-radius: 30px;
}
#ms1 ul li:not(:last-child) {
	border-right: 1px solid rgba(255,255,255,0.8);
}
@media (max-width:768px){
	#ms1 {
		padding: 30px 0;
		height: auto;
	}
	#ms1 .mtit h1 {
		font-size: 7vw;
		margin-bottom: 10px !important;
	}
	#ms1 .mtit img {
		    width: 30%;
	}
	#ms1 .mtit h2 {
		font-size: 5vw;
	}
	#ms1 ul {
		padding: 20px 5vw;
		border-radius: 15px;
	}
	#ms1 ul li img {
		max-width: 10vw;
		margin-bottom: 15px;
	}
	#ms1 ul li h4 {
		font-size: 4vw;
	}
	#ms1 h3 span {
		font-size: 7vw;
	}
	#ms1 h3  {
		line-height: 38px;
	}
}
/* ms2 */
#ms2 {
	background-color: #f7f7f7;
}
#ms2 ul li .item {
	background-color: #fff;
	padding: 50px 15px;
	border-radius: 30px;
	box-shadow: 15px 15px 35px rgba(99, 42, 67, 0.1);
}
#ms2 ul li .item .txt h4 {
	line-height: 1.3em;
	margin-top: 15px;
	color: #666;
}
@media (max-width:992px) and (min-width:768px){
	#ms2 ul li .item .txt h4 {
		font-size: 15px;
	}
	#ms2 ul li .item .icon img {
		max-width: 10vw;
	}
}
@media (max-width:768px){
	#ms2 ul li {
		margin: 10px 0;
	}
	#ms2 ul li .item {
		border-radius: 10px;
		padding: 30px 15px;
		box-shadow: 5px 5px 15px rgba(99, 42, 67, 0.1);
	}
	#ms2 ul li .item .icon {
		width: 30%;
	}
	#ms2 ul li .item .icon img {
		max-width: 10vw;
	}
	#ms2 ul li .item .txt {
		width: 70%;
		text-align: left;
	}
	#ms2 ul li .item .txt h4 {
		margin-top: 0px;
	}
}
/* myList */
#myList {
	display: flex;
}
#myList > li {
	padding: 20px 0 10px;
}
#myList > li .item {
	display: inline-block;
	padding: 0 50px 30px;
	position: relative;
	width: 330px;
}
#myList > li .item:before {
	content: "";
	position: absolute;
	width: 46px;
	height: 100%;
	left: 10px;
	top: 0;
	background: url(../img/ltlv.png) left bottom no-repeat;
}
#myList > li .item:after {
	content: "";
	position: absolute;
	width: 46px;
	height: 100%;
	right: 10px;
	top: 0;
	background: url(../img/rtlv.png) right bottom no-repeat;
}
#myList > li .item h3 {
	color: #282a91;
	font-weight: 300;
	line-height: 1.2em;
}
@media (max-width:768px){
	#myList > li .item {
		padding: 0 30px 30px;
		width: 260px;
	}
}

/* ms3 */
#ms3 ul li .item img {
	border-radius: 20px;
}
@media (max-width:992px) and (min-width:768px){

}


/* ms4 */

#ms4 {
	background: url(../img/ms4_bg.jpg) center center no-repeat;
	height: 650px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 15px;
}
#ms4 h3 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1em;
	color: rgba(255,255,255,0.5);
	text-align: center;
	letter-spacing: 6px;
}
#ms4 h3 span {
	    font-size: 1.5em;
}
@media (min-width:992px){
	#ms4 {
		background-attachment: fixed;
	}
}
@media (max-width:992px){
	#ms4 {
		background-size: cover;
	}
	#ms4 h3 {
		font-size: 5vw;
		line-height:8vw;
		letter-spacing:3px;
	}
	#ms4 {
		height: 400px;
	}
}
/* table_basic */
.table.table_basic {
    border-top: 2px solid #3c4df6;
}
.table.table_basic tr.top {
    border-top: 2px solid #3c4df6;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 20px;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
	text-align: center;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
    text-align: center;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #3c4df6;
	color: #3c4df6;
}
.table.table_basic thead tr th i,
.table.table_basic thead tr th span {
	vertical-align: middle;
	display: inline-block;
}
.table.table_basic tbody tr:nth-child(even){
	background-color: rgba(255,255,255,0.4);
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 15px;
        padding: 8px 5px;
    }
}
@media (max-width:992px){
    .oft {
        overflow-x: scroll;
    }
    .oft .table.table_basic {
        width: 900px;
    }
}

/* fixed_bt */
.fixed_bt {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 100;
	padding: 10px 0;
}
.fixed_bt .formBox  {
	    margin-bottom: 0px;
}
.fixed_bt .formBox h4 {
	line-height: 1.5em;
}
.fixed_bt .formBox h4 strong {
	font-size: 0.7em;
	display: inline-block;
	border: 1px solid #f9d948;
	line-height: 1em;
	padding: 5px;
	color: #f9d948;
	vertical-align: middle;
}
.fixed_bt .formBox ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixed_bt .formBox > ul > li {
	padding: 0 15px;
}
.fixed_bt .fixed_form_box {
	display: flex;
	margin: 0 -5px;
	align-items: center;
}
.fixed_bt .fixed_form_box {
	padding: 0 5px;
}
.fixed_bt .fixed_form_box {
	box-shadow:  0 0 0;
	border: 0px;
}
.fixed_bt .fixed_form_box .smtBtn {
	margin-left: 5px;
    display: block;
    height: 74px;
    background-color: #ff7b06;
    border: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
	border-radius: 4px;
	    padding: 25px;
}
.fixed_bt .fixed_form_box span {
	margin-left: 5px;
    display: block;
    line-height: 72px;
    width: 74px;
	text-align: center;
    background-color: #f9d948;
    border: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
	margin-left: 10px;
	border-radius: 4px;
}
@media (max-width:768px){
	.fixed_bt .formBox {
		padding: 0px;
	}
	.fixed_bt .formBox.out h4 {
		font-size: 13px !important;
	}
	.fixed_bt .formBox.out > ul {
		flex-wrap: wrap;
	}
	.fixed_bt .formBox.out > ul > li {
		width: 100%;
	}
	.fixed_bt .fixed_form_box {
		margin-top: 10px;
	}
	.fixed_bt .fixed_form_box input.form-control {
		height: 24px;
	}
	.fixed_bt .fixed_form_box .smtBtn,
	.fixed_bt .fixed_form_box span {
		height: 30px;
		line-height:20px;
		font-size: 15px;
	}
	.fixed_bt .fixed_form_box .smtBtn,
	.fixed_bt .fixed_form_box a {
		line-height: 8px;
		    padding: 8px 10px;
	}
	.fixed_bt .fixed_form_box .smtBtn 
		 padding: 0px;
	}
	.fixed_bt .fixed_form_box span {
		width: 50px
	}
	.fixed_bt .fixed_form_box span img {
		width: 30px;;
	}
}

.listpic li img {
	width:100%;
}


/* ms2 */
/* Loads */
.Loads {
    border-top: 1px solid #ddd;
}
.Loads > li {
    padding: 22px 0;
    border-bottom: 1px solid #ddd;
}
.Loads .item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(134, 172, 169, 0.4); */
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
.Loads .item > .txt {
    width: calc(100% - 100px);
}
.Loads .item > .txt p span {
    display: inline-block;
    vertical-align: middle;
}
.Loads .item > .txt p .subw {
    background-color: #21bd50;
    color: #fff;
    font-size: .8em;
    padding: 5px 8px 3px;
    border-radius: 30px;
    margin-right: 3px;
    line-height: 1em;
}
.Loads .item > .txt p .bus {
    color: #fff;
    font-size: .8em;
    padding: 5px 8px 3px;
    border-radius: 2px;
    margin-right: 3px;
    line-height: 1em;
}
.Loads .item > .txt p .bus.bus1 {
    background-color: #233b8b;
}
.Loads .item > .txt p .bus.bus2 {
    background-color: #4a972e;
}
.Loads .item > .icon {
    width: 100px;
    padding-right: 20px;
}
.Loads .item > .icon i {
    border-radius: 50%;
    background-color: rgba(36, 145, 248, 0.05);
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    color: rgba(36, 145, 248, 0.9);
}
@media (max-width:768px) {
    .Loads > li {
        padding: 0;
    }
    .Loads .item {
        padding: 20px 15px;
    }
    .Loads .item > .icon {
        text-align: center;
    }
    .Loads .item > .icon i,
    .Loads .item > .icon,
    .Loads .item > .icon img {
        width: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .Loads .item > .txt {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}


#footer {
     margin-top: 0px;
}

#footer.short {
    padding-bottom: 130px;
}
#footer {
    background: #e9e9e9;
    border-top: 4px solid #e9e9e9;
}