@charset "utf-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {
	background-color:#fff !important;
}
#header:before {
    background-color: rgba(255,255,255,1) !important;
}
#subTop {
    position: relative;
}

.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;
	position:relative;
}

.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-tab {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgb(0 0 0 / 16%);
    border: 1px solid rgba(255,255,255,0.35);
    background: #fff;
    margin: -60px auto 80px;
    position: relative;
    border-radius: 5px;
}

.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: #555;
    font-weight: 400;
    padding: 0 25px;
    margin: 0 10px;
}

.sub-tab li.active a {
    color: #ed1c24;
    font-weight: 700;
    border-bottom: 3px solid #ce112d;
}

.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;
}
.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);
}

.recruit_wrap {
    margin: 60px 0 30px;
}
.recruit_wrap h2 {
    font-size: 30px;
    font-weight: 600;
    color: #030303;
	line-height:1.8;
    padding-bottom: 8px;
    margin: 50px 0 30px;
    border-bottom: 1px solid #030303;
    text-align: left;
	display:block;
}
.recruit_wrap p {
	font-size:18px;
	line-height:1.5;
	font-weight:400;
	color:#333;
	word-break:keep-all;
}
.recruit_wrap > span {
	font-size:18px;
	line-height:1.5;
	font-weight:400;
	display:block;
	color:#333;
	word-break:keep-all;
}
.recruit_wrap > span b {
    display: table-cell;
    width: 30px;
}
.recruit_wrap > span em {
    display: table-cell;
    font-style: normal;
    line-height: 1.5;
}
.recruit_wrap p b {
	color:#e83538;
	font-weight:500;
}
.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: 1200px) {
    .navigation .main-menu {
		color:#000 !important;
	}
	.all_menu {
		background-image: url(/images/common/ham_menu_b.svg) !important;
	}
	#header h1 a {
		background-image: url(/images/common/logo1.svg) !important;
	}
}
@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%;
		float:left;
    }
    .sub-tab .col-3 li {
        width: 33.33%;
		float:left;
    }
}

@media only screen and (max-width:1024px) {
    h2.title-divider {
        font-size: 2rem;
    }
    .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_title {
		top:35px;
	}
	.sub-tab {
		margin:0;
	}
	.sub-tab li.active a {
		border:none;
	}
    .sub-tab>ul li a {
		border:none;
	}
	.whois-board-list {
		padding:0 20px !important;
	}
	.sub-tab .col-2 li,
	.sub-tab .col-3 li {
		float:left;
	}
	.sub-tab li a {
		padding:0;
		margin:0;
		font-size:14px !important;
	}
}

#subContainer {
    padding-bottom: 60px;
}

#subContainer._b_bg:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 11;
    transition: all .4s;
}

#subTop {
    background: #fff;
}

.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-visual._menu>div {
    background: url(/images/sub/img_sub_menu_bg.jpg) no-repeat center center/cover;
}

.sub-visual h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px; 
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Nanum Square';
    color: #fff;
}

.sub-visual._on h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 2s;
    transition: all 2s;
}

.sub-visual._menu h2 {
    color: #fff;
}

.sub-m-tab {
    position: relative;
    top: -35px;
    margin: 0 auto;
    max-width: 1160px;
    height: 70px;
    text-align: center;
    background: #fff;
    border: 1px solid #dee1e3;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .05);
}

.sub-m-tab>ul {
    margin: 0 auto;
    display: inline-block;
}

/* max-width:630px; width:100%;*/

.sub-m-tab>ul:after {
    content: "";
    display: block;
    clear: both;
}

.sub-m-tab li {
    position: relative;
    float: left;
    margin-left: 25px;
    padding-left: 25px;
    display: inline-block;
}

/*width:calc(100% / 7);*/

.sub-m-tab li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.sub-m-tab li:after {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 1px;
    height: 17px;
    background: #dee1e3;
}

