@charset "utf-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
* {
  font-family: 'Noto Sans KR', AppleGothic, Arial, Helvetica, sans-serif !important;
}



#subTop {
	position:relative;
}
.sub-tab {
    height: 70px;
    border-bottom: 1px solid #ddd;
    text-align: center;
	width:100%;
	position:absolute;
	bottom:0;
	z-index:10;
	background-color:rgba(0,0,0,0.5);
}

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

.sub-tab li a {
    display: inline-block;
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.sub-tab li.active a:after,
.sub-tab li:last-child a:after {
	display:none;
}
.sub-tab li a:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    height: 17px;
    background-color: #707070;
    width: 1px;
    top: 28px;
}
.sub-tab li.active a {
    color: #000;
    background-color:#fff;
}
.sub-tab ul.col-6 li {
	width:calc(100% / 6);
}

.sub-tab ul.col-5 li {
	width:calc(100% / 5);
}

.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;
        max-width:1200px;		
    }
}

@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:1024px) {
    h2.title-divider {
        font-size: 2rem;
    }
	.sub-tab {
		position:relative;
		height:auto;
		border-bottom:none;
		background-color:#009da6;
	}
	.sub-tab>ul li {
		height:auto;
	}
	.sub-tab>ul li a {
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	.sub-tab ul.col-6 li {
		width: calc(100% / 3);
	}
	.sub-tab li a:after {
		display:none;
	}
}

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

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


#subContents {
	padding: 100px 0;
}

.sub-contents p {
    word-break: break-all;
}

.sub-contents p:last-child {
    margin-bottom: 0;
}
.sub-content {
	max-width:1200px;
	margin:0 auto;
}
.sub-visual {
	position:relative;
    width: 100%;
    height: 500px;
}
.sub-visual:before {
	display:block;
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.35));
}

.sub-contents .cont-tit p {
    font-size: 18px;
    margin: 25px 0 0;
    color: #666;
    font-weight: 300;
}

.sub-visual.board_visual {
    height: 500px;
}

.sub-visual.sub-visual01 {
    background: url('/images/sub/sub_top_01.jpg') no-repeat center center/cover;
}

.sub-visual.sub-visual02 {
    background: url('/images/sub/sub_biz2.jpg') no-repeat center center/cover;
}

.sub-visual.sub-visual03 {
    background: url('/images/sub/sub_top_03.jpg') no-repeat center center/cover;
}

.sub-visual.sub-visual04 {
    background: url('/images/sub/sub_top_04.jpg') no-repeat center center/cover;
}

.sub-visual.sub-visual05 {
    background: url('/images/sub/sub_top_05.jpg') no-repeat center center/cover;
}

.sub-visual.sub-visual06 {
    background: url('/images/sub/sub_cs.jpg') no-repeat center center/cover;
}

.sub_title {
    display: table;
    text-align: center;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
}

.sub_title .scroll_menu {
	display:none;
}
.sub_title.board_title {
    height: 500px;
}

.sub_title>div {
    display: table-cell;
    vertical-align: middle;
}

.sub_title>div>h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
	letter-spacing:-2px;
}
.sub_title>div>h1>p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
}

.sub_title.board_title>div {
    padding-top: 80px;
}

.sub_title.board_title>div>h1 {
    font-size: 48px;
    margin-bottom: 0px;
}

.sub_title.board_title>div>h1:after {
    margin-top: 30px;
}

.sub_title.board_title>div>a {
    display: none;
}

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

@media only screen and (max-width:1200px) {
    #subContents {
        padding: 50px 20px !important;
    }
    .sub-contents .area_inner {
        width: 100%;
    }
    .sub-visual {
        height: 600px;
    }
    .sub_title {
        height: 600px;
    }
    .sub_title>div {
        padding-top: 65px;
    }
    .sub_title>div>h1 {
        font-size: 50px;
        margin-bottom: 40px;
    }
    .sub_title>div>h1:after {
        margin-top: 30px;
    }
    .sub_title.board_title>div {
        padding-top: 65px;
    }
    .sub_title.board_title>div>h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width:1024px) {
    #subContents {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width:768px) {
    /* .sub-contents p{font-size:14px; white-space:normal; word-break:break-word;} */
    .sub-visual {
        height: 250px;
    }
    .sub-visual.board_visual {
        height: 250px;
    }
    .sub_title {
        height: 250px;
    }

    .sub_title.board_title {
        height: 250px;
    }
    .sub_title>div>h1 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .sub_title>div>h1:after {
        width: 40px;
        margin-top: 20px;
    }
    .sub_title>div>a {
        display: none;
    }
    .sub_title.board_title>div>h1 {
        font-size: 30px;
    }
    .sub_title.board_title>div>h1:after {
        margin-top: 20px;
    }
	.sub_title>div>h1>p {
		font-size:14px;
		margin-top:0;
	}
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* 일반게시판 List */

.whois-board-list {
    display: inline-block;
    padding: 0;
}

.whois-board-list table {
    width: 100%;
    border-collapse: collapse;
}

.whois-board-list th,
.whois-board-list td {
    padding: 18px 0;
    text-align: center;
}

.whois-board-list th {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    border-top: 2px solid #000;
    border-bottom: 1px solid #dadada;
}

.whois-board-list td {
    font-size: 16px;
    border-bottom: 1px solid #dadada;
}

/*.whois-board-list tr:last-child td { border-bottom:none; }*/

.whois-board-list td.subject {
    text-align: left;
}

.whois-board-list td.subject a {
    color: #121212;
}

.whois-board-list td.date {
    color: #666;
}

.whois-board-list td.category2 {
    color: #439098;
}

.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;
}

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

