@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
/* font only for history */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');
/* //font only for history */



/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Noto Sans KR', sans-serif!important;
    vertical-align: baseline;
    letter-spacing: -1px
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a:hover, a:active {
    text-decoration: none;
    color: inherit;
    background-color: none;
}
input, textarea {
    -webkit-appearance: none;
}
::-webkit-input-placeholder{font-weight:300}
::-moz-placeholder{font-weight:300}
:-ms-input-placeholder{font-weight:300}
:-moz-placeholder{font-weight:300}

/* //reset */
/* Basic styling */

/* wrap */
#wrap{
    overflow:hidden;
    position:relative;
    clear:both;
    width:100%;
    background:#fff
}


/* header */
#header{
    position:relative;
    width:100%;
    height:54px;
    background:#fff
}
#header h1{
    position:absolute;
    top:18px;
    left:15px;
}

#header h1 a{
    display:block;
}

#header h1 a img{
    width:135px;
    height:15px;
}

#footer {
    border-top: 1px solid #E6E6E6;
    margin-top: 20px;
}

#footer_top_wrap {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

#footer_top_wrap .top_wrap {
    position: relative;
    height: 60px;
    margin: 0 15px;
    border-bottom: 1px solid #E6E6E6;
}

#footer_top_wrap .top_wrap .l_mk {
    position: absolute;
    left: 0;
    top: 22px;
}

#footer_top_wrap .top_wrap .family_site{
    position: absolute;
    top: 26px;
    right: 0;
}

#footer_top_wrap .top_wrap .l_mk > img {
    width: 60px;
    height: 26px;
}

#footer_top_wrap .top_wrap .family_site > img {
    width: 66px;
    height: 18px;
}

#footer_bottom {
    padding: 15px 15px 30px 15px;
    color: #9F9F9F;
    font-size: 13px;
    line-height: 20px;
}



#footer_top_wrap .top_wrap .family_site{
    position: absolute;
    top: 26px;
    right: 0;
}

#footer_top_wrap .top_wrap .l_mk > img {
    width: 60px;
    height: 26px;
}

#footer_top_wrap .top_wrap .family_site > img {
    width: 66px;
    height: 18px;
}

#footer_bottom {
    padding: 15px 15px 30px 15px;
    color: #9F9F9F;
    font-size: 13px;
    line-height: 20px;
}

.family_site_open {
    padding: 20px 15px 0 15px;
}

.family_site_open > h5 {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    background: url(https://bimg.mk.co.kr/intro/images/ico_familysite_n.png) no-repeat;
    background-position: right 0 top 5px;
    background-size: 16px;
    font-weight: normal;
}

.family_site_open > ul {
    padding: 20px 0 5px 0;
    border-bottom: 1px solid #E6E6E6;
}

.family_site_open > ul > li {
    padding-bottom: 20px;
    color: #999;
    font-weight: 300;
}


.bt_nav {
    position: absolute;
    top: 18px;
    right: 15px;
}
.bt_nav img{
    width:18px;
    height:20px;
}

.contents {
    padding: 0 15px;
}




/*네비게이션*/

.navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 110;
    overflow-y: auto;
}

.navigation .nav_wrap {
    background: #F8F9FA;
    width: 100%;
}