.sub-m-tab li:first-child:after {
    display: none;
}
.product_list ul li > span dl {
	position:relative;
}
a.product-link {
	display:inline-block;
	padding:5px 10px;
	background-color:#000;
	color:#fff;
	position:absolute;
	bottom:20px;
	right:30px;
	font-size:15px;
	font-weight:400;
}
/*
    .sub-m-tab li:before{content:''; position:absolute; top:50%; left:-15px; margin-top:-8%; width:1px; height:17px; background:#dee1e3;}
    .sub-m-tab li:first-child:before{display:none;}*/

.sub-m-tab li a {
    display: block;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 17px;
    font-weight: 400;
    color: #666;
}

.sub-m-tab li a._small {
    font-size: 16px;
}

.sub-m-tab li.active a {
    font-weight: 700;
    color: #dd2935;
}

.common-sub>div {
    position: relative;
    display: table;
    padding-bottom: 134px;
    height: 400px !important;
}

.common-sub h2 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    bottom: inherit !important;
    padding: 0;
    height: auto;
}

.common-sub span {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
}

.common-sub span.txt-m {
    font-size: 20px;
}

.common-sub span a {
    position: relative;
    display: inline-block;
}

.common-sub span a:focus,
.common-sub span a:hover,
.common-sub span a:active {
    color: #fff;
}

.common-sub span a:after {
    content: '';
    opacity: .95;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

/*.common-sub span.txt-m br{display:none;}*/

.common-form .row {
    margin: 0 !important;
}

.common-form .row .col-xs-6 {
    padding: 0;
}

.common-form .row .col-xs-12 {
    padding: 0;
}

.common-form .row .desc-box {
    text-align: right;
}

.common-form .row span.desc {
    padding: 0;
}

.common-form .sub-header h4 {
    margin-bottom: 20px;
    font-size: 20px !important;
    height: inherit !important;
    line-height: 1 !important;
}

.common-form .sub-content {
    margin: -135px auto 0;
    padding: 60px;
    max-width: 620px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.15);
}

.common-form .form-control._captcha {
    height: 50px;
}

