@charset "utf-8";
/* Layoyt (레이아웃)

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sub-tab {
    height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.sub-tab>ul:after {
    content: "";
    display: block;
    clear: both;
}

.sub-tab li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #555;
    font-weight: 400;
    border-left: 1px solid #ddd;
}

.sub-tab li.active a {
    color: #0032a0;
    border-bottom: 3px solid #0032a0;
}

.sub-tab.fixed {
    z-index: 555;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
}

.sub-tab.fixed ul {
    margin: 0 auto;
    width: auto;
}

.sub-tab.fixed a {
    border-bottom: 0;
    border-top: 0;
}

.sub-tab>ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 300px;
    height: 50px;
}

.title-divider {
    text-align: left;
    margin: 0.5em 0 1em;
    background: #ffffff url(/images/basic_resp/img/bg_divider.png) left center repeat-x;
    padding: 0;
}

.title-divider span {
    background: #ffffff;
    padding-right: 0.5em;
    font-weight: 500;
}

.title-divider small {
    display: block;
    color: rgba(51, 51, 51, 0.6);
}

/* 서브상단 페이지네비 */

.whois-sub-page-guide {
    background-color: #fafafa;
    overflow: hidden;
}

.whois-sub-page-guide .whois-sub-page-guide-navi {
    padding: 14px 0 14px 0;
    font-size: 12px;
    text-align: right;
    color: #888888;
}

.whois-sub-page-guide .whois-sub-page-guide-navi b {
    color: #333;
}

@media only screen and (min-width:1201px) {
    .sub-tab>ul {
        margin: 0 auto;
        display: inline-block;
    }
    .sub-tab li:last-child a {
        border-right: 1px solid #ddd;
    }
}

@media only screen and (max-width:1200px) {
    .sub-tab.fixed {
        top: 65px;
    }
    .sub-tab li:first-child a {
        border-left: 0;
    }
    .sub-tab .col-1 li {
        width: 100%;
    }
    .sub-tab .col-2 li {
        width: 50%;
    }
    .sub-tab .col-3 li {
        width: 33.33%;
    }
}

@media only screen and (max-width:980px) {
    h2.title-divider {
        font-size: 2rem;
    }
}

@media only screen and (max-width:768px) {
    .sub-tab {
        height: 50px;
    }
    .sub-tab li a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .whois-sub-page-guide .whois-sub-page-guide-navi {
        width: 100%;
        padding: 14px 0 14px 0;
        float: right;
    }
}

/* Sub Contents (서브 콘텐츠 영역)

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#subContents {padding: 180px 20px; width: 100%; max-width: 1240px; margin: 0 auto;}
#subTop {display: none;}
.contents_sub {position: relative;}
.container {width: 100% !important; max-width: 1240px; padding-left: 20px !important; padding-right: 20px !important;}
.sub-visual {width: 100%; height: 400px; padding-top: 80px; display: flex; align-items: center; justify-content: center; font-size: 50px; color: #fff; font-weight: 500;}
.sub-visual.sub-visual01 {background: url('/images/mtl01r-20-0043/sub/subtop_image01.jpg') no-repeat center center/cover;}
.sub-visual.sub-visual02 {background: url('/images/mtl01r-20-0043/sub/subtop_image02.jpg') no-repeat center center/cover;}
.sub-visual.sub-visual03 {background: url('/images/mtl01r-20-0043/sub/subtop_image03.jpg') no-repeat center center/cover;}
.sub-visual.sub-visual04 {background: url('/images/mtl01r-20-0043/sub/subtop_image04.jpg') no-repeat center center/cover;}
.sub-visual.sub-visual05 {background: url('/images/mtl01r-20-0043/sub/subtop_image05.jpg') no-repeat center center/cover;}

.sub_title {margin-bottom: 100px;}
.sub_title h1 {font-size: 45px; font-weight: 700; text-align: center;}
.sub_title p {text-align: center; margin-top: 20px;}
.sub_title.board_title>div>a {display: none;}
.sub-contents .sub-section-inner {width: 1200px; margin: 0 auto;}

.sub-nav {border-top: solid 1px #e6e7ea; border-bottom: solid 1px #e6e7ea;}
.sub-nav dl {border-left: solid 1px #e6e7ea; display: flex;}
.sub-nav dl dt {border-right: solid 1px #e6e7ea;}
.sub-nav dl dt a {display: block; width: 58px; height: 58px; text-indent: -9999px; background: url('/images/mtl01r-20-0043/sub/	breadcrumb_home.png') no-repeat center center/ 24px auto;}
.sub-nav dl dd {border-right: solid 1px #e6e7ea; position: relative; width: 270px;}
.sub-nav dl dd button {display: block; width: 100%; height: 58px; text-align: left; border: none; background: none; position: relative; padding-left: 20px; padding-right: 50px; color: #9f9f9f; font-size: 16px; -webkit-appearance: none; appearance: none;}
.sub-nav dl dd button:after {content: ''; position: absolute; right: 20px; top: 50%; margin-top: -3px; display: block; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #9f9f9f transparent transparent transparent;}
.sub-nav dl dd button.on:after {transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.sub-nav dl dd ul {display: none; position: absolute; left: -1px; right: -1px; top: 100%; border: solid 1px #e6e7ea; border-bottom: none; background: #fff; z-index: 1;}
.sub-nav dl dd ul li {border-bottom: solid 1px #e6e7ea;}
.sub-nav dl dd ul li a {display: flex; align-items: center; height: 56px; padding: 0 20px; color: #9f9f9f;}
.sub-nav dl dd ul li.active a {color: #17348c !important; font-weight: 500;}
.sub-nav dl dd:last-child button {color: #111;}
.sub-nav dl dd:last-child button:after {border-color: #111 transparent transparent transparent;}
.sub-nav dl dd:last-child ul li a {color: #111;}

@media only screen and (max-width:1200px) {
	#subContents {padding: 100px 20px;}
    .sub-contents .area_inner {width: 100%;}
	.sub-visual {padding-top: 0;}
	.sub-nav dl {margin: 0 -20px; border-left: none;}
}

@media only screen and (max-width:980px) {
    #subContents {padding: 80px 20px;}
	.sub-visual {height: 300px; font-size: 40px;}
	.sub_title {margin-bottom: 80px;}
	.sub_title h1 {font-size: 36px;}
}

@media only screen and (max-width:768px) {
    #subContents {padding: 50px 20px;}
    .sub-visual {height: 200px; font-size: 30px;}
    .sub_title {margin-bottom: 50px;}
    .sub_title h1 {font-size: 30px;}
	.sub_title p {font-size: 14px; margin-top: 15px;}
	.sub-nav dl dt {flex-shrink: 0;}
	.sub-nav dl dd {flex-grow: 1;}
	.sub-nav dl dd:last-child {border-right: none;}
	.sub-nav dl dt a {width: 48px; height: 48px;}
	.sub-nav dl dd button {height: 48px; font-size: 14px; padding-left: 10px; padding-right: 30px;}
	.sub-nav dl dd button:after {right: 10px;}
	.sub-nav dl dd ul li a {height: 48px; padding: 0 10px; font-size: 14px;}
}

/* 게시판 관련 CSS

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 일반게시판 List */

.whois-board-list {
    display: inline-block;
    padding: 0;
    font-size: 13px;
}

.whois-board-list .whois-board-row {
    width: 100%;
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    float: left;
    border-bottom: 1px solid #eee;
    color: #000000;
    font-size: 15px;
}

.whois-board-list .whois-board-row:first-child {
    border-top: 1px solid #0032a0;
}

/* Line 색상 */

.whois-board-list .whois-board-row .whois-board-row-subject {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
    color: #acacac;
}