.navigation .nav_wrap .nav_header {
    position: relative;
    background: white;
    text-align: center;
    height: 54px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.navigation .nav_wrap .nav_header .a_nav_logo {
    position: absolute;
    top: 20px;
    left: 15px;
}

.navigation .nav_wrap .nav_header .a_nav_logo > img {
    height: 15px;
}

.navigation .nav_wrap .nav_header .a_nav_close {
    position: absolute;
    top: 20px;
    right: 15px;

}

.navigation .nav_wrap .nav_header .a_nav_close > img {
    height: 15px;
}

.navigation .nav_wrap .nav_list .nav_menu {
    width: 100%;
}

.navigation .nav_wrap .nav_list .nav_menu .nav_main_menu {
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #F8F9FA;
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
}


.navigation .nav_wrap .nav_list .nav_menu .on {
    background: url(https://bimg.mk.co.kr/intro/images/ico_navi_list_on.png) #f8f9fa no-repeat;
    background-position: right 15px top 24px;
    background-size: 16px;
}

.navigation .nav_wrap .nav_list .nav_menu .off {
    background: url(https://bimg.mk.co.kr/intro/images/ico_navi_list_off.png) #f8f9fa no-repeat;
    background-position: right 15px top 24px;
    background-size: 16px;
}


/*0401수정*/
.navigation .nav_wrap .nav_list .nav_menu .nav_main_menu {
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
}

.navigation .nav_wrap .nav_list .nav_menu .on {
    background: url(https://bimg.mk.co.kr/intro/images/ico_navi_list_on.png) #fff no-repeat;
    background-position: right 15px top 24px;
    background-size: 16px;
}

.navigation .nav_wrap .nav_list .nav_menu .off {
    background: url(https://bimg.mk.co.kr/intro/images/ico_navi_list_off.png) #fff no-repeat;
    background-position: right 15px top 24px;
    background-size: 16px;
}

/*//0401수정*/



/*네비게이션-메뉴오픈*/

.navigation .nav_wrap .nav_list .nav_menu .nav_inner_menu {
    overflow: hidden;
    background: #F8F9FA;
    padding: 15px 0;

}

.navigation .nav_wrap .nav_list .nav_menu .nav_inner_menu li {
    width: 50%;
    float: left;
}


.navigation .nav_wrap .nav_list .nav_menu .nav_inner_menu li a {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin: 17px 15px;
    box-sizing: border-box;
    color: #757575;
}


.navigation .nav_wrap .nav_list .nav_menu .nav_inner_menu li .on {
    margin: 17px 15px 12px 15px;
    padding-bottom: 3px;
    border-bottom: solid 2px #F59423;
    color: #000;
    font-weight: bold;
}


/*네비게이션-하단sns*/


.navigation .nav_wrap .nav_sns {
    background: white;
    padding: 35px 15px;
    box-sizing: border-box;
}
.navigation .nav_wrap .nav_sns .nav_mk_sns {
    margin-bottom: 30px;
}

.navigation .nav_wrap .nav_sns .nav_sns_tit {
    font-size: 14px;
    color: #9F9F9F;
    margin-bottom: 20px;
}

.navigation .nav_wrap .nav_sns .nav_sns_list {
    display: inline-block;
    overflow: hidden;
}


.navigation .nav_wrap .nav_sns .nav_sns_list > li {
    float: left;
    margin-right: 35px;
}

.navigation .nav_wrap .nav_sns .nav_sns_list > li > a > img {
    height: 25px;
}



/*top btn*/
.btn_top {
    position: relative;
    height: 47px;
}

.btn_top > a {
    position: fixed;
    right: 15px;
    bottom: 15px
}

.btn_top > a > img {
    width: 52px; height: 52px
}


/* main */

#main {
    position: relative;
}

.main_top_title {
    font-size: 35px;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 15px;
    top: 50px;
}

.main_top_title2 {
    font-size: 25px;
    color: white;
    position: absolute;
    left: 15px;
    top:  140px;
}

.main_top_text {
    position: absolute;
    bottom: -50px;
    background-color: #F59423;
    padding: 20px 30px;
    color: white;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin: 0 15px;
    letter-spacing: -1px
}
.background img {
    width: 100%;
}

.main_menu {
    margin-top: 80px;
}

.main_menu .menu_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.main_menu .menu_wrap > li {
    border: 1px solid #E2E2E2;
    width: 48%;
    height: 120px;
    position: relative;
}

.main_menu .menu_wrap > li > a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.main_menu .menu_wrap > li > a > h3 {
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 18px;
    color: #2B2E34;
    letter-spacing: -1px;
}

.main_menu .menu_wrap > li > a > img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 40px;
}

.main_t {
    height: 16px;
}

.mk_business{
    margin-top: 50px;
}
.mk_business .business_menu {
    position: relative;
    margin-top: 15px;
}
.mk_business .business_menu > a {
    display: block;
}

.mk_business .business_t {
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 22px;
    font-weight: 500;
    color: white;
}
.mk_business .business_menu .business_bg > img {
    width: 100%;
}


.mk_media_group {
    margin-top: 60px;
}


.mk_media_menu {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0;
}

.mk_media_menu .menu_list {
    width: 48%;
}

.mk_media_menu .menu_list a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.mk_media_menu .group {
    background: url(https://bimg.mk.co.kr/intro/images/im_main_group_n.png) 100% no-repeat;
    background-size: cover;
    position: relative;
}

.mk_media_menu .social {
    background: url(https://bimg.mk.co.kr/intro/images/im_main_social_n.png) 100% no-repeat;
    background-size: cover;
    position: relative;
}

.mk_media_menu .box {
    width: 100%;
    padding-bottom: 100%;
}

.mk_media_menu .box > h5 {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    font-size: 22px;
    font-weight: 500;
}


.mk_media_group2 {

}


.mk_media_group2 .box {
    border: 1px solid #E2E2E2;
    margin: 8px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.mk_media_group2 .box > div {
    display: inline-block;
}

.mk_media_group2 .box > a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.mk_media_group2 .box h4 { padding-top: 3px}
.mk_media_group2 .box > a .text_left {
    width: 68%;
    float: left;
}

.mk_media_group2 .box > a .text_left > h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
}
.mk_media_group2 .box > a .text_left > p {
    font-size: 14px;
    color: #666;
    margin-top: 18px;
    line-height: 20px;
}
.mk_media_group2 .box { position: relative}
.mk_media_group2 .box > a .icon_left{
    float: left;
    margin: 10px 10px 0 10px;
}
.mk_media_group2 .box  > a .icon_left > img{
    height: 45px;
}

.mk_media_group2 .box > a .icon_right{
    position: absolute;
    right: 10px;
    top: 37px;

}
.mk_media_group2 .box  > a .icon_right > img{
    height: 22px;
}




/* advertise */

.add_main_title{
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 20px;
    letter-spacing: px;
    color: #fff;
    letter-spacing: 0px
}


.add_top_title{
    font-size: 37px;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 15px;
    line-height: 48px;
    bottom: 50px;
}

.contents_intro_add{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -1px;
    padding: 35px 15px 20px;
}


.contents_intro_add .t_add_sub {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -1px
}


.add_etc {
    padding: 40px 0;
    display: inline-block;
    overflow: hidden;
}


.add_etc > h2 {
    border-bottom: 2px solid #222;
}

.add_etc > ul > li {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}

.add_etc > ul > li:last-of-type {
    border-bottom: none;
    padding: 20px 0;
}

.ad_list_box{
    padding: 0 15px;
    font-size: 15px;
    overflow: hidden;
}

.ad {
    float: left;
}

.ico_ad1::before{
    background: url(https://bimg.mk.co.kr/intro/images/ico_add_2.png);
    width: 50px;
    height: 50px;
    background-size: 48px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    margin-top: 8px;
}


.ico_ad2::before{
    background: url(https://bimg.mk.co.kr/intro/images/ico_add_3.png);
    width: 50px;
    height: 50px;
    background-size: 45px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    margin-top: 8px;
}

.ico_ad3::before{
    background: url(https://bimg.mk.co.kr/intro/images/ico_add_1.png);
    width: 50px;
    height: 50px;
    background-size: 48px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    margin-top: 8px;
}


.ico_ad4::before{
    background: url(https://bimg.mk.co.kr/intro/images/ico_add_4.png);
    width: 50px;
    height: 50px;
    background-size: 48px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    margin-top: 8px;
}

.ico_ad5::before{
    background: url(https://bimg.mk.co.kr/intro/images/ico_add_5.png);
    width: 50px;
    height: 50px;
    background-size: 45px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    margin-top: 8px;
}


.t_ad {
    padding-top: 5px;
    font-weight: 400;
    float: right;
    display: inline-block;
    width: calc(100% - 65px);
    position: relative;
}

.t_ad > a > h5 {
    color: #2B2E34;
    font-weight: 500;
    display: inline-block;
    letter-spacing: -1px;
    font-size: 16px;
}

.t_ad > a > img {
    display: inline-block;
    width: 10px;
    height: 5px;
}

.bt_ect_go::before {
    position: absolute;
    top: 9px;
    width: 20px;
    height: 14px;
    background-size: 17px;
    background-image: url(https://bimg.mk.co.kr/intro/images/bt_ect_go.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    content: '';
}

.t_ad > p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 25px;
    color: #2B2E34;
    margin-top: 10px;
}

.ico_ad_btn {
    display: inline-block;
}


/* advertise_news*/

.ad_tit{
    margin: 35px 0px 0px 0px;
}

.sub_title_wrap_adtitle {
    width: 100%;
    height: 98px;
    background-color: #2B2E34;
    color: white;
    font-size: 25px;
    position: relative;
}
.sub_title_wrap_adtitle > h2 {
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
}
.contents .t_add_sub{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.contents .t_add_wrap {
    margin-bottom: 35px;
}

.contents .t_add_wrap > h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;

}

.intro_con .t_add_wrap > h3 > span {
    color: #F59423;
    font-size: 26px;
    margin-right: 7px;
}

.add_contents {
    background-color: #F8F9FA;
    padding: 30px;

}

.ad_ico_news{
    display: block;
    width: 50px;
    margin-top: 10px;
}


.add_contents > h4 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #212121;
    border-bottom: 3px solid #F59423;
    display: inline-block;
}


.add_contents > p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #212121;

}


.ul_download li .bt_add_go {
    display: block;
    width: 100%;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    background: url(https://bimg.mk.co.kr/intro/images/ico_pdf_down.png) no-repeat;
    background-position: right 15px top 17px;
    box-sizing: border-box;
    border: 1px solid #CCC;
    margin-top: 20px;
}

/* advertise_megazine*/


#container .megazine_wrapper {
    padding: 0px 15px;
}

#container .megazine_nav_area {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    overflow: hidden;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}


#container .megazine_nav_area li a {
    display: inline-block;
    padding: 5px 10px 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #747474;
}

#container .megazine_nav_area li a.active {
    border-bottom: 2px solid #F59423;
    font-weight: bold;
    color: #000;
}


/*advertise_submit*/

.add_submit {
    border-top: 5px solid #E5E4E4;
    margin-top: 5px;
}

.add_submit .add_submit_wrapper .add_menu{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -1px;
    font-weight: bold;
    background: url(https://bimg.mk.co.kr/intro/images/ico_navi_list_off.png) no-repeat;
    display: block;
    padding: 25px 15px;
    background-position: top 32px right 15px;
    background-size: 21px;
    border-bottom: 1px solid #E5E4E4;
}

.add_submit .add_submit_wrapper .on {
    background: url(https://bimg.mk.co.kr/intro/images/ico_navi_list_on.png) no-repeat;
    background-position: top 32px right 15px;
    background-size: 21px;
}
.add_con_wrapper ul li {
    margin: 13px 0;
}
.add_con_wrapper ul li:first-child {
    margin-top: 0;
}
.add_con_wrapper ul li:last-child {
    margin-bottom: 0;
}
.same_applier_area {
    position: relative;
}
.same_applier_area .input_check_hide {
    width: 0;
    height: 0;
    position: absolute;
    text-indent: -999999999999px;
    top: 0;
    left: 0;
}
.same_applier_area .same_applier_txt {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
    color: #212121;
    display: inline-block;
    vertical-align: -1px;
    margin-left: 2px;
}
.label_same_applier_area {
    position: relative;
    height: 28px;
    display: inline-block;
}
.label_same_applier_area:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(https://bimg.mk.co.kr/intro/images/bt_add_submit.png) no-repeat center/100%;
    background-size: cover;
    vertical-align: -6px;
    margin-right: 2px;
}
.same_applier_area .input_check_hide:checked ~ .label_same_applier_area:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(https://bimg.mk.co.kr/intro/images/bt_add_submit2.png) no-repeat center/100%;
    background-size: cover;
}
.same_applier_area .input_check_hide:checked ~ .label_same_applier_area .same_applier_txt {
    font-weight: bold;
}
.add_submit .add_con_wrapper {
    padding: 25px 15px 45px;
    box-sizing: border-box;
}
.add_submit .add_con_wrapper .input_border_wrapper {
    position: relative;
}
.add_submit .add_con_wrapper .input_border_wrapper input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #CCCCCC;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    background: url(https://bimg.mk.co.kr/intro/images/ico_add_submit2.png) no-repeat;
    background-position: bottom 11px right 0px;
    background-size: 18px;

}
.add_submit .add_con_wrapper .text_on input {
    background: url(https://bimg.mk.co.kr/intro/images/ico_add_submit1.png) no-repeat;
    background-position: bottom 11px right 0px;
    background-size: 18px;
}
.input_border_wrapper input ~ .apply_input_border {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FF7A00;
}
.input_border_wrapper input:focus ~ .apply_input_border {
    width: 100%;
    transition: 0.5s;
}

.bt_form_go {
    display: block;
    width: 100%;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    border: none;
    margin-top: 20px;
    background-color: #FFAB4E;
    color: #fff;
}
.bt_form_go img {
    width: 18px;
    margin-left: 4px;
    vertical-align: -2px;
    display: inline-block;
}
.bt_form_go {
    display: block;
    width: 100%;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    border: none;
    margin-top: 20px;
    color: #fff;
    background-color: #CCC
}
.form_bt_wrapper .on {
    background-color: #FFAB4E;
}
.bt_form_go img {
    width: 18px;
    margin-left: 4px;
    vertical-align: -2px;
    display: inline-block;
}
.contacts_wrapper {
    background-color: #F8F9FA;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.contacts_wrapper h4 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contacts_wrapper table {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
.contacts_wrapper table thead th {
    text-align: left;
    padding: 10px 0px 0px;
}
.contacts_wrapper table tbody td {
    padding: 10px 0;
    font-weight: 300;
}
.margin_top_zero {
    margin-top: 0!important;
}
.textbox_wrap textarea {
    width: 100%;
    height: 100%;
    letter-spacing: -1px;
    color: #414040;
    padding: 13px 15px;
    height: 176px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #CCC;
    font-weight: 300;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 30px;
}


/*sub-commom--------*/

.sub_title_wrap {
    width: 100%;
    height: 98px;
    background-color: #2B2E34;
    color: white;
    font-size: 25px;
    position: relative;
}

.sub_title_wrap > h2 {
    position: absolute;
    left: 15px;
    bottom: 20px;
    letter-spacing:-1px;
}
.sub_wrap {
    width: 100%;
    padding:35px 0;
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
}

.sub_wrap:last-of-type {
    border: none;
    margin-bottom: 20px;
}

.sub_wrap > p {

    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;
}

.btn_sub_link {

    float: right;
}

.btn_sub_link > img {
    height: 23px;
}

.btn_news_link > img {
    height: 24px;
}

/*sub-company*/

.company_wrap > p {
    margin: 22px 0;
}

.company_wrap .l_company {
    height: 30px;
}


/*award*/
.sub_award > img {
    width: 100%;
}

.sub_award .t_award {
    margin-top: 20px;
    font-size: 18px;
}

.sub_award > p {
    margin: 15px 0 27px 0;
}


/*미디어*/
.sub_media > img {
    height: 30px;
}

.sub_media .t_award {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1px;
}

.sub_media > p {
    margin: 15px 0 27px 0;
}




/*event*/

.btn_event_link_wrap {
    position: relative;
    height: 56px;
    float: right;
}

.btn_event_link_wrap .btn_sub_link {
    position: absolute;
    right: 15px;
}

.btn_event_link_wrap .btn_news_link {
    position: absolute;
    right: 15px;
    bottom: 0;
    margin-top: 10px;
}

/*0316추가 기타이벤트*/

.event_etc {
    padding: 40px 0;
    display: inline-block;
    overflow: hidden;
}


.event_etc > h2 {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 2px solid #222;
}

.event_etc > ul > li {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}

.event_etc > ul > li > p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #2B2E34;
    margin-top: 10px;
}


.event_etc .bt_ect_go {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
}


.event_etc .bt_ect_go >span::before {
    position: absolute;
    top: 7px;
    width: 20px;
    height: 14px;
    background-size: 17px;
    background-image: url(https://bimg.mk.co.kr/intro/images/bt_ect_go.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 9px;
    content: '';
}


/* 그룹 이념 */
.sub_title_group{
    position: relative;
    width: 100%;
    height: 98px;
    font-size: 25px;
    color: white;
    background-color: #F59423;
    line-height: 30px;
}

.sub_title_group > h2 {
    position: absolute;
    left: 15px;
    bottom: 20px;
    letter-spacing: -0.5px;
}

.section_wrap{
    overflow: hidden;
    display: block;
    padding: 35px 0;
}

.t_group{
    font-size: 18px;
}

.group_wrap > p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;
    padding: 20px 0 0 0;
}

ul.group_list{
    padding: 20px 0 0 0
}

ul.group_list li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;
    padding: 0 0 0 15px;
}

ul.group_list li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: -2px 0 0 0;
    border-radius: 50%;
    background: #CCC
}

ul.group_list li .en{
    font-style: normal;
    letter-spacing: 0;
}

.im_group{
    padding: 20px 0 0 0;
}

.im_group img{
    display: block;
    width: 100%;
    vertical-align: top;
}

/* 인사말 */
.ceo_msg_top{
    padding: 30px 0;
    margin: 0 auto;
    background: #F59423;
}

.ceo_msg_top .im_ceo{
    width: 58%;
    vertical-align: top;
}

.ceo_msg_top .t_ceo{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    padding: 50px 15px 0 15px;
    letter-spacing: -1px;
}

.ceo_msg_con p{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #2B2E34;
    text-align: justify;
    word-break: break-all;
}

ul.ceo_msg_list{

}

ul.ceo_msg_list li{
    padding: 35px 0 0 0;
}

ul.ceo_msg_list li:first-child{
    padding: 0;
}

.ceo_msg_bold{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 25px;
    color: #000;
}

ul.ceo_msg_list li p{
    padding: 8px 0 0 0
}

.ceo_msg_con .ceo_name{
    font-weight: bold;
    text-align: right;
    padding: 0 0 35px 0;
    letter-spacing: 0px;
    color: #000;
}


/*location*/

.location_wrap {
    width: 100%;
    padding: 35px 0;
    display: inline-block;
    overflow: hidden;
}

.t_address {
    padding: 0 15px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    letter-spacing: -1px
}

.address_list {
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 30px;
    display: inline-block;
}

.address_list > h4 {
    margin-bottom: 7px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.address_list > span {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #000

}

/********** 200319_추가 **********/
.waytogo_box{
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
/********** // 200319_추가 **********/


.im_map {
    margin: 30px 0;
    background-color: #eee;
}

.im_map > img {
    /*width: 100%;*/
    height: 250px;
}

.waytogo .ico_waytogo1 {
    float: left;
}

.waytogo .ico_waytogo2 {
    float: left;
}

.waytogo .t_way {
    padding-top: 5px;
    font-weight: 400;
    float: right;
    display: inline-block;
    width: calc(100% - 65px);
}

.waytogo .t_way  > h5 {
    color: #FF7A00;
    margin-bottom: 5px;
    font-weight: 400;
}

.waytogo .t_way > p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #000
}

.ico_waytogo1:before {
    background: url(https://bimg.mk.co.kr/intro/images/ico_location1.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
}

.ico_waytogo2:before {
    background: url(https://bimg.mk.co.kr/intro/images/ico_location2.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
}

/*mk_meet*/

.sub_wrap .t_orange_sub {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    letter-spacing: -1px
}


.sub_wrap .t_orange_sub2 {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-weight: 500
}

.sub_wrap {position: relative}
.btn_go {position: absolute; right: 0; top: 10px}
.btn_go2 { text-align: center; clear: both; width: 100%; display: inline-block; padding-top: 20px}
.ic_icon {height: 30px}
.sub_wrap .mk_info {
    font-size: 15px;
    font-weight: normal;
    font-weight: 300;
    margin-bottom: 25px;
}
.sub_wrap .mk_info  > li {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;

}

.btn_meet_link {
    float: right;
    margin-top: 15px;
}

.btn_meet_link > img {
    height: 50px;
}


/*ci*/

.ci_wrap{
    width: 100%;
    padding: 35px 0;
    display: inline-block;
    overflow: hidden;
}

.ci_wrap .title_ci {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: -1px
}

.ci_wrap .text_ci  {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;
    margin-bottom: 30px;
}

.ci_wrap .img_ci > img {
    width: 100%;
}

.ci_wrap .pdf_down {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
}

.ci_wrap .pdf_down > li {
    float: left;
    margin-right: 25px;
    font-size: 15px;
}

.ci_wrap .pdf_down > li:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
    background-image: url(https://bimg.mk.co.kr/intro/images/ico_pdf_down.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 5px;
    content: '';
}

.ci_wrap .color {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ci_wrap .color .color_list {
    width: 31%;
}

.ci_wrap .color .color_list > span {
    display: block;
    color: #747474;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}

.ci_wrap .color .color_box {
    width: 100%;
    padding-bottom: 100%;
}

.ci_wrap .color .orange {
    background-color: #F59423;
}

.ci_wrap .color .gray {
    background-color: #616161;
}

.ci_wrap .color .black {
    background-color: #2B2E34;
}

/* history */
#wrap .history_top_area {
    width: 100%;
    height: 432px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
#wrap .history_1965y {
    background: url(https://bimg.mk.co.kr/intro/images/bg_mk_history1.jpg) no-repeat center/100%;
    background-size: cover;
}
#wrap .history_1977y {
    background: url(https://bimg.mk.co.kr/intro/images/bg_mk_history2.jpg) no-repeat center/100%;
    background-size: cover;
}
#wrap .history_1988y {
    background: url(https://bimg.mk.co.kr/intro/images/bg_mk_history3.jpg) no-repeat center/100%;
    background-size: cover;
}
#wrap .history_2000y {
    background: url(https://bimg.mk.co.kr/intro/images/bg_mk_history4.jpg) no-repeat center/100%;
    background-size: cover;
}
#wrap .history_2012y {
    background: url(https://bimg.mk.co.kr/intro/images/bg_mk_history5.jpg) no-repeat center/100%;
    background-size: cover;
}
#wrap .history_2020y {
    background: url(https://bimg.mk.co.kr/intro/images/bg_mk_history6_n.jpg) no-repeat center/100%;
    background-size: cover;
}
#wrap .history_top_area .history_top_year {
    margin-top: 133px;
    color: #fff;
    line-height: 21px;
    font-size: 20px;
}
#wrap .history_top_area .history_top_year span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
#wrap .history_top_area .history_top_msg {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    margin-top: 25px;
    z-index: 0;
}
#wrap .history_top_area .history_top_msg .span_under_bar {
    position: relative;
    z-index: 0;
}
#wrap .history_top_area .history_top_msg .span_under_bar i {
    display: inline-block;
    position: absolute;
    height: 6px;
    background: #f59322;
    z-index: -1;
    width: 108%;
    top: 26px;
    left: -4%;
}

.history_top_msg2 {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    margin-top: 25px;
    z-index: 0;
}

.history_top_msg3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
    margin-top: 25px;
    z-index: 0;
    color: #393939
}
.history_top_msg2 .span_under_bar2 {
    position: relative;
    z-index: 0;
}
.history_top_msg2 .span_under_bar2 i {
    display: inline-block;
    position: absolute;
    height: 6px;
    background: #f59322;
    z-index: -1;
    width: 108%;
    top: 26px;
    left: -4%;
}
.history_top_msg3 .span_under_bar2 {
    position: relative;
    z-index: 0;
}
.history_top_msg3 .span_under_bar2 i {
    display: inline-block;
    position: absolute;
    height: 6px;
    background: #f59322;
    z-index: -1;
    width: 108%;
    top: 26px;
    left: -4%;
}

.history_top_msg3 .span_under_bar3 {
    position: relative;
    z-index: 0;
}
.history_top_msg3 .span_under_bar3 i {
    display: inline-block;
    position: absolute;
    height: 3px;
    background: #f59322;
    z-index: -1;
    width: 108%;
    top: 26px;
    left: -4%;
}



#wrap #container .contents .history_wrapper {
    width: 100%;
}
#wrap #container .contents .history_wrapper .history_nav_area {
    width: 100%;
}
#wrap #container .contents .history_wrapper .history_nav_area {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    overflow: hidden;
    display: inline-flex;
    justify-content: space-between;
}
#wrap #container .contents .history_wrapper .history_nav_area li a {
    display: inline-block;
    padding: 15px 9px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#wrap #container .contents .history_wrapper .history_nav_area li a.active {
    border-bottom: 2px solid #F59423;
    font-weight: bold;
}
#wrap #container .contents .history_wrapper .history_con_area {
    position: relative;
    margin-top: 122px;
}
#wrap #container .contents .history_wrapper .history_list_dummy {
    position: relative;
    margin-top: 170px;
}
#wrap #container .contents .history_wrapper .history_list_dummy .history_year_number {
    position: absolute;
    top: -140px;
    right: 0;
    font-size: 53px;
    text-align: right;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    height: 70px;
    letter-spacing: -2px;
    color: #f59423;
    line-height: 39px;
}
#wrap #container .contents .history_wrapper .history_list_dummy .history_list_img {
    margin: 22px 0;
}
#wrap #container .contents .history_wrapper .history_list_dummy .history_list_img img {
    width: 100%;
    display: inline-block;
}
#wrap #container .contents .history_wrapper .history_list_dummy ul {
    padding-left: 15px;
    box-sizing: border-box;
    margin-top: 70px;
    box-sizing: border-box;
}
#wrap #container .contents .history_wrapper .history_list_area:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    height: 100%;
    width: 1px;
    background: #F59423;
    left: 0;
}
#wrap #container .contents .history_wrapper .history_list_area:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: calc(0% - 11px);
    height: 2px;
    width: 12px;
    background: #F59423;
    left: -6px;
}
#wrap #container .contents .history_wrapper .history_list_dummy ul li {
    font-size: 15px;
    line-height: 25px;
    position: relative;
}
#wrap #container .contents .history_wrapper .history_list_dummy ul li.bold_dot:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #f59423;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: -19px;
    background: #f59423;
}
#wrap #container .contents .history_wrapper .history_list_dummy ul li.empty_dot:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: -19px;
    background: #fff;
    border: 1px solid #f59423;
}
#wrap #container .history_btn_top {
    margin-top: 60px;
}
/* //history */