.common-form .form-control {
    height: 60px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.common-form .sub-content.cont-lg {
    max-width: 100%;
}

.common-form .btn-box {
    display: inline-block;
    margin-top: 20px;
    padding-top: 30px;
    width: 100%;
    border-top: 2px solid #1e272b;
}

.common-form .btn-box>div {
    padding: 0;
}

.common-form .txtarea {
    padding: 20px;
}

.common-form .btn-sub {
    padding: 0 20px;
    line-height: 58px !important;
    color: #1e272b;
    font-size: 16px !important;
    min-width: inherit;
    background: #fff;
    border-radius: 0 !important;
    border: 1px solid #dee1e3;
}

.common-form .btn-sub.btn-me {
    width: 100%;
}

.common-form .btn-sub.btn-me._done {
    color: #999;
    background: #f3f3f3;
}

.common-form .btn-sub.btn-me._done span:before {
    content: '\e013';
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}

.common-form .btn-sub-lg {
    background: #1e272b;
    color: #fff;
    border: none;
}

.common-form .btn-sub.btn-block {
    color: #fff;
    background: #1e272b;
    border: none;
}

.common-form .input-group {
    margin-bottom: 30px;
    width: 100%;
}

.common-form .input-group-outline {
    display: table;
    padding: 5px 12px;
    width: 100%;
    border: 1px solid #dee1e3;
}

.common-form .input-group-outline input.form-control,
.common-form .input-group-outline select.form-control {
    padding: 0 !important;
    height: 48px;
    text-align: center;
    border: none !important;
}

/*border:none !important; */

.common-form .chkbox {
    font-size: 16px;
    font-weight: 400;
}

.common-form .chkbox input[type='radio']:checked~.box:before,
.common-form .chkbox input[type='checkbox']:checked~.box:before {
    color: #1b98df;
}

.common-form .chkbox._left {
    padding: 3px;
    padding-right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.common-form .chkbox._left span.rbtn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.common-form .chkbox._right {
    padding: 3px;
    padding-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.common-form .chkbox._right span.rbtn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.common-form .chkbox .rbtn {
    background: #fff;
    transition: all .3s;
    border: 1px solid #dee1e3;
}

.common-form .chkbox input[type='radio']:checked~.rbtn {
    background: #1b98df;
    border-color: #1b98df;
}

.common-form i._infortant {
    color: #1b98df;
    font-style: normal;
}

.common-form #userAddrBase:read-only {
    background: #f3f3f3;
}

.common-form .alert {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    font-size: 14px;
    text-align: right;
}

.common-form .mg-b5 {
    margin-bottom: 5px !important;
}

.common-form .mg-b10 {
    margin-bottom: 10px !important;
}

.common-form .mg-b15 {
    margin-bottom: 15px !important;
}

.common-form .input-group-btn {
    position: initial;
}

@media only screen and (max-width:1200px) {
	#subContainer {
		overflow:hidden;
	}
    .sub-tab li:first-child a {
        border-left: 0;
    }
}

@media only screen and (max-width:980px) {
    .common-sub>div {
        padding-bottom: 0;
        height: 200px !important;
    }
    .common-sub span.txt-m {
        font-size: 16px;
    }
    .common-form .sub-content {
        margin-top: 60px;
    }
    .common-form .sub-content.cont-lg {
        margin-top: 0;
    }
    .common-sub h2 {
        height: initial !important;
    }
}

@media only screen and (max-width:768px) {
    #subContainer {
        padding-bottom: 20px;
		overflow:hidden;
    }
    #subTop {
        border-top: 1px solid #dee1e3;
    }
	.sub-visual {
		height:350px;
	}
    .sub-visual h2 {
        font-size: 30px;
        height: 20px;
    }
    
    .sub-tab li a {
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }
    .sub-tab .col-1 {
        width: 100%;
    }
    .sub-tab .col-1 li {
        max-width: 100%;
    }
    .sub-m-tab {
        top: 0;
        height: 45px;
    }
    .sub-m-tab li {
        margin-left: 10px;
        padding-left: 10px;
    }
    .sub-m-tab li a {
        font-size: 10px;
        height: 45px;
        line-height: 45px;
    }
    .sub-m-tab li:after {
        top: 18px;
        height: 10px;
    }
	.sub-visual>div:after {
		font-size:13px;
	}
    .common-sub {
        display: block;
    }
    .common-sub h2 {
        padding: 0 10px;
    }
    .common-sub span {
        margin-top: 20px;
        font-size: 16px;
    }
    .common-sub span.txt-m {
        font-size: 13px;
    }
    .common-sub span.txt-m br {
        display: block;
    }
    .common-sub>div {
        height: 150px !important;
    }
    .common-form .sub-content {
        margin: 0;
        padding: 10px;
        box-shadow: none;
    }
    .common-form .sub-content.cont-lg {
        margin: 0;
        padding: 20px 10px;
    }
    .common-form .sub-header h4 {
        font-size: 18px !important;
    }
    .common-form .title {
        font-size: 15px;
    }
    .common-form .row .desc-box {
        margin-bottom: 5px;
        text-align: left;
        color: #777879;
        font-size: 14px;
    }
    .common-form .form-control {
        height: 40px;
        font-size: 14px !important;
    }
    .common-form .btn-sub {
        min-width: inherit !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 15px !important;
    }
    .common-form .btn-default {
        height: 40px !important;
        font-size: 15px !important;
    }
    .common-form a.btn {
        line-height: 40px;
    }
    .common-form .input-group-outline {
        padding: 5px 12px;
    }
    .common-form .input-group-outline input.form-control {
        height: 28px;
    }
    .common-form .input-group-outline input.form-control::placeholder {
        font-size: 12px;
    }
    .common-form .dropdown-toggle {
        min-width: 30px !important;
        height: 28px !important;
    }
    .common-form .alert {
        top: 38px;
        font-size: 12px;
    }
    .common-form .dropdown-menu {
        top: 38px !important;
    }
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.content-wrap {
    display: inline-block;
    width: 100%;
}