.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author {
    max-width: 33vw;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* 일반게시판 view */

.whois-board-view {
    display: inline-block;
    border-top: 1px solid #0032a0;
}

/* Line 색상 */

.whois-board-view .whois-board-view-row {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 10px 0 10px 0;
    float: left;
    border-bottom: 1px solid #eee;
}

.whois-board-view .whois-board-view-row .whois-board-view-subject {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-author {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    font-size: 13px;
    font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-info {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
    color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 0;
    float: left;
    font-size: 16px;
    line-height: 26px;
}

.whois-board-list .whois-board-row.view .whois-board-row-content {
    font-size: 16px;
    line-height: 26px;
}

.whois-board-view .whois-board-view-files {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.whois-board-view .whois-board-view-files .whois-board-view-file {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    float: left;
    font-size: 12px;
}

.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count {
    font-size: 11px;
    color: #c4c4c4;
}

/* 게시판 버튼 */

.btn-search,
.whois-button-submit,
.btn-sub {
    color: #fff;
    background-color: #555;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn-search:hover,
.btn-search:focus,
.whois-button-submit:hover,
.whois-button-submit:focus,
.btn-sub:hover,
.btn-sub:focus {
    color: #fff;
    background-color: #232323;
}

/* 게시판 공통 */

.sub-box {
    margin-right: 5px;
    background-color: #0032a0;
    border: 0;
    color: #ffffff;
    display: inline-block;
}

.sub-box.sm {
    font-size: 12px;
    padding: 2px 5px;
}

.sub-box.m {
    font-size: 14px;
    padding: 4px 8px;
}

.sub-box.lg {
    font-size: 16px;
    padding: 6px 12px;
}

.sub-border {
    border: 1px solid #0032a0;
}

.sub-border-t {
    border-top: 1px solid #0032a0;
}

.sub-border-r {
    border-right: 1px solid #0032a0;
}

.sub-border-b {
    border-bottom: 1px solid #0032a0;
}

.sub-border-l {
    border-left: 1px solid #0032a0;
}

.sub-bg {
    background-color: #0032a0;
}

.sub-bg-hover:hover {
    background-color: #e64600;
}

.sub-content {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .sub-content {
        width: 100%;
    }
}


.paginate_regular {margin-top: 50px;}
.board_pagetab {display: flex; align-items: center; justify-content: center;}
.board_pagetab a {display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin: 0 5px; color: #888;}
.board_pagetab span.on a {color: #000; font-weight: 700;}
.board_pagetab a.page-first,
.board_pagetab a.page-prev,
.board_pagetab a.page-next,
.board_pagetab a.page-last {text-indent: -9999px; border: solid 1px #ccc; -webkit-border-radius: 50%; border-radius: 50%;}
.board_pagetab a.page-first {background: url('/images/mtl01r-20-0043/sub/paging_first.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-prev {background: url('/images/mtl01r-20-0043/sub/paging_prev.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-next {background: url('/images/mtl01r-20-0043/sub/paging_next.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-last {background: url('/images/mtl01r-20-0043/sub/paging_last.png')no-repeat center center / 16px auto;}

@media screen and (max-width: 768px) {
	.paginate_regular {margin-top: 30px;}
	.board_pagetab a {width: 32px; height: 32px; margin: 0 2px; background-size: 12px auto !important;}
}


/* 로그인/회원가입 관련 CSS

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.material-form {
    margin: 0 auto;
    background: #fff;
}

.material-form .header {
    padding: 50px 10px;
    background: #6498fe;
    font-size: 16px;
    color: #fff;
}

.material-form .header h3 {
    font-size: 30px;
}

.material-form .header p,
.material-form .header span {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

.material-form .sub-header h4 {
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

.material-form .sub-content .form-group:last-child {
    margin: 0;
}

.material-form .input-group {
    position: relative;
    border: 0;
}

.material-form .input-group .input-group-addon {
    padding-right: 6px;
    padding-left: 6px;
    background: #fff;
    border: 0;
}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
    border: 1px solid #ccc;
    transition: 0.3s all ease;
}

/*.material-form .btn:first-child,*/

.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th+.form-control,
.th+input[type='text'].whois,
.th+input[type='password'].whois,
.th+select.whois {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

/*.material-form .btn:last-child,*/

.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.material-form .form-group {
    margin-bottom: 15px;
    overflow: visible;
}

.material-form .form-group.success .form-control {
    color: #5cb85c;
}

.material-form .form-group.failed .form-control {
    color: #d9534f;
}

.material-form .form-control[readonly] {
    background: #fff;
}

.material-form .btn {
    height: 38px;
}

.material-form .btn-default {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
    z-index: 10;
}

.input-group label.th {
    z-index: 9;
    display: none;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    height: 20px;
    color: #ccc;
}

.input-group label.th.ie9 {
    z-index: 11;
    display: block;
}

.material-form .desc {
    padding: 10px 0;
}

.chkbox {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.chk-block,
.chk-block span {
    display: block;
    text-align: center;
    width: 100%;
}

.chkbox input[type='radio'],
.chkbox input[type='checkbox'] {
    display: none;
}

.chkbox input[type='radio']~.rbtn {
    padding: 6px 12px;
    line-height: 27px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.chkbox input[type='radio']:checked~.rbtn {
    background: #ccc;
    color: #fff;
}

.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box {
    display: block;
    color: #bbb;
    cursor: pointer;
    transition: 0.5s all ease;
}

.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before {
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    transition: 0.4s all ease;
    vertical-align: middle;
    color: #cfcfcf;
    font-family: 'Glyphicons Halflings'
}

.chkbox input[type='radio']~.box:before {
    content: "e165";
}

.chkbox input[type='checkbox']~.box:before {
    content: "e013";
}

.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box {
    color: #666;
}

.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before {
    color: #666;
}

/* sub contents

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*  회사개요  */

.sub-contents.sub1_1 .area01 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: table;
    text-align: center
}

.sub-contents.sub1_1 .area01>ul {
    display: inline-block;
    position: relative;
}

.sub-contents.sub1_1 .area01>ul:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.sub-contents.sub1_1 .area01>ul:after {
    content: '';
    display: block;
    clear: both;
}

.sub-contents.sub1_1 .area01>ul>li {
    float: left;
    display: table;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #5f5f5f;
    text-align: center;
    margin-top: 35px;
    position: relative;
}

.sub-contents.sub1_1 .area01>ul>li p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.sub-contents.sub1_1 .area01>ul>li:first-child:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #0032a0;
    position: absolute;
    top: 48%;
    right: -7px;
    background: #fff;
}

.sub-contents.sub1_1 .area01>ul>li:nth-child(2) {
    width: 330px;
    height: 330px;
    background: #0032a0;
    margin: 0px 120px;
}

.sub-contents.sub1_1 .area01>ul>li:last-child:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #0032a0;
    position: absolute;
    top: 48%;
    left: -7px;
    background: #fff;
}

.sub-contents.sub1_1 .area01 .info_txt {
    font-size: 20px;
    line-height: 30px;
}

.sub-contents.sub1_1 .area01 .info_txt:before {
    content: '';
    display: block;
    background: #0032a0;
    margin: 30px 0px;
}

.sub-contents.sub1_1 .area02 {
    width: calc(100% + 40px);
    padding: 80px 0px;
    background: #f5f5f5;
    position: relative;
    left: -20px;
}

.sub-contents.sub1_1 .area02 .area_inner {
    display: table;
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.sub-section-inner .sub-section-title {
    text-align: center;
    font-size: 36px;
	font-weight:600;
	line-height:1.2;
    color: #000;
    margin-bottom: 70px;
	letter-spacing:-2px;
}

/* .area_inner .ssub_title:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #0032a0;
    margin: 0 auto;
    margin-top: 20px;
} */

.sub-contents.sub1_1 .area02 .area_inner:after {
    content: '';
    display: block;
    clear: both;
}

.sub-contents.sub1_1 .area02 .area_inner .left_area {
    display: inline-block;
    float: left;
    width: 540px;
    padding: 40px 20px;
    background: #fff;
    text-align: center;
}

.sub-contents.sub1_1 .area02 .area_inner .left_area h4 {
    font-size: 22px;
    line-height: 35px;
}

.sub-contents.sub1_1 .area02 .area_inner .left_area h4:before {
    content: '';
    display: block;
    width: 27px;
    height: 19px;
    background: url('/images/mtl01r-20-0043/sub/greeting_icon01.png') no-repeat center center;
    margin: 0 auto;
    margin-bottom: 35px;
}

.sub-contents.sub1_1 .area02 .area_inner .left_area p {
    font-size: 16px;
    line-height: 24px;
}

.sub-contents.sub1_1 .area02 .area_inner .left_area p:after {
    content: '';
    display: block;
    width: 27px;
    height: 19px;
    background: url('/images/mtl01r-20-0043/sub/greeting_icon02.png') no-repeat center center;
    margin: 0 auto;
    margin-top: 35px;
}

.sub-contents.sub1_1 .area02 .area_inner .right_area {
    display: inline-block;
    float: right;
}

.sub-contents.sub1_1 .area03 .area_inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-contents.sub1_1 .area03 .area_inner:after {
    content: '';
    display: block;
    clear: both;
}

.sub-contents.sub1_1 .area03 .left_area {
    display: inline-block;
    float: left;
}

.sub-contents.sub1_1 .area03 .right_area {
    display: inline-block;
    float: right;
    width: 600px;
}

.sub-contents.sub1_1 .area03 .right_area .right_txt {
    display: table;
    height: 320px;
}

.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-bottom: 30px;
}


.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner p:first-child {
    font-size: 18px;
    margin-bottom: 45px;
}

.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner p:first-child>span {
    font-size: 25px;
    color: #0032a0;
    font-weight: bold;
}

.sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner p:last-child {
    line-height: 24px;
	font-size:17px;
}


/* 텍스트 좌우 이미지박스 */

.img-txt-box_left-right_wrap:after {
	content:"";
	display:block;
	clear:both;
}
.img-txt-box_left-right_wrap {
	margin-bottom:50px;
}
.img-txt-box_left-right_wrap:last-child {
	margin-bottom:0;
}
.fl-left_ {
	float:left;
	width:50%;
}
.fl-right_ {
	float:right;
	width:50%;
}

.img-txt-box_left-right_wrap .fl-left_ .img-area {
	padding-right:30px;
}
.img-txt-box_left-right_wrap .fl-right_ .img-area {
	padding-left:30px;
}
.img-txt-box_left-right_wrap .fl-right_ .txt-area {
	padding-right:30px;
}
.img-txt-box_left-right_wrap .fl-left_ .txt-area {
	padding-left:30px;
}
.img-txt-box_left-right_wrap .txt-area .txt-inner,
.img-txt-box_left-right_wrap .img-area .img-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%; /*세로비율*/
}

.img-txt-box_left-right_wrap .img-area .img-inner p {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.img-txt-box_left-right_wrap .txt-inner .txt-inner-box,
.img-txt-box_left-right_wrap .img-inner p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.img-txt-box_left-right_wrap .txt-inner .txt-inner-box {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.img-txt-box_left-right_wrap .txt-area .txt-inner h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-bottom: 30px;
}
.img-txt-box_left-right_wrap .txt-area .txt-inner p {
    line-height: 24px;
    font-size: 17px;
}



@media only screen and (max-width:1200px) {
    .sub-contents.sub1_1 .area01 {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    .sub-contents.sub1_1 .area01>ul>li {
        width: 200px;
        height: 200px;
    }
    .sub-contents.sub1_1 .area01>ul>li:nth-child(2) {
        width: 280px;
        height: 280px;
        margin: 0px 60px;
    }
    .sub-contents.sub1_1 .area01>ul>li p {
        font-size: 18px;
        line-height: 26px;
    }
    .sub-contents.sub1_1 .area01>ul>li p>img {
        width: 80%;
    }
    .sub-contents.sub1_1 .area01 .info_txt {
        font-size: 18px;
        line-height: 26px;
    }
    .sub-contents.sub1_1 .area02 {
        padding: 60px 20px;
    }
    .sub-contents.sub1_1 .area02 .area_inner {
        width: 100%;
    }
    .sub-contents.sub1_1 .area02 .area_inner .left_area {
        width: 100%;
        display: block;
        float: none;
    }
    .sub-contents.sub1_1 .area02 .area_inner .right_area {
        display: block;
        float: none;
        text-align: center;
        margin-top: 30px;
    }
    .sub-contents.sub1_1 .area03 .area_inner {
        width: 100%;
        margin-top: 60px;
    }
    .sub-contents.sub1_1 .area03 .left_area {
        display: block;
        float: none;
        text-align: center;
    }
    .sub-contents.sub1_1 .area03 .right_area {
        display: block;
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .sub-contents.sub1_1 .area03 .right_area .right_txt {
        display: block;
        height: auto;
    }
    .sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width:980px) {
    .area_inner .ssub_title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .sub-contents.sub1_1 .area01>ul>li {
        width: 180px;
        height: 180px;
        margin-top: 20px;
    }
    .sub-contents.sub1_1 .area01>ul>li:nth-child(2) {
        width: 220px;
        height: 220px;
        margin: 0px 50px;
    }
    .sub-contents.sub1_1 .area01>ul>li p {
        font-size: 16px;
        line-height: 24px;
    }
    .sub-contents.sub1_1 .area03 .right_area .right_txt .right_txt_inner p:first-child>span {
        font-size: 22px;
    }
}

@media only screen and (max-width:768px) {
    .sub-contents.sub1_1 .area01>ul>li {
        float: none;
        margin-top: 0px;
        margin-left: 20px;
    }
    .sub-contents.sub1_1 .area01>ul>li:nth-child(2) {
        margin: 50px 0px;
    }
    .sub-contents.sub1_1 .area01>ul>li:first-child:after {
        right: 46%;
        top: auto;
        bottom: -7px;
    }
    .sub-contents.sub1_1 .area01>ul>li:last-child:after {
        top: -7px;
        left: 46%;
    }
    .sub-contents.sub1_1 .area01>ul:before {
        width: 1px;
        height: 100%;
        left: 50%;
        top: 0;
    }
    .sub-contents.sub1_1 .area02 .area_inner .left_area h4 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width:480px) {
    .sub-contents.sub1_1 .area01 .info_txt {
        font-size: 16px;
        line-height: 24px;
    }
}

/*  연혁  */

.sub-contents.sub1_2 {
    text-align: center;
}

.sub-contents.sub1_2 .company_history {
    position: relative;
    display: table;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    background: #0032a0;
    border-radius: 50%;
    font-size: 33px;
    color: #fff;
    text-align: center;
}

.sub-contents.sub1_2 .company_history:after {
    content: '';
    display: block;
    width: 250px;
    height: 250px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
}

.sub-contents.sub1_2 .company_history>div {
    display: table-cell;
    vertical-align: middle;
}

.sub-contents.sub1_2 .company_history>div span {
    display: block;
    margin-top: 15px;
    font-size: 25px;
}

.history_wrap {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}

.history_wrap:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 10px;
}

.history_wrap>li {
    display: block;
    position: relative;
}

.history_wrap>li:before {
    content: '';
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #0032a0;
    position: absolute;
}

.history_wrap>li:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 3px solid #0032a0;
    position: absolute;
}

.history_wrap>li:nth-child(odd) {
    margin-left: 50%;
    padding-left: 155px;
    text-align: left;
}

.history_wrap>li:nth-child(odd):before {
    left: 0;
    top: 22px;
}

.history_wrap>li:nth-child(odd):after {
    left: -6px;
    top: 16px;
    background: #fff;
}

.history_wrap>li:nth-child(even) {
    margin-right: 50%;
    padding-right: 155px;
    text-align: right;
}

.history_wrap>li:nth-child(even):before {
    right: 0;
    top: 22px;
}

.history_wrap>li:nth-child(even):after {
    right: -7px;
    top: 16px;
    background: #fff;
}

.history_wrap>li h3 {
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-bottom: 25px;
    color: #1e1e1e;
}

.year_txt>li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    font-weight: 300;
    line-height: 24px;
}

.year_txt>li:last-child {
    margin-bottom: 20px;
}

.year_txt>li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top: 10px;
}

.history_wrap>li:nth-child(even) .year_txt>li:before {
    position: relative;
    top: -5px;
    margin-right: 10px;
}

@media only screen and (max-width:980px) {
    .sub-contents.sub1_2 .company_history {
        width: 200px;
        height: 200px;
    }
    .sub-contents.sub1_2 .company_history:after {
        width: 220px;
        height: 220px;
    }
    .sub-contents.sub1_2 .company_history {
        margin: initial;
    }
    .history_wrap:before {
        left: 100px;
    }
    .history_wrap {
        padding-bottom: 10px;
    }
    .history_wrap>li:nth-child(odd) {
        margin-left: 100px;
        padding-left: 80px;
    }
    .history_wrap>li:nth-child(odd):before {
        width: 60px;
    }
    .history_wrap>li h3 {
        font-size: 40px;
    }
    .history_wrap>li:nth-child(even) {
        margin-right: 0;
        padding-right: 0px;
        text-align: left;
        margin-left: 100px;
        padding-left: 80px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .history_wrap>li:nth-child(even):before {
        width: 60px;
        right: 0;
        left: 0;
    }
    .history_wrap>li:nth-child(even):after {
        right: 0;
        left: -7px;
    }
    .year_txt>li {
        display: block;
    }
    .history_wrap>li:nth-child(even) .year_txt>li:before {
        position: absolute;
        left: 0;
        top: 9px;
        margin-right: 0px;
    }
}

@media only screen and (max-width:480px) {
    .sub-contents.sub1_2 .company_history {
        width: 160px;
        height: 160px;
        margin: 0 auto;
        font-size: 25px;
    }
    .sub-contents.sub1_2 .company_history:after {
        width: 180px;
        height: 180px;
    }
    .sub-contents.sub1_2 .company_history>div span {
        font-size: 20px;
    }
    .history_wrap>li h3 {
        font-size: 36px;
    }
    .history_wrap:before {
        display: none;
    }
    .history_wrap>li:nth-child(odd) {
        margin-left: 0px;
        padding-left: 0px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }
    .history_wrap>li:nth-child(odd):before {
        display: none;
    }
    .history_wrap>li:nth-child(odd):after {
        display: none;
    }
    .history_wrap>li:nth-child(even) {
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 0px;
    }
    .history_wrap>li:nth-child(even):before {
        display: none;
    }
    .history_wrap>li:nth-child(even):after {
        display: none;
    }
}

/*  오시는 길  */

.map_info {
    text-align: center;
    margin-bottom: 50px;
}

.map_info img {
    margin-right: 13px;
    vertical-align: text-top;
}

.map_info>h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.map_txt {
    display: inline-block;
}

.map_txt:after {
    content: '';
    display: inline-block;
    clear: both;
}

.map_txt>li {
    font-size: 18px;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #ccc;
}

.map_txt>li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.trans_info {
    margin-top: 40px;
}

.trans_info:after {
    content: '';
    display: block;
    clear: both;
}

.trans_info>li {
    float: left;
    margin-right: 30px;
    width: calc(100%/3 - 21px);
    text-align: center;
}

.trans_info>li:last-child {
    margin-right: 0px;
}

.trans_info>li h3 {
    font-size: 20px;
    color: #0032a0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0032a0;
}

@media only screen and (max-width:1200px) {
    .root_daum_roughmap {
        width: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .map_info>h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .map_txt:after {
        display: none;
    }
    .map_txt>li {
        float: none;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        margin-bottom: 20px;
    }
    .map_txt>li:last-child {
        margin-bottom: 0px;
    }
    .trans_info>li {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .trans_info>li:last-child {
        margin-bottom: 0px;
    }
}



/* contact us */
.contact-title {font-size: 42px; font-weight: 700; margin-bottom: 40px; line-height: 1.4;}
.contact-title span {color: #0685e2; display: block;}
.contact-info {margin-top: 20px;}
.contact-info dt {}
.contact-info dt h5 {font-size: 26px; color: #17348c; font-weight: 700;}
.contact-info dt p {font-size: 18px; margin-top: 20px; margin-bottom: 20px; font-weight: 500;}
.contact-info dt p br {display: none;}
.contact-info dd.tel br {display: none;}
.contact-info dd {display: flex; align-items: center; margin-bottom: 10px; font-size: 18px; font-weight: 500;}
.contact-info dd:last-child {margin-bottom: 0;}
.contact-info dd:before {content: ''; display: block; flex-shrink: 0; margin-right: 10px; width: 30px; height: 30px; -webkit-border-radius: 50%; border-radius: 50%;}
.contact-info dd.tel:before {background: #17348c url('/images/mtl01r-20-0043/sub/contact_tel.png')no-repeat center center / 17px auto;}
.contact-info dd.mail:before {background: #17348c url('/images/mtl01r-20-0043/sub/contact_mail.png')no-repeat center center / 17px auto;}

@media only screen and (max-width:1200px) {
	.contact-title {font-size: 32px;}
}

@media only screen and (max-width:768px) {
	.contact-title {font-size: 20px; margin-bottom: 15px;}
	.contact-map {height: 300px !important;}
	.contact-info dt h5 {font-size: 20px;}
	.contact-info dt p {font-size: 16px; margin-top: 10px; margin-bottom: 15px;}
	.contact-info dt p br {display: block;}
	.contact-info dd.tel br {display: block;}	
	.contact-info dd { font-size: 16px; }
}


/* ceo인사말 */
.ceo-title {text-align: center; font-size: 45px; font-weight: 300; line-height: 1.4;}
.ceo-title span {display: block; color: #0685e2; font-weight: 700;}
.ceo-content {margin-top: 60px; display: flex; align-items: flex-end; padding-bottom: 120px;}
.ceo-content dt {width: 50%; padding-right: 40px;}
.ceo-content dt img {display: block; max-width: 100%;}
.ceo-content dd {width: 50%; position: relative;}
.ceo-content dd h5 {font-size: 30px; font-weight: 700; line-height: 1.4;}
.ceo-content dd p {font-size: 16px; margin-top: 30px; line-height: 1.8;}
.ceo-content dd p span {display: block;}
.ceo-content dd p em {font-style: normal; margin-right: -6px;}
.ceo-content dd img {display: block; position: absolute; left: 0; top: 100%; margin-top: 50px;}

@media (max-width: 1280px) {
	.ceo-title {font-size: 36px;}
	.ceo-content dd h5 br {display: none;}
	.ceo-content dd p span {display: inline;}
}

@media only screen and (max-width:992px) {
	.ceo-title {font-size: 26px;}
	.ceo-content {margin-top: 40px; display: block;}
	.ceo-content dt {width: 50%; padding-right: 0; margin: 0 auto;}
	.ceo-content dt img {margin: 0 auto;}
	.ceo-content dd {width: 100%; margin-top: 30px;}
	.ceo-content dd h5 {font-size: 20px;}

}

@media only screen and (max-width:768px) {
	.ceo-title {font-size: 20px;}
	.ceo-content {margin-top: 30px; padding-bottom: 0;}
	.ceo-content dt {width: 70%;}
	.ceo-content dd p {font-size: 15px; margin-top: 20px;}
	.ceo-content dd img {position: static; margin-top: 20px; width: 120px;}

}





/* 인재상 */
.talent-title {display: flex; align-items: flex-end; justify-content: space-between;}
.talent-title dt {font-size: 42px; font-weight: 700; color: #000; line-height: 1.0;}
.talent-title dt span {display: block; color: #0685e2; font-size: 65px; line-height: 1.0; margin-top: 20px;}
.talent-title dd {font-size: 25px;}
.talent-top {margin-top: 70px; padding-bottom: 44.1666%; position: relative; background: url('/images/mtl01r-20-0043/sub/talent_top.png')no-repeat center center / cover;}
.talent-top p {position: absolute; left: 60px; bottom: 110px; font-size: 25px; color: #fff; font-weight: 700;}
.talent-itv {padding: 0 40px; margin-top: -80px;}
.talent-itv .slick-arrow {display: block; width: 22px; height: 40px; text-indent: -9999px; position: absolute; top: 50%; margin-top: -20px; border: none; -webkit-appearance: none; appearance: none;}
.talent-itv .slick-prev {left: 0; background: url('/images/mtl01r-20-0043/sub/talent_arrow_left.png')no-repeat center center / cover;}
.talent-itv .slick-next {right: 0; background: url('/images/mtl01r-20-0043/sub/talent_arrow_next.png')no-repeat center center / cover;}
.talent-itv__item {padding: 10px;}
.talent-itv__box {display: flex; flex-direction: column; justify-content: space-between; height: 280px; padding: 40px 20px 30px; background: #fff; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);}
.talent-itv__text {position: relative; padding: 0 24px; font-size: 16px; line-height: 1.6; text-align: center;}
.talent-itv__text:before {content: ''; display: block; width: 22px; height: 19px; position: absolute; left: 0; bottom: 100%; margin-bottom: -10px; background: url('/images/mtl01r-20-0043/sub/talent_quotation_left.png')no-repeat center center / cover;}
.talent-itv__text:after {content: ''; display: block; width: 22px; height: 19px; position: absolute; right: 0; top: 100%; margin-top: -10px; background: url('/images/mtl01r-20-0043/sub/talent_quotation_right.png')no-repeat center center / cover;}
.talent-itv__profile {display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500;}
.talent-itv__profile img {display: block; width: 60px; height: 60px; margin-left: -30px; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 15px;}

.talent-our {text-align: center; padding: 100px 0; font-size: 30px; color: #000; font-weight: 700;}
.talent-content dl {margin-bottom: 80px; display: flex;}
.talent-content dl:last-child {margin-bottom: 0;}
.talent-content dl dt {width: 50%; padding: 0 50px;}
.talent-content dl:nth-child(even) dt {order: 2;}
.talent-content dl dt img {display: block; max-width: 100%;}
.talent-content dl dd {width: 50%; padding: 0 50px;}
.talent-content h4 {display: inline-flex; height: 40px; padding: 0 20px; background: #17348c; color: #fff; font-size: 16px; font-weight: 500;  justify-content: center; align-items: center; -webkit-border-radius: 20px; border-radius: 20px;}
.talent-content h5 {font-size: 35px; color: #000; font-weight: 700; margin: 30px 0;}
.talent-content p {font-size: 18px; line-height: 1.6;}
.talent-content ul {display: flex; flex-wrap: wrap; margin-top: 20px;}
.talent-content ul li {margin-right: 10px; margin-bottom: 10px;}
.talent-content ul li:last-child {margin-right: 0;}
.talent-content ul li span {display: block; height: 30px; padding: 0 10px; display: flex; justify-content: center; align-items: center;}
.talent-content ul li:nth-child(1) span {background: #ffebb4;}
.talent-content ul li:nth-child(2) span {background: #deeaa4;}
.talent-content ul li:nth-child(3) span {background: #d4f9ff;}
.talent-content ul li:nth-child(4) span {background: #d9c8ff;}


@media (max-width: 1280px) {
	.talent-title dt {font-size: 36px;}
	.talent-title dt span {font-size: 54px;}
	.talent-title dd {font-size: 20px;}
	.talent-top {margin-top: 30px;}
	.talent-itv__text {font-size: 15px;}
	.talent-content p br {display: none;}
}

@media only screen and (max-width:992px) {
	.talent-itv,
	.talent-itv .slick-list,
	.talent-itv .slick-track {overflow: visible !important;}
	.talent-content h5 {font-size: 24px;}
	.talent-content p {font-size: 16px;}
	.talent-content ul li span {font-size: 13px;}
}

@media only screen and (max-width:768px) {
	.talent-title {display: block; text-align: center;}
	.talent-title dt {font-size: 20px;}
	.talent-title dt span {font-size: 30px; margin-top: 10px;}
	.talent-title dd {font-size: 14px; margin-top: 30px;}
	.talent-top {margin-left: -20px; margin-right: -20px; position: relative;}
	.talent-top:before {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.3);}
	.talent-top p {left: 0; bottom: 50%; width: 100%; font-size: 18px; text-align: center; -webkit-transform: translate(0, 50%); transform: translate(0, 50%);}
	.talent-itv {padding: 0; margin-top: -40px;}
	.talent-itv__box {padding: 30px 20px 15px; height: 220px;}
	.talent-itv__text {font-size: 14px;}
	.talent-itv__profile img {width: 40px; height: 40px; margin-left: -20px;}
	.talent-our {padding: 60px 0; font-size: 24px;}
	.talent-content dl {margin-bottom: 60px; display: block;}
	.talent-content dl dt {width: 100%; padding: 0 10%;}
	.talent-content dl dt img {display: block; max-width: 100%;}
	.talent-content dl dd {width: 100%; padding: 0; margin-top: 30px;}
	.talent-content h4 {height: 30px; padding: 0 10px; font-size: 13px;}
	.talent-content h5 {font-size: 20px; margin: 20px 0 10px;}
	.talent-content p {font-size: 14px;}
	.talent-content ul {margin-top: 10px;}
	.talent-content ul li {margin-right: 5px;}
	.talent-content ul li span {height: 24px; padding: 0 5px; font-size: 11px;}
}



/* mission */
.mission-title {text-align: center; color: #000;}
.mission-title dt {font-size: 45px; font-weight: 300;}
.mission-title dt span {color: #0685e2; font-weight: 700;}
.mission-title dd {font-size: 25px; margin-top: 40px; font-weight: 300;}
.mission-title dd b {display: block; word-break:break-word;}
.mission {position: relative; margin-top: 100px;}
.mission-main {padding: 80px 26% 0;}
.mission-main img {display: block; max-width: 100%; margin: 0 auto;}
.mission-list {}
.mission-list li {width: 25%; position: absolute;}
.mission-list li:nth-child(1) {right: 0; top: 0; margin-right: 5%;}
.mission-list li:nth-child(2) {right: 0; bottom: 0; margin-bottom: 25%; margin-right: 2%;}
.mission-list li:nth-child(3) {position: static; width: 30%; margin-left: 35%; margin-top: 40px;}
.mission-list li:nth-child(4) {left: 0; bottom: 0; margin-bottom: 25%; margin-left: 2%;}
.mission-list li:nth-child(5) {left: 0; top: 0; margin-left: 5%;}
.mission-list li:before {content: ''; display: block; width: 54px; height: 49px;}
.mission-list li:nth-child(1):before {background: url('/images/mtl01r-20-0043/sub/mission_1.png')no-repeat center center / cover;}
.mission-list li:nth-child(2):before {background: url('/images/mtl01r-20-0043/sub/mission_2.png')no-repeat center center / cover;}
.mission-list li:nth-child(3):before {background: url('/images/mtl01r-20-0043/sub/mission_3.png')no-repeat center center / cover;}
.mission-list li:nth-child(4):before {background: url('/images/mtl01r-20-0043/sub/mission_4.png')no-repeat center center / cover;}
.mission-list li:nth-child(5):before {background: url('/images/mtl01r-20-0043/sub/mission_5.png')no-repeat center center / cover;}
.mission-list li h5 {font-size: 24px; color: #143299; font-weight: 700; margin-top: 20px; margin-bottom: 10px;}
.mission-list li:nth-child(1) h5,
.mission-list li:nth-child(3) h5 {color: #ec7033;}
.mission-list li p {font-size: 18px; color: #626262; line-height: 1.5; white-space: nowrap; word-break: break-all;}
.mission-slogan {margin-top: 80px; border: dotted 2px #2f4568; padding: 15px 30px; -webkit-border-radius: 100px; border-radius: 100px;}
.mission-slogan img {display: block; max-width: 100%; margin: 0 auto;}

@media (max-width: 1280px) {
	.mission-title dt {font-size: 36px;}
	.mission-title dd {font-size: 20px; margin-top: 20px;}
	.mission-list li p {font-size: 16px; white-space: normal;}
	.mission-list li p br {display: none;}
}

@media only screen and (max-width:992px) {
	.mission-title dt {font-size: 28px;}
	.mission-title dd {font-size: 16px; margin-top: 15px;}
	.mission {margin-top: 80px;}
	.mission-list li {display: flex; align-items: center; flex-wrap: wrap;}
	.mission-list li:before {width: 40px; height: 36px; margin-right: 10px;}
	.mission-list li h5 {margin-top: 0; margin-bottom: 0; font-size: 20px;}
	.mission-list li p {width: 100%; font-size: 14px; margin-top: 10px;}
}

@media only screen and (max-width:768px) {
	.mission-title dt {font-size: 18px;}
	.mission-title dd {font-size: 14px; margin-top: 10px;}
	.mission {margin-top: 60px;}
	.mission-main {padding: 0;}
	.mission-list li {width: 100%; position: static; margin-top: 30px !important;}
	.mission-list li:nth-child(1) {margin-right: 0;}
	.mission-list li:nth-child(2) {margin-bottom: 0; margin-right: 0;}
	.mission-list li:nth-child(3) {width: 100%; margin-left: 0; margin-top: 0;}
	.mission-list li:nth-child(4) {margin-bottom: 0; margin-left: 0;}
	.mission-list li:nth-child(5) {margin-left: 0;}
	.mission-list li p {font-size: 15px;}
	.mission-slogan {margin-top: 30px;}
}


/* 그룹소개 */
.group-map {position: relative;}
.group-map img {display: block; width: 100%;}

.group-point {display: block; border: none; width: 20px; height: 20px; text-align: left; background: none; /* background: rgba(255,0,0,0.3); */ position: absolute; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); -webkit-appearance: none; appearance: none;}
.group-point:after {content: ''; display: block; position: absolute; left: 0; top: 0;}
.group-point.europe {left: 12.6%; bottom: 58%;}
.group-point.china {left: 33.74%; bottom: 52.2%;}
.group-point.japan {left: 43.7%; bottom: 48.6%;}
.group-point.thailand {left: 34.5%; bottom: 38.5%;}
.group-point.vietnam {left: 35.7%; bottom: 37.2%;}
.group-point.indonesia {left: 38.95%; bottom: 31.5%;}
.group-point.usa {left: 75%; bottom: 51.2%;}
.group-point.morocco {left: 5.2%; bottom: 46.7%;}
.group-point.morocco dl {margin-left: 20%; -webkit-transform: translate(-20%, 0); transform: translate(-20%, 0);}
.group-point.morocco dl:after {left: 18.5%;}

.group-point.europe:after {width: 60px; height: 30px; margin-left: -20px;}
.group-point.china:after {width: 60px; height: 30px; margin-left: -20px;}
.group-point.japan:after {width: 65px; height: 20px; margin-top: -4px;}
.group-point.thailand:after {width: 83px; height: 20px; margin-left: -68px; margin-top: -4px;}
.group-point.vietnam:after {width: 75px; height: 20px; margin-left: 4px; margin-top: -3px;}
.group-point.indonesia:after {width: 80px; height: 30px; margin-left: -27px;}
.group-point.usa:after {width: 60px; height: 30px; margin-left: -20px;}
.group-point.morocco:after {width: 60px; height: 30px; margin-left: -20px;}

.group-point:hover dl,
.group-point.on dl {display: block;}
.group-bubble {display: none; width: 220px; position: absolute; left: 50%; bottom: 100%; margin-bottom: 10px; background: #17348c; padding: 20px 15px 25px; -webkit-border-radius: 10px; border-radius: 10px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.group-bubble:after {content: ''; display: block; position: absolute; left: 50%; top: 100%; width: 0; height: 0; border-style: solid; border-width: 10px 4px 0 4px; border-color: #17348c transparent transparent transparent; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.group-bubble dt {font-size: 15px; color: #c6ff00; font-weight: 500; margin-bottom: 15px;}
.group-bubble dd {margin-bottom: 10px; position: relative; padding-left: 10px; font-size: 14px; color: #fff;}
.group-bubble dd:last-child {margin-bottom: 0;}
.group-bubble dd:before {content: ''; display: block; width: 3px; height: 3px; background: #fff; position: absolute; left: 0; top: 8px; -webkit-border-radius: 10px; border-radius: 10px;}

.group-list {border-bottom: solid 1px #c5c5c5;}
.group-list.first {border-top: solid 2px #17348c;}
.group-list button {display: block; width: 100%; padding: 20px 60px 20px 20px; font-size: 24px; font-weight: 700; text-align: left; position: relative; background: none; border: none; -webkit-appearance: none; appearance: none;}
.group-list button:after {content: ''; display: block; width: 20px; height: 10px; position: absolute; right: 20px; top: 50%; background: url('/images/mtl01r-20-0043/sub/group_arrow.png')no-repeat center bottom / 100% auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}
.group-list button.on:after {background-position: center top !important;}
.group-list ul {display: none; background: #f5f6f7; padding: 0 20px;}
.group-list ul li {padding: 30px 0; border-bottom: dashed 1px #c5c5c5;}
.group-list ul li:last-child {border-bottom: none;}
.group-list dl {display: flex; align-items: center; justify-content: space-between;}
.group-list dl dt {flex-grow: 1;}
.group-list dl dt h5 {font-size: 18px; color: #0685e2; font-weight: 700; margin-bottom: 20px;}
.group-list dl dt p {display: flex; align-items: center; font-size: 16px; font-weight: 300; margin-bottom: 10px;}
.group-list dl dt p:last-child {margin-bottom: 0;}
.group-list dl dt p:before {content: ''; display: block; flex-shrink: 0; margin-right: 10px; width: 30px; height: 30px; -webkit-border-radius: 50%; border-radius: 50%;}
.group-list dl dt p.addr:before {background: #17348c url('/images/mtl01r-20-0043/sub/group_addr.png')no-repeat center center / 20px auto;}
.group-list dl dt p.mail:before {background: #17348c url('/images/mtl01r-20-0043/sub/group_mail.png')no-repeat center center / 20px auto;}
.group-list dl dd {flex-shrink: 0; margin-left: 30px;}
.group-list dl dd a {display: flex; align-items: center; font-size: 16px; font-weight: 400; color: #000;}
.group-list dl dd a:before {content: ''; display: block; margin-right: 10px; width: 20px; height: 20px; background: url('/images/mtl01r-20-0043/sub/group_link.png')no-repeat center center / cover;}

@media only screen and (max-width:768px) {
	.group-point.europe .group-bubble {margin-left: 20px;}
	.group-point.europe .group-bubble:after {margin-left: -20px;}
	.group-point.china .group-bubble {width: 160px;}
	.group-bubble {width: 140px; padding: 10px; margin-bottom: 5px;}
	.group-bubble dt {font-size: 14px; margin-bottom: 5px;}
	.group-bubble dd {margin-bottom: 5px; font-size: 11px; padding-left: 6px;}
	.group-bubble dd:before {top: 6px; width: 2px; height: 2px;}
	.group-list button {padding: 10px 30px 10px 10px; font-size: 18px;}
	.group-list button:after {width: 10px; height: 5px; right: 10px;}
	.group-list ul {padding: 0 15px;}
	.group-list ul li {padding: 15px 0;}
	.group-list dl {display: block;}
	.group-list dl dt h5 {font-size: 16px; margin-bottom: 10px;}
	.group-list dl dt p {font-size: 14px;}
	.group-list dl dt p:before {margin-right: 8px; width: 24px; height: 24px; background-size: 16px auto !important;}
	.group-list dl dd {margin-left: 0; display: flex; justify-content: flex-end;}
	.group-list dl dd a {font-size: 15px; margin-top: 10px;}
	.group-list dl dd a:before {margin-right: 6px; width: 16px; height: 16px;}
}




/* 회사소개 */
.cpn-title {text-align: center; font-size: 45px; color: #000; font-weight: 300;}
.cpn-title span {color: #0685e2; font-weight: 700;}

.cpn-intro {margin-top: 100px;}
.cpn-intro li {margin-bottom: 120px;}
.cpn-intro li dl {display: flex; margin: 0 -60px;}
.cpn-intro li dl dt {width: 50%; padding: 0 60px; position: relative; z-index: 1;}
.cpn-intro li:nth-child(even) dl dt {order: 2;}
.cpn-intro li dl dt img {display: block; max-width: 100%;}
.cpn-intro li dl dd {display: flex; flex-direction: column; justify-content: flex-end;width: 50%; padding: 0 60px; text-align: right; position: relative;}
.cpn-intro li dl dd:before {content: ''; display: block; width: 164px; height: 164px; position: absolute; left: 0; top: 0; margin-left: -80px; background: url('/images/mtl01r-20-0043/sub/company_mark.png')no-repeat center center / cover;}
.cpn-intro li:nth-child(even) dl dd {text-align: left;}
.cpn-intro li:nth-child(even) dl dd:before {margin-left: 60px; margin-top: -60px;}
.cpn-intro li dl dd h5 {font-size: 26px; color: #000; font-weight: 700; line-height: 1.4; position: relative;}
.cpn-intro li dl dd p {font-size: 20px; color: #000; margin-top: 20px; line-height: 1.8; position: relative;}

@media (max-width: 1280px) {
	.cpn-title {font-size: 36px;}
	.cpn-intro li dl dd h5 br,
	.cpn-intro li dl dd p br {display: none;}
}

@media only screen and (max-width:992px) {
	.cpn-title {font-size: 28px;}
	.cpn-intro {margin-top: 60px;}
	.cpn-intro li {margin-bottom: 60px;}
	.cpn-intro li dl {margin: 0 -30px;}
	.cpn-intro li dl dt {padding: 0 30px;}
	.cpn-intro li dl dd {padding: 0 30px;}
	.cpn-intro li dl dd:before {width: 82px; height: 82px; margin-left: -60px;}
	.cpn-intro li:nth-child(even) dl dd:before {margin-left: 30px;}
	.cpn-intro li dl dd h5 {font-size: 22px;}
	.cpn-intro li dl dd p {font-size: 18px;}
}

@media only screen and (max-width:768px) {
	.cpn-title {font-size: 18px;}
	.cpn-title br {display: none;}
	.cpn-intro {margin-top: 30px;}
	.cpn-intro li {margin-bottom: 30px;}
	.cpn-intro li dl {display: block; margin: 0;}
	.cpn-intro li dl dt {width: 100%; padding: 0;}
	.cpn-intro li dl dd {width: 100%;  padding: 0; margin-top: 20px; text-align: left;}
	.cpn-intro li dl dd:before {display: none;}
	.cpn-intro li dl dd h5 {font-size: 18px;}
	.cpn-intro li dl dd p {font-size: 15px; margin-top: 10px;}
}



.ci-title {font-size: 35px; color: #000; font-weight: 700; margin-top: 120px;}
.ci-text {font-size: 16px; color: #000; margin-top: 40px;}
.ci-section {font-size: 22px; color: #0685e2; font-weight: 700; margin-top: 60px; margin-bottom: 20px;}

.ci-type {margin: 0 -30px; position: relative;}
.ci-type li {width: 50%; padding: 0 30px;}
.ci-type li:nth-child(2) {margin-top: 40px;}
.ci-type li:nth-child(3) {position: absolute; right: 0; top: 0;}
.ci-type dl {border: solid 1px #e8e8e8;}
.ci-type dt {display: flex; align-items: center; justify-content: center; padding: 30px; background: url('/images/mtl01r-20-0043/sub/ci_grid.png');}
.ci-type li:nth-child(1) dt,
.ci-type li:nth-child(2) dt {height: 198px;}
.ci-type li:nth-child(3) dt {height: 478px;}
.ci-type dd {display: flex; align-items: center; justify-content: center; font-weight: 500; height: 40px; font-size: 16px; border-top: solid 1px #e8e8e8;}
.ci-type img {display: block; margin: 0 auto; max-width: 100%;}

.ci-color {display: flex; margin: 0 -70px;}
.ci-color li {width: 33.33%; padding: 0 70px;}
.ci-color dl:before {content: ''; display: block; height: 170px;}
.ci-color dl.point:before {background: #17348c;}
.ci-color dl.white:before {border: solid 1px #dcdcdc;}
.ci-color dl.black:before {background: #141414;}
.ci-color dt {font-size: 16px; font-weight: 700; margin: 20px 0 10px;}
.ci-color dd {font-size: 16px; font-weight: 300; line-height: 1.6;}


@media only screen and (max-width:992px) {
	.ci-title {font-size: 30px; margin-top: 80px;}
	.ci-type {margin: 0 -20px;}
	.ci-type li {padding: 0 20px;}
	.ci-color {margin: 0 -20px;}
	.ci-color li {padding: 0 20px;}
}

@media only screen and (max-width:768px) {
	.ci-title {font-size: 24px; margin-top: 60px;}
	.ci-text {font-size: 15px; margin-top: 20px;}
	.ci-section {font-size: 18px; margin-top: 40px; margin-bottom: 10px;}
	.ci-type {margin: 0;}
	.ci-type li {width: 100%; padding: 0; margin-bottom: 20px;}
	.ci-type li:nth-child(2) {margin-top: 0;}
	.ci-type li:nth-child(3) {position: static;}
	.ci-type dd {font-size: 15px;}
	.ci-color {display: block; margin: 0;}
	.ci-color li {width: 100%; padding: 0; margin-bottom: 30px;}
	.ci-color li:last-child {margin-bottom: 0;}
}







#history {}
#history * {box-sizing: border-box;}
.hsty-inner {display: flex; background: url('/images/mtl01r-20-0043/sub/history_bg.png')no-repeat center center / cover; padding: 80px 30px 0 80px;}
.hsty-tab {width: 50%;}
.hsty-title h3 {font-size: 42px; font-weight: 700; line-height: 1.2;}
.hsty-title p {font-size: 18px; margin-top: 20px;}
.hsty-year {margin-top: 120px;}
.hsty-year span {display: block; cursor: pointer; color: #91a3bc; font-size: 20px; font-weight: 700; margin-bottom: 20px;}
.hsty-year span:last-child {margin-bottom: 0;}
.hsty-year span.active {color: #fff; font-size: 26px;}

.hsty-content {width: 50%; padding-left: 100px; height: 100vh; position: relative; overflow: auto;}
.hsty-content.scroll {overflow: auto;}
.hsty-content {-ms-overflow-style: none; scrollbar-width: none;}
.hsty-content::-webkit-scrollbar {display: none;}
.hsty-content .hsty-item {margin-bottom: 0;}
.hsty-item {padding: 0 10% 0 0; position: relative;}
.hsty-item h4 {position: absolute; right: 100%; margin-right: -10px; top: 60px; font-size: 50px; line-height: 1; font-weight: 900; color: rgba(255,255,255,0.3); transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}

.hsty-list {border-left: 1px solid #fff; padding: 80px 0 160px 10%; position: relative;}
.hsty-list:before {content: ''; display: block; width: 11px; height: 11px; background: #fff; border-radius: 50%; position: absolute; top: 0; left: -6px;}
.hsty-list li {margin-bottom: 13%;}
.hsty-list li:last-child {margin-bottom: 0;}
.hsty-list li dl {display: flex; color: #fff;}
.hsty-list li dl dt {flex-shrink: 0; width: 50px;}
.hsty-list li dl dd {flex-grow: 1;}
.hsty-list li dl dd p {margin-bottom: 30px; position: relative; padding-left: 10px; font-size: 18px;}
.hsty-list li dl dd p:last-child {margin-bottom: 0;}
.hsty-list li dl dd p:before {content: ''; display: block; width: 3px; height: 3px; background: #fff; position: absolute; left: 0; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}

@media (max-width: 1280px) {
	.hsty-tab {width: 40%;}
	.hsty-title h3 {font-size: 36px;}
	.hsty-title p {font-size: 16px;}
	.hsty-content {width: 60%;}
}

@media (max-width: 992px) {
	.hsty-inner {padding: 30px 30px 0 30px;}	
	.hsty-title h3 {font-size: 32px;}
	.hsty-title h3 br {display: none;}
	.hsty-title p {font-size: 14px;}
	.hsty-year {margin-top: 60px;}
	.hsty-year span {font-size: 18px;}a
	.hsty-list li dl dd p {font-size: 15px;}
	.hsty-list li dl dd p:before {top: 8px;}
}

@media (max-width: 768px) {
	.hsty-inner {display: block; margin: 0 -20px; padding: 60px 15px; position: relative;}
	.hsty-inner:before {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.3);}
	.hsty-tab {width: 100%; color: #fff; position: relative;}
	.hsty-title h3 {font-size: 22px;}
	.hsty-title p {font-size: 13px; margin-top: 5px;}
	.hsty-year {display: none;}

	.hsty-content {width: 100%; padding-left: 50px; position: relative; margin-top: 30px; height: 60vh;}
	.hsty-item {padding: 0;}
	.hsty-item h4 {margin-right: -20px; top: 40px; font-size: 40px;}

	.hsty-list {padding: 30px 0 60px 10%;}
	.hsty-list li {margin-bottom: 60px;}
	.hsty-list li dl dd {padding-top: 1px;}
	.hsty-list li dl dd p {margin-bottom: 15px; font-size: 13px;}
	.hsty-list li dl dd p:before {top: 6px;}

}




/* 갤러리게시판 */
.gry-list__top {margin-bottom: 20px; display: flex; justify-content: space-between; align-items: flex-end;}
.gry-list__count strong {color: #0032a0;}
.gry-list__sch {width: 280px; position: relative; border-bottom: solid 1px #e5e5e5;}
.gry-list__sch input[type="text"],
.gry-list__sch button {display: block; height: 40px; background: none; -webkit-border-radius: 0; border-radius: 0; border: none; -webkit-appearance: none; appearance: none;}
.gry-list__sch input[type="text"] {padding-left: 4px; padding-right: 48px; width: 100%; font-weight: 400; font-size: 16px;}
.gry-list__sch input[type="text"] + span {display: block; width: 0%; height: 1px; background: #333; position: absolute; left: 0; bottom: -1px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.gry-list__sch input[type="text"]:focus + span {width: 100%;}
.gry-list__sch button {width: 40px; text-indent: -9999px; position: absolute; right: 0; top: 0; background: url('/images/mtl01r-20-0043/sub/gnb_search.png')no-repeat center center / 24px auto;}
.gry-list__cont {display: flex; flex-wrap: wrap; margin: -10px;}
.gry-list__cont li {width: 25%; padding: 10px;}
.gry-list__cont li.none {}
.gry-list__cont li a {display: block;}
.gry-list__cont li a em {display: block; position: relative; padding-bottom: 100%; -webkit-border-radius: 30px; border-radius: 30px; overflow: hidden;}
.gry-list__cont li a em:before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.gry-list__cont li a em span {-webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.gry-list__cont li a em span:before {}
.gry-list__cont li a em span:after {}
.gry-list__cont li a p {margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.gry-list__cont li a:hover em:before {opacity: 1;}
.gry-list__btn {margin-top: 32px; display: flex; justify-content: flex-end;}
.gry-list__btn button {height: 40px; padding: 0 24px; display: flex; align-items: center; justify-content: center; background: #0032a0; color: #fff; border: none; -webkit-border-radius: 4px; border-radius: 4px; -webkit-appearance: none; appearance: none;}

@media (max-width: 992px) {
	.gry-list__cont li {width: 33.33%;}
}

@media (max-width: 768px) {
	.gry-list__top {display: block;}
	.gry-list__sch {width: 100%}
	.gry-list__count {display: none;}
	.gry-list__cont li {width: 50%;}
}


.gry-dtl__origin {display: none;}
.gry-dtl__cont {display: flex;}
.gry-dtl__thumb {width: 50%;}
.gry-dtl__big {}
.gry-dtl__big .slick-slide {border: solid 1px #ddd;}
.gry-dtl__small {margin: 30px -30px 0; padding: 0 25px;}
.gry-dtl__small .slick-slide {padding: 0 5px;}
.gry-dtl__small .slick-slide img {display: block; border: solid 1px #ddd;}
.gry-dtl__small .slick-arrow {display: block; position: absolute; top: 0; bottom: 0; width: 25px; border: none; background: none; text-indent: -9999px;}
.gry-dtl__small .slick-prev {left: 0;}
.gry-dtl__small .slick-next {right: 0;}
.gry-dtl__small .slick-arrow:after {content: ''; display: block; width: 12px; height: 12px; border-top: solid 2px #ccc; position: absolute; left: 50%; top: 50%; margin-top: -6px;}
.gry-dtl__small .slick-prev:after {border-left: solid 2px #ccc; margin-left: -2px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.gry-dtl__small .slick-next:after {border-right: solid 2px #ccc; margin-left: -8px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.gry-dtl__small .slick-arrow:hover:after {border-color: #666;}

.gry-dtl__info {width: 50%; padding-left: 50px;}
.gry-dtl__title {font-size: 30px; font-weight: 700;}
.gry-dtl__list {margin-top: 30px; padding: 30px 0; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd;}
.gry-dtl__list > li {margin-bottom: 30px;}
.gry-dtl__list > li:last-child {margin-bottom: 0;}
.gry-dtl__list > li > dl {display: flex;}
.gry-dtl__list > li > dl > dt {flex-shrink: 0; width: 25%;}
.gry-dtl__list > li > dl > dd {flex-grow: 1; width: 75%;}
.gry-dtl__desc {}
.gry-dtl__desc > li {margin-bottom: 5px; position: relative; padding-left: 10px;}
.gry-dtl__desc > li:last-child {margin-bottom: 0;}
.gry-dtl__desc > li:before {content: ''; display: block; width: 3px; height: 3px; background: #333; position: absolute; left: 0; top: 8px; -webkit-border-radius: 50%; border-radius: 50%;}
.gry-dtl__file {}
.gry-dtl__file > li {margin-bottom: 5px;}
.gry-dtl__file > li:last-child {margin-bottom: 0;}
.gry-dtl__file > li a {text-decoration: underline; font-size: 15px; display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.gry-dtl__file > li span {display: none;}
.gry-dtl__btn {display: flex; justify-content: flex-end; margin-top: 30px;}
.gry-dtl__btn button {height: 48px; padding: 0 32px; display: flex; align-items: center; justify-content: center; background: none; border: solid 1px #ccc; -webkit-appearance: none; appearance: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.gry-dtl__btn button:hover {background: #0032a0; border-color: #0032a0; color: #fff;}

@media (max-width: 1280px) {
	.gry-dtl__thumb {width: 40%;}
	.gry-dtl__info {width: 60%; padding-left: 40px;}
	.gry-dtl__small {margin: 30px -20px 0; padding: 0 15px;}
	.gry-dtl__small .slick-arrow {width: 20px;}
}

@media (max-width: 992px) {
	.gry-dtl__cont {flex-wrap: wrap;}
	.gry-dtl__thumb {width: 100%;}
	.gry-dtl__info {width: 100%; padding-left: 0; margin-top: 40px;}
	.gry-dtl__small .slick-arrow {display: none !important;}
}

@media (max-width: 768px) {
	.gry-dtl__small {padding-top: 15px;}
	.gry-dtl__title {font-size: 24px;}
	.gry-dtl__list {margin-top: 15px; padding: 15px 0;}
	.gry-dtl__list {font-size: 14px;}
	.gry-dtl__list > li {margin-bottom: 20px;}
	.gry-dtl__desc > li:before {top: 6px;}
	.gry-dtl__file > li a {font-size: 14px;}
	.gry-dtl__btn {margin-top: 20px;}
	.gry-dtl__btn button {height: 40px; padding: 0 24px; font-size: 14px;}
}



/* 이벤트게시판 */
.evt-list__main {width: 100%; padding: 40px; border: solid 1px #e5e5e5; background: #f7f7f7; margin-bottom: 40px; position: relative;}
.evt-list__main dl {display: flex;}
.evt-list__main dt {flex-shrink: 0; width: 30%;}
.evt-list__main dd {flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; width: 70%; padding-left: 40px;}
.evt-list__main em {display: block; padding-bottom: 100%;}
.evt-list__main h5 {margin-top: 30px; flex-shrink: 0; font-size: 34px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.evt-list__main div {margin-top: 30px; flex-grow: 1;}
.evt-list__main p {font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.6; height: 6.4em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.evt-list__main span {display: block; margin-top: 20px;}
.evt-list__main a {flex-shrink: 0; align-self: end; background: #0032a0; color: #fff; height: 48px; padding: 0 32px; display: flex; align-items: center; justify-content: center;}
.evt-list__main.clone p {overflow: visible; height: calc(100% - 50px); overflow-y: auto; padding: 15px; border: solid 1px #e5e5e5;}
.evt-list {display: flex; flex-wrap: wrap; margin: -20px; padding-top: 10px;}
.evt-list__item {width: 33.33%; padding: 20px;}
.evt-list__item a {display: block;}
.evt-list__item em {display: block; position: relative; padding-bottom: 100%;}
.evt-list__item em:before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.evt-list__item a:hover em:before {opacity: 1;}
.evt-list__item p,
.evt-list__item h5 {margin-top: 10px; font-size: 18px; font-weight: 500; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.evt-list__item dl {}
.evt-list__item dl dd p,
.evt-list__item dl dd span {display: none;}
.evt-list__none {width: 100%; padding: 30px; text-align: center;}

.evt-list2 {width: 100%; border-top: solid 1px #333; table-layout: fixed;}
.evt-list2 th,
.evt-list2 td {border-bottom: solid 1px #e5e5e5; text-align: center;}
.evt-list2 th {background: #fafafa; font-size: 14px; padding: 10px;}
.evt-list2 td {padding: 15px 10px;}
.evt-list2 td:first-child {text-align: left;}
.evt-list2 td:first-child a {display: inline-flex; vertical-align: middle; max-width: calc(100% - 30px); overflow: hidden;}
.evt-list2 td:first-child a strong {height: 20px; padding: 0 5px; vertical-align: middle; margin-right: 5px; background: #0032a0; color: #fff; font-size: 12px; -webkit-border-radius: 3px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center;}
.evt-list2 td:first-child a span {max-width: 100%; display: inline-block; vertical-align: middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.evt-list2 td:first-child em {vertical-align: middle; margin-left: 2px; width: 18px; height: 18px; background: #0032a0; color: #fff; font-size: 11px; font-weight: 700; font-style: normal; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.evt-list2 td.none {text-align: center; padding: 60px;}

@media (max-width: 1280px) {
	.evt-list__main {padding: 30px;}
	.evt-list__main dd {padding-left: 30px;}
	.evt-list__main h5 {margin-top: 20px; font-size: 28px;}
	.evt-list__main div {margin-top: 20px;}
}

@media (max-width: 992px) {
	.evt-list__main {padding: 20px;}
	.evt-list__main dd {padding-left: 20px;}
	.evt-list__main h5 {font-size: 20px;}
	.evt-list__main div {margin-top: 15px;}
	.evt-list__main p {height: 4.8em; -webkit-line-clamp: 3;}
	.evt-list__main span {margin-top: 15px; font-size: 14px;}
	.evt-list__main a {height: 40px; padding: 0 24px; font-size: 14px;}
}

@media (max-width: 768px) {
	.evt-list__main {padding: 10px;}
	.evt-list__main dd {padding-left: 10px;}
	.evt-list__main h5 {font-size: 16px; margin-top: 10px;}
	.evt-list__main div {margin-top: 5px; display: flex; flex-direction: column; justify-content: space-between;}
	.evt-list__main p {height: 3.2em; -webkit-line-clamp: 2; font-size: 13px;}
	.evt-list__main span {font-size: 12px;}
	.evt-list__main a {position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: -9999px; background: none;}
	.evt-list__main.clone {padding: 30px 20px;}	
	.evt-list__main.clone dl {display: block;}
	.evt-list__main.clone dt {margin: 0 auto; width: 50%;}
	.evt-list__main.clone dd {width: 100%; margin-top: 20px; padding-left: 0;}
	.evt-list__main.clone dd h5 {white-space: normal; overflow: visible; text-overflow: inherit;}
	.evt-list__main.clone p {padding: 10px; margin-top: 10px; height: 140px;}
	.evt-list {margin: -10px;}
	.evt-list__item {width: 50%; padding: 10px;}
	.evt-list__item p,
	.evt-list__item h5 {font-size: 14px;}
	
	.evt-list2 thead {display: none;}
	.evt-list2,
	.evt-list2 tbody,
	.evt-list2 tbody tr {display: block; width: 100%;}
	.evt-list2 tbody tr {border-bottom: solid 1px #e5e5e5; padding: 15px 0;}
	.evt-list2 tbody td {display: block; text-align: left; border-bottom: none; padding: 0;}
	.evt-list2 tbody td:last-child {font-size: 12px; text-align: right; margin-top: 10px;}
	.evt-list2 td:first-child a span {font-size: 15px; font-weight: 400;}
}








/* 화장품원료 리스트 */
.goods-tb__top {margin-top: 60px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: flex-end;}
.goods-tb__top p strong {color: #0032a0;}
.goods-tb {width: 100%;}
.goods-tb th,
.goods-tb td {border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; font-size: 15px;}
.goods-tb th {background: #f5f5f5; padding: 10px; text-align: center;}
.goods-tb td {padding: 15px; text-align: left;}
.goods-tb td a {display: inline-block; font-weight: 600;}
.goods-tb td a:hover {text-decoration: underline;}
.goods-tb td span {display: block; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4;  height: 2.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

@media (max-width: 992px) {
	.goods-scr {margin: 0 -20px; padding: 0 20px; overflow-x: auto;}
	.goods-scr .goods-tb {width: 1000px;}
}

/* 파트너사 */
.partner-wrap {background: url('/images/mtl01r-20-0043/sub/partner_bg.jpg')no-repeat center top / 100% auto;}
.partner-title {padding-top: 80px; padding-bottom: 160px; text-align: center; font-size: 45px; font-weight: 300;}
.partner-title span {font-weight: 700; color: #143299;}
.partner-list {padding: 0 80px;}
.partner-list .slick-track {width: 100% !important; transform: translate3d(0px, 0px, 0px) !important; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.partner-list .slick-slide {width: auto !important; float: none; margin: 15px 30px; background: none; border: none; font-size: 18px; color: #000; position: relative;}
.partner-list .slick-slide.slick-current {color: #176ac6; font-weight: 700;}
.partner-list .slick-slide.slick-current:after {content: ''; display: block; width: 20px; height: 2px; background: #176ac6; position: absolute; left: 50%; margin-left: -10px; top: 100%; margin-top: 3px;}
.partner-slider {padding: 0 50px;}
.partner-slider .slick-slide {padding: 30px 10px;}
.partner-slider .slick-arrow {width: 22px; height: 40px; position: absolute; top: 50%; margin-top: -20px; border: none; text-indent: -9999px; background: url('/images/mtl01r-20-0043/sub/partner_arrow.png')no-repeat left center / auto 100%;}
.partner-slider .slick-prev {left: 0;}
.partner-slider .slick-next {right: 0; background-position: right center;}
.partner-box {background: #fff; padding: 30px; height: 260px; position: relative; -webkit-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
.partner-box h5 {font-size: 22px; font-weight: 300;}
.partner-box h5 strong {font-weight: 700; margin-right: 5px;}
.partner-box p {margin-top: 15px; font-size: 16px;}
.partner-box em {display: block; width: 60px; height: 60px; position: absolute; right: 30px; bottom: 30px;}

@media (max-width: 1280px) {
	.partner-title {padding-bottom: 60px;}
	.partner-list {padding: 0 60px;}
	.partner-list .slick-slide {margin: 10px 20px; font-size: 16px;}
}

@media (max-width: 992px) {
	.partner-title {font-size: 34px;}
	.partner-box h5 {font-size: 20px;}
	.partner-box p {font-size: 14px;}
}

@media (max-width: 768px) {
	.partner-wrap {margin: 0 -20px; padding: 0 20px;}
	.partner-title {font-size: 24px; padding-top: 60px; padding-bottom: 40px;}
	.partner-list {padding: 0;}
	.partner-list .slick-slide {margin: 5px 10px; font-size: 14px;}
	.partner-slider {padding: 0;}
	.partner-slider {margin: 0 -20px;}
	.partner-slider .slick-slide {padding: 20px;}
	.partner-box {height: 220px;}
	.partner-box em {display: none;}

}



/* 로그인/회원가입 */
.chk {display: flex; align-items: center;}
.chk input[type='checkbox']{display:none}
.chk input[type='checkbox'] ~ span {font-size: 14px; color: #bbb; cursor: pointer; display: flex; align-items: center;}
.chk input[type='checkbox'] ~ span:before {content:''; display: block; width: 6px; height: 12px; margin-left: 4px; margin-right: 10px; margin-top: -2px; border-bottom: solid 2px #bbb; border-right: solid 2px #bbb; box-sizing: border-box; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.chk input[type='checkbox']:checked ~ span {color: #333;}
.chk input[type='checkbox']:checked ~ span:before {border-color:#333}

.lgn-cont {width: 100%; max-width: 480px; margin: 0 auto;}
.lgn-ipt {}
.lgn-ipt > li {margin-bottom: 10px;}
.lgn-ipt > li:last-child {margin-bottom: 0;}
.lgn-ipt > li label {position: absolute; left: -9999px; top: -9999px; font-size: 0;}
.lgn-ipt > li input {height: 50px; font-size: 16px;}
.lgn-chk {margin-top: 10px;}
.lgn-submit {margin-top: 20px;}
.lgn-submit button {width: 100%; height: 60px; border: none; background: #17348c; color: #fff; font-size: 20px; border-radius: 3px; display: flex; align-items: center; justify-content: center;}
.lgn-menu {margin: 20px; display: flex; justify-content: center; align-items: center;}
.lgn-menu li {display: flex; align-items: center;}
.lgn-menu li:after {content: ''; display: block; width: 1px; height: 10px; background: #aaa; margin: 0 15px;}
.lgn-menu li:last-child:after {display: none;}
.lgn-menu li a {display: block; font-size: 14px;}

.agree {width: 100%; max-width: 640px; margin: 0 auto;}
.agree-group {margin-top: 60px;}
.agree-group:first-child {margin-top: 0;}
.agree-group dt {font-size: 24px;}
.agree-group dd {margin-top: 10px;}
.agree-scroll {height: 300px; border: solid 1px #ddd; padding: 20px; font-size: 14px; overflow-y: auto;}
.agree-chk {margin-top: 10px;}
.agree-btn {padding-top: 30px; margin: 0 -5px; display: flex; align-items: center;}
.agree-btn li {width: 50%; padding: 0 5px;}
.agree-btn li a,
.agree-btn li button {width: 100%; height: 60px; border: none; border: solid 1px #17348c; color: #17348c; background: #fff; font-size: 20px; border-radius: 3px; display: flex; align-items: center; justify-content: center;}
.agree-btn li a.blu,
.agree-btn li button.blu {background: #17348c; color: #fff;}

.join-cont {width: 100%; max-width: 480px; margin: -20px auto 0;}
.join-group {}
.join-group .input-group {width: 100%;}
.join-group .title,
.join-group label {font-size: 14px; font-weight: 400; margin-top: 20px; margin-bottom: 5px;}
.join-group input,
.join-group select {height: 50px;  border-radius: 3px !important; border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important;}
.join-group .input-group-addon {background: none; border: none;}
.join-group .btn-sub {background: #333; color: #fff; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 3px !important;}
.join-group .captcha {width: 150px; height: 50px; padding: 0;}
.join-group .captcha img {display: block;}
.join-group .desc {font-size: 14px; margin-top: 5px;}
.join-group .dropdown-toggle {height: 50px;}
.join-group .alert {padding: 0; margin-top: 5px; font-size: 13px; margin-bottom: 0;}
.join-group .alert.failed {color: #f00;}
.join-group .alert.success {color: #0472c3;}
.join-submit {margin-top: 20px;}
.join-submit button {width: 100%; height: 60px; border: none; background: #17348c; color: #fff; font-size: 20px; border-radius: 3px; display: flex; align-items: center; justify-content: center;}
.join-readbox {height: 50px; padding: 6px 12px; font-size: 14px; border: solid 1px #ccc; background: #f5f5f5; color: #aaa; display: flex; align-items: center; -webkit-border-radius: 3px; border-radius: 3px;}

.join-success {text-align: center; padding: 60px; border: solid 10px #f5f5f5;}
.join-success h4 {font-size: 24px; font-weight: 700;}
.join-success p {margin-top: 20px; line-height: 1.6;}
.join-success p span {color: #17348c; font-weight: 700;}

.find-email {display: flex; align-items: center;}
.find-email li:nth-child(even) {flex-shrink: 0;}
.find-email li:nth-child(odd) {flex-grow: 1;}
.find-email li:nth-child(2) {padding: 0 5px;}
.find-email li:last-child button {height: 50px;}

@media (max-width: 768px) {
	.chk input[type='checkbox'] ~ span {font-size: 13px;}
	.lgn-ipt > li input {height: 40px; font-size: 14px;}
	.lgn-submit button {height: 50px; font-size: 16px;}
	.lgn-menu li:after {margin: 0 10px;}
	.lgn-menu li a {font-size: 12px;}

	.agree-group {margin-top: 30px;}
	.agree-group dt {font-size: 18px;}
	.agree-scroll {height: 200px; padding: 10px; font-size: 13px;}
	.agree-btn {padding-top: 20px; margin: 0 -2px;}
	.agree-btn li {padding: 0 2px;}
	.agree-btn li a,
	.agree-btn li button {height: 50px; font-size: 16px;}

	.join-group .title,
	.join-group label {font-size: 13px; margin-top: 10px; margin-bottom: 3px;}
	.join-group input,
	.join-group select {height: 40px; }
	.join-group .btn-sub {height: 40px; font-size: 13px;}
	.join-group .captcha {width: 114px; height: 38px;}
	.join-group .desc {font-size: 13px;}
	.join-group .dropdown-toggle {height: 40px;}
	.join-submit button {height: 50px; font-size: 16px;}
	.join-readbox {height: 40px;}

	.join-success {padding: 30px 15px;}
	.join-success h4 {font-size: 20px;}
	.join-success p {margin-top: 15px; font-size: 14px;}
	
	.find-email li:last-child button {height: 40px;}
}