/*소개*/

.intro_con {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    padding: 35px 15px;
}

.intro_con > h2 {
    margin-bottom: 30px;
}

.intro_con > p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;
    margin-bottom: 50px;
}

.intro_con .intro_wrap {
    margin-bottom: 60px;
}

.intro_con .intro_wrap > h3 {
    font-size: 16px;
    margin-bottom: 10px;
}



/*사회공헌*/

.intro_con .intro_wrap > p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;
}

.intro_con .intro_wrap .im_social {
    width: 100%;
    margin-top: 15px;
}

.intro_con .intro_wrap .intro_ico {
    margin-bottom: 10px;
}



/*이노베이션*/

.ino_con {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    padding: 35px 15px;
}

.ino_con > h2 {
    margin-bottom: 30px;
}

.ino_con > p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}

.ino_con .intro_wrap {
    margin-top: 40px;
}

.ino_con .intro_wrap > h3 {
    font-size: 16px;
}

.ino_con .intro_wrap > h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.ino_con .intro_wrap > p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}

.ino_con .intro_wrap > img {
    width: 100%;
    margin-top: 30px;
}


* {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

.main_top_text {  background: #000000!important; opacity: 0.76;  }
.main_top_title {top: 40px;}
.main_top_title2 {top:  125px;}



/* header */
#header h1 .logo { width: 185px!important; height: 20px!important}
#header{
    position:relative;
    width:100%;
    height:54px;
    background:#fff;
    border-bottom: 1px solid #c9c9c9;
}
#header h1{
    position:absolute;
    top:18px;
    left:15px;
}