.page-nav {
    float: right;
    margin-bottom: 100px;
    width: 100%;
    font-size: 15px;
    color: #ccc;
    text-align: right;
}

.page-nav ul {
    display: inline-block;
}

.page-nav ul li {
    float: left;
    margin-left: 25px;
}

.page-nav ul li:first-child {
    margin-left: 0;
}

.page-nav ul li:before {
    content: '/';
    position: relative;
    left: -12px;
}

.page-nav ul li:first-child:before {
    display: none;
}

.page-nav ul li strong {
    color: #666;
    font-weight: 400;
}

#subContents {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    min-width: 320px;
    width: 100%;
}

#subContents._common {
    margin: 0 auto;
    padding-top: 95px;
    max-width: 1160px;
}

div._cont {
    display: table;
    padding: 160px 0 0;
    width: 100%;
}


#subContent h3.page-title,
#subContents h3.page-title {
    position: relative;
    margin-bottom: 80px;
	margin-top:60px;
    display: inline-block;
	text-align:center;
    width: 100%;
    font-weight: 700;
    font-size: 40px;
    color: #1f282d;
    line-height: 1;
}
#subContents h3.page-title:first-child {
	margin-top:30px;
}

#subContents h3.page-title._mg_t {
    margin-top: 80px;
}

#subContents h3.page-title span {
    z-index: 1;
    position: relative;
    display: inline-block;
    background: #fff;
	letter-spacing:-2px;
}
#subContents h3.page-title span em {
	font-weight:300;
	display:inline-block;
	padding-left:15px;
}

#subContents p.table-caption {
    font-size:25px;
    display: block;
	margin:20px 0 10px;
	text-align:left;
	color:#000;
	position:relative;
	font-weight:300;
}
#subContents p.table-caption.bottom_ {
	font-size:17px;
	margin:10px 0 20px;
}

#subContents p.table-caption span {
	position:absolute;
	right:0;
	top:10%;
	font-size:20px;
}
/* #subContents h3.page-title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dee1e3;
} */

#subContents h4.page-title {
    position: relative;
    margin: 0;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 28px;
    color: #323c41;
    line-height: 1.5;
    border-bottom: 2px solid #323c41;
}

#subContents h4.page-title._mg_t {
    margin-top: 80px;
}

#subContents h5.cont-title {
    position: relative;
    margin-bottom: 20px;
    padding-left: 12px;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 700;
}

#subContents h4.page-sub-title {
    position: relative;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #1f282d;
    line-height: 1.5;
}

#subContents h4.page-sub-title._mg_t {
    margin-top: 20px;
}

#subContents h4.page-sub-title.text-center {
    text-align: center !important;
}

#subContents h5.page-sub-title {
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #216d97;
    text-align: left;
}

#subContents h5.page-sub-title._mg_t {
    margin-top: 80px;
}

#subContents h5.cont-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 11px;
    background: url('/images/sub/ico_title_bullet.png') no-repeat center;
}

#subContents h5.cont-title span {
    color: #777879;
}

#subContents h6.cont-title {
    position: relative;
    margin-bottom: 20px;
    color: #0e76bc;
    font-size: 20px;
    font-weight: 700;
}

#subContents .cont-title._bd_b {
    border-bottom: 1px solid #1e1e1e;
}
.sub-content,
.sub-contents {
    padding-top: 60px;
}

.sub-contents p {
    word-break: break-all;
}

.sub-contents hr {
    margin: 0 0 80px;
    border: none;
}

.sub-contents hr._half {
    margin: 0 0 50px;
}

p._desc {
    position: relative;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #959da1;
    text-align: left;
}

p._desc strong {
    position: absolute;
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
}

p._desc span {
    display: inline-block;
    padding-left: 20px;
}

p._desc:after {
    content: '';
    clear: both;
    display: block;
}

p._desc_top {
    margin-bottom: 5px;
    text-align: right;
}