/* 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 #6281c4;
}

/* 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: 12px;
}

.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: #439096;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 3px;
}

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

/* 게시판 페이징 */

.paginate_regular a,
.paginate_regular strong {
    margin: 0 !mportant;
    padding: 0 5px !important;
    font-family: "NotoSansKR", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #666 !important;
}

.paginate_regular .on a {
    font-weight: 500 !important;
    color: #000 !important;
}

/* 게시판 공통 */

.sub-box {
    margin-right: 5px;
    background-color: #6281c4;
    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 #6281c4;
}

.sub-border-t {
    border-top: 1px solid #6281c4;
}

.sub-border-r {
    border-right: 1px solid #6281c4;
}

.sub-border-b {
    border-bottom: 1px solid #6281c4;
}

.sub-border-l {
    border-left: 1px solid #6281c4;
}

.sub-bg {
    background-color: #6281c4;
}

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

.content-wrap .i_ing {
    background: #6281c4;
    padding: 2px 5px;
    font-size: 14px;
    color: #fff;
}

.content-wrap .i_end {
    background: #ccc;
    padding: 2px 5px;
    font-size: 14px;
    color: #fff;
}

.user_info {
    margin: 20px 0;
    display: table;
    width: 100%;
    border: 1px solid #dadada;
    border-top: 1px solid #000;
}

.user_info>div {
    display: table-cell;
    padding: 20px;
}

.user_info>div:nth-of-type(1) {
    width: 150px;
    text-align: center;
    border-right: 1px solid #dadada;
    background: url(/images/kor06r-18-0404/sub/icon_cs.png) center center no-repeat;
}

.user_info>div:nth-of-type(2) {
    width: calc(100% - 150px);
}

.user_info>div p {
    margin-bottom: 20px;
}

.user_info>div li {
    position: relative;
    padding-left: 10px;
}

.user_info>div li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #6281c4;
    border-radius: 50%;
}

.user_info>div li strong {
    font-weight: 500;
}

.user_info b {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px 10px;
    box-sizing: border-box;
}

.row {
    margin: 0 10px;
}

.list_wrap {
    margin: 0;
    text-align: center;
}

.list_wrap table {
    width: 100%;
}

.list_wrap table thead th {
    border-top: 2px solid #131d36;
    font-weight: 500;
    text-align: center;
    background: #f0f2f8;
}

.list_wrap table thead th,
.list_wrap table tbody td {
    border-bottom: 1px solid #cccccc;
    height: 45px;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #131d36;
}

.list_wrap table tbody td {
    font-weight: 300;
    color: #000;
}

@media only screen and (max-width: 768px) {
	colgroup {
		display:none;
	}
    .whois-board-list tr:nth-of-type(2) {
        border-top: 2px solid #000;
    }
    .whois-board-list td {
        font-size: 14px;
    }
    .whois-board-list td.subject {
        margin-bottom: 10px;
        font-size: 15px !important;
        font-weight: 500;
    }
    .whois-board-list td.name {
        position: relative;
        padding: 0 10px 0 0;
    }
    .whois-board-list td.name:before {
        content: "";
        position: absolute;
        right: 0;
        top: 5px;
        width: 1px;
        height: 10px;
        background: #dadada;
    }
    .whois-board-list td.date {
        padding: 0 0 0 10px;
    }
    .content-wrap .i_ing {
        padding: 0px 3px;
        font-size: 12px;
    }
    .content-wrap .i_end {
        padding: 0px 3px;
        font-size: 12px;
    }
    .user_info>div:nth-of-type(1) {
        width: 100px;
        background-size: 60px auto;
    }
    .user_info>div:nth-of-type(2) {
        width: calc(100% - 100px);
    }
    .user_info b {
        font-size: 20px;
        margin: 0 0 5px 5px;
        padding: 0;
    }
    .list_wrap table thead th {
        font-size: 14px;
    }
    .list_wrap table tbody td {
        font-size: 14px;
    }
    .whois-search-keyword {
        width: 200px;
    }
}

@media only screen and (max-width: 380px) {
    .whois-search-keyword {
        width: 100px;
    }
}


/* 로그인/회원가입 관련 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 #ce112d;
    position: absolute;
    top: 48%;
    right: -7px;
    background: #fff;
}

.sub-contents.sub1_1 .area01>ul>li:nth-child(2) {
    width: 330px;
    height: 330px;
    background: #ce112d;
    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 #ce112d;
    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: #ce112d;
    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;
}

.area_inner .ssub_title {
    text-align: center;
    font-size: 36px;
    color: #ce112d;
    margin-bottom: 50px;
}

.area_inner .ssub_title:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #ce112d;
    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;
    margin-top: 80px;
}

.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 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: #ce112d;
    font-weight: bold;
}

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

@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;
    }
}