#header h1 a{
    display:block;
}

#header h1 a img{
    width:135px;
    height:15px;
}
.mk_w_logo  {width: 90px!important; height: 21px!important}
.bg_black {background: #1d1d1d!important}
.ft_wt_site {color: #fff;  font-family: 'montserrat', 'Noto Sans KR'; font-size: 13px; font-weight: 700}
.big_bd { font-weight: 700; font-size: 18px}
.mgt8 {margin-top: 15px}
.t_ceo {  color:#404040!important}
.gray_box {background: #f5f5f5; position: relative;  text-align: center}
.txt_boxtab {font-size: 16px; line-height: 27px; font-weight: 300; padding-top: 10px}
.ft_ceo_tit {font-size: 15px; font-weight: 500; line-height: 22px; text-align: right; margin-right: 20px;  clear: both; padding-top: 10px}
.ft_ceo_name { font-size: 24px; font-weight: 700}
.w50 {width: 50px}
.ceo_text_2 {line-height: 23px; padding: 10px 30px  0 30px; text-align: left; font-weight: 700; color: #5c5c5c}
.ce_tit_2 {font-size: 20px; font-weight: 900;  text-shadow: 2px 2px 2px #a7a7a7 }
.ww50 {padding-bottom: 4px; height: 43px}

@media screen and (min-width: 1024px){
    #main {
        width: 910px!important;
        margin: 0 auto;
    }


    .history_top_area 	{
        width: 910px!important;
        margin: 0 auto;
    }

    #container {
        width: 640px!important;
        margin: 0 auto;
    }

}



@media screen  and (max-width:768px) {

    #header h1 .logo { width: 135px!important; height: 16px!important}
    /* header */
    #header{
        position:relative;
        width:100%;
        height:54px;
        background:#fff
    }
    #header h1{
        position:absolute;
        top:18px;
        left:15px;
    }

    #header h1 a{
        display:block;
    }

    #header h1 a img{
        width:135px;
        height:15px;
    }

    .intro_wrap img {width: 100%!important}

    .main_top_title { font-size: 25px;
        font-weight: bold;
        color: white;
        position: absolute;
        left: 15px;
        top: 25px;}
    .main_top_title2 {
        font-size: 17px;
        color: white;
        position: absolute;
        left: 15px;
        top:  85px;
    }
    .main_top_text {

        font-size: 14px;
        line-height: 19px;
        letter-spacing: -1.3px
    }
    .mk_w_logo  {width: 80px!important; height: 19px!important}


    .mk_media_group2 .box  > a .icon_left > img{height: 38px;}
    .mk_media_group2 .box h4 { padding-top: 2px!important}
    .mk_media_group2 .box > a {
        display: inline-block;
        color: inherit;
        text-decoration: none;
        outline: none;
        width: 100%;
        height: 100%;
        padding: 10px 15px 15px 15px;
        box-sizing: border-box;
    }

    .mk_media_group2 .box > a .icon_right{
        position: absolute;
        right: 10px;
        top: 29px;

    }
    .mk_media_group2 .box  > a .icon_right > img{
        height: 19px;
    }

    #footer_top_wrap .top_wrap .family_site{
        position: absolute;
        top: 24px;
        right: 0;
    }

    .w50 {width: 40px}

    .ceo_msg_top .im_ceo{
        width: 58%;
        vertical-align: top;
    }

}