/** BOCP ì†Œê°œ **/


.sub1-1 .pic-area {
    position: relative;
    display: inline-block;
	height:500px;
	width:100%;
	background-image:url('/images/sub/twi001t2406441_l.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.sub1-1 .pic-area div._ani_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub1-1 .pic-area div._ani_pic p {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.sub1-1 .pic-area div._ani_pic p span {
    display: table-cell;
    vertical-align: middle;
}

.sub1-1 .pic-area div._ani_pic p._on {
    opacity: 1;
    transition: all 2s;
    transition: all 2s;
}

.sub1-1 .pic-area div._ani_pic p._on span {
    opacity: 1;
}

.sub1-1 .pic-area div._ani_pic p._ani_1s {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.sub1-1 .pic-area div._ani_pic p._ani_1s._on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sub1-1 .pic-area div._ani_pic p._ani_2s {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.sub1-1 .pic-area div._ani_pic p._ani_2s._on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sub1-1 .pic-area div._ani_pic p._ani_3s {
    transform: scale(1.1);
}

.sub1-1 .pic-area div._ani_pic p._ani_3s._on {
    transform: scale(1);
}

.sub1-1 .txt-box {
    display: inline-block;
    margin: 60px auto 0;
    padding: 0 0;
}

.sub1-1 .txt-box h4 {
	position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
	letter-spacing:-1px;
    color: #1f282d;
    text-align: left;
    line-height: 1.3;
	max-width:1000px;
	margin:0 auto;
}
.sub1-1 .txt-box p b {
	display:table-cell;
	width:25px;
	font-weight:600;
	color:#000;
}
.sub1-1 .txt-box p em {
	display: table-cell;
    font-style: normal;
}
.sub1-1 .txt-box p {
    z-index: 1;
    position: relative;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
	margin-bottom:15px;
    color: #4c5358;
    text-align: left;
}
.sub1-1 .txt-box p span._c_b {
    color: #1b98df;
}

.sub1-1 .txt-box h2 {
	font-weight:300;
	margin:30px 0;
}
.sub1-1 .txt-box h2 b {
	font-weight:600;
	display:inline-block;
	margin-left:15px;
}
.sub1-1 ul.graph-list {
    float: left;
    display: inline-block;
    text-align: left;
}

.sub1-1 ul.graph-list:after {
    content: '';
    clear: both;
    display: block;
}

.sub1-1 ul.graph-list li {
    position: relative;
}

.sub1-1 ul.graph-list li:before {
    content: '';
    position: relative;
    display: inline-block;
    top: -3px;
    margin-right: 10px;
    width: 30px;
    height: 5px;
    border-radius: 2px;
}

.sub1-1 ul.graph-list li:nth-child(1):before {
    background: #1b98df;
}

.sub1-1 ul.graph-list li:nth-child(2):before {
    background: #dd1d54;
}

.sub1-1 ul.graph-list li:nth-child(3):before {
    background: #2fc155;
}

.sub1-1 ol.list-info {
    margin-top: 20px;
    text-align: left;
}

.sub1-1 ol.list-info li {
    color: #77797e;
    line-height: 1.75;
}

.sub1-1 ol.list-info li:first-child {}

/* Table Design
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.board-table._default {
    width: 100%;
    border: 1px solid #c6c6c6;
    border-top: none;
}

.board-table._default caption {
    display: none;
}

.board-table._default tr {
    float: none !important;
    display: table-row;
    height: 60px;
}

.board-table._default._two td {
	text-align:center;
	padding-left:30px;
	padding-right:30px;
    word-break: keep-all;
}
.board-table._default._two th {
    border-bottom: 1px solid #c6c6c6;
}
.board-table._default tr:nth-child(1) td:first-child,
.board-table._default tr:nth-child(7) td:first-child {
    border-left: 0;
}

.board-table._default {
    border-top: 2px solid #323c41;
}
.board-table._default._two
    border-top: 1px solid #323c41;
}
.board-table._default thead {
    border-top: 1px solid #323c41;
}

.board-table._default thead th {
    font-weight: 500;
    color: #30363a;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #c6c6c6;
}


.board-table._default tbody th {
    font-weight: 500;
    color: #30363a;
    text-align: center;
    background: #fafafa;
	word-break:keep-all;
}

.board-table._default th br,
.board-table._default td br {
    display: none;
}

.board-table._default tbody td {
    padding: 1.5rem;
    font-weight: 400;
    border-bottom: 1px solid #c6c6c6;
}

.board-table._default._chart tbody td {
    padding: 1.5rem;
    border-left: 1px solid #c6c6c6;
}

/*.board-table._default._chart tbody td:first-child{border-left:none;}*/

.board-table._default tbody td div.list-up {
    position: relative;
    padding-left: 10px;
    color: #30363a;
    text-align: left;
}

.board-table._default tbody td div.list-up:nth-child(n+2) {
    margin-top: 30px;
}

.board-table._default tbody td div.list-up._mg_t_n {
    margin-top: 0;
}

.board-table._default tbody td div.list-up:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 9px;
    left: 0;
    margin-right: 6px;
    width: 4px;
    height: 4px;
    background: #30363a;
}

.board-table._default tbody td div.list-up div.list-in {
    position: relative;
    margin-top: 3px;
    padding-left: 10px;
    color: #777879;
}

.board-table._default tbody td div.list-up div.list-in:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 9px;
    left: 0;
    margin-right: 6px;
    width: 4px;
    height: 4px;
    background: #777879;
}

.board-table._default tbody td div.list-up div.list-in div.list-in {
    position: relative;
}

.board-table._default tbody td div.list-up div.list-in div.list-in:before {
    border: 1px solid #777879;
    border-radius: 50%;
    background: #fff;
}

.board-table._default._line thead th,
.board-table._default._chart thead th,
.board-table._default._line tbody td {
    border-left: 1px solid #c6c6c6;
}

.board-table._default._line thead th:first-child,
.board-table._default._chart thead th:first-child,
.board-table._default._line tbody td:first-child {
    border-left: none;
}

@media only screen and (max-width: 980px) {
    .board-table._default thead th,
    .board-table._default tbody td {
        font-size: 15px;
    }
    .board-table._default thead th br {
        display: block;
    }
    .board-table._default tbody td div.list-up {
        padding-left: 9px;
    }
    .board-table._default tbody td div.list-up:before {
        top: 8px;
        width: 3px;
        height: 3px;
    }
    .board-table._default tbody td div.list-up div.list-in:before {
        top: 8px;
        width: 3px;
        height: 3px;
    }
    .board-table._default tbody td div.list-up div.list-in {
        margin-left: 0;
    }
    .board-table._default tbody td div.list-up:nth-child(n+2) {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .board-table._default thead th,
    .board-table._default tbody td {
        font-size: 13px;
    }
    .board-table._default tbody td div.list-up:before {
        top: 7px;
    }
    .board-table._default tbody td div.list-up div.list-in:before {
        top: 7px;
    }
    .board-table._default tbody td {
        padding: 1rem;
    }
    .board-table._default._chart tbody td {
        padding: 1rem .5rem;
    }
}

@media only screen and (max-width: 480px) {
    .board-table._default thead th,
    .board-table._default tbody td {
        font-size: 12px;
    }
}

/* 게시판 관련 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: #005baa;
    -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: #000;
}

/* 게시판 페이징 */

.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) {
    .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;
	color:#fff;
}

.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;
    }
}

/* Sub Nav (ì„œë¸Œ ë‚´ë¹„ê²Œì´ì…˜ ì˜ì—­)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.cont-menu {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-size: 14px;
    color: #7b1818;
}

.cont-menu>li {
    float: left;
    display: inline;
    text-align: left;
    border-right: 1px solid #dee1e3;
}

.cont-menu>li:first-child {
    color: #1e272b;
    text-align: center;
    border-left: 1px solid #dee1e3;
}

.cont-menu>li a {
    display: block;
    padding: 0 27px;
    font-weight: 700;
    color: #30363a;
    min-width: 240px;
    word-break: break-all;
    word-spacing: normal;
}

/*white-space:pre-line;*/

.cont-menu>li:first-child a {
    min-width: inherit;
}

.cont-menu>li a span {
    float: right;
    position: relative;
    top: 30px;
}

/*.cont-menu > li a:first-child{padding:0 20px;}*/

.cont-menu li ul {
    z-index: 999;
    padding: 0;
    border: 1px solid #dee1e3;
    border-radius: 0;
    margin: 0 0 0 -1px;
    max-width: 242px;
    min-width: 100%;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
}

/*width:100%; box-shadow:none;*/

.cont-menu._fixed li ul {
    margin-top: -1px;
}

.cont-menu li ul li {
    min-height: 46px;
    line-height: 46px;
}

.cont-menu li ul li a {
    padding: 15px 27px;
    border-top: 1px solid #eceae6;
}

.cont-menu li ul li a:hover {
    color: #1b98df;
    background-color: inherit;
}

.cont-menu li ul li:first-child a {
    border-top: none;
}

.cont-menu a.last_link {
    display: none;
}

.cont-menu a.last_link._on {
    display: block;
}

@media only screen and (max-width:1200px) {
	.sub-content,
	.sub-contents {
		padding-top: 20px;
		padding-left:10px;
		padding-right:10px;
	}
	.sub-visual h2 {
		top:17%;
	}
	.sub-visual>div:after {
		right:10px;
		bottom:10px;
	}
}


@media only screen and (max-width:1024px) {
	* {
		word-break:keep-all !important;
	}
	.recruit_wrap h2 {
		font-size:25px;
	}
    .cont-menu {
        border-left: none;
    }
    .cont-menu._fixed {
        z-index: 10001;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid #dee1e3;
    }
    .cont-menu._fixed:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #dee1e3;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, .15);
    }
    .sub-title {
        margin-bottom: 60px
    }
    .sub-title:after {
        bottom: -30px
    }
    .sub-title .page-navi {
        position: relative;
        padding: 10px;
        margin: 20px 0;
        background-color: #f1f1f1;
        border-radius: 5px
    }
	#subContent h3.page-title, #subContents h3.page-title {
		margin-bottom:30px;
	}
	.recruit_wrap {
		margin-top: 20px;
	}
	.recruit_wrap h2 {
		font-size:20px !important;
		line-height:1.3;
		margin:20px 0 10px;
	}
}

@media only screen and (max-width:768px) {
    .sub-title {
        margin-top: 30px;
    }
    .sub-title:after {
        bottom: -15px;
        border-width: 1px;
        border-color: #e1e1e1
    }
    .sub-title h3 {
        padding-top: 30px;
        font-size: 30px
    }
	.sub-visual>div {
		height:350px;
	}
    .cont-menu {
        height: 40px;
        line-height: 40px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, .15);
    }
    .cont-menu._fixed:before {
        display: none;
    }
    .cont-menu>li {
        border: none;
    }
    .cont-menu>li a {
        padding: 0 10px;
        font-size: 12px;
        min-width: 100px;
    }
    _:-ms-fullscreen,
    :root .cont-menu>li a {
        min-width: 120px;
    }
    _:-ms-fullscreen,
    :root .cont-menu>li:first-child a {
        min-width: inherit;
    }
    .cont-menu>li a span {
        top: 18px;
    }
    .cont-menu li ul li a {
        padding: 15px;
    }
	.recruit_wrap p {
		font-size:16px !important;
	}
}


@media only screen and (max-width:600px) {
	#subContent h3.page-title, #subContents h3.page-title {
		font-size:24px;
	}
	.sub_title>div>h1 {
		font-size:35px;
	}
	.sub-visual {
		height:250px;
	}
	.sub-visual>div {
		height:250px;
	}
}