/* ----- Default (Common) ----- */
html, body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
}
body.layer_open {
    overflow: hidden;
    position: relative;
}
#wrapper {
    width: 100%;
    height: auto;
}
.OutLine {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
/* ----- Home (index) ----- */
#main_visual_area {
    width: inherit;
    height: 913px;
    position: relative;
    overflow: hidden;
}
#main_visual_area #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 2000;
}
#M_header {
    display: none;
}
#main_visual_area #visual {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(.././img/main_visual.jpg) no-repeat center;
    background-size: cover;
}
/* ----- ë©”ë‰´ì˜ì—­ (MENU AREA) ----- */
#header > .OutLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
#header > .OutLine .ci,
#header > .OutLine .lang,
#header > .OutLine .site_map {
    display: inherit;
    -ms-flex-item-align: center;
        align-self: center;
}
#header .OutLine .ci a img {
    width: 216px;
}
#header .OutLine nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#header .OutLine nav.main_nav > ul {
    height: 100%;
}
#header .OutLine nav.main_nav > ul > li {
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#header .OutLine nav.main_nav > ul > li > a {
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}
#header .OutLine nav.main_nav > ul > li > a:hover::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 19%;
    width: 70px;
    height: 1px;
    background-color: rgba(69,118,215, 0.87);
}
#header .OutLine .lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#header .OutLine .lang ul li a {
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border: 1px solid #929597;
    border-radius: 30px;
    font-weight: 400;
}
#header .OutLine .lang ul li:first-child a {
    margin-right: 10px;
}
#header .OutLine .lang ul li:last-child a {
    margin-right: 30px;
}
#header .OutLine .site_map {
    width: 36px;
    height: 36px;
    position: relative;
    text-align: center;
    padding-top: 2px;
}
#header .OutLine .site_map .row .three {
    -webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #ecf0f1;
	text-align: center;
    width: 36px;
	height: 36px;
}
#header .OutLine .site_map .row .col {
    display: block;
	float:left;
}
/* CLEARFIX */
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
/* ALL */
#header .OutLine .site_map .row .col .hamburger .line {
	width: 30px;
	height: 3px;
	background-color: #fff;
	display: block;
	margin: 6px auto;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
#header .OutLine .site_map .row .col .hamburger:hover {
  	cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2) {
 	 opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
}
/* ì„œë¸Œí—¤ë“œ */
#sub_header {
    clear: both;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: rgba(69,118,215, 0.87);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2500;
    display: none;
}
#sub_header > li {
    position: relative;
}
#sub_header > li:hover::after,
#sub_header > li.on::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #0a1222;
}
#sub_header > li > a {
    line-height: 75px;
    padding: 20px;
    font-weight: 500;
    color: #9fbaef;
    text-decoration: none;
}
#sub_header > li.on > a,
#sub_header > li > a:hover {
    color: #fff;
}
#header .OutLine .main_nav ul li.menu_1:hover .sub_header_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header .OutLine .main_nav ul li.menu_2:hover .sub_header_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header .OutLine .main_nav ul li.menu_3:hover .sub_header_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header .OutLine .main_nav ul li.menu_4:hover .sub_header_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header .OutLine .main_nav ul li.menu_5:hover .sub_header_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header .OutLine .main_nav ul li.non_active:hover #sub_header {
    display: none;
}
/* MAIN MENU SITE MAP */
#header__modal {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 334px;
    z-index: 5000;
    display: none;
}
#header__modal > .OutLine {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 80px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: #fff;
}
#header__modal .OutLine .modal_box {
    width: 20%;
}
#header__modal .modal_box dl {
    width: 100%;
}
#header__modal .modal_box dl dt {
    font-weight: 500;
    color: #333333;
    padding-bottom: 15px;
}
#header__modal .modal_box dl dd ul {
    width: 100%;
    border-left: 1px solid #ccc;
}
#header__modal .modal_box dl dd ul li a {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #666;
    padding: 5px 0 5px 15px;
    text-decoration: none;
}
#header__modal .modal_box dl dd ul li a:hover {
    color: #fff;
    background-color: #4576d7;
}
#M_header__modal {
    display: none;
}
#main_visual_area #company_message {
    position: absolute;
    top: 121px;
    left: 0;
    width: 100%;
    height: 793px;
}
#main_visual_area #company_message > .OutLine {
    position: relative;
    z-index: 1500;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
#main_visual_area .OutLine #message_box {
    position: absolute;
    top: 164px;
    left: 0;
    z-index: 1000;
}
#main_visual_area .OutLine #message_box .message {
    padding-top: 70px;
}
#main_visual_area .OutLine #message_box .message_1 {
    background: url(.././img/dot_left.png) no-repeat top left;
    background-position-x: 10px;
    display: none;
}
#main_visual_area .OutLine #message_box .message_2 {
    background: url(.././img/dot_right.png) no-repeat top left;
    background-position-x: 10px;
    display: none;
}
#main_visual_area .OutLine #message_box .message .main_message {
    color: #fff;
    letter-spacing: 0.8px;
    line-height: 1em;
    padding-bottom: 25px;
    position: relative;
}
#main_visual_area .OutLine #message_box .message .main_message::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 36px;
    height: 1px;
    background-color: #fff;
}
#main_visual_area .OutLine #message_box .message .main_message span {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}
#main_visual_area .OutLine #message_box .message .sub_message {
    padding-top: 20px;
    text-align: left;
    color: #fff;
    font-weight: 500;
}
#main_visual_area #business_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 295px;
    background-color: #4576d7;
    z-index: 2000;
}
#main_visual_area #business_box .biz_box {
    float: left;
    width: 50%;
    max-width: 350px;
    height: 100%;
    padding: 40px 40px 0 40px;
}
#main_visual_area #business_box .biz_box a {
    text-decoration: none;
}
#main_visual_area #business_box .biz_box.biz_box_1 {
    background-color: #3965cf;
}
#main_visual_area #business_box .biz_box dl dt {
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
}
#main_visual_area #business_box .biz_box dl dd {
    font-weight: 400;
    color: #fff;
    padding-bottom: 30px;
    line-height: 1.7em;
}
#main_visual_area #business_box .biz_box dl dd.last {
    background: url(.././img/arrow.png) no-repeat right bottom;
    background-position-y: 55px;
}
/* ----- ONLINE QNA ----- */
#online_qna {
    position: fixed;
    right: 100px;
    bottom: 50px;
    width: 114px;
    height: 114px;
    border-radius: 114px;
    z-index: 10000;
    -webkit-box-shadow: 0 0 15px 5px rgba(66,115,215,0.2);
            box-shadow: 0 0 15px 5px rgba(66,115,215,0.2);
    background: url(.././img/online_qna.png) #8aa8e4 no-repeat center center;
    /* display: none; */
}
#online_qna:hover {
    background-color: #ffa015;
}
#online_qna a {
    display: block;
    height: 100%;
}
/* ----- í‘¸í„° ì˜ì—­ (FOOTER AREA) ----- */
#footer_1 {
    width: 100%;
    height: 100px;
    background-color: #3f4251;
}
#footer_1 .OutLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#footer_1 .OutLine ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
#footer_1 .OutLine ul li {
    -ms-flex-item-align: center;
        align-self: center;
}
#footer_1 .OutLine ul li:nth-child(1) {
    padding-left: 3px;
    padding-right: 15px;
}
#footer_1 .OutLine ul li:nth-child(2) {
    padding-right: 25px;
    font-weight: 400;
    line-height: 1.5em;
}
#footer_1 .OutLine ul li:nth-child(2) span {
    display: inline-block;
    padding-left: 20px;
    font-weight: 300;
}
#footer_1 .OutLine ul li:nth-child(3) {
    padding-left: 25px;
    padding-right: 25px;
}
#footer_1 .OutLine ul li:nth-child(3) .telephone,
#footer_1 .OutLine ul li:nth-child(4) .telephone,
#footer_1 .OutLine ul li:nth-child(5) .telephone {
    font-weight: 500;
}
#footer_1 .OutLine ul li:nth-child(4),
#footer_1 .OutLine ul li:nth-child(5),
#footer_1 .OutLine ul li:nth-child(6) {
    padding-left: 25px;
    padding-right: 25px;
}
#footer_1 .OutLine ul li:nth-child(2),
#footer_1 .OutLine ul li:nth-child(3),
#footer_1 .OutLine ul li:nth-child(4),
#footer_1 .OutLine ul li:nth-child(5) {
    border-right: 1px solid #636672;
}
#footer_1 .OutLine ul li:nth-child(6) {
    line-height: 1.5em;
}
#footer_1 .OutLine ul li, #footer_1 .OutLine ul li span {
    color: #fff;
}
#footer_1 .OutLine ul li a {
    color: #fff;
    text-decoration: none;
}
#footer_2 {
    width: 100%;
    height: 160px;
    background-color: #000;
}
#footer_2 .OutLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#footer_2 .OutLine ul {
    display: inherit;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#footer_2 .OutLine ul li {
    -ms-flex-item-align: center;
        align-self: center;
    line-height: 1.4em;
}
#footer_2 .OutLine ul li:first-child {
    padding-right: 50px;
}
#footer_2 .OutLine ul li.second {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1.5em;
    position: relative; /* 20210415 - add */
}
/* 20210415 - add */
#footer_2 .OutLine ul li.second a { display: inline-block; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); }
#footer_2 .OutLine ul li.second a img { width: 50px; height: auto; }
/* // 20210415 - add */
#footer_2 .OutLine ul li, #footer_2 .OutLine ul li span  {
    color: #bebebe;
    font-weight: 400;
}
#footer_2 .OutLine ul li span {
    display: inline-block;
}
#footer_2 .OutLine ul li span.phone {
    padding-right: 20px;
    background: url(.././img/footer_phone_border.png) no-repeat center right;
}
#footer_2 .OutLine ul li span.fax {
    padding-left: 15px;
}
#footer_2 .OutLine ul li span.copyright {
    padding-top: 10px;
}
#footer_2 .OutLine ul li select {
    font-size: 11px;
    color: #cccccc;
    padding: 10px 20px;
    border: 1px solid #333;
    background-color: #000;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#footer_2 .OutLine ul li select option {
    font-size: 11px;
    color: #cccccc;
    padding: 10px 20px;
}
/* ----- CONTENTS ê³µí†µ ----- */
#content {
    width: 100%;
    height: auto;
}
#content .section {
    width: 100%;
    height: auto;
}
/* ----- MAIN PAGE CONTENTS ----- */
#content .section.section__0st {
    display: none;
}
#content .section.section__1st {
    background-color: #fff;
    height: 316px;
}
#content .section.section__1st .OutLine {
    background: url(.././img/overview_back.png) no-repeat right center;
}
#content .section .OutLine {
    overflow: hidden;
    padding-top: 80px;
}
#content .section .name {
    float: left;
    width: 27.3%;
    padding-left: 50px;
    background: url(.././img/left_back.png) no-repeat left bottom;
}
#content .section .name ul li {
    color: #333;
}
#content .section .name ul li:nth-child(2) {
    font-weight: 500;
}
#content .section .name ul li:nth-child(3) {
    padding-top: 10px;
    color: #666;
    font-weight: 400;
    line-height: 1.7em;
}
#content .section.section__1st .column {
    float: left;
    width: 72%;
    padding-right: 200px;
    color: #666;
    font-weight: 400;
    word-break: keep-all;
    line-height: 2em;
}
#content .section.section__1st .column span {
    color: #000;
    display: inline-block;
    padding-bottom: 25px;
}
#content .section.section__1st .column span.strong {
    font-weight: 500;
    padding-bottom: 0px;
}
#content .section.section__2nd {
    background-color: #efeff3;
    height: 600px;
}
#content .section.section__2nd .column {
    float: left;
    width: 72%;
    height: auto;
}
#content .section.section__2nd .column .column_1 {
    text-align: center;
    font-weight: 500;
    width: 53%;
    margin: 0 auto;
    padding: 20px 0;
    border: 4px solid #2b2b2b;
    border-radius: 100px;
    line-height: 1.5em;
}
#content .section.section__2nd .column .column_2 {
    background: url(.././img/vision_back_1.png) no-repeat center top;
    text-align: center;
    font-weight: 900;
    color: #333;
    padding: 30px 0;
}
#content .section.section__2nd .column .first_depth {
    overflow: hidden;
    background: url(.././img/vision_back_2.png) no-repeat right center;
}
#content .section.section__2nd .column .first_depth > li {
    float: left;
    width: 33.3%;
    padding-left: 60px;
    background: url(.././img/vision_back_2.png) no-repeat left center;
}
#content .section.section__2nd .column .two_depth > li:nth-child(1) {
    text-align: left;
    padding-bottom: 10px;
}
#content .section.section__2nd .column .two_depth > li:nth-child(2) {
    font-weight: 500;
    color: #000;
}
#content .section.section__2nd .column .two_depth > li:nth-child(3) {
    font-weight: 500;
    color: #ff9900;
    padding-bottom: 5px;
    padding-top: 5px;
}
#content .section.section__2nd .column .two_depth > li:nth-child(4) {
    color: #666;
    font-weight: 400;
    line-height: 1.5em;
}
/* COMPANY NOTICE ì„¹ì…˜ */
/*#content .section.section__3rd {
    background: url('.././img/notice_back.png') #fff no-repeat top center;
    background-color: white;
    height: 670px;
    position: relative;
}*/
#content .section.section__3rd .name {
display:none;
    float: left;
    width: 27.3%;
    padding-left: 50px;
    background: url('.././img/notice_left_back.png') no-repeat left bottom;
}
#content .section.section__3rd .name ul li {
    color: #fff;
}
#content .section.section__3rd .name ul li:nth-child(3) {
    padding-top: 10px;
    color: #fff;
    font-weight: 400;
}
#content .section.section__3rd .white_back {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 372px;
    width: 50%;
    background-color: #fff;
    z-index: 1;
}
#content .section.section__3rd .OutLine .notice_area {
    position: relative;
    background-color: #fff;
    clear: both;
    /*margin-top: 218px;*/
    /*height: 372px;*/
    z-index: 3;
    /*padding-top: 60px;*/
}
#content .section.section__3rd .OutLine .notice_area .box {
    float: left;
    width: 50%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#content .section.section__3rd .OutLine .notice_area .box .left {
    width: 25%;
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#content .section.section__3rd .OutLine .notice_area .box .left .title {
    color: #333;
    font-weight: 500;
}
#content .section.section__3rd .OutLine .notice_area .box .left .link,
#content .section.section__3rd .OutLine .notice_area .box .left .link a {
    color: #999;
    font-weight: 400;
    padding: 3px 0 3px 2px;
    text-decoration: none;
}
#content .section.section__3rd .OutLine .notice_area .box .right {
    width: 75%;
    padding-right: 100px;
}
#content .section.section__3rd .OutLine .notice_area .box .right .sub_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #ccc;
    padding: 13px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section.section__3rd .notice_area .box .right .sub_box .value_name {
    color: #333;
    font-weight: 400;
}
.section.section__3rd .notice_area .box .right .sub_box .value {
    color: #333;
    font-weight: 600;
}
.section.section__3rd .notice_area .box .right .sub_box .rate_name {
    color: #333;
    font-weight: 400;
}
.section.section__3rd .notice_area .box .right .sub_box .rate {
    font-weight: 600;
    padding-right: 20px;
}
.section.section__3rd .notice_area .box .right .sub_box .rate.up {
    color: #ff3333;
    background: url(.././img/up_back.png) no-repeat right center;
}
.section.section__3rd .notice_area .box .right .sub_box .rate.down {
    color: #0066ff;
    background: url(.././img/down_back.png) no-repeat right center;
}
.section.section__3rd .notice_area .box .right .sub_box .price {
    font-weight: 500;
    color: #333;
}
#content .section .notice_area .box .right .sub_box .left {
    width: 50%;
    border-right: 1px solid #ccc;
}
#content .section .notice_area .box .right .sub_box .left .value .point,
#content .section .notice_area .box .right .sub_box .right .value .point {
    padding-left: 20px;
    margin-left: 10px;
}
#content .section .notice_area .box .right .sub_box div .value .point.up {
    color: #ff3333;
    font-weight: 500;
    background: url(.././img/up_back.png) no-repeat left center;
}
#content .section .notice_area .box .right .sub_box div .value .point.down {
    color: #0066ff;
    font-weight: 500;
    background: url(.././img/down_back.png) no-repeat left center;
}
#content .section .notice_area .box .right .sub_box .right {
    width: 50%;
    padding-left: 20px;
    padding-right: 0;
}
#content .section .OutLine .notice_area .news_box.box .right .sub_box:last-child {
    border-bottom: 0px solid #ccc;
}
#content .section .OutLine .notice_area .news_box .right .sub_box .left {
    width: 20%;
    text-align: center;
    border-right: 0px solid #ccc;
}
#content .section .OutLine .notice_area .news_box .right .sub_box .left .year {
    color: #646464;
}
#content .section .OutLine .notice_area .news_box .right .sub_box .left .date {
    color: #000;
    font-weight: 600;
}
#content .section .OutLine .notice_area .news_box .right .sub_box .right {
    width: 80%;
    padding-left: 0;
}
#content .section .OutLine .notice_area .news_box .right .sub_box .right span {
    color: #646464;
    margin-top:1px;
    max-height:80px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    text-decoration: none;
}
/* COMPANY NETWORK ì„¹ì…˜ */
#content .section.section__4th {
    background-color: #f1f1f5;
    height: 580px;
    padding-bottom: 50px;
}
#content .section.section__4th .OutLine .column {
    float: left;
    width: 72%;
    height: auto;
}
#content .section.section__4th .OutLine .column ul.tabs {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}
#content .section.section__4th .OutLine .column ul.tabs li {
    float: left;
    color: #999;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none; /* 20201209 - add */
    font-weight: 300;
    width: 150px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.5px;
    cursor: pointer;
}
#content .section.section__4th .OutLine .column ul.tabs li:last-of-type { border-right: 1px solid #ccc; } /* 20201209 - add */
#content .section.section__4th .OutLine .column ul.tabs li.active {
    color: #fff;
    background: #fe9e0e;
    border: 1px solid #fe9e0e;
}
#content .section.section__4th .OutLine .column ul.tabs li.active + li { border-left: none; } /* 20201209 - add */
#content .section .OutLine .column .tab_container {
    height: auto;
}
#content .section .OutLine .column .tab_container .tab_content ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#content .section .OutLine .column .tab_container .tab_content ul li {
    float: left;
    width: 33.3%;
    margin-bottom: 3px;
}
#content .section .OutLine .column .tab_container #tab1 ul li,
#content .section .OutLine .column .tab_container #tab2 ul li {
    width: 33.3%;
    margin-bottom: 3px;
}
#content .section .OutLine .column .tab_container .tab_content ul li a {
    display: block;
}
#content .section .OutLine .column .tab_container #tab1 ul li a,
#content .section .OutLine .column .tab_container #tab2 ul li a {
    padding-right: 5px;
}
#content .section .OutLine .column .tab_container .tab_content ul li a img {
    width: 100%;
    max-width: 330px;
    vertical-align: top;
}
/* ----- Sub íŽ˜ì´ì§€ ê³µí†µ ----- */
/* ----- SUB PAGE COMMON (ì„œë¸ŒíŽ˜ì´ì§€ ê³µí†µ) ----- */
#sub_visual_area {
    width: inherit;
    height: 417px;

    position: relative;
    overflow: hidden;
}
#sub_visual_area #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 2000;
}
#sub_visual_area #visual {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* SUB VISUAL */
#sub_visual_area .company {
    background: url(.././img/sub_visual_1.jpg) no-repeat center;
    background-size: cover;
}
#sub_visual_area .business {
    background: url(.././img/sub_visual_2.jpg) no-repeat center;
    background-size: cover;
}
#sub_visual_area .stock_info {
    background: url(.././img/sub_visual_3.jpg) no-repeat center;
    background-size: cover;
}
#sub_visual_area .online_qna {
    background: url(.././img/sub_visual_4.jpg) no-repeat center;
    background-size: cover;
}
#sub_visual_area .pr {
    background: url(.././img/sub_visual_5.jpg) no-repeat center;
    background-size: cover;
}
/* SUB TITLE */
#sub_visual_area #Sub_Title_area {
    position: absolute;
    left: 0;
    top: 190px;
    width: 100%;
    height: auto;
    min-height: 65px;
}
#sub_visual_area #Sub_Title_area .OutLine {
    padding-left: 20px;
}
#sub_visual_area #Sub_Title_area .OutLine .first_title {
    font-size: 42px;
    font-weight: 200;
    color: #fff;
}
#sub_visual_area #Sub_Title_area .OutLine .first_title span.bold {
    font-size: inherit;
    color: inherit;
    font-weight: 500;
}
#sub_visual_area #Sub_Title_area .OutLine .second_title {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
/* SUB MENU > */
#sub_visual_area #Sub_Menu_area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
}
#sub_visual_area #Sub_Menu_area .OutLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
}
/* SUB MENU > ì™¼ìª½ ì˜ì—­ */
#Sub_Menu_area .OutLine .Left_side {
    height: 100%;
    padding-left: 20px;
}
#Sub_Menu_area .OutLine .Left_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#Sub_Menu_area .OutLine .Left_side ul li {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    padding: 0 30px 0 20px;
    background: url(.././img/sub_menu_back.png) no-repeat right center;
}
#Sub_Menu_area .OutLine .Left_side ul li:first-child {
    font-size: 18px;
}
#Sub_Menu_area .OutLine .Left_side ul li:last-child {
    background: none;
}
/* SUB MENU > ì˜¤ë¥¸ìª½ ì˜ì—­ */
#Sub_Menu_area .OutLine .Right_side {
    height: 100%;
}
#Sub_Menu_area .OutLine .Right_side ul.sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
#Sub_Menu_area .OutLine .Right_side ul.sub_menu li {
    height: 100%;
}
#Sub_Menu_area .OutLine .Right_side ul.sub_menu li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    display: inline-block;
    height: 100%;
    line-height: 70px;
    padding: 0 25px;
}
#Sub_Menu_area .OutLine .Right_side ul.sub_menu li a:hover {
    color: #3965cf;
    border-bottom: 3px solid #3965cf;
}
#Sub_Menu_area .OutLine .Right_side ul.sub_menu li.on a {
    color: #3965cf;
    border-bottom: 3px solid #3965cf;
}

/* CONTENTS PAGE (ì½˜í…ì¸  íŽ˜ì´ì§€) */
#sub_content {
    width: 100%;
    height: auto;
}
#sub_content .section {
    width: 100%;
    height: auto;
}
#sub_content .section .OutLine {
    height: auto;
}
#sub_content .section.section__1st .OutLine {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#sub_content .section.section__1st.ceo .OutLine {
    border-bottom: 1px solid #cccccc;
}
#sub_content .section.section__1st .OutLine .Side a {
    text-decoration: none;
}
#sub_content .section.section__1st .OutLine .Side a span {
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}
#sub_content .section.section__1st .OutLine .Side:nth-child(1),
#sub_content .section.section__1st .OutLine .Side:nth-child(3) {
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#sub_content .section.section__1st .OutLine .Side:nth-child(1) a,
#sub_content .section.section__1st .OutLine .Side:nth-child(3) a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
}
#sub_content .section.section__1st .OutLine .Side:nth-child(3) a {
    text-align: right;
}
#sub_content .section.section__1st .OutLine .Side:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#sub_content .section.section__1st .OutLine .Center .kor {
    font-size: 40px;
    font-weight: 600;
    color: #363636;
    padding-bottom: 6px;
}
#sub_content .section.section__1st .OutLine .Center .eng {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
#sub_content .section.section__1st .OutLine .Side:nth-child(1) a {
    background: url(.././img/Left_arrow.png) no-repeat left center;
}
#sub_content .section.section__1st .OutLine .Side:nth-child(3) a {
    background: url(.././img/Right_arrow.png) no-repeat right center;
}
#sub_content .section.section__1st .OutLine .Side:nth-child(1) a span {
    display: block;
    width: 100%;
    text-align: left;
}
#sub_content .section.section__1st .OutLine .Side:nth-child(3) a span {
    display: block;
    width: 100%;
    text-align: right;
}
/* ----- SUB PAGE (ì„œë¸ŒíŽ˜ì´ì§€) ----- */
/* ì¸ì‚¬ë§ */
.greeting .section.section__2nd {
    height: auto;
}
.greeting .section.section__2nd .OutLine {
    padding-top: 50px;
}
.greeting .section__2nd .OutLine .first_line {
    overflow: hidden;
}
.greeting .section__2nd .OutLine .first_line .left {
    float: left;
    width: 23%;
    font-size: 34px;
    font-weight: 100;
    color: #363636;
    letter-spacing: 0;
    line-height: 34px;
    background: url(.././img/ceo_message_back.png) no-repeat right top;
    background-position-y: 15px;
}
.greeting .section__2nd .OutLine .first_line .left span {
    font-size: 34px;
    font-weight: 500;
    color: #363636;
    letter-spacing: 0;
}
.greeting .section__2nd .OutLine .first_line .right {
    float: right;
    width: 75%;
}
.greeting .section__2nd .OutLine .first_line .right p:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    color: #363636;
    padding-bottom: 10px;
}
.greeting .section__2nd .OutLine .first_line .right p:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 0px;
    color: #333;
}
.greeting .section__2nd .OutLine .second_line {
    overflow: hidden;
}
.greeting .section__2nd .OutLine .second_line .right {
    float: right;
    width: 75%;
    padding-right: 10px;
}
.greeting .section__2nd .OutLine .second_line .right p {
    font-size: 17px;
    font-weight: 300;
    color: #666;
    padding-bottom: 25px;
    line-height: 1.7em;
}
.greeting .section__2nd .OutLine .third_line {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-bottom: 60px;
    line-height: 1.7em;
}
.greeting .section__2nd .OutLine .third_line p:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.greeting .section__3rd .OutLine {
    height: 350px;
    overflow: hidden;
    margin-bottom: 100px;
}
.greeting .section__3rd .OutLine .left {
    float: left;
    width: 25%;
    height: 350px;
    background-color: #131c30;
    padding: 100px 0;
    position: relative;
}
.greeting .section__3rd .OutLine .left::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #fff;
}
.greeting .section__3rd .OutLine .left .image {
    text-align: center;
}
.greeting .section__3rd .OutLine .left .image img {
    width: 80%;
    max-width: 220px;
}
.greeting .section__3rd .OutLine .left .message {
    font-size: 14px;
    color: #a0a2a7;
    font-weight: 400;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
    word-break: keep-all;
    line-height: 1.7em;
}
.greeting .section__3rd .OutLine .right {
    float: left;
    width: 75%;
    height: 350px;
    background: url(.././img/ceo_message_back_1.png) no-repeat center center;
    background-size: cover;
}
/* ì—°í˜ (HISTORY) */
.history .OutLine .back_img {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.history .OutLine .back_img::before {
    content: "";
    display: block;
    padding-top: 15.153%;
    background: url(.././img/history_back.jpg) no-repeat center center;
}
.history .OutLine .back_img .content_box {
    position: absolute;
    top: 25%;
    left: 5.57%;
}
.history .OutLine .back_img .content_box .con_title {
    font-size: 56px;
    font-weight: 400;
    color: #fff;
}
.history .OutLine .back_img .content_box .con_sub {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
/* ì—°í˜_í•˜ë¶€ */
.section.history2 {
    margin-bottom: 100px;
    background: url(.././img/history_back_dot.jpg) repeat-y center top;
    background-size: 1px;
}
.history2 .OutLine .line {
    overflow: hidden;
    margin-bottom: 10px;
}
.history2 .OutLine .line.first {
    height: 13px;
    background: url(.././img/history_back_topdot.jpg) no-repeat center;
    margin-bottom: 30px;
}
.history2 .OutLine .line.last {
    height: 13px;
    background: url(.././img/history_back_topdot.jpg) no-repeat center;
    margin-bottom: 0px;
    margin-top: 30px;
}
.history2 .OutLine .line .half_box {
    float: left;
    width: 50%;
}
.history2 .OutLine .line .half_box table {
    width: 100%;
}
.history2 .OutLine .line .half_box table tr td {
    vertical-align: top;
    line-height: 1.7em;
}
.history2 .OutLine .line .half_box table tr td.content {
    width: auto;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
.history2 .OutLine .line .half_box table.left tr td.content {
    text-align: right;
}
.history2 .OutLine .line .half_box table.right tr td.content {
    text-align: left;
}
.history2 .OutLine .line .half_box table tr td.month {
    width: 15%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    padding: 0 10px;
}
.history2 .OutLine .line .half_box table tr td.year {
    width: 15%;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #333;
}
.history2 .OutLine .line .half_box table.left tr td.year {
    padding-left: 30px;
    padding-right: 50px;
    position: relative;
}
.history2 .OutLine .line .half_box table.left tr td.year::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 13px;
    top: 15px;
    right: -6px;
    background: url(.././img/year_dot_R.jpg) no-repeat center right;
    z-index: 500;
}
.history2 .OutLine .line .half_box table.right tr td.year {
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
}
.history2 .OutLine .line .half_box table.right tr td.year::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 13px;
    top: 15px;
    left: -6px;
    background: url(.././img/year_dot_L.jpg) no-repeat center right;
    z-index: 500;
}
.history2 .OutLine .line .half_box table.hidden {
    visibility: hidden;
}
/* WORK SPACE(ì‹œì„¤í˜„í™©) */
.workSpace1 .OutLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
}
.workSpace1 .OutLine .left_Side {
    width: 22%;
    padding-top: 50px;
}
.workSpace1 .OutLine .left_Side .title {
    padding-top: 25px;
    position: relative;
}
.workSpace1 .OutLine .left_Side .title::before {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b5b5b5;
}
.workSpace1 .OutLine .left_Side .title::after {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 48%;
    height: 1px;
    background-color: #071a36;
    z-index: 10;
}
.workSpace1 .OutLine .left_Side .title .area {
    font-size: 30px;
    font-weight: 300;
    color: #363636;
}
.workSpace1 .OutLine .left_Side .title .area span {
    font-size: 30px;
    font-weight: 600;
    color: #363636;
}
.workSpace1 .OutLine .left_Side .title .english {
    font-size: 17px;
    color: #666;
    font-weight: 300;
    padding-top: 5px;
}
.workSpace1 .OutLine .right_Side {
    width: 75.7%;
}
.workSpace1 .OutLine .right_Side .tabs {
    width: 100%;
    overflow: hidden;
}
.workSpace1 .OutLine .right_Side .tabs li {
    float: left;
    width: 230px;
    text-align: center;
    padding: 11px 0;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    border: 1px solid #ccc;
    cursor: pointer;
}
.workSpace1 .OutLine .right_Side .tabs li.active {
    color: #fff;
    background-color: #3366cc;
    border: 1px solid #18449e;
}
.workSpace1 .OutLine .right_Side .tab_container {
    border-top: 2px solid #031122;
    min-height: 503px;
    height: auto;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content {
    width: 100%;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content table {
    width: 100%;
    margin-bottom: 40px;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content table tr {
    border-bottom: 1px solid #ccc;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td {
    padding: 20px 0;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(1) {
    width: 15%;
    text-align: center;
    background: url(.././img/sub_menu_back2.png) no-repeat center right;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(2) {
    width: 85%;
    padding-left: 35px;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    line-height: 1.7em;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content .imageBox {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content .imageBox .image:nth-child(1),
.workSpace1 .OutLine .right_Side .tab_container .tab_content .imageBox .image:nth-child(2) {
    margin-right: 5px;
}
.workSpace1 .OutLine .right_Side .tab_container .tab_content .imageBox .image img {
    width: 100%;
}
/* ì˜¤ì‹œëŠ” ê¸¸ */
.conTactus .OutLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
}
.conTactus .OutLine .left_Side {
    width: 22%;
    padding-top: 50px;
}
.conTactus .OutLine .left_Side .title {
    padding-top: 25px;
    position: relative;
}
.conTactus .OutLine .left_Side .title::before {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b5b5b5;
}
.conTactus .OutLine .left_Side .title::after {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 48%;
    height: 1px;
    background-color: #071a36;
    z-index: 10;
}
.conTactus .OutLine .left_Side .title .area {
    font-size: 30px;
    font-weight: 300;
    color: #363636;
}
.conTactus .OutLine .left_Side .title .area span {
    font-size: 30px;
    font-weight: 600;
    color: #363636;
}
.conTactus .OutLine .left_Side .title .english {
    font-size: 17px;
    color: #666;
    font-weight: 300;
}
.conTactus .OutLine .right_Side {
    width: 75.7%;
}
.conTactus .OutLine .right_Side .tabs {
    width: 100%;
    overflow: hidden;
}
.conTactus .OutLine .right_Side .tabs li {
    float: left;
    width: 230px;
    text-align: center;
    padding: 11px 0;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    border: 1px solid #ccc;
    cursor: pointer;
}
.conTactus .OutLine .right_Side .tabs li.active {
    color: #fff;
    background-color: #3366cc;
    border: 1px solid #18449e;
}
.conTactus .OutLine .right_Side .tab_container {
    border-top: 2px solid #031122;
    min-height: 503px;
    height: auto;
}
.conTactus .OutLine .right_Side .tab_container .tab_content {
    width: 100%;
}
.conTactus .OutLine .right_Side .tab_container .tab_content table {
    width: 100%;
    margin-bottom: 40px;
}
.conTactus .OutLine .right_Side .tab_container .tab_content table tr {
    border-bottom: 1px solid #ccc;
}
.conTactus .OutLine .right_Side .tab_container .tab_content table tr td {
    padding: 20px 0;
}
.conTactus .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(1) {
    width: 15%;
    text-align: center;
    background: url(.././img/sub_menu_back2.png) no-repeat center right;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.conTactus .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(2) {
    width: 85%;
    padding-left: 35px;
    font-weight: 300;
    font-size: 16px;
    color: #666;
}
.conTactus .OutLine .right_Side .tab_container .tab_content .mapBox {
    width: 100%;
    height: 440px;
}
.conTactus .OutLine .right_Side .tab_container .tab_content .mapBox #map {
    width: 100%;
    height: 440px;
}
.conTactus .OutLine .right_Side .tab_container .tab_content .mapBox #map2 {
    width: 100%;
    height: 440px;
}
/* -- ì‚¬ì—…ì˜ì—­ -- */
/* ë¹„ìž„ìƒCRO ì‚¬ì—… */
.section.business {
    width: 100%;
    height: 579px !important;
    background: url(.././img/business1_back1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 50px;
}
.section.business .OutLine.Pc {
    position: relative;
    height: 100% !important;
}
.section.business .OutLine.Mobile {
    display: none;
}
.section.business .OutLine.Pc .messageBox {
    position: absolute;
    top: 77px;
    left: 5px;
    border-left: 1px solid #333;
    padding-left: 20px;
}
.section.business .OutLine.Pc .messageBox .message1 {
    font-size: 38px;
    color: #1d1b1b;
    font-weight: 300;
    line-height: 40px;
}
.section.business .OutLine.Pc .messageBox .message2 {
    font-size: 38px;
    color: #1d1b1b;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 30px;
}
.section.business .OutLine.Pc .messageBox .message3 {
    font-size: 16px;
    color: #494949;
    font-weight: 400;
    line-height: 1.7em;
}
.section.business .OutLine.Pc .messageBox .message3 br.mobile {
    display: none;
}
.section.business .OutLine.Pc .image_pc {
    position: absolute;
    top: 77px;
    left: 35%;
}
.section.business .OutLine.Pc .image_pc img {
    width: 100%;
    max-width: 844px;
}
.m_biz {
    display: none;
}
.business1 {
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.business1 .OutLine {
    overflow: hidden;
}
.business1 .OutLine .left {
    float: left;
    width: 35%;
    position: relative;
    padding-bottom: 30px;
}
.business1 .OutLine .left::before {
    position: absolute;
    content: "";
    top: 30px;
    left: 30px;
    width: 395px;
    height: 290px;
    z-index: -1;
    background-color: #f6f6f6;
}
.business1 .OutLine .left img {
    z-index: 1000;
}
.business1 .OutLine .right {
    float: left;
    width: 65%;
}
.business1 .OutLine .right .title {
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 400;
    padding: 60px 0 20px;
}
.business1 .OutLine .right .title span {
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 600;
    position: relative;
}
.business1 .OutLine .right .title span::before {
    content:"";
    position: absolute;
    right: 0;
    top: -10px;
    width: 80px;
    height: 1px;
    background-color: #3c3c3c;
}
/* ë…¸í„°ìŠ¤ì˜ ìœ íš¨ì„± (2019.10.24) */
.biz_button_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.biz_button_box .button {
    width: 32.5%;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 7px;
    padding: 7px 0;
    line-height: 22px;
    cursor: pointer;
    border-radius: 5px 0;
}
.biz_button_box .button_8 {
    padding-top: 18px;
}
.biz_button_box .button span {
    color: #fff;
    font-size: 0.7em;
    letter-spacing: 0px;
}
.biz_button_box .button:hover {
    background-color: #507cd4;
}
/* ìœ íš¨ì„± íŒì—… */
.biz_popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0);
    z-index: 20000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: none;
}
.biz_popup {
    display: none;
    background-color: #f6f6f6;
    border-top: 5px solid #18449e;
    border-bottom: 1px solid #18449e;
    width: 1100px;
    padding: 60px 30px 30px 30px;
    height: auto;
    max-height: 80%;
    z-index: 20000;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    -ms-flex-item-align: center;
        align-self: center;
}
.biz_popup .popup_close {
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 10px;
    font-size: 24px;
}
.biz_popup .popup_close i {
    color: #333;
}
.biz_popup .popup_close i:hover {
    color: #3965cf;
}
.biz_popup .poptitle {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.biz_popup .popcon {
    height: 40%;
    max-height: 410px;
    overflow: auto;
    border-top: 1px solid #18449e;
    border-bottom: 1px solid #18449e;
}
/* table area */
.biz_popup .popcon table {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #333;
}
.biz_popup .popcon table thead tr {
    border-top: 3px solid #333;
    border-bottom: 2px solid #333;
}
.biz_popup .popcon table tr th {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #333;
    background-color: #516ca3;
}
.biz_popup .popcon table tr td {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #666;
    border-right: 1px solid #333;
    padding: 10px 3px 10px 10px;
}
.biz_popup .popcon table tr th:last-child,
.biz_popup .popcon table tr td:last-child {
    border-right: 0px solid #666;
}
.business2 {
    margin-bottom: 100px;
}
.business2 .OutLine .section_title {
    font-size: 38px;
    font-weight: 400;
    color: #363636;
    text-align: center;
}
.business2 .OutLine .section_title span {
    font-size: 38px;
    font-weight: 600;
    color: #363636;
}
.business2 .OutLine .section_sub {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 10px;
}
.business2 .OutLine .color_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.business2 .OutLine .color_box .box1 {
    position: relative;
    width: 440px;
}
.business2 .OutLine .color_box .box1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 230px;
    left: 10px;
    top: 25px;
    background-color: #ccc;
}
.business2 .OutLine .color_box .sub_box {
    margin-right: 4px;
}
.business2 .OutLine .color_box .sub_box:first-child,
.business2 .OutLine .color_box .sub_box:last-child {
    margin-right: 0px;
}
.business2 .OutLine .color_box .sub_box .number {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
}
.business2 .OutLine .color_box .sub_box .message {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
    padding-left: 60px;
}
.business2 .OutLine .color_box .sub_box .message span {
    font-size: 18px;
    color: #969696;
    font-weight: 300;
}
.business2 .OutLine .color_box .sub_box img {
    width: 100%;
    max-width: 291px;
}
.business2 .OutLine .color_box1 {
    background-color: #3f4251;
    height: auto;
}
.business2 .OutLine .color_box2 {
    background-color: #333333;
    height: auto;
}
/* ë°”ì´ì˜¤ì»¨ì„¤íŒ… ì‚¬ì—… */
.consulting {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.consulting .message1 {
    font-size: 38px;
    font-weight: 300;
    color: #363636;
    text-align: center;
    padding-top: 50px;
}
.consulting .message1 br.mobile {
    display: none;
}
.consulting .message1 span {
    font-size: 38px;
    font-weight: 600;
    color: #363636;
}
.consulting .message2 {
    font-size: 24px;
    font-weight: 300;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
}
.consulting .message3 {
    padding-top: 35px;
    margin-bottom: 50px;
    position: relative;
}
.consulting .message3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 38px;
    background-color: #2b2b2b;
}
.consulting .message3 span {
    display: block;
    /* min-width: 40%; */
    /* max-width: 50%; */
    width: 540px;
    margin: 0 auto;
    border: 4px solid #2b2b2b;
    border-radius: 100px;
    padding: 25px 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    background-color: #fff;
    white-space: nowrap;
}
.consulting .boxLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.consulting .boxLayout div.box {
    width: 33.33%;
    padding: 50px;
    background: url(.././img/arrow_R.png) no-repeat right;
    background-position-y: 62%;
}
.consulting .boxLayout div.box:last-child {
    background: none;
}
.consulting .boxLayout .box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #313131;
    padding: 20px 0;
}
.consulting .boxLayout .box .title .left {
    width: 40%;
    text-align: right;
    padding-right: 30px;
    padding-top: 8px;
}
.consulting .boxLayout .box .title .left i {
    vertical-align: middle;
    font-size: 44px;
}
.consulting .boxLayout .box .title .right {
    width: 60%;
}
.consulting .boxLayout .box .title .right .kor {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.consulting .boxLayout .box .title .right .eng {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    padding-top: 5px;
}
.consulting .boxLayout .box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    height: 316px;
}
.consulting .boxLayout .box .content .box1 {
    width: 49%;
    border: 1px solid #d5d5d5;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.7em;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
/* 20210226 - add (HSG) */
.consulting .boxLayout .box .content .box1:hover {
    border: 1px solid #507cd4;
    background-color: #507cd4;
    color: #fff;
}
/* // 20210226 - add (HSG) */
.consulting .boxLayout .box .content .box2 {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    -ms-flex-item-align: center;
        align-self: center;
}
.consulting .boxLayout .box .content .box2.box3 {
    background-color: #3965cf;
}
.consulting .boxLayout .box .content .box2.box4 {
    background-color: #6699cc;
}
.consulting2 {
    width: 100%;
    min-height: 575px;
    background: url(.././img/consulting_bg.jpg) no-repeat center center;
    background-size: cover;
}
.consulting2 .OutLine {
    position: relative;
    /* min-height: 575px; */
    min-height: 850px; /* 20210310 - modify */
}
.consulting2 .message_Box {
    position: absolute;
    top: 140px;
    left: 0;
    /* width: 45%; */
    width: 40%; /* 20210310 - modify */
    height: auto;
}
.consulting2 .message_Box .message_1 {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2em;
    padding-top: 15px;
    padding-bottom: 25px;
    position: relative;
}
.consulting2 .message_Box .message_1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 180px;
    height: 1px;
    background-color: #fff;
}
.consulting2 .message_Box .message_1 span {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}
.consulting2 .message_Box .message_3 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 1.7em;
}
/* 20210310 - modify (HSG) */
.consulting2 .OutLine .permit_Box_Pc { position: absolute; top: 80px; right: 0; display: flex; flex-flow: row wrap; justify-content: flex-start; width: 59%; }
.consulting2 .OutLine .permit_Box_Pc > div { padding-bottom: 10px; width: calc(33.33% - 5px); }
/* .consulting2 .OutLine .permit_Box_Pc .left { float: left; margin-right: 25px; } */
.consulting2 .OutLine .permit_Box_Pc .left table { width: 100%; }
.consulting2 .OutLine .permit_Box_Pc .left table tr td { text-align: center; }
.consulting2 .OutLine .permit_Box_Pc .left table tr td img { width: 100%; max-width: 210px; }
/* 20210310 - modify (HSG) */
.consulting2 .OutLine .permit_Box_Pc .left table tr td.name {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 5px 0;
}
.section_S.consulting3 {
    display: none;
}
/* ë°˜ë ¤ë™ë¬¼ ì‚¬ì—… */
.section.pet_biz {
    width: 100%;
    height: auto;
}
.section.pet_biz .message1 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #363636;
    padding-top: 50px;
    padding-bottom: 90px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.8em;
}
.section.pet_biz .message1::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #363636;
}
.section.pet_biz .message1 br.mobile {
    display: none;
}
.section.pet_biz .message1 span {
    font-size: 38px;
    font-weight: 600;
    color: inherit;
}
.section.pet_biz .message2 {
    margin-bottom: 50px;
}
.section.pet_biz .message2 .out_Box {
    width: 75%;
    border: 10px solid #373737;
    margin: 0 auto;
    position: relative;
    height: 155px;
}
.section.pet_biz .message2 .out_Box .middle_Box {
    position: absolute;
    top: -10px;
    left: 1%;
    width: 98%;
    background-color: #fff;
    margin: 0 auto;
    height: 155px;
}
.section.pet_biz .message2 .out_Box .middle_Box .inner_Box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section.pet_biz .message2 .out_Box .middle_Box .inner_Box .left {
    width: 40%;
    display: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section.pet_biz .message2 .out_Box .middle_Box .inner_Box .left span {
    -ms-flex-item-align: center;
        align-self: center;
}
.section.pet_biz .message2 .out_Box .middle_Box .inner_Box .left span img {
    width: 100%;
    max-width: 326px;
}
.section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right {
    width: 60%;
    display: inherit;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 1.5em;
}
.section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right br.mobile {
    display: none;
}
.pet_biz1 {
    width: 100%;
    height: 510px;
    background: url(.././img/pet_biz_back.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 50px;
}
.pet_biz1 .message1 {
    font-size: 38px;
    font-weight: 300;
    color: #333;
    text-align: center;
    padding-top: 50px;
}
.pet_biz1 .message1 span {
    font-size: 38px;
    font-weight: 600;
    color: #333;
}
.pet_biz1 .message2 {
    font-size: 18px;
    font-weight: 400;
    color: #767676;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
}
.pet_biz1 .message2 br.mobile {
    display: none;
}
.pet_biz1 .company_outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.company_outline_m {
    display: none;
}
.pet_biz1 .company_outline .box {
    padding: 0 30px;
    text-align: center;
}
.pet_biz1 .company_outline .box .product img {
    width: 100%;
    max-width: 230px;
}
.pet_biz1 .company_outline .box .name {
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.7em;
}
.pet_biz1 .company_outline .box .name span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #282727;
}
.section.pet_biz2 {
    margin-bottom: 100px;
    height: 100px;
    width: 100%;
}
.pet_biz2 .column {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pet_biz2 .column .Out_Box {
    width: 33.3%;
    display: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.pet_biz2 .column .Out_Box .left {
    width: 25%;
    text-align: center;
    padding-top: 10px;
    border-right: 1px solid #ccc;
    position: relative;
}
.pet_biz2 .column .Out_Box .left::after {
    position: absolute;
    content: "";
    top: 0;
    right: -1px;
    width: 1px;
    height: 80px;
    background-color: #000;
}
.pet_biz2 .column .Out_Box .left i {
    font-size: 40px;
    color: #333;
}
.pet_biz2 .column .Out_Box .right {
    width: 75%;
    padding-left: 25px;
    /* padding-bottom: 60px; */
    /* 20210512 - ì¿ íŒ¡ cië¥¼ ì‚­ì œí•˜ë©´ì„œ ì˜ì—­ì„ ì¡°ì •í•˜ì˜€ìŒ. */
    padding-bottom: 20px;
}
.pet_biz2 .column .Out_Box .right .title {
    font-size: 24px;
    font-weight: 500;
    color: #181818;
    padding-bottom: 10px;
}
.pet_biz2 .column .Out_Box:nth-child(1) .right {
    /* background: url(.././img/coupang.png) no-repeat left bottom;
    background-size: 100px;
    background-position-x: 30px;
    background-position-y: 90%; */
    /* 2021.05.12 - ì¿ íŒ¡ì—ì„œ ì‚¬ì „ í—ˆê°€ë¥¼ ë“í•˜ì§€ ì•Šì•„ì„œ ì‚­ì œí•˜ë¼ê³  í–ˆìŒ */
}
.pet_biz2 .column .Out_Box .right .message {
    list-style-position: inside;
}
.pet_biz2 .column .Out_Box .right .message li {
    font-size: 18px;
    font-weight: 300;
    color: #666;
    padding-bottom: 5px;
    list-style-type: disc;
    text-indent: -25px;
    padding-left: 25px;
    line-height: 1.7em;
}
/* ----- INVESTMENT (íˆ¬ìžì •ë³´) ----- */
/* ì£¼ê°€ì •ë³´ */
.section.stock {
    margin-bottom: 100px;
}
.stock .OutLine {
    padding: 20px;
    text-align: center;
    font-size: 40px;
    color: #777;
    /* padding-bottom: 800px; */
}
/* ìž¬ë¬´ì •ë³´ */
.section.finance {
    margin-bottom: 100px;
}
.finance .OutLine {
    padding: 20px;
    text-align: center;
    font-size: 40px;
    color: #777;
    /* padding-bottom: 800px; */
}
/* ê³µì‹œì •ë³´ */
.section.disclosure {
    margin-bottom: 100px;
}
.disclosure .OutLine {
    padding: 20px;
    text-align: center;
    font-size: 40px;
    color: #777;
    /* padding-bottom: 800px; */
}
/* ìžë£Œì‹¤ */
.section.dataRoom {
    margin-bottom: 100px;
}
.dataRoom .Box_wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 50px;
}
.dataRoom .Box_wrap .box {
    width: 24%;
    padding: 30px 40px;
    margin-bottom: 20px;
    background-color: #e8ebf0;
    position: relative;
    margin-right: 1%;
}
.dataRoom .Box_wrap .box::after {
    position: absolute;
    content: "+";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    color: #cccccc;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    background-color: #fff;
}
.dataRoom .Box_wrap .box .dateBox {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding-bottom: 10px;
}
.dataRoom .Box_wrap .box .dateBox span.year {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}
.dataRoom .Box_wrap .box .dateBox span.month,
.dataRoom .Box_wrap .box .dateBox span.date {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.dataRoom .Box_wrap .box .title {
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.dataRoom .Box_wrap .box .title span {
    display: block;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.5em;
}
.dataRoom .Box_wrap .box a {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #74849a;
    border-radius: 3px 0 3px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #74849a;
}
.dataRoom .Box_wrap .box a:hover {
    border: 1px solid rgb(255, 160, 21);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.dataRoom .Box_wrap .box a:hover,
.dataRoom .Box_wrap .box a:hover i {
    color: rgb(255, 160, 21);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.dataRoom .Box_wrap .box a:not(:hover) {
    border: 1px solid #74849a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dataRoom .Box_wrap .box a:not(:hover),
.dataRoom .Box_wrap .box a:not(:hover) i {
    color: #74849a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dataRoom .Box_wrap .box a i {
    display: inline-block;
    padding-left: 30px;
}
/* PAGE NUMBER (íŽ˜ì´ì§€ ë„˜ë²„-ê³µí†µ) */
.page_number ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.page_number ul li {
    margin-right: 3px;
}
.page_number ul li a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    width: 30px;
    height: 35px;
    text-align: center;
    line-height: 20px;
    padding: 8px;
    border-radius: 3px 0 3px 0;
}
.page_number ul li a.on,
.page_number ul li a:hover {
    border-bottom: 1px solid #333;
    background-color: #3965cf;
    color: #fff;
}
.page_number ul li.prev a, .page_number ul li.next a {
    border: 0px solid lightgray;
    width: 45px;
}
.page_number ul li.prev a i,
.page_number ul li.next a i {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    border: none;
}
.page_number ul li.prev a:hover, .page_number ul li.next a:hover {
    border: none;
    background-color: #fff;
    color: #333;
}
/* ----- ONLINE QnA (ì˜¨ë¼ì¸ ìƒë‹´) ----- */
.section.onlineQna {
    margin-bottom: 100px;
}
.onlineQna .pcVersion {
    width: 100%;
    margin-bottom: 15px;
    table-layout: fixed;
}
.onlineQna .pcVersion thead tr {
    border-top: 3px solid #333;
    border-bottom: 1px solid #404040;
    background-color: #f1f1f1;
}
.onlineQna .pcVersion thead tr th {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
}
.onlineQna .pcVersion tr th:nth-child(1) {
    width: 10%;
}
.onlineQna .pcVersion tr th:nth-child(2) {
    width: 12%;
}
.onlineQna .pcVersion tr th:nth-child(3) {
    width: 44%;
}
.onlineQna .pcVersion tr th:nth-child(4) {
    width: 12%;
}
.onlineQna .pcVersion tr th:nth-child(5) {
    width: 12%;
}
.onlineQna .pcVersion tr th:nth-child(6) {
    width: 10%;
}
.onlineQna .pcVersion tbody tr {
    border-bottom: 1px solid #dcdcdc;
}
.onlineQna .pcVersion tbody tr td {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    text-align: center;
    padding: 15px 3px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.onlineQna .pcVersion tbody tr td:nth-child(3) {
    text-align: left;
}
.onlineQna .pcVersion tbody tr td:nth-child(3) .title_outline {
    vertical-align: middle;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.onlineQna .pcVersion tbody tr td:nth-child(3) .title_outline a {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    display: inline-block;
    margin-right: 10px;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.onlineQna .pcVersion tbody tr td:nth-child(3) .title_outline span.lock i {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    font-size: 16px;
}
.onlineQna .pcVersion tbody tr td:nth-child(3) .title_outline span.new {
    font-size: 0.7em;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    padding: 1px 4px;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    background-color: #ff6c00;
    margin-left: 5px;
}
.onlineQna .pcVersion tr td span.wait {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    background-color: #f74f6b;
    display: inline-block;
    width: 70px;
    padding: 2px 0px;
    border-radius: 5px;
    text-align: center;
}
.onlineQna .pcVersion tr td span.clear {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    background-color: #8aa8e4;
    display: inline-block;
    width: 70px;
    padding: 2px 0px;
    border-radius: 5px;
    text-align: center;
}
.onlineQna .mobileVersion {
    margin-bottom: 40px;
    display: none;
    table-layout: fixed;
}
.onlineQna .input_box {
    margin-bottom: 50px;
    text-align: right;
    height: auto;
    padding-right: 10px;
}
.onlineQna .input_box .input_button {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #3965cf;
    padding: 7px 15px;
    border-top: 1px solid #22469f;
    border-bottom: 1px solid #22469f;
}
/* ONLINE QNA SUB PAGE */
.section.qnaSub {
    margin-bottom: 100px;
}
.section.qnaSub .OutLine .Sub_detail {
    width: 100%;
    border-top: 3px solid #333;
    margin-bottom: 30px;
    table-layout: fixed;
}
.section.qnaSub .OutLine .Sub_detail tr {
    border-bottom: 1px solid #ccc;
}
.section.qnaSub .OutLine .Sub_detail tr td {
    padding: 15px 10px;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex > div {
    -ms-flex-item-align: center;
        align-self: center;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex .biz {
    padding: 5px 20px 5px 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    min-width: 150px;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex .title {
    padding: 3px 20px 3px 30px;
    text-align: left;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    position: relative;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex .title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #dadada;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex .name {
    font-size: 14px;
    color: #666;
    padding: 3px 20px;
    position: relative;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex .name::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #dadada;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex .date {
    font-size: 14px;
    color: #666;
    padding: 3px 20px;
    position: relative;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex .wait {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    background-color: #f74f6b;
    display: inline-block;
    width: 70px;
    padding: 2px 0px;
    border-radius: 5px;
    text-align: center;
    margin-left: 20px;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex .clear {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    background-color: #8aa8e4;
    display: inline-block;
    width: 70px;
    padding: 2px 0px;
    border-radius: 5px;
    text-align: center;
    margin-left: 20px;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex_col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex_col > div {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex_col .q_title {
    width: 15%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}
.section.qnaSub .OutLine .Sub_detail tr td .Flex_col .q_column {
    width: 85%;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    word-break: break-all;
    line-height: 1.6em;
}
.section.qnaSub .OutLine .Sub_detail tr td .answer_info {
    margin-top: 15px;
    border-left: 2px solid #ccc;
    padding-left: 15px;
    line-height: 1.5em;
}
.section.qnaSub .OutLine .Sub_detail tr td .answer_info .date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.section.qnaSub .OutLine .Sub_detail tr td .answer_info .manager {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.section.qnaSub .OutLine .button_Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section.qnaSub .OutLine .button_Box > div {
    margin: 0 5px;
    padding: 6px 20px;
    background-color: #f6f6f6;
    cursor: pointer;
}
.section.qnaSub .OutLine .button_Box > div i {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
}
.section.qnaSub .OutLine .button_Box .delete {
    border: 1px solid #ccc;
}
.section.qnaSub .OutLine .button_Box .modify {
    border: 1px solid #ccc;
}
.section.qnaSub .OutLine .button_Box .confirm {
    border: 1px solid #3965cf;
    color: #fff;
    background-color: #3965cf;
    font-size: 16px;
    font-weight: 300;
}
/* ONLINE QNA INPUT (ì˜¨ë¼ì¸ ìƒë‹´ë¬¸ì˜) */
.section.request {
    margin-bottom: 100px;
}
.request .request_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 30px;
}
.request .request_wrap .item .title {
    font-size: 24px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 10px;
}
.request .request_wrap .item .detail {
    border: 1px solid #d6d6d6;
    background-color: #f6f6f6;
    padding: 35px;
    margin-bottom: 5px;
}
.request .request_wrap .item .detail .sub_title {
    font-size: 18px;
    font-weight: 400;
    color: #363636;
    padding-bottom: 15px;
}
.request .request_wrap .item .detail .column {
    font-size: 15px;
    font-weight: 300;
    color: #646464;
    word-break: keep-all;
    padding-bottom: 10px;
    line-height: 1.7em;
}
.request .request_wrap .item .check label {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-left: 5px;
}
.request .request_wrap .item .column {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7em;
}
.request .request_wrap .item table.input_table {
    width: 100%;
}
.request .request_wrap .item .input_table tr:first-child {
    border-top: 2px solid #333;
}
.request .request_wrap .item .input_table tr td {
    padding-top: 15px;
}
.request .request_wrap .item .input_table tr td:nth-child(1) {
    width: 20%;
    padding-bottom: 10px;
    padding-left: 5px;
}
.request .request_wrap .item .input_table tr td:nth-child(2) {
    width: 80%;
    padding-left: 15px;
    padding-right: 10px;
    vertical-align: bottom;
}
/* ks add 20191118 */
.imgCaptcha{
    width:10%;
    vertical-align:bottom;
}
.request .request_wrap .item .input_table tr td.name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ccc;
}
.request .request_wrap .item .input_table tr td select {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    width: 40%;
    padding: 5px 0 7px;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
}
.request .request_wrap .item .input_table tr td select option {
    font-size: 14px;
    font-weight: 300;
    color: #333;
}
.request .request_wrap .item .input_table tr td input.width_100 {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    width: 100%;
    padding: 5px 0 5px 3px;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
}
.request .request_wrap .item .input_table tr td input.width_20 {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    width: 20%;
    padding: 5px 0 5px 3px;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-size: inherit;
    font-weight: 200;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-size: inherit;
    font-weight: 200;
}
input::-ms-input-placeholder {
    color: #ccc;
    font-size: inherit;
    font-weight: 200;
}
input::placeholder {
    color: #ccc;
    font-size: inherit;
    font-weight: 200;
}
.request .request_wrap .item .input_table tr td textarea {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    width: 100%;
    padding: 5px 0 5px 3px;
    resize: none;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
    line-height: 1.7em;
}
.request .request_wrap .item_1 {
    width: 40%;
    padding-right: 60px;
}
.request .request_wrap .item_2 {
    width: 60%;
    padding-left: 60px;
    border-left: 1px solid #ccc;
}
/* --- PASSWORD INPUT POPUP (íŒ¨ìŠ¤ì›Œë“œ ìž…ë ¥ íŒì—…) --- */
.password_popup {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 20000;
    display: none;
}
.password_popup form {
    display: inherit;
}
.password_popup .innerBox {
    background-color: #fff;
    border-top: 5px solid #18449e;
    width: 400px;
    height: 300px;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 20px;
}
.password_popup .innerBox .closeBox {
    text-align: right;
}
.password_popup .innerBox .closeBox .popupClose i {
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
    color: #000;
}
.password_popup .innerBox .closeBox .popupClose i:hover {
    color: #3965cf;;
}
.password_popup .innerBox .title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    text-align: center;
    padding: 5px 0;
}
.password_popup .innerBox .title span {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.password_popup .innerBox .column {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    text-align: center;
    padding-bottom: 20px;
}
.password_popup .innerBox .inputBox {
    text-align: center;
    margin-bottom: 10px;
}
.password_popup .innerBox .inputBox input {
    display: inline-block;
    width: 210px;
    padding: 10px 5px;
    background-color: #464646;
    color: #fff;
    border: none;
}
.password_popup .innerBox .buttonBox {
    width: 220px;
    margin: 0 auto;
    overflow: hidden;
}
.password_popup .innerBox .buttonBox .clear {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background-color: #3965cf;
    padding: 5px 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.password_popup .innerBox .buttonBox .clear a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.password_popup .innerBox .buttonBox .cancle {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    background-color: #f6f6f6;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/* --- NEWS (ë…¸í„°ìŠ¤ ë‰´ìŠ¤) --- */
.section.knotusNews {
    margin-bottom: 100px;
}
.knotusNews .newsTable {
    margin-bottom: 50px;
    width: 100%;
}
.knotusNews .newsTable thead tr {
    border-top: 3px solid #333;
    border-bottom: 1px solid #333;
}
.knotusNews .newsTable tr th {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px 0;
    text-align: center;
}
.knotusNews .newsTable tbody tr {
    cursor: pointer;
}
.knotusNews .newsTable tr td:nth-child(1) {
    width: 13%;
}
.knotusNews .newsTable tr td:nth-child(2) {
    width: 7%;
}
.knotusNews .newsTable tr td:nth-child(3) {
    width: 65%;
}
.knotusNews .newsTable tr td:nth-child(4) {
    width: 15%;
}
.knotusNews .newsTable tr td {
    font-size: 15px;
    font-weight: 300;
    color: #434343;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}
.knotusNews .newsTable tr td.date {
    font-weight: 400;
    text-align: center;
}
.knotusNews .newsTable tr td.date span {
    font-weight: 400;
}
.knotusNews .newsTable tr td.date br.mobile {
    display: none;
}
.knotusNews .newsTable tr td.notice {
    text-align: center;
}
.knotusNews .newsTable tr td.notice span {
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    background-color: #3965cf;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 3px 8px;
    border-radius: 3px;
}
.knotusNews .newsTable tr td.notice span.notice_item {
    background-color: rgb(255,133,66);
}
.knotusNews .newsTable tr td.title {
    padding-left: 10px;
}
.knotusNews .newsTable tr td.title span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
    /* background: url(.././img/new_icon.png) no-repeat right center; */
    /* ì •í•´ì§„ ì¼ìžê°€ ì§€ë‚˜ë©´, ë°±ê·¸ë¼ìš´ë“œ ì´ë¯¸ì§€ë¥¼ ì—†ì•¨ ê²ƒ. */
    background-size: 15px;
}
.knotusNews .newsTable tr td.file {
    text-align: center;
}
.knotusNews .newsTable tr td.file span {
    font-size: 14px;
    font-weight: 400;
    color: #74849a;
    padding: 5px 40px 5px 5px;
    display: inline-block;
    border: 1px solid #74849a;
    border-radius: 2px;
    background: url(.././img/download.png) no-repeat right center;
    background-size: 14px;
    background-position-x: 90%;
}
.knotusNews .newsTable tr td.file span em {
    font-size: inherit;
    font-weight: 400;
    color: #74849a;
}
.knotusNews .newsTable tr.contentBar {
    background-color: #f9f9f8;
    display: none;
}
.knotusNews .newsTable tr.contentBar td {
    padding: 25px 10px;
}
.knotusNews .newsTable tr.contentBar td.news_column {
    padding: 15px 0 15px 290px;
    line-height: 1.7em;
    text-align: left;
}
.knotusNews .newsTable tr.contentBar td.news_column img {
    width: 100%;
    max-width: 320px;
}
.knotusNews .newsTable tr.contentBar td.news_column a {
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    background-color: #3965cf;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
/* ----- HR (ì¸ìž¬ì±„ìš©) ----- */
.section.hr {
    margin-bottom: 50px;
}
.section.hr_4 {
    margin-bottom: 100px;
}
.hr .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-top: 1px solid #ccc;
    position: relative;
}
.hr_1 .content::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 83px;
    height: 1px;
    background-color: #000;
}
.hr_2 .content::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 170px;
    height: 1px;
    background-color: #000;
}
.hr_3 .content::before, .hr_4 .content::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 110px;
    height: 1px;
    background-color: #000;
}
.hr .content .Left {
    width: 15%;
}
.hr .content .Left span.title {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #333;
    padding-top: 10px;
}
.hr .content .Right {
    width: 85%;
}
.hr_1 .content .Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.hr_1 .content .Right .outbox {
    width: 50%;
    padding-top: 50px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.hr_1 .content .Right .outbox .box {
    width: 50%;
    background: url(.././img/hr_img_1.png) no-repeat left bottom;
    padding-left: 35px;
}
.hr_1 .content .Right .outbox .box span {
    display: block;
}
.hr_1 .content .Right .outbox .box .sub_title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    padding-bottom: 5px;
}
.hr_1 .content .Right .outbox .box .sub_e {
    font-size: 13px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
}
.hr_1 .content .Right .outbox .box_2 {
    width: 50%;
}
.hr_1 .content .Right .outbox .box_3 {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding-top: 25px;
    padding-left: 5px;
    word-break: keep-all;
    line-height: 1.7em;
}
.hr_1 .content .Right .right_Box {
    width: 50%;
}

.hr_2 .content .Right .box {
    padding-top: 50px;
    text-align: center;
}
.hr_2 .content .Right .box img.pc {
    width: 100%;
    max-width: 1137px;
}
.hr_2 .content .Right .box img.mobile {
    display: none;
}
.hr_3 .content .Right .box {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.hr_3 .content .Right .box .in_Box {
    width: 33.2%;
    display: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 30px 20px 10px;
}
.hr_3 .content .Right .box .in_Box.Box_1 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.hr_3 .content .Right .box .in_Box.Box_2 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.hr_3 .content .Right .box .in_Box.Box_3 {
    border-bottom: 1px solid #ccc;
}
.hr_3 .content .Right .box .in_Box.Box_4 {
    border-right: 1px solid #ccc;
}
.hr_3 .content .Right .box .in_Box.Box_5 {
    border-right: 1px solid #ccc;
}
.hr_3 .content .Right .box .in_Box.Box_6 {
    border-right: 0px solid #ccc;
}
.hr_3 .content .Right .box .in_Box .Left_S {
    vertical-align: top;
}
.hr_3 .content .Right .box .in_Box .Right_S {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px 10px 5px 20px;
}
.hr_3 .content .Right .box .in_Box .Right_S .sub_title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}
.hr_3 .content .Right .box .in_Box .Right_S .sub_con {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    word-break: keep-all;
    line-height: 1.7em;
}
.hr_4 .content .Right .box {
    padding-top: 50px;
}
.hr_4 .content .Right .box table.hr_table {
    width: 100%;
    margin-bottom: 30px;
}
.hr_4 .content .Right .box .hr_table thead tr {
    border-top: 3px solid #333;
    border-bottom: 1px solid #404040;
}
.hr_4 .content .Right .box .hr_table tr th {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    background-color: #f1f1f1;
    padding: 10px 0;
}
.hr_4 .content .Right .box .hr_table tr td {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #434343;
    padding: 15px 0;
    border-bottom: 1px solid #404040;
}
.hr_4 .content .Right .box .hr_table tbody tr {
    cursor: pointer;
}
.hr_4 .content .Right .box .hr_table tr td:nth-child(1) {
    width: 12%;
}
.hr_4 .content .Right .box .hr_table tr td:nth-child(2) {
    width: 10%;
}
.hr_4 .content .Right .box .hr_table tr td:nth-child(3) {
    width: auto;
}
.hr_4 .content .Right .box .hr_table tr td:nth-child(4) {
    width: 13%;
}
.hr_4 .content .Right .box .hr_table tr td:nth-child(5) {
    width: 15%;
}
.hr_4 .content .Right .box .hr_table tr td.date {
    font-weight: 400;
}
.hr_4 .content .Right .box .hr_table tr td.date span {
    font-weight: 400;
}
.hr_4 .content .Right .box .hr_table tr td.date .mobile {
    display: none;
}
.hr_4 .content .Right .box .hr_table tr td.notice span {
    display: inline-block;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 3px 8px;
    border-radius: 3px;
}
.hr_4 .content .Right .box .hr_table tr td.notice span.ing {
    background-color: #3965cf;
}
.hr_4 .content .Right .box .hr_table tr td.notice span.close {
    background-color: #666;
}
.hr_4 .content .Right .box .hr_table tr td.title {
    text-align: left;
    padding-left: 20px;
}
.hr_4 .content .Right .box .hr_table tr td.title span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    max-width: 90%;
    padding-right: 10px;
    /* background: url(.././img/new_icon.png) no-repeat right center; */
    /* ì •í•´ì§„ ì¼ìžê°€ ì§€ë‚˜ë©´, ë°±ê·¸ë¼ìš´ë“œ ì´ë¯¸ì§€ë¥¼ ì—†ì•¨ ê²ƒ. */
    background-size: 15px;
}
span.new_list {
    width: 15px;
    vertical-align: middle;
}
span.new_list img {
    width: 15px;
}
.hr_4 .content .Right .box .hr_table tr td.type,
.hr_4 .content .Right .box .hr_table tr td.area {
    font-size: 15px;
    font-weight: 400;
    color: #434343;
}
.hr_4 .content .Right .box .hr_table tr.contentBar {
    display: none;
}
.hr_4 .content .Right .box .hr_table tr.contentBar td.contents {
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.7em;
}
.hr_4 .content .Right .box .recruitBar {
    text-align: center;
    /* display: none; */
}
.hr_4 .content .Right .box .recruitBar a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 200px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #3965cf;
    padding: 5px 0;
}
/* Error_Page */
.error_wrap {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.error_inLine {
    display: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 550px;
    height: auto;
    min-height: 250px;
    border: 1px solid #999;
    border-radius: 10px;
}
.error_inLine .F_error {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
.error_inLine .F_error_1 {
    width: 30%;
    display: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 80px;
    text-align: center;
}
.error_inLine .F_error_2 {
    width: 70%;
    display: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.error_inLine .F_error_2 > div {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}
.error_inLine .F_error_2 > div span {
    font-size: 24px;
    font-weight: 600;
    color: rgb(246,129,33);
}
.error_inLine .F_error_3 {
    width: 100%;
    display: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 1.4em;
}
/* --- í°íŠ¸ í¬ê¸° (FONT SIZE) --- */
.fs_60 {
    font-size: 60px;
}
.fs_48 {
    font-size: 48px;
}
.fs_40 {
    font-size: 40px;
}
.fs_36 {
    font-size: 36px;
}
.fs_30 {
    font-size: 30px;
}
.fs_24 {
    font-size: 24px;
}
.fs_20 {
    font-size: 20px;
}
.fs_18 {
    font-size: 18px;
}
.fs_16 {
    font-size: 16px;
}
.fs_15 {
    font-size: 15px;
}
.fs_14 {
    font-size: 14px;

}
.fs_13 {
    font-size: 13px;
}
.fs_12 {
    font-size: 12px;
}
/* table caption ìˆ¨ê¸°ê¸° */
caption {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}
/* // table caption ìˆ¨ê¸°ê¸° */
/* Scroll_Top_Button */
.Scroll__pageup {
    position: fixed;
    z-index: 10000;
    width: 45px;
    height: 45px;
    bottom: 0;
    right: 0;
    background-color: rgb(255, 160, 21);
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    -webkit-animation-name: Scroll__Top;
            animation-name: Scroll__Top;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: unset;
            animation-iteration-count: unset;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
.Scroll__pageup a {
    display: inline-block;
    width: 100%;
    height: 45px;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
@-webkit-keyframes Scroll__Top {
    from {
        right: -45px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}
@keyframes Scroll__Top {
    from {
        right: -45px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

/* ë…¸íŠ¸ë¶ */


/* ---------- ìž‘ì€í™”ë©´ PC ---------- */
@media all and (min-width: 1281px) and (max-width: 1399px) {
    .OutLine {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* ----- Home (index) ----- */
    #main_visual_area {
        height: 835px;  /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œëŠ” ì¡°ì ˆí•  ê²ƒ (ë¹„ìœ¨ê³„ì‚°) */
    }
    #main_visual_area #header {
        height: 120px;     /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }

    /* ----- ë©”ë‰´ì˜ì—­ (MENU AREA) ----- */
    #header .OutLine .ci a img {
        width: 200px;  /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #header .OutLine nav.main_nav > ul > li > a:hover::after {
        left: 19%;    /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        width: 70px;  /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #header .OutLine .site_map {
        width: 36px;        /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        height: 36px;       /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #header .OutLine .site_map .row .three {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #ecf0f1;
        text-align: center;
        width: 36px;        /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        height: 36px;       /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* ALL */
    #header .OutLine .site_map .row .col .hamburger .line {
    width: 30px;            /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        height: 3px;        /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        background-color: #fff;
        display: block;
        margin: 6px auto;   /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
                transform: translateY(9px) rotate(45deg);
        /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
                transform: translateY(-9px) rotate(-45deg);
        /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* ì„œë¸Œí—¤ë“œ */
    #sub_header {
        top: 120px;     /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        height: 75px;   /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #sub_header > li:hover::after, #sub_header > li.on::after {
        height: 5px;        /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }

    /* MAIN MENU SITE MAP */
    #header__modal {
        top: 120px;         /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        height: 334px;      /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #header__modal > .OutLine {
        padding: 70px 80px; /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #header__modal .modal_box dl dd ul li a {
        padding: 5px 0 5px 15px;    /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* -- ê¸°ì—… ë©”ì‹œì§€ -- */
    #main_visual_area #company_message {
        top: 121px;         /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        left: 20px;         /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        width: 80%;         /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        height: 600px;      /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #main_visual_area .OutLine #message_box {
        top: 130px;         /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #main_visual_area .OutLine #message_box .message {
        padding-top: 60px;  /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* ìš°í•˜ë‹¨ Business BOX */
    #main_visual_area #business_box {
        height: 295px;      /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #main_visual_area #business_box .biz_box {
        padding: 40px 40px 0 40px; /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* ----- ONLINE QNA ----- */
    #online_qna {
        width: 100px;       /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        height: 100px;      /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        border-radius: 100px; /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        background-size: 60px; /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* ----- í‘¸í„° ì˜ì—­ (FOOTER AREA) ----- */
    #footer_1 {
        height: 100px;      /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #footer_1 .OutLine ul li:nth-child(1) {
        padding-right: 15px;    /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #footer_1 .OutLine ul li:nth-child(2) {
        padding-right: 25px;    /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #footer_1 .OutLine ul li:nth-child(2) span {
        padding-left: 20px;     /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #footer_2 {
        height: 160px;      /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #footer_2 .OutLine ul li:first-child {
        padding-right: 50px;        /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #footer_2 .OutLine ul li, #footer_2 .OutLine ul li span,
    #footer_2 .OutLine ul li span a  {
        color: #bebebe;
        font-weight: 400;
    }
    #footer_2 .OutLine ul li select {
        font-size: 11px;    /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        padding: 10px 20px; /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        letter-spacing: 0.5px;  /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #footer_2 .OutLine ul li select option {
        font-size: 11px;    /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        padding: 10px 20px; /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* ----- CONTENTS ê³µí†µ ----- */
    /* ----- MAIN PAGE CONTENTS ----- */
    #content .section.section__1st {
        height: 316px;      /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section.section__1st .OutLine {
        background-size: 220px; /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section .OutLine {
        padding-top: 70px;  /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section.section__1st .column {
        width: 72%; /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        padding-right: 100px;   /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* -- ë‘ë²ˆì§¸ ì„¹ì…˜ -- */
    #content .section.section__2nd {
        height: 600px;  /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section.section__2nd .column .column_1 {
        width: 53%;     /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section.section__2nd .column .first_depth > li {
        padding-left: 50px;     /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    /* COMPANY NOTICE ì„¹ì…˜ */
    #content .section.section__3rd {
        background-size: 1500px;    /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }

    #content .section.section__3rd .OutLine .notice_area .box {
        width: 50%;             /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section.section__3rd .OutLine .notice_area .box .left {
        width: 25%;             /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section.section__3rd .OutLine .notice_area .box .right {
        padding-right: 90px;       /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section.section__3rd .OutLine .notice_area .box .right .sub_box {
        padding: 12px 13px;     /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section .notice_area .box .right .sub_box .left {
        width: 50%;    /* ì´ìƒí•˜ê²Œ ìƒì†ì´ ë˜ ì•ŠìŒ*/
        border-right: 1px solid #ccc;
    }
    #content .section .notice_area .box .right .sub_box .right {
        width: 50%;     /* ì´ìƒí•˜ê²Œ ìƒì†ì´ ë˜ ì•ŠìŒ*/
        padding-left: 20px;
        padding-right: 0;
    }
    /* NEWS ë°•ìŠ¤ */
    /* COMPANY NETWORK ì„¹ì…˜ */
    #content .section.section__4th {
        height: 550px;      /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section.section__4th .OutLine .column ul.tabs li {
        width: 150px;       /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        height: 40px;       /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        line-height: 40px;  /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
        letter-spacing: 0.5px;/* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œ SIZE ë¯¸ì„¸ ì¡°ì •í• ê²ƒ */
    }
    #content .section .OutLine .column .tab_container .tab_content ul li {
        padding-right: 3px;  /* ì¶”ê°€ë¨ */
    }
    /* ----- SUB PAGE COMMON (ì„œë¸ŒíŽ˜ì´ì§€ ê³µí†µ) ----- */
    #sub_visual_area {
        height: 417px;
        /* ë¯¸ë””ì–´ì¿¼ë¦¬ì—ì„œëŠ” ì¡°ì ˆí•  ê²ƒ (ë¹„ìœ¨ê³„ì‚°) */
    }
    /* SUB VISUAL */
    #sub_visual_area #Sub_Menu_area .OutLine {
        width: 98%;
    }
    /* SUB MENU > ì™¼ìª½ ì˜ì—­ */
    #Sub_Menu_area .OutLine .Left_side {
        padding-left: 0px;
    }
    /* SUB MENU > ì˜¤ë¥¸ìª½ ì˜ì—­ */
    /* CONTENTS PAGE (ì½˜í…ì¸  íŽ˜ì´ì§€) */
    #sub_content .section {
        width: 100%;
        height: auto;
    }
    #sub_content .section .OutLine {
        height: auto;
    }
    #sub_content .section.section__1st .OutLine {
        height: 200px;
    }
    #sub_content .section.section__1st .OutLine .Side a span {
        font-size: 14px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1),
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) {
        width: 125px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1) a,
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) a {
        padding-top: 60px;
    }
    #sub_content .section.section__1st .OutLine .Center .kor {
        font-size: 40px;
    }
    #sub_content .section.section__1st .OutLine .Center .eng {
        font-size: 18px;
    }
    /* ----- SUB PAGE (ì„œë¸ŒíŽ˜ì´ì§€) ----- */
    /* ì¸ì‚¬ë§ */
    /* ì—°í˜ (HISTORY) */
    /* ì—°í˜_í•˜ë¶€ */
    /* WORK SPACE(ì‹œì„¤í˜„í™©) */
    /* ì˜¤ì‹œëŠ” ê¸¸ */
    /* -- ì‚¬ì—…ì˜ì—­ -- */
    /* ë¹„ìž„ìƒCRO ì‚¬ì—… */
    .section.business {
        height: 500px !important;
    }
    .section.business .OutLine.Pc .messageBox {
        left: 15px;
    }
    .section.business .OutLine.Pc .image_pc {
        left: 42%;
    }
    .section.business .OutLine.Pc .image_pc img {
        max-width: 700px;
    }
    .m_biz {
        display: none;
    }
    .business2 .OutLine .color_box .box1::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 90%;
        left: 10px;
        top: 25px;
        background-color: #ccc;
    }
    .business2 .OutLine .color_box .sub_box .message {
        font-size: 22px;
        padding-left: 50px;
    }
    /* ë°”ì´ì˜¤ì»¨ì„¤íŒ… ì‚¬ì—… */
    .consulting2 .message_Box {
        position: absolute;
        top: 140px;
        left: 20px;
        width: 45%;
        height: auto;
    }
    /* ë°˜ë ¤ë™ë¬¼ ì‚¬ì—… */
    .section.pet_biz .message2 {
        margin-bottom: 40px;
    }
    .section.pet_biz .message2 .out_Box {
        height: 140px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box {
        height: 140px;
    }
    .pet_biz1 {
        height: 460px;
    }
    .pet_biz1 .message1 {
        padding-top: 40px;
    }
    .pet_biz1 .company_outline .box {
        padding: 0 20px;
    }
    .pet_biz1 .company_outline .box .product img {
        max-width: 200px;
    }
    .pet_biz2 .column .Out_Box .left i {
        font-size: 36px;
    }
    .pet_biz2 .column .Out_Box:nth-child(1) .right {
        background-position-x: 25px;
    }
    .pet_biz2 .column .Out_Box .right .message li {
        font-size: 16px;
    }
    /* ----- INVESTMENT (íˆ¬ìžì •ë³´) ----- */
    /* ì£¼ê°€ì •ë³´ */


    /* ìž¬ë¬´ì •ë³´ */


    /* ê³µì‹œì •ë³´ */


    /* ìžë£Œì‹¤ */
    /* PAGE NUMBER (íŽ˜ì´ì§€ ë„˜ë²„-ê³µí†µ) */
    /* ----- ONLINE QnA (ì˜¨ë¼ì¸ ìƒë‹´) ----- */
    .section.onlineQna {
        margin-bottom: 100px;
    }
    /* ONLINE QNA SUB PAGE */
    /* ONLINE QNA INPUT (ì˜¨ë¼ì¸ ìƒë‹´ë¬¸ì˜) */
    /* --- NEWS (ë…¸í„°ìŠ¤ ë‰´ìŠ¤) --- */
    .knotusNews .newsTable tr.contentBar td.news_column {
        padding: 15px 0 15px 21%;
    }
    /* ----- HR (ì¸ìž¬ì±„ìš©) ----- */
        /* --- í°íŠ¸ í¬ê¸° (FONT SIZE) --- */
    .fs_60 {
        font-size: 60px;
    }
    .fs_48 {
        font-size: 48px;
    }
    .fs_40 {
        font-size: 40px;
    }
    .fs_36 {
        font-size: 36px;
    }
    .fs_30 {
        font-size: 30px;
    }
    .fs_24 {
        font-size: 24px;
    }
    .fs_20 {
        font-size: 20px;
    }
    .fs_18 {
        font-size: 18px;
    }
    .fs_16 {
        font-size: 16px;
    }
    .fs_15 {
        font-size: 15px;
    }
    .fs_14 {
        font-size: 14px;
    }
    .fs_13 {
        font-size: 13px;
    }
    .fs_12 {
        font-size: 12px;
    }
}

/* íƒœë¸”ë¦¿PC */

/* ---------- íƒœë¸”ë¦¿ PC ---------- */
@media all and (min-width: 1025px) and (max-width: 1280px) {
    .OutLine {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* ----- Home (index) ----- */
    #main_visual_area {
        height: 550px;
    }
    #header {
        display: none;
    }
    #M_header {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        -webkit-user-select: none;
        -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        z-index: 2000;
    }
    #M_header > .OutLine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
    }
    #M_header > .OutLine .ci a img{
        width: 180px;
    }
    #M_header > .OutLine .m_site_map {
        width: 36px;
        height: 36px;
        position: relative;
        text-align: center;
        padding-top: 2px;
    }
    #M_header > .OutLine .m_site_map .row .three {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #ecf0f1;
        text-align: center;
        width: 36px;
        height: 36px;
    }
    #M_header > .OutLine .m_site_map .row .col {
        display: block;
        float:left;
    }
    /* CLEARFIX */
    .cf:before, .cf:after {
        content: " ";
        display: table;
    }
    .cf:after {
        clear: both;
    }
    .cf {
        *zoom: 1;
    }
    /* ALL */
    #M_header > .OutLine .m_site_map .row .col .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }
    #M_header > .OutLine .m_site_map .row .col .hamburger:hover {
        cursor: pointer;
    }
    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
                transform: translateY(9px) rotate(45deg);
    }
    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
                transform: translateY(-9px) rotate(-45deg);
    }
    #header__modal {
        display: none;
    }
    #M_header__modal {
        position: fixed;
        top: 0px;
        left: 0;
        width: 70%;
        height: 100vh;
        z-index: 5000;
        background-color: #fff;
        display: none;
        -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
                box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    }
    #M_header__modal .m_lang_box {
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px;
    }
    #M_header__modal .m_lang_box a {
        display: inline-block;
        border-radius: 54px;
        text-decoration: none;
        font-size: 2.813vw;
        font-weight: 500;
        padding: 5px 25px;
        color: #fff;
    }
    #M_header__modal .m_lang_box a:first-child {
        margin-right: 10px;
        background-color: rgb(69,118,215);
    }
    #M_header__modal .m_lang_box a:last-child {
        background-color: rgb(204,204,204);
    }
    #M_header__modal .m_modal_menu_box {
        height: 90%;
        overflow: auto;
        -webkit-overflow-scrolling:touch;
        padding-bottom: 100px;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li {
        border-bottom: 2px solid #fff;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 500;
        font-size: 3.750vw;
        cursor: pointer;
        color: #fff;
        background-color: #333333;
        position: relative;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li::after {
        position: absolute;
        content: "+";
        font-size: 3.750vw;
        color: rgba(255,255,255,0.8);
        right: 4.688vw;
        top: 20%;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li.on {
        background-color: rgb(69,118,215);
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 {
        display: none;
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 li {
        padding-left: 20px;
        border: 1px solid #fff;
        background-color: #e7e7e7;
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #454545;
        font-weight: 400;
        font-size: 3.594vw;
        text-decoration: none;
    }
    /* FOOTER */
    #footer_2 .OutLine ul li span a  {
        color: #bebebe;
        font-weight: 400;
    }
    /* -- ê¸°ì—… ë©”ì‹œì§€ -- */
    #main_visual_area #company_message {
        top: 90px;
        left: 20px;
        width: 90%;
        height: 460px;
    }
    #main_visual_area .OutLine #message_box {
        top: 80px;
        left: 5%;
    }
    #main_visual_area .OutLine #message_box .message {
        padding-top: 60px;
    }
    /* ìš°í•˜ë‹¨ Business BOX (1280px ì•„ëž˜ì—ì„œëŠ” ìˆ¨ê¹€ -> í•˜ë‹¨ section ë°©ì‹ìœ¼ë¡œ view */
    #main_visual_area #business_box {
        display: none;
    }
    /* ----- MAIN PAGE CONTENTS ----- */
    /* í•˜ë‹¨ ì„¹ì…˜ (Business BOX) */
    #content .section.section__0st {
        display: block;
        height: auto;
        background-color: rgb(64,111,206);
        overflow: hidden;
    }
    #content .section.section__0st .biz_box {
        float: left;
        width: 50%;
        padding: 40px 40px 10px 40px;
    }
    #content .section.section__0st .biz_box a {
        text-decoration: none;
    }
    #content .section.section__0st .biz_box.biz_box_1 {
        background-color: #3965cf;
    }
    #content .section.section__0st .biz_box a dl dt {
        font-weight: 500;
        color: #fff;
        padding-bottom: 15px;
    }
    #content .section.section__0st .biz_box a dl dd {
        font-weight: 400;
        color: #fff;
        padding-bottom: 25px;
        line-height: 1.7em;
    }
    #content .section.section__0st .biz_box a dl dd.last {
        background: url(.././img/arrow.png) no-repeat right bottom;
        background-position-y: 55px;
    }
    /* COMPANY OVERVIEW SECTIOM*/
    #content .section.section__1st {
        height: 300px;
    }
    #content .section.section__1st .OutLine {
        background-size: 220px;
    }
    #content .section .OutLine {
        padding-top: 50px;
    }
    #content .section .name {
        float: left;
        width: 30%;
        padding-left: 50px;
        background: url(.././img/left_back.png) no-repeat left bottom;
    }
    #content .section.section__1st .column {
        width: 70%;
        padding-right: 5%;
    }
    /* -- COMPANY VISIN (ë‘ë²ˆì§¸ ì„¹ì…˜) -- */
    #content .section.section__2nd {
        height: 520px;
    }
    #content .section.section__2nd .column {
        width: 70%;
    }
    #content .section.section__2nd .column .column_1 {
        width: 65%;
        padding: 15px 0;
    }
    #content .section.section__2nd .column .first_depth > li {
        padding-left: 30px;
    }
    #content .section.section__2nd .column .two_depth li img {
        width: 50px;
    }
    /* COMPANY NOTICE ì„¹ì…˜ */
    #content .section.section__3rd {
        background-size: 1300px;
        height: 640px;
    }
    #content .section.section__3rd .OutLine .notice_area {
        margin-top: 217px;
        height: 372px;
        padding-top: 40px;
    }
    #content .section.section__3rd .OutLine .notice_area .box {
        width: 50%;
    }
    #content .section.section__3rd .OutLine .notice_area .box .left {
        width: 25%;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right {
        padding-right: 30px;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right .sub_box {
        padding: 12px 13px;
    }
    #content .section .notice_area .box .right .sub_box .left {
        width: 50%;
        border-right: 1px solid #ccc;
    }
    #content .section .notice_area .box .right .sub_box .right {
        width: 50%;
        padding-left: 20px;
        padding-right: 0;
    }
    /* COMPANY NETWORK ì„¹ì…˜ */
    #content .section.section__4th {
        height: 450px;
    }
    #content .section.section__4th .OutLine .column {
        width: 70%;
    }
    /* íƒ­ ë²„íŠ¼ */
    #content .section.section__4th .OutLine .column ul.tabs li {
        width: 150px;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }
    #content .section .OutLine .column .tab_container .tab_content ul li {
        padding-right: 3px;
    }
    /* ----- SUB PAGE COMMON (ì„œë¸ŒíŽ˜ì´ì§€ ê³µí†µ) ----- */
    #sub_visual_area {
        height: 382px;
    }
    /* SUB VISUAL */
    /* SUB TITLE */
    #sub_visual_area #Sub_Title_area {
        top: 190px;
    }
    #sub_visual_area #Sub_Title_area .OutLine .first_title {
        font-size: 36px;
    }
    #sub_visual_area #Sub_Title_area .OutLine .second_title {
        font-size: 16px;
    }
    /* SUB MENU > */
    #sub_visual_area #Sub_Menu_area {
        height: 65px;
    }
    #sub_visual_area #Sub_Menu_area .OutLine {
        width: 98%;
    }
    /* SUB MENU > ì™¼ìª½ ì˜ì—­ */
    #Sub_Menu_area .OutLine .Left_side {
        padding-left: 0px;
    }
    /* SUB MENU > ì˜¤ë¥¸ìª½ ì˜ì—­ */
    #Sub_Menu_area .OutLine .Right_side ul.sub_menu li a {
        line-height: 65px;
    }
    /* CONTENTS PAGE (ì½˜í…ì¸  íŽ˜ì´ì§€) */
    #sub_content .section {
        width: 100%;
        height: auto;
    }
    #sub_content .section .OutLine {
        height: auto;
    }
    #sub_content .section.section__1st .OutLine {
        height: 160px;
    }
    #sub_content .section.section__1st .OutLine .Side a span {
        font-size: 14px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1),
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) {
        width: 130px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1) a,
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) a {
        padding-top: 60px;
    }
    #sub_content .section.section__1st .OutLine .Center .kor {
        font-size: 36px;
    }
    #sub_content .section.section__1st .OutLine .Center .eng {
        font-size: 16px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1) a {
        background-size: 90px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) a {
        background-size: 90px;
    }
    /* ----- SUB PAGE (ì„œë¸ŒíŽ˜ì´ì§€) ----- */
    /* ì¸ì‚¬ë§ */
    .greeting .section__2nd .OutLine .first_line .left {
        background-size: 70%;
    }
    .greeting .section__3rd .OutLine {
        height: 303px;
    }
    .greeting .section__3rd .OutLine .left {
        height: 303px;
        padding: 70px 0 50px;
    }
    .greeting .section__3rd .OutLine .right {
        height: 303px;
    }
    /* ì—°í˜ (HISTORY) */
    .history .OutLine .back_img .content_box .con_title {
        font-size: 45px;
    }
    .history .OutLine .back_img .content_box .con_sub {
        font-size: 16px;
    }
    /* ì—°í˜_í•˜ë¶€ */
    .history2 .OutLine .line .half_box table tr td.content {
        word-break: keep-all;
    }
    .history2 .OutLine .line .half_box table tr td.year {
        font-size: 28px;
    }
    .history2 .OutLine .line .half_box table.left tr td.year {
        padding-left: 20px;
        padding-right: 30px;
    }
    .history2 .OutLine .line .half_box table.left tr td.year::after {
        top: 10px;
        background-size: 26px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year {
        padding-left: 30px;
        padding-right: 20px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year::before {
        top: 10px;
        left: -10px;
        background-size: 26px;
    }
    /* WORK SPACE(ì‹œì„¤í˜„í™©) */
    .workSpace1 .OutLine .left_Side .title::after {
        width: 48%;
    }
    .workSpace1 .OutLine .left_Side .title .area {
        font-size: 24px;
    }
    .workSpace1 .OutLine .left_Side .title .area span {
        font-size: 24px;
    }
    /* ì˜¤ì‹œëŠ” ê¸¸ */
    /* -- ì‚¬ì—…ì˜ì—­ -- */
    /* ë¹„ìž„ìƒCRO ì‚¬ì—… */
    .section.business {
        height: 480px !important;
    }
    .section.business .OutLine.Pc .messageBox {
        left: 15px;
    }
    .section.business .OutLine.Pc .image_pc {
        left: 42%;
    }
    .section.business .OutLine.Pc .image_pc img {
        max-width: 650px;
    }
    .m_biz {
        display: none;
    }
    .business1 .OutLine .left::before {
        top: 20px;
        left: 20px;
        width: 90%;
        height: 90%;
    }
    .business1 .OutLine .left img {
        width: 90%;
        max-width: 395px;
        z-index: 1000;
    }
    .business1 .OutLine .right .title {
        padding: 45px 0 20px;
    }
    .business2 .OutLine .color_box .box1::after {
        height: 90%;
        left: 5px;
        top: 25px;
    }
    .business2 .OutLine .color_box .sub_box .message {
        font-size: 20px;
        padding-left: 15px;
        line-height: 1.3em;
    }
    .biz_popup {
        width: 1000px;
    }
    /* ë°”ì´ì˜¤ì»¨ì„¤íŒ… ì‚¬ì—… */
    .consulting .boxLayout div.box {
        padding: 50px 25px;
    }
    .consulting .boxLayout .box .title .left {
        width: 30%;
        text-align: center;
        padding-right: 0px;
    }
    .consulting .boxLayout .box .title .right {
        width: 70%;
    }
    .consulting .boxLayout .box .title .right .kor {
        font-size: 22px;
    }
    .consulting2 {
        min-height: 350px;
    }
    .consulting2 .OutLine {
        position: relative;
        /* min-height: 350px;  */
        min-height: 680px; /* 20210310 - modify (HSG) */
    }
    .consulting2 .message_Box {
        position: absolute;
        top: 100px;
        left: 20px;
        width: 40%; /* 20210310 - modify (HSG) */
        height: auto;
    }
    /* 20210310 - modify (HSG) */
    .consulting2 .OutLine .permit_Box_Pc { top: 60px; right: 15px;  }
    .consulting2 .OutLine .permit_Box_Pc > div { width: calc(33.33% - 5px); }
    /* .consulting2 .OutLine .permit_Box_Pc .left { margin-right: 15px; } */
    .consulting2 .OutLine .permit_Box_Pc .left table tr td img { width: 170px; }
    /* // 20210310 - modify (HSG) */
    .consulting2 .OutLine .permit_Box_Pc .left table tr td.name {
        font-size: 14px;
    }
    /* ë°˜ë ¤ë™ë¬¼ ì‚¬ì—… */
    .section.pet_biz .message1 {
        padding-bottom: 70px;
    }
    .section.pet_biz .message2 .out_Box {
        width: 80%;
        height: 120px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box {
        height: 120px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right {
        font-size: 17px;
        line-height: 1.5em;
    }
    .pet_biz1 {
        height: 360px;
    }
    .pet_biz1 .message1 {
        font-size: 34px;
        padding-top: 20px;
    }
    .pet_biz1 .message1 span {
        font-size: 34px;
    }
    .pet_biz1 .message2 {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .pet_biz1 .company_outline .box {
        padding: 0 20px;
    }
    .pet_biz1 .company_outline .box .product img {
        max-width: 150px;
    }
    .pet_biz1 .company_outline .box .name {
        padding-top: 10px;
        font-size: 15px;
    }
    .pet_biz1 .company_outline .box .name span {
        font-size: 18px;
    }
    .pet_biz2 .column .Out_Box .left i {
        font-size: 34px;
    }
    .pet_biz2 .column .Out_Box .right .title {
        font-size: 20px;
    }
    .pet_biz2 .column .Out_Box:nth-child(1) .right {
        background-size: 80px;
        background-position-x: 25px;
    }
    .pet_biz2 .column .Out_Box .right .message li {
        font-size: 14px;
        text-indent: -19px;
        padding-left: 25px;
    }
    /* ----- INVESTMENT (íˆ¬ìžì •ë³´) ----- */
    /* ì£¼ê°€ì •ë³´ */


    /* ìž¬ë¬´ì •ë³´ */


    /* ê³µì‹œì •ë³´ */


    /* ìžë£Œì‹¤ */
    .dataRoom .Box_wrap .box {
        padding: 30px 20px;
        margin-bottom: 15px;
    }
    /* PAGE NUMBER (íŽ˜ì´ì§€ ë„˜ë²„-ê³µí†µ) */
    /* ----- ONLINE QnA (ì˜¨ë¼ì¸ ìƒë‹´) ----- */
    .section.onlineQna {
        margin-bottom: 100px;
    }
    .onlineQna .pcVersion tr th:nth-child(1) {
        width: 8%;
    }
    .onlineQna .pcVersion tr th:nth-child(3) {
        width: 50%;
    }
    .onlineQna .pcVersion tr th:nth-child(4) {
        width: 8%;
    }
    .onlineQna .pcVersion tbody tr td:nth-child(3) .title_outline a {
        max-width: 80%;
    }
    /* ONLINE QNA SUB PAGE */
    /* ONLINE QNA INPUT (ì˜¨ë¼ì¸ ìƒë‹´ë¬¸ì˜) */
    .request .request_wrap .item_1 {
        padding-right: 30px;
    }
    .request .request_wrap .item_2 {
        padding-left: 30px;
    }
    /* --- NEWS (ë…¸í„°ìŠ¤ ë‰´ìŠ¤) --- */
    .knotusNews .newsTable tr.contentBar td.news_column {
        padding: 15px 0 15px 21%;
    }
    /* ----- HR (ì¸ìž¬ì±„ìš©) ----- */
    .hr_1 .content::before {
        width: 60px;
    }
    .hr_2 .content::before {
        width: 130px;
    }
    .hr_3 .content::before, .hr_4 .content::before {
        width: 80px;
    }
    .hr .content .Left span.title {
        font-size: 22px;
    }
    .hr_1 .content .Right .outbox {
        padding-right: 70px;
    }
    .hr_2 .content .Right .box img.pc {
        display: inline-block;
        padding: 0 20px;
    }
    .hr_3 .content .Right .box .in_Box {
        padding: 20px 10px 20px 10px;
    }
    .hr_3 .content .Right .box .in_Box .Left_S {
        text-align: left;
    }
    .hr_3 .content .Right .box .in_Box .Left_S img {
        width: 80%;
    }
    .hr_3 .content .Right .box .in_Box .Right_S {
        padding: 5px 0px 5px 0px;
    }
    .hr_3 .content .Right .box .in_Box .Right_S .sub_title {
        font-size: 18px;
    }
    .hr_3 .content .Right .box .in_Box .Right_S .sub_con {
        font-size: 14px;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(2) {
        width: 8%;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(4) {
        width: 10%;
    }
    .hr_4 .content .Right .box .hr_table tr td.title span {
        max-width: 95%;
    }
    /* --- í°íŠ¸ í¬ê¸° (FONT SIZE) --- */
    .fs_60 {
        font-size: 4.688vw;
    }
    .fs_48 {
        font-size: 3.750vw;
    }
    .fs_40 {
        font-size: 3.125vw;
    }
    .fs_36 {
        font-size: 2.813vw;
    }
    .fs_30 {
        font-size: 30px;
    }
    .fs_24 {
        font-size: 1.875vw;
    }
    .fs_20 {
        font-size: 2.031vw;
    }
    .fs_18 {
        font-size: 1.406vw
    }
    .fs_16 {
        font-size: 16px;
    }
    .fs_15 {
        font-size: 15px;
    }
    .fs_14 {
        font-size: 1.094vw
    }
    .fs_13 {
        font-size: 13px;
    }
    .fs_12 {
        font-size: 12px;
    }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
    .OutLine {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* ----- Home (index) ----- */
    #main_visual_area {
        height: 510px;
    }
    #header {
        display: none;
    }
    #M_header {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        -webkit-user-select: none;
        -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        z-index: 2000;
    }
    #M_header > .OutLine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
    }
    #M_header > .OutLine .ci a img{
        width: 180px;
    }
    #M_header > .OutLine .m_site_map {
        width: 36px;
        height: 36px;
        position: relative;
        text-align: center;
        padding-top: 2px;
    }
    #M_header > .OutLine .m_site_map .row .three {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #ecf0f1;
        text-align: center;
        width: 36px;
        height: 36px;
    }
    #M_header > .OutLine .m_site_map .row .col {
        display: block;
        float:left;
    }
    /* CLEARFIX */
    .cf:before, .cf:after {
        content: " ";
        display: table;
    }
    .cf:after {
        clear: both;
    }
    .cf {
        *zoom: 1;
    }
    /* ALL */
    #M_header > .OutLine .m_site_map .row .col .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }
    #M_header > .OutLine .m_site_map .row .col .hamburger:hover {
        cursor: pointer;
    }
    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
                transform: translateY(9px) rotate(45deg);
    }
    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
                transform: translateY(-9px) rotate(-45deg);
    }
    #header__modal {
        display: none;
    }
    #M_header__modal {
        position: fixed;
        top: 0px;
        left: 0;
        width: 70%;
        height: 100vh;
        z-index: 5000;
        background-color: #fff;
        display: none;
        -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
                box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    }
    #M_header__modal .m_lang_box {
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px;
    }
    #M_header__modal .m_lang_box a {
        display: inline-block;
        border-radius: 54px;
        text-decoration: none;
        font-size: 2.813vw;
        font-weight: 500;
        padding: 5px 25px;
        color: #fff;
    }
    #M_header__modal .m_lang_box a:first-child {
        margin-right: 10px;
        background-color: rgb(69,118,215);
    }
    #M_header__modal .m_lang_box a:last-child {
        background-color: rgb(204,204,204);
    }
    #M_header__modal .m_modal_menu_box {
        height: 90%;
        overflow: auto;
        -webkit-overflow-scrolling:touch;
        padding-bottom: 100px;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li {
        border-bottom: 2px solid #fff;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 500;
        font-size: 3.750vw;
        cursor: pointer;
        color: #fff;
        background-color: #333333;
        position: relative;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li::after {
        position: absolute;
        content: "+";
        font-size: 3.750vw;
        color: rgba(255,255,255,0.8);
        right: 4.688vw;
        top: 20%;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li.on {
        background-color: rgb(69,118,215);
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 {
        display: none;
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 li {
        padding-left: 20px;
        border: 1px solid #fff;
        background-color: #e7e7e7;
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #454545;
        font-weight: 400;
        font-size: 3.594vw;
        text-decoration: none;
    }
    /* -- ê¸°ì—… ë©”ì‹œì§€ -- */
    #main_visual_area #company_message {
        top: 90px;
        left: 20px;
        width: 90%;
        height: 420px;
    }
    #main_visual_area .OutLine #message_box {
        top: 80px;
        left: 5%;
    }
    #main_visual_area .OutLine #message_box .message {
        padding-top: 60px;
    }
    /* ìš°í•˜ë‹¨ Business BOX (1280px ì•„ëž˜ì—ì„œëŠ” ìˆ¨ê¹€ -> í•˜ë‹¨ section ë°©ì‹ìœ¼ë¡œ view */
    #main_visual_area #business_box {
        display: none;
    }
    /* ----- MAIN PAGE CONTENTS ----- */
    /* í•˜ë‹¨ ì„¹ì…˜ (BUSINESS BOX) */
    #content .section.section__0st {
        display: block;
        height: auto;
        background-color: rgb(64,111,206);
        overflow: hidden;
    }
    #content .section.section__0st .biz_box {
        float: left;
        width: 50%;
        padding: 40px 40px 10px 40px;
    }
    #content .section.section__0st .biz_box a {
        text-decoration: none;
    }
    #content .section.section__0st .biz_box.biz_box_1 {
        background-color: #3965cf;
    }
    #content .section.section__0st .biz_box a dl dt {
        font-weight: 500;
        color: #fff;
        padding-bottom: 15px;
    }
    #content .section.section__0st .biz_box a dl dd {
        font-weight: 400;
        color: #fff;
        padding-bottom: 30px;
    }
    #content .section.section__0st .biz_box a dl dd.last {
        background: url(.././img/arrow.png) no-repeat right bottom;
        background-position-y: 55px;
    }
    #content .section.section__0st .biz_box_1 a dl dd.last img {
        width: 52.2px;
    }
    #content .section.section__0st .biz_box_2 a dl dd.last img {
        width: 82.8px;
    }
    /* COMPANY OVERVIEW SECTIOM*/
    #content .section.section__1st {
        height: 300px;
    }
    #content .section.section__1st .OutLine {
        background: none;
    }
    #content .section .OutLine {
        padding-top: 50px;
    }
    #content .section .name {
        float: left;
        width: 30%;
        padding-left: 30px;
        background: url(.././img/left_back.png) no-repeat left bottom;
    }
    #content .section.section__1st .column {
        width: 70%;
        padding-right: 5%;
    }
    /* -- COMPANY VISIN (ë‘ë²ˆì§¸ ì„¹ì…˜) -- */
    #content .section.section__2nd {
        height: 520px;
    }
    #content .section.section__2nd .column {
        width: 70%;
    }
    #content .section.section__2nd .column .column_1 {
        width: 65%;
        padding: 15px 0;
    }
    #content .section.section__2nd .column .first_depth {
        background-size: 10px;
    }
    #content .section.section__2nd .column .first_depth > li {
        padding-left: 20px;
        background-size: 10px;
    }
    #content .section.section__2nd .column .two_depth li img {
        width: 50px;
    }
    /* COMPANY NOTICE ì„¹ì…˜ */
    #content .section.section__3rd {
        background-size: 1050px;
        height: 568px;
    }
    #content .section.section__3rd .name {
		display:none;
        float: left;
        width: 27.3%;
        padding-left: 30px;
        background: url('.././img/notice_left_back.png') no-repeat left bottom;
    }
    #content .section.section__3rd .white_back {
        display: none;
    }
    #content .section.section__3rd .OutLine .notice_area {
        margin-top: 200px;
        height: 300px;
        padding-top: 40px;
    }
    #content .section.section__3rd .OutLine .notice_area .box {
        width: 50%;
    }
    #content .section.section__3rd .OutLine .notice_area .box .left {
        width: 25%;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right {
        padding-right: 20px;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right .sub_box {
        padding: 12px 13px;
    }
    #content .section .notice_area .box .right .sub_box .left {
        width: 50%;
        border-right: 1px solid #ccc;
    }
    #content .section .notice_area .box .right .sub_box .right {
        width: 50%;
        padding-left: 20px;
        padding-right: 0;
    }
    /* NEWS ë°•ìŠ¤ */
    #content .section.section__3rd .OutLine .notice_area .news_box .right .sub_box {
        padding: 15px 13px;
    }
    /* COMPANY NETWORK ì„¹ì…˜ */
    #content .section.section__4th {
        height: 400px;
    }
    #content .section.section__4th .OutLine .column {
        width: 70%;
    }
    /* íƒ­ ë²„íŠ¼ */
    #content .section.section__4th .OutLine .column ul.tabs li {
        width: 150px;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }
    #content .section .OutLine .column .tab_container .tab_content ul li {
        padding-right: 3px;  /* ì¶”ê°€ë¨ */
    }
    /* ----- SUB PAGE COMMON (ì„œë¸ŒíŽ˜ì´ì§€ ê³µí†µ) ----- */
    #sub_visual_area {
        height: 306px;
    }
    /* SUB VISUAL */
    /* SUB TITLE */
    #sub_visual_area #Sub_Title_area {
        top: 140px;
    }
    #sub_visual_area #Sub_Title_area .OutLine .first_title {
        font-size: 32px;
    }
    #sub_visual_area #Sub_Title_area .OutLine .second_title {
        font-size: 14px;
    }
    /* SUB MENU > */
    #sub_visual_area #Sub_Menu_area {
        height: 55px;
    }
    #sub_visual_area #Sub_Menu_area .OutLine {
        width: 98%;
    }
    /* SUB MENU > ì™¼ìª½ ì˜ì—­ */
    #Sub_Menu_area .OutLine .Left_side {
        padding-left: 0px;
    }
    #Sub_Menu_area .OutLine .Left_side ul li {
        padding: 0 20px 0 15px;
    }
    #Sub_Menu_area .OutLine .Left_side ul li:first-child {
        font-size: 16px;
    }
    /* SUB MENU > ì˜¤ë¥¸ìª½ ì˜ì—­ */
    #Sub_Menu_area .OutLine .Right_side ul.sub_menu li a {
        font-size: 16px;
        line-height: 60px;
        padding: 0 20px;
    }
    /* CONTENTS PAGE (ì½˜í…ì¸  íŽ˜ì´ì§€) */
    #sub_content .section {
        width: 100%;
        height: auto;
    }
    #sub_content .section .OutLine {
        height: auto;
    }
    #sub_content .section.section__1st .OutLine {
        height: 150px;
    }
    #sub_content .section.section__1st .OutLine .Side a span {
        font-size: 14px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1),
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) {
        width: 135px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1) a,
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) a {
        padding-top: 60px;
    }
    #sub_content .section.section__1st .OutLine .Center .kor {
        font-size: 34px;
        padding-bottom: 0px;
    }
    #sub_content .section.section__1st .OutLine .Center .eng {
        font-size: 14px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1) a {
        background-size: 70px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) a {
        background-size: 70px;
    }
    /* ----- SUB PAGE (ì„œë¸ŒíŽ˜ì´ì§€) ----- */
    /* ì¸ì‚¬ë§ */
    .greeting .section__2nd .OutLine .first_line .left {
        background: none;
    }
    .greeting .section__3rd .OutLine {
        height: 253px;
    }
    .greeting .section__3rd .OutLine .left {
        height: 253px;
        padding: 40px 0 40px;
    }
    .greeting .section__3rd .OutLine .left::before {
        height: 30px;
    }
    .greeting .section__3rd .OutLine .left .message {
        width: 90%;
    }
    .greeting .section__3rd .OutLine .right {
        height: 253px;
    }
    /* ì—°í˜ (HISTORY) */
    .history .OutLine .back_img .content_box .con_title {
        font-size: 35px;
    }
    .history .OutLine .back_img .content_box .con_sub {
        font-size: 14px;
    }
    /* ì—°í˜_í•˜ë¶€ */
    .history2 .OutLine .line .half_box table tr td.content {
        word-break: keep-all;
    }
    .history2 .OutLine .line .half_box table tr td.month {
        font-size: 16px;
    }
    .history2 .OutLine .line .half_box table tr td.year {
        font-size: 24px;
    }
    .history2 .OutLine .line .half_box table.left tr td.year {
        padding-left: 10px;
        padding-right: 30px;
    }
    .history2 .OutLine .line .half_box table.left tr td.year::after {
        top: 9px;
        background-size: 26px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year {
        padding-left: 30px;
        padding-right: 10px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year::before {
        top: 9px;
        left: -10px;
        background-size: 26px;
    }
    /* WORK SPACE(ì‹œì„¤í˜„í™©) */
    .workSpace1 .OutLine .left_Side {
        display: none;
    }
    .workSpace1 .OutLine .right_Side {
        width: 100%;
    }
    .workSpace1 .OutLine .right_Side .tabs li {
        width: 50%;
        padding: 15px 0;
        font-size: 18px;
        font-weight: 400;
        color: #666;
        border: 1px solid #ccc;
    }
    /* ì˜¤ì‹œëŠ” ê¸¸ */
    .conTactus .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(1) {
        text-align: left;
        padding-left: 20px;
    }
    /* -- ì‚¬ì—…ì˜ì—­ -- */
    /* ë¹„ìž„ìƒCRO ì‚¬ì—… */
    .section.business {
        height: 400px !important;
    }
    .section.business .OutLine.Pc .messageBox {
        left: 15px;
    }
    .section.business .OutLine.Pc .messageBox .message1 {
        font-size: 28px;
    }
    .section.business .OutLine.Pc .messageBox .message2 {
        font-size: 28px;
    }
    .section.business .OutLine.Pc .messageBox .message3 {
        font-size: 14px;
    }
    .section.business .OutLine.Pc .image_pc {
        left: 42%;
    }
    .section.business .OutLine.Pc .image_pc img {
        max-width: 650px;
    }
    .m_biz {
        display: none;
    }
    .business1 .OutLine .left {
        width: 25%;
        margin-right: 1%;
    }
    .business1 .OutLine .left::before {
        top: 20px;
        left: 20px;
        width: 90%;
        height: 80%;
    }
    .business1 .OutLine .left img {
        width: 90%;
        max-width: 395px;
    }
    .business1 .OutLine .right {
        width: 73%;
    }
    .business1 .OutLine .right .title {
        font-size: 20px;
        padding: 10px 0 5px;
    }
    .business1 .OutLine .right .title span {
        font-size: 20px;
    }
    .business1 .OutLine .right .title span::before {
        width: 55px;
    }
    .business2 .OutLine .section_title {
        font-size: 28px;
    }
    .business2 .OutLine .section_title span {
        font-size: 28px;
    }
    .business2 .OutLine .section_sub {
        font-size: 14px;
    }
    .business2 .OutLine .color_box .box1::after {
        height: 90%;
        left: 5px;
        top: 25px;
    }
    .business2 .OutLine .color_box .sub_box .message {
        font-size: 16px;
        line-height: 1.4em;
        padding-left: 15px;
    }
    .business2 .OutLine .color_box .sub_box .message span {
        font-size: 14px;
    }
    .biz_popup {
        width: 750px;
    }
    .biz_popup .popcon {
        -webkit-overflow-scrolling:touch;
    }
    /* table area */
    .biz_popup .popcon table {
        width: 930px;
    }
    /* ë°”ì´ì˜¤ì»¨ì„¤íŒ… ì‚¬ì—… */
    .consulting .message1 {
        font-size: 28px;
    }
    .consulting .message1 span {
        font-size: 28px;
    }
    .consulting .message2 {
        font-size: 20px;
    }
    .consulting .message3 span {
        width: 500px;
        padding: 15px 10px;
        font-size: 22px;
    }
    .consulting .boxLayout div.box {
        padding: 15px 25px 15px 10px;
        background-position-y: 66%;
        background-size: 12px;
    }
    .consulting .boxLayout .box .title .left {
        width: 30%;
        text-align: center;
        padding-right: 0px;
    }
    .consulting .boxLayout .box .title .left i {
        font-size: 38px;
    }
    .consulting .boxLayout .box .title .right {
        width: 70%;
    }
    .consulting .boxLayout .box .title .right .kor {
        font-size: 20px;
    }
    .consulting .boxLayout .box .content {
        height: 250px;
    }
    .consulting .boxLayout .box .content .box1 {
        width: 49%;
        margin-bottom: 5px;
        padding: 15px 0;
        font-size: 12px;
    }
    .consulting .boxLayout .box .content .box2 {
        padding: 15px 0;
        font-size: 14px;
    }
    .consulting2 {
        min-height: 350px;
    }
    .consulting2 .OutLine {
        position: relative;
        /* min-height: 350px; */
        min-height: 640px; /* 20210310 - modify (HSG) */
    }
    .consulting2 .message_Box {
        position: absolute;
        top: 80px;
        left: 20px;
        width: 45%;
        height: auto;
    }
    .consulting2 .message_Box .message_1 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .consulting2 .message_Box .message_1 span {
        font-size: 24px;
    }
    .consulting2 .message_Box .message_3 {
        font-size: 14px;
    }
    /* 20210310 - modify (HSG) */
    .consulting2 .OutLine .permit_Box_Pc { top: 80px; right: 15px; }
    /* // 20210310 - modify (HSG) */
    .consulting2 .OutLine .permit_Box_Pc .left {
        margin-right: 5px;
    }
    .consulting2 .OutLine .permit_Box_Pc .left table tr td img {
        width: 150px;
    }
    .consulting2 .OutLine .permit_Box_Pc .left table tr td.name {
        font-size: 14px;
    }
    /* ë°˜ë ¤ë™ë¬¼ ì‚¬ì—… */
    .section.pet_biz .message1 {
        font-size: 24px;
        padding-bottom: 70px;
    }
    .section.pet_biz .message1 span {
        font-size: 30px;
    }
    .section.pet_biz .message2 .out_Box {
        width: 85%;
        height: 110px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box {
        height: 110px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right {
        font-size: 14px;
        line-height: 1.5em;
    }
    .pet_biz1 {
        height: 360px;
    }
    .pet_biz1 .message1 {
        font-size: 28px;
        padding-top: 20px;
    }
    .pet_biz1 .message1 span {
        font-size: 28px;
    }
    .pet_biz1 .message2 {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .pet_biz1 .company_outline .box {
        padding: 0 20px;
    }
    .pet_biz1 .company_outline .box .product img {
        max-width: 150px;
    }
    .pet_biz1 .company_outline .box .name {
        padding-top: 10px;
        font-size: 14px;
    }
    .pet_biz1 .company_outline .box .name span {
        font-size: 16px;
    }
    .pet_biz2 .column .Out_Box .left i {
        font-size: 26px;
    }
    .pet_biz2 .column .Out_Box .right {
        padding-left: 10px;
    }
    .pet_biz2 .column .Out_Box .right .title {
        font-size: 16px;
    }
    .pet_biz2 .column .Out_Box:nth-child(1) .right {
        background-size: 80px;
        background-position-x: 25px;
    }
    .pet_biz2 .column .Out_Box .right .message li {
        font-size: 11px;
        text-indent: -19px;
        padding-left: 25px;
    }
    /* ----- INVESTMENT (íˆ¬ìžì •ë³´) ----- */
    /* ì£¼ê°€ì •ë³´ */


    /* ìž¬ë¬´ì •ë³´ */


    /* ê³µì‹œì •ë³´ */


    /* ìžë£Œì‹¤ */
    .dataRoom .Box_wrap .box {
        width: 49%;
        padding: 30px 30px;
        margin-bottom: 15px;
    }
    /* PAGE NUMBER (íŽ˜ì´ì§€ ë„˜ë²„-ê³µí†µ) */
    /* ----- ONLINE QnA (ì˜¨ë¼ì¸ ìƒë‹´) ----- */
    .section.onlineQna {
        margin-bottom: 100px;
    }
    .onlineQna .pcVersion tr th:nth-child(1) {
        width: 8%;
    }
    .onlineQna .pcVersion tr th:nth-child(2) {
        width: 12%;
    }
    .onlineQna .pcVersion tr th:nth-child(3) {
        width: 42%;
    }
    .onlineQna .pcVersion tr th:nth-child(4) {
        width: 10%;
    }
    .onlineQna .pcVersion tr th:nth-child(5) {
        width: 14%;
    }
    .onlineQna .pcVersion tr th:nth-child(6) {
        width: 14%;
    }
    .onlineQna .pcVersion tbody tr td {
        font-size: 14px;
    }
    .onlineQna .pcVersion tbody tr td:nth-child(3) .title_outline a {
        font-size: 14px;
        max-width: 75%;
    }
    .onlineQna .pcVersion tbody tr td:nth-child(3) .title_outline span.lock i {
        font-size: 14px;
    }
    .onlineQna .pcVersion tr td span.wait {
        font-size: 12px;
    }
    .onlineQna .pcVersion tr td span.clear {
        font-size: 12px;
    }
    .onlineQna .input_box .input_button {
        font-size: 14px;
    }
    /* ONLINE QNA SUB PAGE */
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .biz {
        font-size: 18px;
        min-width: 150px;
        max-width: 40%;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .title {
        font-size: 20px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .name {
        font-size: 14px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .date {
        font-size: 14px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .wait {
        font-size: 14px;
        width: 70px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .clear {
        font-size: 14px;
        width: 70px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex_col .q_title {
        width: 20%;
        font-size: 20px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex_col .q_column {
        width: 80%;
        font-size: 16px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .answer_info .date {
        font-size: 14px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .answer_info .manager {
        font-size: 14px;
    }
    .section.qnaSub .OutLine .button_Box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .section.qnaSub .OutLine .button_Box > div {
        margin: 0 5px;
        padding: 6px 20px;
        background-color: #f6f6f6;
        cursor: pointer;
    }
    .section.qnaSub .OutLine .button_Box > div i {
        display: inline-block;
        padding-left: 10px;
        font-size: 16px;
        font-weight: 300;
    }
    .section.qnaSub .OutLine .button_Box .delete {
        border: 1px solid #ccc;
    }
    .section.qnaSub .OutLine .button_Box .modify {
        border: 1px solid #ccc;
    }
    .section.qnaSub .OutLine .button_Box .confirm {
        border: 1px solid #3965cf;
        color: #fff;
        background-color: #3965cf;
        font-size: 16px;
        font-weight: 300;
    }
    /* ONLINE QNA INPUT (ì˜¨ë¼ì¸ ìƒë‹´ë¬¸ì˜) */
    .request .request_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .request .request_wrap .item_1 {
        width: 100%;
        padding-right: 0px;
    }
    .request .request_wrap .item_1 .title {
        padding-top: 10px;
        border-top: 2px solid #333;
    }
    .request .request_wrap .item_2 {
        width: 100%;
        padding-left: 0px;
        border-left: 0px solid #ccc;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 40px;
    }
    /* --- NEWS (ë…¸í„°ìŠ¤ ë‰´ìŠ¤) --- */
    .knotusNews .newsTable tr.contentBar td.news_column {
        padding: 15px 0 15px 21%;
    }
    .knotusNews .newsTable tr td.title {
        overflow: hidden;
        background-color: #fff;
    }
    .knotusNews .newsTable tr td.title span {
        display: inline-block;
        max-width: 90%;
        padding-right: 35px;
    }
    .knotusNews .newsTable tr td.file span {
        padding: 5px 30px 5px 5px;
    }
    /* ----- HR (ì¸ìž¬ì±„ìš©) ----- */
    .hr_1 .content::before {
        width: 60px;
    }
    .hr_2 .content::before {
        width: 130px;
    }
    .hr_3 .content::before, .hr_4 .content::before {
        width: 80px;
    }
    .hr .content .Left {
        width: 20%;
    }
    .hr .content .Left span.title {
        font-size: 22px;
    }
    .hr .content .Right {
        width: 80%;
    }
    .hr_1 .content .Right .outbox {
        padding-right: 30px;
    }
    .hr_1 .content .Right .outbox .box {
        padding-left: 15px;
    }
    .hr_1 .content .Right .outbox .box span img {
        width: 60px;
    }
    .hr_1 .content .Right .outbox .box .sub_title {
        font-size: 18px;
    }
    .hr_1 .content .Right .outbox .box_3 {
        font-size: 12px;
        padding-top: 15px;
        word-break: break-all;
    }
    .hr_2 .content .Right .box img.pc {
        display: inline-block;
        padding: 0 20px;
    }
    .hr_3 .content .Right .box .in_Box {
        padding: 10px 5px 10px 5px;
    }
    .hr_3 .content .Right .box .in_Box .Left_S {
        text-align: left;
        width: 30%;
    }
    .hr_3 .content .Right .box .in_Box .Left_S img {
        width: 90%;
    }
    .hr_3 .content .Right .box .in_Box .Right_S {
        padding: 5px 0px 5px 0px;
    }
    .hr_3 .content .Right .box .in_Box .Right_S .sub_title {
        font-size: 16px;
    }
    .hr_3 .content .Right .box .in_Box .Right_S .sub_con {
        font-size: 12px;
    }
    .hr_4 .content .Right .box .hr_table tr th {
        font-size: 15px;
    }
    .hr_4 .content .Right .box .hr_table tr td {
        font-size: 14px;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(2) {
        width: 10%;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(4) {
        width: 10%;
    }
    .hr_4 .content .Right .box .hr_table tr td.notice span {
        font-size: 10px;
    }
    .hr_4 .content .Right .box .hr_table tr td.title span {
        font-size: 14px;
        max-width: 95%;
    }
    .hr_4 .content .Right .box .hr_table tr td.type,
    .hr_4 .content .Right .box .hr_table tr td.area {
        font-size: 14px;
    }
    /* --- í°íŠ¸ í¬ê¸° (FONT SIZE) --- */
    .fs_60 {
        font-size: 4.688vw;
    }
    .fs_48 {
        font-size: 3.750vw;
    }
    .fs_40 {
        font-size: 3.125vw;
    }
    .fs_36 {
        font-size: 2.813vw;
    }
    .fs_30 {
        font-size: 30px;
    }
    .fs_24 {
        font-size: 2.344vw;
    }
    .fs_20 {
        font-size: 2.031vw;
    }
    .fs_18 {
        font-size: 1.406vw
    }
    .fs_16 {
        font-size: 1.563vw;
    }
    .fs_15 {
        font-size: 14px;
    }
    .fs_14 {
        font-size: 1.094vw
    }
    .fs_13 {
        font-size: 13px;
    }
    .fs_12 {
        font-size: 12px;
    }
}

/* ëª¨ë°”ì¼ */

/* ---------- ëª¨ë°”ì¼ ---------- */
@media all and (max-width: 768px) {

.contents1 .c1_right img {top: 40%; width: 50%;}

    .OutLine {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* ----- Home (index) ----- */
    #main_visual_area {
        height: 520px;
    }
    #header {
        display: none;
    }
    #M_header {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        -webkit-user-select: none;
        -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        z-index: 2000;
        background-color: rgb(69,118,215);
    }
    #M_header > .OutLine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
    }
    #M_header > .OutLine .ci a img{
        width: 160px;
    }
    #M_header > .OutLine .m_site_map {
        width: 36px;
        height: 36px;
        position: relative;
        text-align: center;
        padding-top: 2px;
    }
    #M_header > .OutLine .m_site_map .row .three {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #ecf0f1;
        text-align: center;
        width: 36px;
        height: 36px;
    }
    #M_header > .OutLine .m_site_map .row .col {
        display: block;
        float:left;
    }
    /* CLEARFIX */
    .cf:before, .cf:after {
        content: " ";
        display: table;
    }
    .cf:after {
        clear: both;
    }
    .cf {
        *zoom: 1;
    }
    /* ALL */
    #M_header > .OutLine .m_site_map .row .col .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }
    #M_header > .OutLine .m_site_map .row .col .hamburger:hover {
        cursor: pointer;
    }
    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
                transform: translateY(9px) rotate(45deg);
    }
    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
                transform: translateY(-9px) rotate(-45deg);
    }
    #header__modal {
        display: none;
    }
    #M_header__modal {
        position: fixed;
        top: 0px;
        left: 0;
        width: 70%;
        height: 100vh;
        z-index: 5000;
        background-color: #fff;
        display: none;
        -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
                box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    }
    #M_header__modal .m_lang_box {
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px;
    }
    #M_header__modal .m_lang_box a {
        display: inline-block;
        border-radius: 54px;
        text-decoration: none;
        font-size: 2.813vw;
        font-weight: 500;
        padding: 5px 25px;
        color: #fff;
    }
    #M_header__modal .m_lang_box a:first-child {
        margin-right: 10px;
        background-color: rgb(69,118,215);
    }
    #M_header__modal .m_lang_box a:last-child {
        background-color: rgb(204,204,204);
    }
    #M_header__modal .m_modal_menu_box {
        height: 90%;
        overflow: auto;
        -webkit-overflow-scrolling:touch;
        padding-bottom: 100px;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li {
        border: 1px solid #fff;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 500;
        font-size: 3.750vw;
        cursor: pointer;
        color: #fff;
        background-color: #333333;
        position: relative;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li::after {
        position: absolute;
        content: "+";
        font-size: 3.750vw;
        color: rgba(255,255,255,0.8);
        right: 4.688vw;
        top: 30%;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li.on {
        background-color: rgb(69,118,215);
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 {
        display: none;
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 li {
        padding-left: 20px;
        border: 1px solid #fff;
        background-color: #e7e7e7;
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #454545;
        font-weight: 400;
        font-size: 3.594vw;
        text-decoration: none;
    }
    /* ----- í‘¸í„° ì˜ì—­ (FOOTER AREA) ----- */
    #footer_1 {
        height: auto;
    }
    #footer_1 .OutLine ul {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    #footer_1 .OutLine ul li {
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }
    #footer_1 .OutLine ul li:nth-child(1) {
        padding-right: 15px;
        display: none;
    }
    #footer_1 .OutLine ul li:nth-child(2) {
        padding-right: 25px;
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    #footer_1 .OutLine ul li:nth-child(2) span {
        padding-left: 20px;
    }
    #footer_1 .OutLine ul li:nth-child(3) {
        padding: 2px 10px;
        width: 50%;
    }
    #footer_1 .OutLine ul li:nth-child(4) {
        padding: 4px 5px;
        width: 50%;
        border-right: 0px solid #636672;
    }
    #footer_1 .OutLine ul li:nth-child(5) {
        padding: 4px 10px;
        width: 50%;
    }
    #footer_1 .OutLine ul li:nth-child(6) {
        padding: 4px 10px;
        width: 50%;
    }
    #footer_1 .OutLine ul li:nth-child(2) {
        border-right: 0px solid #636672;
    }
    #footer_1 .OutLine ul li:nth-child(3) {
        border-right: 1px solid #636672;
    }
    #footer_2 {
        height:auto;
        padding: 10px 0;
        text-align: center;
        padding-bottom: 50px;
    }
    #footer_2 .OutLine ul li {
        -ms-flex-item-align: center;
            align-self: center;
        line-height: 1.4em;
        text-align: center;
    }
    #footer_2 .OutLine ul li:first-child {
        padding-right: 50px;
        display: none;
    }
    #footer_2 .OutLine ul li:last-child {
        display: none;
    }
    #footer_2 .OutLine ul li, #footer_2 .OutLine ul li span,
    #footer_2 .OutLine ul li span a  {
        color: #bebebe;
        font-weight: 400;
    }
    #footer_2 .OutLine ul li select {
        font-size: 11px;
        padding: 10px 20px;
        letter-spacing: 0.5px;
    }
    #footer_2 .OutLine ul li select option {
        font-size: 11px;
        padding: 10px 20px;
    }
    /* 20210415 - add */
    #footer_2 .OutLine ul li.second { padding: 70px 0 0 0; }
    #footer_2 .OutLine ul li.second a { right: auto; left: 50%; top: 10px; transform: translateY(0) translateX(-50%); }
    #footer_2 .OutLine ul li.second a img { width: 50px; height: auto; }
    /* // 20210415 - add */
    /* ----- ONLINE QNA ----- */
    #online_qna {
        left: 10px;
        bottom: 75px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        background-size: 50px;
    }
    #online_qna:hover {
        background-color: #8aa8e4;
    }
    /* -- ê¸°ì—… ë©”ì‹œì§€ -- */
    #main_visual_area #company_message {
        top: 90px;
        left: 20px;
        width: 90%;
        height: 420px;
    }
    #main_visual_area .OutLine #message_box {
        top: 80px;
        left: 5%;
    }
    #main_visual_area .OutLine #message_box .message {
        padding-top: 60px;
    }
    /* ìš°í•˜ë‹¨ Business BOX (1280px ì•„ëž˜ì—ì„œëŠ” ìˆ¨ê¹€ -> í•˜ë‹¨ section ë°©ì‹ìœ¼ë¡œ view */
    #main_visual_area #business_box {
        display: none;
    }
    /* ----- MAIN PAGE CONTENTS ----- */
    /* í•˜ë‹¨ ì„¹ì…˜ (BUSINESS BOX) */
    #content .section.section__0st {
        display: block;
        height: auto;
        background-color: rgb(64,111,206);
        overflow: hidden;
    }
    #content .section.section__0st .biz_box {
        float: left;
        width: 50%;
        padding: 20px 40px 10px 40px;
    }
    #content .section.section__0st .biz_box a {
        text-decoration: none;
    }
    #content .section.section__0st .biz_box.biz_box_1 {
        background-color: #3965cf;
    }
    #content .section.section__0st .biz_box a dl dt {
        font-weight: 500;
        color: #fff;
        padding-bottom: 15px;
    }
    #content .section.section__0st .biz_box a dl dd {
        font-weight: 400;
        color: #fff;
        padding-bottom: 15px;
        line-height: 1.5em;
    }
    #content .section.section__0st .biz_box a dl dd.last {
        background: url(.././img/arrow.png) no-repeat right bottom;
        background-position-y: 55px;
    }
    #content .section.section__0st .biz_box_1 a dl dd.last img {
        width: 52.2px;
    }
    #content .section.section__0st .biz_box_2 a dl dd.last img {
        width: 82.8px;
    }
    /* COMPANY OVERVIEW SECTION (SECTION #1) */
    #content .section.section__1st {
        height: 500px;
    }
    #content .section.section__1st .OutLine {
        /* background: none; */
    }
    #content .section .OutLine {
        padding-top: 50px;
    }
    #content .section .name {
        float: none;
        width: 100%;
        padding-left: 30px;
        background: url(.././img/left_back.png) no-repeat left bottom;
    }
    #content .section .name ul {
        line-height: 1.8em;
    }
    #content .section .name ul li.li_list_1{
        display: inline-block;
    }
    #content .section .name ul li:nth-child(3) {
        padding-bottom: 20px;
    }
    #content .section.section__1st .column {
        float: none;
        width: 100%;
        padding-right: 1%;
        padding-left: 4%;
    }
    /* -- COMPANY VISIN (ë‘ë²ˆì§¸ ì„¹ì…˜) -- */
    #content .section.section__2nd {
        height: 1000px;
    }
    #content .section.section__2nd .OutLine .name ul li br.pc{
        display: none;
    }
    #content .section.section__2nd .column {
        float: none;
        width: 100%;
    }
    #content .section.section__2nd .column .column_1 {
        width: 70%;
        padding: 10px 0;
        border: 3px solid #2b2b2b;
    }
    #content .section.section__2nd .column .first_depth {
        background: url(.././img/m_vision_back_2.png) no-repeat center bottom;
        background-size: 100%;
    }
    #content .section.section__2nd .column .first_depth > li {
        float: none;
        width: 100%;
        padding: 20px;
        background: url(.././img/m_vision_back_2.png) no-repeat center top;
        background-size: 100%;
    }
    #content .section.section__2nd .column .two_depth_1 {
        background: url(.././img/vision_back_3.png) no-repeat left center;
    }
    #content .section.section__2nd .column .two_depth_2 {
        background: url(.././img/vision_back_4.png) no-repeat left center;
    }
    #content .section.section__2nd .column .two_depth_3 {
        background: url(.././img/vision_back_5.png) no-repeat left center;
    }
    #content .section.section__2nd .column .two_depth {
        background-position-x: 25%;
    }
    #content .section.section__2nd .column .two_depth li {
        text-align: left;
        padding-left: 50%;
    }
    #content .section.section__2nd .column .two_depth li.left_only {
        display: none;
    }
    /* COMPANY NOTICE ì„¹ì…˜ */
    #content .section.section__3rd {
        background-size: 1050px;
        height: 1000px;
    }
    #content .section.section__3rd .name {
        float: none;
        width: 90%;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 50px;
        margin-bottom: 10px;
        background: url('.././img/left_back.png') no-repeat left bottom;
        background-position-x: 20px;
        position: absolute;
        left: 0;
        top: 150px;
        background-color: #fff;
    }
    #content .section.section__3rd .name ul li {
        color: #333;
    }
    #content .section.section__3rd .name ul li:nth-child(3) {
        padding-top: 10px;
        color: #333;
        font-weight: 400;
    }
    #content .section.section__3rd .white_back {
        display: none;
    }
    #content .section.section__3rd .OutLine .notice_area {
        margin-top: 240px;
        height: 400px;
        padding-top: 10px;
    }
    #content .section.section__3rd .OutLine .notice_area .box {
        float: none;
        width: 100%;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #content .section.section__3rd .OutLine .notice_area .box .left {
        width: 100%;
        display: inherit;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right .sub_box {
        padding: 12px 13px;
    }
    #content .section .notice_area .box .right .sub_box .left {
        width: 50%;
        border-right: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    #content .section .notice_area .box .right .sub_box .right {
        width: 50%;
        padding-left: 20px;
        padding-right: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: left;
    }
    /* NEWS ë°•ìŠ¤ */
    #content .section.section__3rd .OutLine .notice_area .news_box .right .sub_box {
        padding: 15px 13px;
    }
    #content .section .OutLine .notice_area .news_box .right .sub_box .left {
        width: 20%;
        text-align: center;
        border-right: 0px solid #ccc;
    }
    #content .section .OutLine .notice_area .news_box .right .sub_box .right {
        width: 80%;
        padding-left: 0;
    }
    /* COMPANY NETWORK ì„¹ì…˜ */
    #content .section.section__4th {
        height: auto;
        padding-bottom: 100px;
    }
    #content .section.section__4th .OutLine .name {
        margin-bottom: 30px;
    }
    #content .section.section__4th .OutLine .name ul li br.wide {
        display: none;
    }
    #content .section.section__4th .OutLine .column {
        width: 100%;
    }
    /* íƒ­ ë²„íŠ¼ */
    #content .section.section__4th .OutLine .column ul.tabs li {
        width: 33.3333%;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }
    #content .section .OutLine .column .tab_container .tab_content ul {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-between;
    }
    #content .section .OutLine .column .tab_container .tab_content ul li {
        width: 49%;
        margin-bottom: 3px;
    }
    #content .section .OutLine .column .tab_container #tab1 ul li,
    #content .section .OutLine .column .tab_container #tab2 ul li {
        float: left;
        width: 49%;
    }
    #content .section .OutLine .column .tab_container #tab1 ul li a,
    #content .section .OutLine .column .tab_container #tab2 ul li a {
        padding-right: 0px;
    }
    #content .section .OutLine .column .tab_container .tab_content ul li a img {
        width: 100%;
        max-width: 100%;
        vertical-align: top;
    }
    /* ----- SUB PAGE COMMON (ì„œë¸ŒíŽ˜ì´ì§€ ê³µí†µ) ----- */
    #sub_visual_area {
        height: 419px;
    }
    /* SUB VISUAL */
    #sub_visual_area .company {
        background: url(.././img/sub_visual_m_1.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .business {
        background: url(.././img/sub_visual_m_2.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .stock_info {
        background: url(.././img/sub_visual_m_3.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .online_qna {
        background: url(.././img/sub_visual_m_4.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .pr {
        background: url(.././img/sub_visual_m_5.jpg) no-repeat center;
        background-size: cover;
    }
    /* SUB TITLE */
    #sub_visual_area #Sub_Title_area {
        top: 250px;
    }
    #sub_visual_area #Sub_Title_area .OutLine .first_title {
        font-size: 6.250vw;
    }
    #sub_visual_area #Sub_Title_area .OutLine .second_title {
        font-size: 3.281vw;
    }
    /* SUB MENU > */
    #sub_visual_area #Sub_Menu_area {
        display: none;
    }
    /* SUB MENU > ì™¼ìª½ ì˜ì—­ */
    /* SUB MENU > ì˜¤ë¥¸ìª½ ì˜ì—­ */
    /* CONTENTS PAGE (ì½˜í…ì¸  íŽ˜ì´ì§€) */
    #sub_content {
        min-height: auto;
    }
    #sub_content .section {
        width: 100%;
        height: auto;
    }
    #sub_content .section .OutLine {
        height: auto;
    }
    #sub_content .section.section__1st .OutLine {
        height: auto;
    }
    #sub_content .section.section__1st.ceo .OutLine {
        border-bottom: 0;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1),
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) {
        display: none;
    }
    #sub_content .section.section__1st .OutLine .Center .kor {
        font-size: 6.250vw;
        padding-bottom: 0px;
        padding-top: 20px;
    }
    #sub_content .section.section__1st .OutLine .Center .eng {
        font-size: 3.125vw;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    /* ----- SUB PAGE (ì„œë¸ŒíŽ˜ì´ì§€) ----- */
    /* ì¸ì‚¬ë§ */
    .greeting .section.section__2nd .OutLine {
        padding-top: 20px;
    }
    .greeting .section__2nd .OutLine .first_line {
        background: url(.././img/ceo_message_backV.png) no-repeat left bottom;
        background-size: 12px;
        padding-left: 25px;
        margin-bottom: 20px;
    }
    .greeting .section__2nd .OutLine .first_line .left {
        float: none;
        width: 100%;
        font-size: 5.625vw;
        font-weight: 200;
        color: #363636;
        background: none;
        padding-bottom: 15px;
    }
    .greeting .section__2nd .OutLine .first_line .left br.pc {
        display: none;
    }
    .greeting .section__2nd .OutLine .first_line .left span {
        font-size: 5.625vw;
    }
    .greeting .section__2nd .OutLine .first_line .right {
        float: none;
        width: 100%;
    }
    .greeting .section__2nd .OutLine .first_line .right p:nth-child(1) {
        font-size: 4.688vw;
        font-weight: 500;
        color: #363636;
        padding-bottom: 5px;
    }
    .greeting .section__2nd .OutLine .first_line .right p:nth-child(2) {
        font-weight: 400;
        font-size: 3.906vw;
        padding-bottom: 0px;
        color: #333;
    }
    .greeting .section__2nd .OutLine .second_line .right {
        float: none;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .greeting .section__2nd .OutLine .second_line .right p {
        font-size: 3.594vw;
        padding-bottom: 25px;
        word-break: keep-all;
    }
    .greeting .section__2nd .OutLine .third_line {
        font-size: 3.125vw;
        margin-bottom: 60px;
        padding-right: 10px;
    }
    .greeting .section__2nd .OutLine .third_line p:nth-child(1) {
        font-size: 3.594vw;
    }
    .greeting .section__3rd .OutLine {
        height: auto;
    }
    .greeting .section__3rd .OutLine .left {
        float: none;
        width: 100%;
        height: auto;
        padding: 40px 0 40px;
    }
    .greeting .section__3rd .OutLine .left::before {
        height: 30px;
    }
    .greeting .section__3rd .OutLine .left .message {
        font-size: 3.281vw;
        width: 90%;
    }
    .greeting .section__3rd .OutLine .right {
        float: none;
        width: 100%;
        height: 331px;
    }
    /* ì—°í˜ (HISTORY) */
    .history .OutLine .back_img::before {
        padding-top: 30%;
    }
    .history .OutLine .back_img .content_box .con_title {
        font-size: 9.375vw;
    }
    .history .OutLine .back_img .content_box .con_sub {
        font-size: 3vw;
    }
    /* ì—°í˜_í•˜ë¶€ */
    .section.history2 {
        background: url(.././img/history_back_dot.jpg) repeat-y left top;
        background-position-x: 51px;
    }
    .history2 .OutLine .line {
        margin-bottom: 50px;
        padding-left: 35px;
    }
    .history2 .OutLine .line.first {
        background: url(.././img/history_back_topdot.jpg) no-repeat top left;
        background-position-x: 30px;
    }
    .history2 .OutLine .line.last {
        background: url(.././img/history_back_topdot.jpg) no-repeat top left;
        background-position-x: 30px;
    }
    .history2 .OutLine .line .half_box {
        width: 100%;
    }
    .history2 .OutLine .line .half_box:nth-child(1) {
        display: none;
    }
    .history2 .OutLine .line .half_box table tr td.content {
        font-size: 3.281vw;
        word-break: keep-all;
    }
    .history2 .OutLine .line .half_box table.right tr td.content {
        padding-bottom: 5px;
    }
    .history2 .OutLine .line .half_box table tr td.month {
        font-size: 3.594vw;
        padding-bottom: 5px;
    }
    .history2 .OutLine .line .half_box table tr td.year {
        font-size: 6.250vw;
    }
    .history2 .OutLine .line .half_box table.right tr td.year {
        padding-left: 40px;
        padding-right: 20px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year::before {
        top: 20px;
        left: -10px;
        background-size: 26px;
    }
    .history2 .OutLine .line .half_box table.hidden {
        visibility: visible;
    }
    /* WORK SPACE(ì‹œì„¤í˜„í™©) */
    .workSpace1 .OutLine .left_Side {
        display: none;
    }
    .workSpace1 .OutLine .right_Side {
        width: 100%;
    }
    .workSpace1 .OutLine .right_Side .tabs li {
        width: 50%;
        font-size: 3.906vw;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td br.pc {
        display: none;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(1) {
        width: 20%;
        font-size: 3.906vw;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(2) {
        width: 80%;
        font-size: 3.281vw;
    }
    /* ì˜¤ì‹œëŠ” ê¸¸ */
    .conTactus .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(1) {
        text-align: left;
        padding-left: 10px;
    }
    /* -- ì‚¬ì—…ì˜ì—­ -- */
    /* ë¹„ìž„ìƒCRO ì‚¬ì—… */
    .section.business {
        height: auto;
        max-height: 456px;
        background: url(.././img/business1_back1_m.jpg) no-repeat center center;
        background-size: cover;
    }
    .section.business .OutLine.Pc {
        display: none;
    }
    .section.business .OutLine.Mobile {
        display: block;
    }
    .section.business .OutLine .messageBox {
        border-left: 1px solid #333;
        padding-left: 15px;
        margin-top: 150px;
    }
    .section.business .OutLine .messageBox .message1 {
        font-size: 4.688vw;
        color: #1d1b1b;
        font-weight: 300;
        line-height: 1.1em;
    }
    .section.business .OutLine .messageBox .message2 {
        font-size: 4.688vw;
        color: #1d1b1b;
        font-weight: 600;
        line-height: 1.1em;
        padding-bottom: 15px;
    }
    .section.business .OutLine .messageBox .message3 {
        font-size: 3.594vw;
        color: #494949;
        font-weight: 400;
        line-height: 1.4em;
    }
    .section.business .OutLine .messageBox .message3 br.pc {
        display: none;
    }
    .section.business .OutLine .messageBox .message3 br.mobile {
        display: inline-block;
    }
    .m_biz {
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 50px;
    }
    .m_biz .image_mobile {
        padding: 0 15px;
    }
    .m_biz .image_mobile img {
        width: 100%;
    }
    .business1 {
        height: auto;
        margin-bottom: 50px;
        padding-bottom: 10px;
        border-bottom: 0px solid #ccc;
    }
    .business1 .OutLine .left {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .business1 .OutLine .left::before {
        display: none;
    }
    .business1 .OutLine .left img {
        width: 100%;
        max-width: 100%;
    }
    .business1 .OutLine .right {
        float: none;
        width: 100%;
    }
    .business1 .OutLine .right .title {
        font-size: 4.688vw;
        padding: 20px 0 15px;
    }
    .business1 .OutLine .right .title span {
        font-size: 4.688vw;
    }
    .business1 .OutLine .right .title span::before {
        display: none;
    }
    .business2 .OutLine .section_title {
        font-size: 4.688vw;
        text-align: left;
    }
    .business2 .OutLine .section_title span {
        font-size: 4.688vw;
    }
    .business2 .OutLine .section_sub {
        font-size: 3.594vw;
        text-align: left;
        word-break: keep-all;
        line-height: 1.4em;
    }
    .business2 .OutLine .color_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 35px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .business2 .OutLine .color_box .box1 {
        position: relative;
        width: 49%;
    }
    .business2 .OutLine .color_box .box1::after {
        display: none;
    }
    .business2 .OutLine .color_box .sub_box {
        width: 49%;
        margin-right: 0;
        margin-bottom: 1%;
    }
    .business2 .OutLine .color_box .sub_box .number {
        font-size: 3.125vw;
    }
    .business2 .OutLine .color_box .sub_box .message {
        font-size: 3.594vw;
        line-height: 1.4em;
        padding-left: 5px;
        word-break: keep-all;
    }
    .business2 .OutLine .color_box .sub_box .message br.pc {
        display: none;
    }
    .business2 .OutLine .color_box .sub_box .message span {
        font-size: 3vw;
    }
    .business2 .OutLine .color_box .sub_box img {
        width: 100%;
        max-width: 100%;
    }
    .biz_popup {
        width: 90%;
        max-height: 85%;
    }
    .biz_popup .popcon {
        border-top: 1px solid #18449e;
        border-bottom: 1px solid #18449e;
    }
    /* table area */
    .biz_popup .popcon table {
        width: 760px;
    }
    .biz_popup .popcon table.small {
        width: 550px;
    }
    /* ë°”ì´ì˜¤ì»¨ì„¤íŒ… ì‚¬ì—… */
    .consulting .message1 {
        font-size: 4.688vw;
    }
    .consulting .message1 br.mobile {
        display: inline-block;
    }
    .consulting .message1 span {
        font-size: 4.688vw;
    }
    .consulting .message2 {
        font-size: 3.594vw;
    }
    .consulting .message3 span {
        width: 65.104vw;
        font-size: 2.865vw;
    }
    .consulting .boxLayout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .consulting .boxLayout div.box {
        width: 100%;
        padding: 0px 5px 40px 5px;
        background: url(.././img/arrow_RM.png) no-repeat bottom center;
        background-size: 3.750vw;
        margin-bottom: 50px;
    }
    .consulting .boxLayout .box .title .left {
        width: 50%;
        text-align: right;
        padding-right: 20px;
    }
    .consulting .boxLayout .box .title .left i {
        font-size: 8vw;
        padding-top: 5px;
    }
    .consulting .boxLayout .box .title .right {
        width: 50%;
        padding-left: 5px;
    }
    .consulting .boxLayout .box .title .right .kor {
        font-size: 4.297vw;
    }
    .consulting .boxLayout .box .title .right .eng {
        font-size: 3.281vw;
    }
    .consulting .boxLayout .box .content {
        height: auto;
    }
    .consulting .boxLayout .box .content .box1 {
        width: 49%;
        margin-bottom: 10px;
        padding: 20px 0;
        font-size: 3.125vw;
    }
    .consulting .boxLayout .box .content .box2 {
        width: 60%;
        margin: 0 auto;
        padding: 15px 0;
        font-size: 3.594vw;
    }
    .consulting2 {
        min-height: 350px;
        margin-bottom: 25px;
    }
    .consulting2 .OutLine {
        position: relative;
        min-height: 350px;
    }
    .consulting2 .message_Box {
        position: absolute;
        top: 80px;
        left: 20px;
        width: 60%;
        height: auto;
    }
    .consulting2 .message_Box .message_1 {
        font-size: 4.688vw;
        padding-bottom: 15px;
    }
    .consulting2 .message_Box .message_1::before {
        width: 170px;
    }
    .consulting2 .message_Box .message_1 span {
        font-size: 4.688vw;
    }
    .consulting2 .message_Box .message_3 {
        font-size: 3.281vw;
    }
    .consulting2 .OutLine .permit_Box_Pc {
        display: none;
    }
    .section_S.consulting3 {
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 100px;
    }
    .section_S.consulting3 .permit_Box_Mobile {
        width: 100%;
        overflow: hidden;
    }
    .section_S.consulting3 .permit_Box_Mobile .left {
        float: left;
        width: 50%;
        margin-bottom: 15px; /* 20210310 - modify */
    }
    .section_S.consulting3 .permit_Box_Mobile .left table {
        width: 100%;
    }
    .section_S.consulting3 .permit_Box_Mobile .left table tr td {
        width: 100%;
        text-align: center;
    }
    .section_S.consulting3 .permit_Box_Mobile .left table tr td img {
        width: 100%;
        max-width: 289px;
        border: 1px solid #e4e4e4;
    }
    .section_S.consulting3 .permit_Box_Mobile .left table tr td.name {
        font-size: 3.281vw;
        font-weight: 500;
        color: #333;
        padding: 5px 0;
    }
    /* ë°˜ë ¤ë™ë¬¼ ì‚¬ì—… */
    .section.pet_biz .message1 {
        font-size: 4.297vw;
        padding-bottom: 70px;
    }
    .section.pet_biz .message1 br.mobile {
        display: inline-block;
    }
    .section.pet_biz .message1 span {
        font-size: 4.688vw;
    }
    .section.pet_biz .message2 .out_Box {
        width: 85%;
        height: 260px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box {
        height: 260px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .left {
        width: 100%;
        display: inherit;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right {
        width: 100%;
        display: block;
        font-size: 3.281vw;
        line-height: 1.5em;
        text-align: center;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right br.mobile {
        display: inline-block;
    }
    .pet_biz1 {
        height: 560px;
        background: url(.././img/pet_biz_back.jpg) no-repeat top left;
        margin-bottom: 0px;
    }
    .pet_biz1 .message1 {
        font-size: 4.688vw;
        text-align: right;
        padding-top: 200px;
        padding-bottom: 20px;
    }
    .pet_biz1 .message1 span {
        font-size: 4.688vw;
    }
    .pet_biz1 .message2 {
        font-size: 3.594vw;
        text-align: right;
        padding-bottom: 0px;
        line-height: 1.3em;
    }
    .pet_biz1 .message2 br.mobile {
        display: inline-block;
    }
    .pet_biz1 .company_outline {
        display: none;
    }
    .company_outline_m {
        display: block;
        margin-bottom: 50px;
    }
    .company_outline_m .box {
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        border-bottom: 1px solid #666;
    }
    .company_outline_m .box .product {
        width: 40%;
        text-align: center;
    }
    .company_outline_m .box .name {
        width: 60%;
        padding-top: 10px;
        text-align: left;
        font-size: 3.594vw;
        font-weight: 400;
        color: #666;
        -ms-flex-item-align: center;
            align-self: center;
        line-height: 1.5em;
    }
    .company_outline_m .box .product img {
        width: 100%;
        max-width: 30vw;
    }
    .company_outline_m .box .name span {
        display: block;
        font-size: 3.906vw;
        font-weight: 600;
        color: #282727;
    }
    .pet_biz2 .column {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .pet_biz2 .column .Out_Box {
        width: 100%;
        margin-bottom: 50px;
    }
    .pet_biz2 .column .Out_Box .left::after {
        height: 100px;
        background-color: #000;
    }
    .pet_biz2 .column .Out_Box .left i {
        font-size: 10vw;
    }
    .pet_biz2 .column .Out_Box .right {
        padding-left: 35px;
        padding-bottom: 0px;
    }
    .pet_biz2 .column .Out_Box:first-child .right {
        /* padding-bottom: 80px; */
        /* ì¿ íŒ¡ cië¥¼ ì‚­ì œí•˜ë©´ì„œ ì˜ì—­ì„ ì¡°ì • */
    }
    .pet_biz2 .column .Out_Box .right .title {
        font-size: 4.297vw;
    }
    .pet_biz2 .column .Out_Box:nth-child(1) .right {
        background-size: 19.531vw;
        background-position-x: 40px;
    }
    .pet_biz2 .column .Out_Box .right .message li {
        font-size: 3.281vw;
        text-indent: -35px;
        padding-left: 35px;
    }
    /* ----- INVESTMENT (íˆ¬ìžì •ë³´) ----- */
    /* ì£¼ê°€ì •ë³´ */


    /* ìž¬ë¬´ì •ë³´ */


    /* ê³µì‹œì •ë³´ */


    /* ìžë£Œì‹¤ */
    .dataRoom .Box_wrap {
        margin-bottom: 30px;
    }
    .dataRoom .Box_wrap .box {
        width: 49%;
        padding: 30px 20px;
        margin-bottom: 15px;
    }
    .dataRoom .Box_wrap .box::after {
        position: absolute;
        content: "+";
        font-size: 1.563vw;
        font-weight: 400;
        text-align: center;
        line-height: 30px;
        color: #cccccc;
        top: 1px;
        right: 1px;
        width: 30px;
        height: 30px;
        background-color: #fff;
    }
    .dataRoom .Box_wrap .box .dateBox {
        font-size: 3.125vw;
        font-weight: 300;
        color: #333;
        padding-bottom: 10px;
    }
    .dataRoom .Box_wrap .box .dateBox span.year {
        font-size: 4.5vw;
        font-weight: 600;
        color: #333;
    }
    .dataRoom .Box_wrap .box .dateBox span.month,
    .dataRoom .Box_wrap .box .dateBox span.date {
        font-size: 3.125vw;
        font-weight: 300;
        color: #333;
    }
    .dataRoom .Box_wrap .box .title {
        padding-bottom: 30px;
        font-size: 3.281vw;
        font-weight: 300;
        color: #333;
    }
    .dataRoom .Box_wrap .box .title span {
        display: block;
        height: 70px;
        overflow: hidden;
        font-size: 3.281vw;
        font-weight: 300;
        color: #333;
    }
    .dataRoom .Box_wrap .box a {
        display: inline-block;
        padding: 10px 18px;
        border: 1px solid #74849a;
        border-radius: 3px 0 3px 0;
        text-decoration: none;
        font-size: 3.125vw;
        font-weight: 400;
        color: #74849a;
    }
    .dataRoom .Box_wrap .box a:hover {
        border: 1px solid #74849a;
    }
    .dataRoom .Box_wrap .box a:hover,
    .dataRoom .Box_wrap .box a:hover i {
        color: #74849a;
    }
    .dataRoom .Box_wrap .box a i {
        display: inline-block;
        padding-left: 30px;
    }
    /* PAGE NUMBER (íŽ˜ì´ì§€ ë„˜ë²„-ê³µí†µ) */
    .page_number ul li a {
        text-decoration: none;
        display: inline-block;
        font-size: 3vw;
        font-weight: 300;
        color: #333;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 20px;
        padding: 8px;
        border-radius: 3px 0 3px 0;
    }
    .page_number ul li a.on {
        border-bottom: 1px solid #333;
        background-color: #3965cf;
        color: #fff;
    }
    .page_number ul li a:hover {
        color: #333;
        border-bottom: 0px solid #333;
        background-color: #fff;
    }
    .page_number ul li.prev a, .page_number ul li.next a {
        border: 0px solid lightgray;
        width: 65px;
    }
    .page_number ul li.prev a i,
    .page_number ul li.next a i {
        font-size: 3.125vw;
        color: #333;
        font-weight: 500;
        border: none;
    }
    /* ----- ONLINE QnA (ì˜¨ë¼ì¸ ìƒë‹´) ----- */
    .section.onlineQna {
        margin-bottom: 100px;
    }
    .onlineQna .pcVersion {
        display: none;
    }
    .onlineQna .mobileVersion {
        margin-bottom: 40px;
        display: table;
        table-layout: fixed;
        width: 100%;
        border-top: 3px solid #333;
        /* í™œì„±í™” í•  ë•ŒëŠ” display: tableë¡œ í•  ê²ƒ.!! */
    }
    .onlineQna .mobileVersion tr {
        border-bottom: 1px solid #ccc;
    }
    .onlineQna .mobileVersion tr td {
        padding: 40px 10px;
        font-size: 3.594vw;
        font-weight: 300;
        color: #333;
    }
    .onlineQna .mobileVersion tr td .statusBar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .onlineQna .mobileVersion tr td .statusBar > div {
        text-align: center;
        padding: 5px 0;
    }
    .onlineQna .mobileVersion tr td .statusBar .status {
        font-size: 3.281vw;
        color: #fff;
        font-weight: 400;
        width: 20%;
        text-align: center;
        border-radius: 5px;
    }
    .onlineQna .mobileVersion tr td .statusBar .wait {
        background-color: #f74f6b;
    }
    .onlineQna .mobileVersion tr td .statusBar .clear {
        background-color: #8aa8e4;
    }
    .onlineQna .mobileVersion tr td .statusBar .type {
        width: 60%;
        text-align: left;
        padding-left: 20px;
        padding-right: 10px;
        font-size: 3.594vw;
        font-weight: 500;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .onlineQna .mobileVersion tr td .statusBar .hold {
        width: 20%;
    }
    .onlineQna .mobileVersion tr td .statusBar .hold span {
        display: inline-block;
    }
    .onlineQna .mobileVersion tr td .statusBar .hold span.lock {
        font-size: 3.281vw;
    }
    .onlineQna .mobileVersion tr td .statusBar .hold span.lock i {
        font-size: 3.281vw;
    }
    .onlineQna .mobileVersion tr td .statusBar .hold span.new {
        font-size: 2.1vw;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        padding: 2px 6px;
        border-radius: 20px;
        color: #fff;
        font-weight: 500;
        background-color: #ff6c00;
        margin-left: 5px;
    }
    .onlineQna .mobileVersion tr td .title {
        padding-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .onlineQna .mobileVersion tr td .title a {
        font-size: 3.594vw;
        font-weight: 300;
        color: #333;
        text-decoration: none;
        padding: 10px 0;
    }
    .onlineQna .input_box .input_button {
        font-size: 3.594vw;
    }
    /* --- PASSWORD INPUT POPUP (íŒ¨ìŠ¤ì›Œë“œ ìž…ë ¥ íŒì—…) --- */
    .password_popup {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 20000;
        display: none;
    }
    .password_popup form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .password_popup .innerBox {
        background-color: #fff;
        border-top: 5px solid #18449e;
        width: 80%;
        height: 300px;
        -ms-flex-item-align: center;
            align-self: center;
        padding: 20px;
    }
    .password_popup .innerBox .closeBox {
        text-align: right;
    }
    .password_popup .innerBox .closeBox .popupClose i {
        font-size: 6vw;
        padding: 5px;
        cursor: pointer;
        color: #000;
    }
    .password_popup .innerBox .closeBox .popupClose i:hover {
        color: #3965cf;;
    }
    .password_popup .innerBox .title {
        font-size: 4.297vw;
        font-weight: 300;
        color: #000;
        text-align: center;
        padding: 5px 0;
    }
    .password_popup .innerBox .title span {
        font-size: 4.297vw;
        font-weight: 600;
        color: #000;
    }
    .password_popup .innerBox .column {
        font-size: 3.125vw;
        font-weight: 300;
        color: #666;
        text-align: center;
        padding-bottom: 20px;
    }
    .password_popup .innerBox .inputBox {
        text-align: center;
        margin-bottom: 10px;
    }
    .password_popup .innerBox .inputBox input {
        display: inline-block;
        width: 210px;
        padding: 10px 5px;
        background-color: #464646;
        color: #fff;
        border: none;
    }
    .password_popup .innerBox .buttonBox {
        width: 220px;
        margin: 0 auto;
        overflow: hidden;
    }
    .password_popup .innerBox .buttonBox .clear {
        float: left;
        width: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 3.1vw;
        color: #fff;
        background-color: #3965cf;
        padding: 5px 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .password_popup .innerBox .buttonBox .clear a {
        display: block;
        font-size: 4vw;
        color: #fff;
        text-decoration: none;
    }
    .password_popup .innerBox .buttonBox .cancle {
        float: left;
        width: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 4vw;
        color: #000;
        background-color: #f6f6f6;
        padding: 5px 0;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    /* ONLINE QNA SUB PAGE */
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .biz {
        font-size: 3.125vw;
        min-width: 150px;
        max-width: 40%;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .title {
        font-size: 3vw;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .name {
        font-size: 2vw;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .date {
        font-size: 2vw;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .wait {
        font-size: 2vw;
        width: 76px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .clear {
        font-size: 2vw;
        width: 76px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex_col {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex_col .q_title {
        width: 100%;
        text-align: left;
        font-size: 3.594vw;
        padding-bottom: 10px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex_col .q_column {
        width: 100%;
        font-size: 3.0vw;
        padding-left: 15px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .answer_info .date {
        font-size: 2.8vw;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .answer_info .manager {
        font-size: 2.8vw;
    }
    .section.qnaSub .OutLine .button_Box > div {
        font-size: 2.5vw;
        font-weight: 300;
    }
    .section.qnaSub .OutLine .button_Box > div i {
        font-size: 2.5vw;
    }
    .section.qnaSub .OutLine .button_Box .confirm {
        font-size: 2.5vw;
    }
    /* ONLINE QNA INPUT (ì˜¨ë¼ì¸ ìƒë‹´ë¬¸ì˜) */

    .request .request_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .request .request_wrap .item .title {
        font-size: 4.688vw;
    }
    .request .request_wrap .item .detail .sub_title {
        font-size: 3.594vw;
    }
    .request .request_wrap .item .detail .column {
        font-size: 3vw;
    }
    .request .request_wrap .item .check label {
        font-size: 3vw;
    }
    .request .request_wrap .item .check input[type=checkbox] {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    .request .request_wrap .item .column {
        font-size: 3.906vw;
    }
    .request .request_wrap .item .input_table tr td:nth-child(1) {
        width: 30%;
    }
    .request .request_wrap .item .input_table tr td:nth-child(2) {
        width: 70%;
    }
    .request .request_wrap .item .input_table tr td.name {
        font-size: 3.750vw;
    }
    .request .request_wrap .item .input_table tr td select {
        font-size: 3vw;
        width: 60%;
        padding: 0px 0 7px;
    }
    .request .request_wrap .item .input_table tr td select option {
        font-size: 2.3vw;
    }
    .request .request_wrap .item .input_table tr td input.width_100 {
        font-size: 3vw;
    }
    .request .request_wrap .item .input_table tr td input.width_20 {
        font-size: 2.813vw;
        width: 25%;
    }
    .request .request_wrap .item .input_table tr td textarea {
        font-size: 2.813vw;
    }
    .request .request_wrap .item_1 {
        width: 100%;
        padding-right: 0px;
    }
    .request .request_wrap .item_1 .title {
        padding-top: 10px;
        border-top: 2px solid #333;
    }
    .request .request_wrap .item_2 {
        width: 100%;
        padding-left: 0px;
        border-left: 0px solid #ccc;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 40px;
    }
    /* --- NEWS (ë…¸í„°ìŠ¤ ë‰´ìŠ¤) --- */
    .knotusNews .newsTable tr th {
        font-size: 3vw;
    }
    .knotusNews .newsTable tr td:nth-child(2) {
        width: 10%;
    }
    .knotusNews .newsTable tr td:nth-child(3) {
        width: auto;
    }
    .knotusNews .newsTable tr td:nth-child(4) {
        width: 15%;
    }
    .knotusNews .newsTable tr td {
        font-size: 2vw;
    }
    .knotusNews .newsTable tr td.date span {
        font-weight: 500;
        font-size: 3vw;
    }
    .knotusNews .newsTable tr td.date br.mobile {
        display: inline-block;
    }
    .knotusNews .newsTable tr td.notice span {
        padding: 3px 4px;
    }
    .knotusNews .newsTable tr td.title {
        overflow: hidden;
        background-color: #fff;
    }
    .knotusNews .newsTable tr td.title span {
        font-size: 2.5vw;
        display: inline-block;
        max-width: 90%;
        padding-right: 25px;
    }
    .knotusNews .newsTable tr td.file span {
        font-size: 12px;
        padding: 5px 30px 5px 5px;
    }
    .knotusNews .newsTable tr.contentBar td {
        font-size: 2.5vw;
    }
    .knotusNews .newsTable tr.contentBar td.news_column {
        padding: 15px 5px 15px 5px;
    }
    .knotusNews .newsTable tr.contentBar td.news_column a {
        font-size: 2.5vw;
        padding: 5px 15px;
    }
    .imgCaptcha{
        width:23%;
    }
    /* ----- HR (ì¸ìž¬ì±„ìš©) ----- */
    .hr .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .hr_1 .content::before {
        width: 120px;
    }
    .hr_2 .content::before {
        width: 130px;
    }
    .hr_3 .content::before, .hr_4 .content::before {
        width: 80px;
    }
    .hr .content .Left {
        width: 100%;
    }
    .hr .content .Left span.title {
        font-size: 5.625vw;
    }
    .hr .content .Right {
        width: 100%;
    }
    .hr_1 .content .Right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .hr_1 .content .Right .outbox {
        width: 100%;
        padding-right: 0px;
    }
    .hr_1 .content .Right .outbox .box {
        padding-left: 30px;
    }
    .hr_1 .content .Right .outbox .box span img {
        width: 100px;
    }
    .hr_1 .content .Right .outbox .box .sub_title {
        font-size: 5.625vw;
    }
    .hr_1 .content .Right .outbox .box .sub_e {
        font-size: 3.125vw;
    }
    .hr_1 .content .Right .outbox .box_3 {
        font-size: 3.594vw;
        padding: 35px 20px;
        word-break: break-all;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #f8f8f8;
    }
    .hr_2 .content .Right .box img.pc {
        display: none;
    }
    .hr_2 .content .Right .box img.mobile {
        display: inline-block;;
        width: 100%;
    }
    .hr_3 .content .Right .box {
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .hr_3 .content .Right .box .in_Box {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .hr_3 .content .Right .box .in_Box.Box_1 {
        border-right: 0px solid #ccc;
    }
    .hr_3 .content .Right .box .in_Box.Box_2 {
        border-right: 0px solid #ccc;
    }
    .hr_3 .content .Right .box .in_Box.Box_4 {
        border-right: 0px solid #ccc;
    }
    .hr_3 .content .Right .box .in_Box.Box_5 {
        border-right: 0px solid #ccc;
    }
    .hr_3 .content .Right .box .in_Box .Left_S {
        text-align: center;
        width: 30%;
    }
    .hr_3 .content .Right .box .in_Box .Left_S img {
        width: 90%;
        max-width: 94px;
    }
    .hr_3 .content .Right .box .in_Box .Right_S {
        padding: 5px 0px 5px 0px;
        width: 70%;
    }
    .hr_3 .content .Right .box .in_Box .Right_S .sub_title {
        font-size: 4.297vw;
    }
    .hr_3 .content .Right .box .in_Box .Right_S .sub_con {
        font-size: 3.281vw;
    }
    .hr_3 .content .Right .box .in_Box .Right_S .sub_con br.pc {
        display: none;
    }
    .hr_4 .content .Right .box {
        padding-top: 20px;
    }
    .hr_4 .content .Right .box .hr_table tr th {
        font-size: 3.906vw;
    }
    .hr_4 .content .Right .box .hr_table tr td {
        font-size: 3.125vw;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(1) {
        width: 20%;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(2) {
        width: 15%;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(4) {
        width: 10%;
    }
    .hr_4 .content .Right .box .hr_table tr th:nth-child(3),
    .hr_4 .content .Right .box .hr_table tr th:nth-child(4),
    .hr_4 .content .Right .box .hr_table tr td:nth-child(4),
    .hr_4 .content .Right .box .hr_table tr td:nth-child(5) {
        display: none;
    }
    .hr_4 .content .Right .box .hr_table tr td.date span {
        font-size: 5.469vw;
    }
    .hr_4 .content .Right .box .hr_table tr td.date .mobile {
        display: inline;
    }
    .hr_4 .content .Right .box .hr_table tr td.notice span {
        font-size: 3.125vw;
    }
    .hr_4 .content .Right .box .hr_table tr td.title span {
        font-size: 3.594vw;
        max-width: 95%;
    }
    /* --- í°íŠ¸ í¬ê¸° (FONT SIZE) --- */
    .fs_60 {
        font-size: 7vw;
    }
    .fs_48 {
        font-size: 5.5vw;
    }
    .fs_40 {
        font-size: 3.125vw;
    }
    .fs_36 {
        font-size: 5vw;
    }
    .fs_30 {
        font-size: 30px;
    }
    .fs_24 {
        font-size: 3.5vw;
    }
    .fs_20 {
        font-size: 4.5vw;
        font-size: 3vw;
    }
    .fs_18 {
        font-size: 2.5vw;
    }
    .fs_16 {
        font-size: 3vw;
    }
    .fs_15 {
        font-size: 14px;
    }
    .fs_14 {
        font-size: 2vw;
    }
    .fs_13 {
        font-size: 2.5vw;
    }
    .fs_12 {
        font-size: 2vw;
    }
    /* table caption ìˆ¨ê¸°ê¸° */
    caption {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(1px,1px,1px,1px);
    }
    /* // table caption ìˆ¨ê¸°ê¸° */
    /* Scroll_Top_Button */
    .Scroll__pageup {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 0px;
        right: 0;
        background-color: rgb(246, 129, 33);
        color: #fff;
        line-height: 45px;
        text-align: center;
        font-size: 24px;
        -webkit-animation-name: Scroll__Top;
                animation-name: Scroll__Top;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-iteration-count: unset;
                animation-iteration-count: unset;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }
    .Scroll__pageup a {
        display: inline-block;
        width: 100%;
        height: 45px;
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
    }
    @-webkit-keyframes Scroll__Top {
        from {
            right: -45px;
            opacity: 0;
        }
        to {
            right: 0;
            opacity: 1;
        }
    }
    @keyframes Scroll__Top {
        from {
            right: -45px;
            opacity: 0;
        }
        to {
            right: 0;
            opacity: 1;
        }
    }
}

@media all and (max-width: 414px) {
    .OutLine {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* ----- Home (index) ----- */
    #main_visual_area {
        height: 400px;
    }
    #header {
        display: none;
    }
    #M_header {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        -webkit-user-select: none;
        -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        z-index: 2000;
        background-color: rgb(69,118,215);
    }
    #M_header > .OutLine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
    }
    #M_header > .OutLine .ci a img{
        width: 160px;
    }
    #M_header > .OutLine .m_site_map {
        width: 36px;
        height: 36px;
        position: relative;
        text-align: center;
        padding-top: 2px;
    }
    #M_header > .OutLine .m_site_map .row .three {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #ecf0f1;
        text-align: center;
        width: 36px;
        height: 36px;
    }
    #M_header > .OutLine .m_site_map .row .col {
        display: block;
        float:left;
    }
    /* CLEARFIX */
    .cf:before, .cf:after {
        content: " ";
        display: table;
    }
    .cf:after {
        clear: both;
    }
    .cf {
        *zoom: 1;
    }
    /* ALL */
    #M_header > .OutLine .m_site_map .row .col .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }
    #M_header > .OutLine .m_site_map .row .col .hamburger:hover {
        cursor: pointer;
    }
    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
                transform: translateY(9px) rotate(45deg);
    }
    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
                transform: translateY(-9px) rotate(-45deg);
    }
    #header__modal {
        display: none;
    }
    #M_header__modal {
        position: fixed;
        top: 0px;
        left: 0;
        width: 70%;
        height: 100vh;
        z-index: 5000;
        background-color: #fff;
        display: none;
        -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
                box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    }
    #M_header__modal .m_lang_box {
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px;
    }
    #M_header__modal .m_lang_box a {
        display: inline-block;
        border-radius: 54px;
        text-decoration: none;
        font-size: 2.813vw;
        font-weight: 500;
        padding: 5px 25px;
        color: #fff;
    }
    #M_header__modal .m_lang_box a:first-child {
        margin-right: 10px;
        background-color: rgb(69,118,215);
    }
    #M_header__modal .m_lang_box a:last-child {
        background-color: rgb(204,204,204);
    }
    #M_header__modal .m_modal_menu_box {
        height: 90%;
        overflow: auto;
        -webkit-overflow-scrolling:touch;
        padding-bottom: 100px;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li {
        border: 1px solid #fff;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 500;
        font-size: 3.750vw;
        cursor: pointer;
        color: #fff;
        background-color: #333333;
        position: relative;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li::after {
        position: absolute;
        content: "+";
        font-size: 3.750vw;
        color: rgba(255,255,255,0.8);
        right: 4.688vw;
        top: 30%;
    }
    #M_header__modal .m_modal_menu_box .depth_1 > li.on {
        background-color: rgb(69,118,215);
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 {
        display: none;
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 li {
        padding-left: 20px;
        border: 1px solid #fff;
        background-color: #e7e7e7;
    }
    #M_header__modal .m_modal_menu_box .depth_1 .depth_2 li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #454545;
        font-weight: 400;
        font-size: 3.594vw;
        text-decoration: none;
    }
    /* ----- í‘¸í„° ì˜ì—­ (FOOTER AREA) ----- */
    #footer_1 {
        height: auto;
    }
    #footer_1 .OutLine ul {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    #footer_1 .OutLine ul li {
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }
    #footer_1 .OutLine ul li:nth-child(1) {
        padding-right: 15px;
        display: none;
    }
    #footer_1 .OutLine ul li:nth-child(2) {
        padding-right: 25px;
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    #footer_1 .OutLine ul li:nth-child(2) span {
        padding-left: 20px;
    }
    #footer_1 .OutLine ul li:nth-child(3) {
        padding: 2px 25px;
        width: 50%;
    }
    #footer_1 .OutLine ul li:nth-child(4) {
        padding: 4px 25px;
        width: 50%;
        border-right: none;
    }
    #footer_1 .OutLine ul li:nth-child(5) {
        padding: 4px 10px;
        width: 50%;
    }
    #footer_1 .OutLine ul li:nth-child(2) {
        border-right: 0px solid #636672;
    }
    #footer_1 .OutLine ul li:nth-child(3) {
        border-right: 1px solid #636672;
    }
    #footer_2 {
        height:auto;
        padding: 10px 0;
        text-align: center;
        padding-bottom: 30px;
    }
    #footer_2 .OutLine ul li {
        -ms-flex-item-align: center;
            align-self: center;
        line-height: 1.4em;
        text-align: center;
    }
    #footer_2 .OutLine ul li:first-child {
        padding-right: 50px;
        display: none;
    }
    #footer_2 .OutLine ul li:last-child {
        display: none;
    }
    #footer_2 .OutLine ul li select {
        font-size: 11px;
        padding: 10px 20px;
        letter-spacing: 0.5px;
    }
    #footer_2 .OutLine ul li select option {
        font-size: 11px;
        padding: 10px 20px;
    }
    /* ----- ONLINE QNA ----- */
    #online_qna {
        left: 10px;
        bottom: 75px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        background-size: 50px;
    }
    /* -- ê¸°ì—… ë©”ì‹œì§€ -- */
    #main_visual_area #company_message {
        top: 80px;
        left: 20px;
        width: 90%;
        height: 420px;
    }
    #main_visual_area #company_message > .OutLine {
        height: 320px;
    }
    #main_visual_area .OutLine #message_box {
        top: 120px;
        left: 2%;
    }
    #main_visual_area .OutLine #message_box .message {
        padding-top: 60px;
    }
    /* ìš°í•˜ë‹¨ Business BOX (1280px ì•„ëž˜ì—ì„œëŠ” ìˆ¨ê¹€ -> í•˜ë‹¨ section ë°©ì‹ìœ¼ë¡œ view */
    #main_visual_area #business_box {
        display: none;
    }
    /* ----- MAIN PAGE CONTENTS ----- */
    /* í•˜ë‹¨ ì„¹ì…˜ (BUSINESS BOX) */
    #content .section.section__0st {
        display: block;
        height: auto;
        background-color: rgb(64,111,206);
        overflow: hidden;
    }
    #content .section.section__0st .biz_box {
        float: left;
        width: 50%;
        padding: 15px;
    }
    #content .section.section__0st .biz_box a {
        text-decoration: none;
    }
    #content .section.section__0st .biz_box.biz_box_1 {
        background-color: #3965cf;
    }
    #content .section.section__0st .biz_box a dl dt {
        font-weight: 500;
        color: #fff;
        padding-bottom: 15px;
    }
    #content .section.section__0st .biz_box a dl dd {
        font-weight: 300;
        color: #fff;
        padding-bottom: 15px;
    }
    #content .section.section__0st .biz_box a dl dd.last {
        background: url(.././img/arrow.png) no-repeat right bottom;
        background-position-y: 55px;
    }
    #content .section.section__0st .biz_box_1 a dl dd.last img {
        width: 52.2px;
    }
    #content .section.section__0st .biz_box_2 a dl dd.last img {
        width: 82.8px;
    }
    /* COMPANY OVERVIEW SECTION (SECTION #1) */
    #content .section.section__1st {
        height: auto;
    }
    #content .section.section__1st .OutLine {
        /*background: none;*/
        padding-bottom: 50px;
    }
    #content .section .OutLine {
        padding-top: 50px;
    }
    #content .section .name {
        float: none;
        width: 100%;
        padding-left: 30px;
        background: url(.././img/left_back.png) no-repeat left bottom;
        margin-bottom: 15px;
    }
    #content .section .name ul {
        line-height: 1.5em;
    }
    #content .section .name ul li.li_list_1{
        display: inline-block;
    }
    #content .section .name ul li:nth-child(3) {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    #content .section.section__1st .column {
        float: none;
        width: 100%;
        padding-right: 8%;
        padding-left: 8%;
    }
    #content .section.section__1st .column span {
        color: #000;
        display: inline-block;
        padding-bottom: 15px;
    }
    /* -- COMPANY VISIN (ë‘ë²ˆì§¸ ì„¹ì…˜) -- */
    #content .section.section__2nd {
        /* height: 1000px;  */

        height: auto;
    }
    #content .section.section__2nd .OutLine {
        padding-bottom: 50px;
    }
    #content .section.section__2nd .OutLine .name ul li br.pc{
        display: none;
    }
    #content .section.section__2nd .column {
        float: none;
        width: 100%;
    }
    #content .section.section__2nd .column .column_1 {
        width: 95%;
        padding: 10px 0;
        border: 3px solid #2b2b2b;
    }
    #content .section.section__2nd .column .first_depth {
        background: url(.././img/m_vision_back_2.png) no-repeat center bottom;
        background-size: 100%;
    }
    #content .section.section__2nd .column .first_depth > li {
        float: none;
        width: 100%;
        padding: 20px;
        background: url(.././img/m_vision_back_2.png) no-repeat center top;
        background-size: 100%;
    }
    #content .section.section__2nd .column .two_depth_1 {
        background: url(.././img/vision_back_3.png) no-repeat left center;
    }
    #content .section.section__2nd .column .two_depth_2 {
        background: url(.././img/vision_back_4.png) no-repeat left center;
    }
    #content .section.section__2nd .column .two_depth_3 {
        background: url(.././img/vision_back_5.png) no-repeat left center;
    }
    #content .section.section__2nd .column .two_depth {
        background-position-x: 20%;
    }
    #content .section.section__2nd .column .two_depth li {
        text-align: left;
        padding-left: 50%;
    }
    #content .section.section__2nd .column .two_depth li.left_only {
        display: none;
    }
    /* COMPANY NOTICE ì„¹ì…˜ */
    #content .section.section__3rd {
        background-size: 650px;
        height: 750px;
    }
    #content .section.section__3rd .name {
        float: none;
        width: 90%;
        padding-top: 20px;
        padding-bottom: 5px;
        padding-left: 50px;
        margin-bottom: 0px;
        background: url('.././img/left_back.png') no-repeat left bottom;
        background-position-x: 20px;
        position: absolute;
        left: 0;
        top: 100px;
        background-color: #fff;
    }
    #content .section.section__3rd .name ul li {
        color: #333;
    }
    #content .section.section__3rd .name ul li:nth-child(3) {
        padding-top: 5px;
        color: #333;
        font-weight: 400;
    }
    #content .section.section__3rd .white_back {
        display: none;
    }
    #content .section.section__3rd .OutLine .notice_area {
        margin-top: 160px;
        height: 400px;
        padding-top: 10px;
    }
    #content .section.section__3rd .OutLine .notice_area .box {
        float: none;
        width: 100%;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #content .section.section__3rd .OutLine .notice_area .box .left {
        width: 100%;
        display: inherit;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right .sub_box {
        padding: 12px 13px;
    }
    #content .section .notice_area .box .right .sub_box .left {
        width: 50%;
        border-right: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    #content .section .notice_area .box .right .sub_box .right {
        width: 50%;
        padding-left: 20px;
        padding-right: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    /* NEWS ë°•ìŠ¤ */
    #content .section.section__3rd .OutLine .notice_area .news_box .right .sub_box {
        padding: 15px 13px;
    }
    #content .section .OutLine .notice_area .news_box .right .sub_box .left {
        width: 20%;
        text-align: center;
        border-right: 0px solid #ccc;
    }
    #content .section .OutLine .notice_area .news_box .right .sub_box .right {
        width: 80%;
        padding-left: 0;
    }
    /* COMPANY NETWORK ì„¹ì…˜ */
    #content .section.section__4th {
        height: auto;
        padding-bottom: 100px;
    }
    #content .section.section__4th .OutLine .name {
        margin-bottom: 30px;
    }
    #content .section.section__4th .OutLine .name ul li br.wide {
        display: none;
    }
    #content .section.section__4th .OutLine .column {
        width: 100%;
    }
    /* íƒ­ ë²„íŠ¼ */
    #content .section.section__4th .OutLine .column ul.tabs li {
        width: 33.3333%;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }
    #content .section .OutLine .column .tab_container .tab_content ul li {
        float: none;
        /* width: 100%; */
        margin-bottom: 3px;
        /* padding-right: 3px; */
    }
    #content .section .OutLine .column .tab_container .tab_content ul li a img {
        width: 100%;
        max-width: 100%;
        vertical-align: top;
    }
    /* ----- SUB PAGE COMMON (ì„œë¸ŒíŽ˜ì´ì§€ ê³µí†µ) ----- */
    #sub_visual_area {
        height: 226px;
    }
    /* SUB VISUAL */
    #sub_visual_area .company {
        background: url(.././img/sub_visual_ms_1.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .business {
        background: url(.././img/sub_visual_ms_2.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .stock_info {
        background: url(.././img/sub_visual_ms_3.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .online_qna {
        background: url(.././img/sub_visual_ms_4.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .pr {
        background: url(.././img/sub_visual_ms_5.jpg) no-repeat center;
        background-size: cover;
    }
    /* SUB TITLE */
    #sub_visual_area #Sub_Title_area {
        top: 150px;
    }
    #sub_visual_area #Sub_Title_area .OutLine .first_title {
        font-size: 6.250vw;
    }
    #sub_visual_area #Sub_Title_area .OutLine .second_title {
        font-size: 3.281vw;
    }
    /* SUB MENU > */
    #sub_visual_area #Sub_Menu_area {
        display: none;
    }
    /* SUB MENU > ì™¼ìª½ ì˜ì—­ */
    /* SUB MENU > ì˜¤ë¥¸ìª½ ì˜ì—­ */
    /* CONTENTS PAGE (ì½˜í…ì¸  íŽ˜ì´ì§€) */
    #sub_content {
        min-height: auto;
    }
    #sub_content .section {
        width: 100%;
        height: auto;
    }
    #sub_content .section .OutLine {
        height: auto;
    }
    #sub_content .section.section__1st .OutLine {
        height: 100px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1),
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) {
        display: none;
    }
    #sub_content .section.section__1st .OutLine .Center .kor {
        font-size: 6.250vw;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #sub_content .section.section__1st .OutLine .Center .eng {
        font-size: 3.125vw;
        padding-bottom: 0px;
        padding-top: 5px;
    }
    /* ----- SUB PAGE (ì„œë¸ŒíŽ˜ì´ì§€) ----- */
    /* ì¸ì‚¬ë§ */
    .greeting .section__2nd .OutLine .first_line {
        background-size: 9px;
    }
    .greeting .section__3rd .OutLine .left {
        padding: 30px 0 30px;
    }
    .greeting .section__3rd .OutLine .left::before {
        height: 25px;
    }
    .greeting .section__3rd .OutLine .left .image img {
        width: 75%;
        max-width: 60%;
    }
    .greeting .section__3rd .OutLine .right {
        height: 179px;
    }
    /* ì—°í˜ (HISTORY) */
    .history .OutLine .back_img::before {
        padding-top:40%;
    }
    /* ì—°í˜_í•˜ë¶€ */
    .section.history2 {
        background-position-x: 23px;
    }
    .history2 .OutLine .line {
        margin-bottom: 40px;
        padding-left: 8px;
    }
    .history2 .OutLine .line.first {
        background-position-x: 3px;
    }
    .history2 .OutLine .line.last {
        background-position-x: 3px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year {
        padding-left: 25px;
        padding-right: 10px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year::before {
        top: 10px;
        left: -15px;
        background-size: 20px;
    }
    /* WORK SPACE(ì‹œì„¤í˜„í™©) */
    .workSpace1 .OutLine .left_Side {
        display: none;
    }
    .workSpace1 .OutLine .right_Side {
        width: 100%;
    }
    .workSpace1 .OutLine .right_Side .tabs li {
        width: 50%;
        font-size: 3.906vw;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td {
        padding: 15px 0;
        word-break: keep-all;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td br.pc {
        display: none;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(1) {
        width: 25%;
        font-size: 3.906vw;
        background-size: 10px;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content table tr td:nth-child(2) {
        width: 75%;
        padding-left: 25px;
        font-size: 3.281vw;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content .imageBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .workSpace1 .OutLine .right_Side .tab_container .tab_content .imageBox .image {
        margin-bottom: 5px;
    }
    /* ì˜¤ì‹œëŠ” ê¸¸ */
    /* -- ì‚¬ì—…ì˜ì—­ -- */
    /* ë¹„ìž„ìƒCRO ì‚¬ì—… */
    .section.business {
        max-height: 247px;
    }
    .section.business .OutLine .messageBox {
        padding-left: 20px;
        margin-top: 80px;
    }
    .section.business .OutLine .messageBox .message3 {
        word-break: keep-all;
    }
    .business1 {
        padding-bottom: 0px;
    }
    .business1 .OutLine .right table tr td.name {
        padding-left: 15px;
    }
    .business2 .OutLine .color_box {
        padding: 25px;
    }
    .business2 .OutLine .color_box .sub_box .message {
        padding-left: 0px;
    }
    /* ë…¸í„°ìŠ¤ ìœ íš¨ì„± - ì¶”ê°€ */
    .biz_button_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .biz_button_box .button {
        width: 49.5%;
        text-align: center;
        background-color: #333;
        color: #fff;
        font-size: 3.7vw;
        font-weight: 400;
        margin-bottom: 5px;
        padding: 10px 0;
        line-height: 18px;
        border-radius: 5px 0;
    }
    .biz_button_box .button_8 {
        padding-top: 18px;
    }
    .biz_button_box .button:hover {
        background-color: #507cd4;
    }
    .biz_popup {
        width: 90%;
        padding: 50px 10px 20px 10px;
        max-height: 85%;
    }
    .biz_popup .popcon {
        max-height: 380px;
        border-top: 1px solid #18449e;
        border-bottom: 1px solid #18449e;
    }
    /* table area */
    .biz_popup .popcon table {
        width: 760px;
    }
    .biz_popup .popcon table.small {
        width: 550px;
    }
    .biz_popup .popcon table tr th {
        font-size: 4.25vw;
    }
    .biz_popup .popcon table tr td {
        font-size: 4vw;
    }
    /* ë°”ì´ì˜¤ì»¨ì„¤íŒ… ì‚¬ì—… */
    .consulting .message3 {
        margin-bottom: 25px;
    }
    .consulting .message3 span {
        width: 84.541vw;
        padding: 10px 5px;
        font-size: 3.865vw;
    }
    .consulting .boxLayout div.box {
        padding: 0px 5px 40px 5px;
        background-size: 3.750vw;
        margin-bottom: 25px;
    }
    .consulting .boxLayout .box .title .left i {
        padding-top: 0px;
    }
    .consulting .boxLayout .box .title .right .kor {
        font-size: 4.297vw;
    }
    .consulting .boxLayout .box .title .right .eng {
        font-size: 3.281vw;
    }
    .consulting .boxLayout .box .content {
        height: auto;
    }
    .consulting .boxLayout .box .content .box1 {
        width: 49%;
        margin-bottom: 5px;
        padding: 20px 0;
        font-size: 4vw;
    }
    .consulting .boxLayout .box .content .box2 {
        width: 60%;
        margin: 0 auto;
        padding: 15px 0;
        font-size: 3.594vw;
    }
    .consulting2 {
        min-height: 278px;
        background: url(.././img/consulting_m_bg.jpg) no-repeat center center;
        background-size: cover;
    }
    .consulting2 .OutLine {
        min-height: 278px;
    }
    .consulting2 .message_Box {
        top: 100px;
        left: 20px;
        width: 90%;
        height: auto;
    }
    .consulting2 .message_Box .message_1 {
        font-size: 4.688vw;
        padding-bottom: 15px;
    }
    .consulting2 .message_Box .message_1::before {
        width: 92px;
    }
    .consulting2 .message_Box .message_1 span {
        font-size: 4.688vw;
    }
    .consulting2 .message_Box .message_3 {
        font-size: 3.281vw;
    }
    .consulting2 .OutLine .permit_Box_Pc {
        display: none;
    }
    /* ë°˜ë ¤ë™ë¬¼ ì‚¬ì—… */
    .section.pet_biz .message1 {
        padding-bottom: 40px;
    }
    .section.pet_biz .message1::after {
        height: 30px;
    }
    .section.pet_biz .message1 span {
        font-size: 4.688vw;
    }
    .section.pet_biz .message2 .out_Box {
        width: 85%;
        border: 6px solid #373737;
        height: 180px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box {
        top: -6px;
        left: 2%;
        width: 96%;
        height: 180px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right {
        width: 100%;
        display: block;
        font-size: 3.281vw;
        line-height: 1.5em;
        text-align: center;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right br.mobile {
        display: inline-block;
    }
    .pet_biz1 {
        height: 300px;
        background: url(.././img/pet_biz_back.jpg) no-repeat top left;
        background-size: cover;
        margin-bottom: 0px;
    }
    .pet_biz1 .message1 {
        font-size: 4.688vw;
        text-align: right;
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .pet_biz1 .message1 span {
        font-size: 4.688vw;
    }
    .pet_biz1 .message2 {
        font-size: 3.594vw;
        text-align: right;
        padding-bottom: 0px;
    }
    .pet_biz1 .message2 br.mobile {
        display: inline-block;
    }
    .pet_biz1 .company_outline {
        display: none;
    }
    .company_outline_m {
        display: block;
        margin-bottom: 50px;
    }
    .company_outline_m .box {
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        border-bottom: 1px solid #666;
    }
    .company_outline_m .box .product {
        width: 40%;
        text-align: center;
    }
    .company_outline_m .box .name {
        width: 60%;
        padding-top: 10px;
        text-align: left;
        font-size: 3.594vw;
        font-weight: 400;
        color: #666;
        -ms-flex-item-align: center;
            align-self: center;
    }
    .company_outline_m .box .product img {
        width: 100%;
        max-width: 30vw;
    }
    .company_outline_m .box .name span {
        display: block;
        font-size: 3.906vw;
        font-weight: 600;
        color: #282727;
    }
    .pet_biz2 .column {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .pet_biz2 .column .Out_Box {
        width: 100%;
        margin-bottom: 30px;
    }
    .pet_biz2 .column .Out_Box .left::after {
        height: 60px;
        background-color: #000;
    }
    .pet_biz2 .column .Out_Box .left i {
        font-size: 10vw;
    }
    .pet_biz2 .column .Out_Box .right {
        padding-left: 35px;
        padding-bottom: 0px;
    }
    .pet_biz2 .column .Out_Box:first-child .right {
        /* padding-bottom: 50px; */
        /* ì¿ íŒ¡ cië¥¼ ì‚­ì œí•˜ë©´ì„œ ì˜ì—­ì„ ì¡°ì • */
    }
    .pet_biz2 .column .Out_Box .right .title {
        font-size: 4.297vw;
    }
    .pet_biz2 .column .Out_Box:nth-child(1) .right {
        background-size: 19.531vw;
        background-position-x: 40px;
    }
    .pet_biz2 .column .Out_Box .right .message li {
        font-size: 3.281vw;
        text-indent: -20px;
        padding-left: 20px;
    }
    /* ----- INVESTMENT (íˆ¬ìžì •ë³´) ----- */
    /* ì£¼ê°€ì •ë³´ */
    .stock .OutLine {
        padding: 20px 0;
    }


    /* ìž¬ë¬´ì •ë³´ */
    .finance .OutLine {
        padding: 20px 0;
    }


    /* ê³µì‹œì •ë³´ */
    .disclosure .OutLine {
        padding: 20px 0;
    }

    /* ìžë£Œì‹¤ */
    .dataRoom .Box_wrap {
        margin-bottom: 20px;
    }
    .dataRoom .Box_wrap .box::after {
        font-size: 3vw;
        line-height: 30px;
    }
    .dataRoom .Box_wrap .box .title span {
        height: 40px;
    }
    .dataRoom .Box_wrap .box a i {
        padding-left: 20px;
    }
    /* PAGE NUMBER (íŽ˜ì´ì§€ ë„˜ë²„-ê³µí†µ) */
    .page_number ul li.pc {
        display: none;
    }
    .page_number ul li a {
        font-size: 3.5vw;
        width: 30px;
    }
    .page_number ul li.prev a, .page_number ul li.next a {
        border: 0px solid lightgray;
        width: 45px;
    }
    .page_number ul li.prev a i,
    .page_number ul li.next a i {
        font-size: 3.125vw;
        color: #333;
        font-weight: 500;
        border: none;
    }
    /* ----- ONLINE QnA (ì˜¨ë¼ì¸ ìƒë‹´) ----- */
    .section.onlineQna {
        margin-bottom: 100px;
    }
    .onlineQna .pcVersion {
        display: none;
    }
    .onlineQna .mobileVersion tr td {
        padding: 25px 10px;
    }
    .onlineQna .mobileVersion tr td .statusBar .type {
        padding-left: 15px;
    }
    .onlineQna .mobileVersion tr td .statusBar .hold span.new {
        margin-top: 1px;
        padding: 2px 5px;
        border-radius: 10px;
        margin-left: 3px;
    }
    .onlineQna .mobileVersion tr td .title {
        padding-top: 15px;
    }
    .onlineQna .mobileVersion tr td .title a {
        padding: 15px 0;
    }
    .onlineQna .input_box .input_button {
        font-size: 3.594vw;
    }
    /* ONLINE QNA SUB PAGE */
    .section.qnaSub .OutLine .Sub_detail tr td {
        padding: 15px 0px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .biz {
        padding: 5px 10px 5px 0px;
        font-size: 3.125vw;
        min-width: 100px;
        max-width: 20%;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .title {
        padding: 3px 10px 3px 10px;
        font-size: 3vw;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .name {
        font-size: 2vw;
        padding: 3px 15px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .date {
        font-size: 2vw;
        padding: 3px 10px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .wait {
        font-size: 2vw;
        width: 60px;
        margin-left: 10px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex .clear {
        font-size: 2vw;
        width: 60px;
        margin-left: 10px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex_col .q_title {
        width: 100%;
        text-align: left;
        font-size: 3.594vw;
        padding-bottom: 10px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .Flex_col .q_column {
        width: 100%;
        font-size: 3.0vw;
        padding-left: 15px;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .answer_info .date {
        font-size: 2.8vw;
    }
    .section.qnaSub .OutLine .Sub_detail tr td .answer_info .manager {
        font-size: 2.8vw;
    }
    .section.qnaSub .OutLine .button_Box > div {
        font-size: 2.5vw;
        font-weight: 300;
    }
    .section.qnaSub .OutLine .button_Box > div i {
        font-size: 2.5vw;
    }
    .section.qnaSub .OutLine .button_Box .confirm {
        font-size: 2.5vw;
    }
    /* ONLINE QNA INPUT (ì˜¨ë¼ì¸ ìƒë‹´ë¬¸ì˜) */
    .request .request_wrap .item .detail {
        padding: 25px 15px;
    }
    .request .request_wrap .item .check input[type=checkbox] {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
        position: relative;
        top: 1.5px;
    }
    .request .request_wrap .item .column {
        margin-bottom: 10px;
    }
    .request .request_wrap .item .input_table tr td:nth-child(1) {
        width: 25%;
    }
    .request .request_wrap .item .input_table tr td:nth-child(2) {
        width: 75%;
    }
    .request .request_wrap .item .input_table tr td select {
        width: 60%;
        padding: 0px 0 4px;
    }
    .request .request_wrap .item .input_table tr td input.width_20 {
        width: 25%;
    }
    /* --- NEWS (ë…¸í„°ìŠ¤ ë‰´ìŠ¤) --- */
    .knotusNews .newsTable {
        margin-bottom: 20px;
    }
    .knotusNews .newsTable tr th {
        font-size: 3vw;
    }
    .knotusNews .newsTable tr td:nth-child(2) {
        width: 12%;
    }
    .knotusNews .newsTable tr td:nth-child(4) {
        width: 17%;
    }
    .knotusNews .newsTable tr td {
        font-size: 2vw;
    }
    .knotusNews .newsTable tr td.date span {
        font-weight: 500;
        font-size: 3vw;
    }
    .knotusNews .newsTable tr td.date br.mobile {
        display: inline-block;
    }
    .knotusNews .newsTable tr td.notice span {
        font-size: 10px;
        padding: 3px 4px;
    }
    .knotusNews .newsTable tr td.title {
        overflow: hidden;
        background-color: #fff;
    }
    .knotusNews .newsTable tr td.title span {
        font-size: 2.5vw;
        display: inline-block;
        max-width: 90%;
        padding-right: 25px;
        background-size: 13px;
    }
    .knotusNews .newsTable tr td.file span {
        font-size: 12px;
        padding: 10px 12px;
        background: url(.././img/download.png) no-repeat center center;
        background-size: 11px;
        background-position-x: center;
    }
    .knotusNews .newsTable tr td.file span em {
        display: none;
    }
    .knotusNews .newsTable tr.contentBar td {
        font-size: 2.5vw;
    }
    /* ----- HR (ì¸ìž¬ì±„ìš©) ----- */
    .hr_1 .content::before {
        width: 60px;
    }
    .hr_2 .content::before {
        width: 130px;
    }
    .hr_3 .content::before, .hr_4 .content::before {
        width: 80px;
    }
    .hr .content .Left {
        width: 100%;
    }
    .hr .content .Left span.title {
        font-size: 5.625vw;
    }
    .hr_1 .content .Right .outbox {
        padding-top: 20px;
    }
    .hr_1 .content .Right .outbox .box span img {
        width: 70px;
    }
    .hr_1 .content .Right .outbox .box .sub_title {
        font-size: 5.625vw;
    }
    .hr_1 .content .Right .outbox .box .sub_e {
        font-size: 3.125vw;
    }
    .hr_3 .content .Right .box {
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .hr_3 .content .Right .box .in_Box {
        width: 100%;
    }
    .hr_3 .content .Right .box .in_Box .Left_S {
        width: 30%;
    }
    .hr_3 .content .Right .box .in_Box .Left_S img {
        width: 90%;
        max-width: 60px;
    }
    .hr_3 .content .Right .box .in_Box .Right_S {
        padding: 5px 0px 5px 0px;
        width: 70%;
    }
    .hr_4 .content .Right .box .hr_table tr th {
        font-size: 3.906vw;
    }
    .hr_4 .content .Right .box .hr_table tr td {
        font-size: 3.125vw;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(1) {
        width: 20%;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(2) {
        width: 15%;
    }
    .hr_4 .content .Right .box .hr_table tr td:nth-child(4) {
        width: 10%;
    }
    .hr_4 .content .Right .box .hr_table tr th:nth-child(3),
    .hr_4 .content .Right .box .hr_table tr th:nth-child(4),
    .hr_4 .content .Right .box .hr_table tr td:nth-child(4),
    .hr_4 .content .Right .box .hr_table tr td:nth-child(5) {
        display: none;
    }
    .hr_4 .content .Right .box .hr_table tr td.date span {
        font-size: 5.469vw;
    }
    .hr_4 .content .Right .box .hr_table tr td.date .mobile {
        display: inline;
    }
    .hr_4 .content .Right .box .hr_table tr td.notice span {
        font-size: 3.125vw;
    }
    /* --- í°íŠ¸ í¬ê¸° (FONT SIZE) --- */
    .fs_60 {
        font-size: 7vw;
    }
    .fs_48 {
        font-size: 5.5vw;
    }
    .fs_40 {
        font-size: 5vw;
    }
    .fs_36 {
        font-size: 5vw;
    }
    .fs_30 {
        font-size: 30px;
    }
    .fs_24 {
        font-size: 3.8vw;
    }
    .fs_20 {
        font-size: 4.5vw;
    }
    .fs_18 {
        font-size: 2.5vw;
        font-size: 3vw;
    }
    .fs_16 {
        font-size: 3.5vw;
    }
    .fs_15 {
        font-size: 3vw;
    }
    .fs_14 {
        font-size: 3vw;
    }
    .fs_13 {
        font-size: 2.7vw;
    }
    .fs_12 {
        font-size: 2vw;
    }
    /* Scroll Top Button */
    .Scroll__pageup {
        bottom: 0px;
    }
}

@media all and (max-width: 375px) {
    /* ----- Home (index) ----- */
    #M_header__modal {
        width: 80%;
    }
    /* ----- í‘¸í„° ì˜ì—­ (FOOTER AREA) ----- */
    #footer_1 {
        height: auto;
    }
    #footer_2 {
        padding-bottom: 25px;
    }
    /* ----- ONLINE QNA ----- */
    #online_qna {
        left: 5px;
        bottom: 74px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        background-size: 50px;
    }
    /* -- ê¸°ì—… ë©”ì‹œì§€ -- */
    #main_visual_area #company_message {
        top: 80px;
        left: 20px;
        width: 90%;
        height: 420px;
    }
    #main_visual_area #company_message > .OutLine {
        height: 320px;
    }
    #main_visual_area .OutLine #message_box {
        top: 120px;
        left: 2%;
    }
    #main_visual_area .OutLine #message_box .message {
        padding-top: 60px;

    }
    /* ----- MAIN PAGE CONTENTS ----- */
    /* í•˜ë‹¨ ì„¹ì…˜ (BUSINESS BOX) */
    /* COMPANY OVERVIEW SECTION (SECTION #1) */
    #content .section.section__1st {
        height: auto;
    }
    /* -- COMPANY VISIN (ë‘ë²ˆì§¸ ì„¹ì…˜) -- */
    #content .section.section__2nd {
        height: auto;
    }
    /* COMPANY NOTICE ì„¹ì…˜ */
    #content .section.section__3rd {
        background-size: 650px;
        height: 750px;
    }
    #content .section.section__3rd .name {
        padding-top: 20px;
        top: 105px;
    }
    #content .section.section__3rd .name ul li:nth-child(3) {
        padding-top: 0px;
    }
    #content .section.section__3rd .OutLine .notice_area {
        margin-top: 150px;
        height: 400px;
        padding-top: 10px;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right .sub_box {
        padding: 12px 13px;
    }
    #content .section .notice_area .box .right .sub_box .left {
        line-height: 1.3em;
    }
    #content .section .notice_area .box .right .sub_box .right {
        line-height: 1.3em;
    }
    /* NEWS ë°•ìŠ¤ */
    /* COMPANY NETWORK ì„¹ì…˜ */
    #content .section.section__4th {
        height: auto;
        padding-bottom: 50px;
    }
    #content .section.section__4th .OutLine .name {
        margin-bottom: 30px;
    }
    /* íƒ­ ë²„íŠ¼ */
    #content .section.section__4th .OutLine .column ul.tabs li {
        width: 33.3333%;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }
    /* ----- SUB PAGE COMMON (ì„œë¸ŒíŽ˜ì´ì§€ ê³µí†µ) ----- */
    #sub_visual_area {
        height: 204px;
    }
    /* SUB VISUAL */
    #sub_visual_area .company {
        background: url(.././img/sub_visual_ms_1.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .business {
        background: url(.././img/sub_visual_ms_2.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .stock_info {
        background: url(.././img/sub_visual_ms_3.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .online_qna {
        background: url(.././img/sub_visual_ms_4.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .pr {
        background: url(.././img/sub_visual_ms_5.jpg) no-repeat center;
        background-size: cover;
    }
    /* SUB TITLE */
    #sub_visual_area #Sub_Title_area {
        top: 140px;
    }
    #sub_visual_area #Sub_Title_area .OutLine .first_title {
        font-size: 6.250vw;
    }
    #sub_visual_area #Sub_Title_area .OutLine .second_title {
        font-size: 3.281vw;
    }
    /* SUB MENU > */
    #sub_visual_area #Sub_Menu_area {
        display: none;
    }
    /* SUB MENU > ì™¼ìª½ ì˜ì—­ */
    /* SUB MENU > ì˜¤ë¥¸ìª½ ì˜ì—­ */
    /* CONTENTS PAGE (ì½˜í…ì¸  íŽ˜ì´ì§€) */
    #sub_content {
        min-height: auto;
    }
    #sub_content .section {
        width: 100%;
        height: auto;
    }
    #sub_content .section .OutLine {
        height: auto;
    }
    #sub_content .section.section__1st .OutLine {
        height: 100px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1),
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) {
        display: none;
    }
    #sub_content .section.section__1st .OutLine .Center .kor {
        font-size: 6.250vw;
        padding-bottom: 0px;
    }
    #sub_content .section.section__1st .OutLine .Center .eng {
        font-size: 3.125vw;
    }
    /* ----- SUB PAGE (ì„œë¸ŒíŽ˜ì´ì§€) ----- */
    /* ì¸ì‚¬ë§ */
    .greeting .section__2nd .OutLine .first_line {
        background-size: 9px;
    }
    .greeting .section__3rd .OutLine .left {
        padding: 30px 0 30px;
    }
    .greeting .section__3rd .OutLine .left::before {
        height: 25px;
    }
    .greeting .section__3rd .OutLine .left .image img {
        width: 75%;
        max-width: 60%;
    }
    .greeting .section__3rd .OutLine .right {
        height: 161px;
    }
    /* ì—°í˜ (HISTORY) */
    .history .OutLine .back_img::before {
        padding-top:40%;
    }
    /* ì—°í˜_í•˜ë¶€ */
    .history2 .OutLine .line.first {
        background-position-x: 2px;
    }
    .history2 .OutLine .line.last {
        background-position-x: 2px;
    }
    .history2 .OutLine .line .half_box table tr td.month {
        font-size: 3.281vw;
    }
    .history2 .OutLine .line .half_box table.right tr td.year {
        padding-left: 25px;
        padding-right: 1px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year::before {
        top: 7px;
        left: -15px;
        background-size: 20px;
    }
    /* WORK SPACE(ì‹œì„¤í˜„í™©) */
    /* ì˜¤ì‹œëŠ” ê¸¸ */
    /* -- ì‚¬ì—…ì˜ì—­ -- */
    /* ë¹„ìž„ìƒCRO ì‚¬ì—… */
    .section.business {
        max-height: 222px;
    }
    .section.business .OutLine .messageBox {
        padding-left: 20px;
        margin-top: 75px;
    }
    .business1 .OutLine .right table tr td.name {
        background-size: 8px;
    }
    .business2 .OutLine .section_sub {
        margin-bottom: 20px;
    }
    .business2 .OutLine .color_box {
        padding: 15px;
    }
    /* ë°”ì´ì˜¤ì»¨ì„¤íŒ… ì‚¬ì—… */
    .consulting .boxLayout .box .title .right .eng {
        font-size: 3.281vw;
    }
    .consulting2 {
        min-height: 252px;
    }
    .consulting2 .OutLine {
        min-height: 252px;
    }
    .consulting2 .message_Box .message_1 {
        font-size: 4.688vw;
        padding-bottom: 15px;
    }
    .consulting2 .message_Box .message_1::before {
        width: 82px;
    }
    /* ë°˜ë ¤ë™ë¬¼ ì‚¬ì—… */
    .section.pet_biz .message1 {
        padding-bottom: 40px;
    }
    .section.pet_biz .message1::after {
        height: 30px;
    }
    .section.pet_biz .message1 span {
        font-size: 4.688vw;
    }
    .section.pet_biz .message2 .out_Box {
        width: 85%;
        border: 6px solid #373737;
        height: 180px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box {
        top: -6px;
        left: 2%;
        width: 96%;
        height: 180px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right {
        width: 100%;
        display: block;
        font-size: 3.281vw;
        line-height: 1.5em;
        text-align: center;
    }
    .pet_biz1 {
        height: 300px;
    }
    .pet_biz1 .message1 {
        font-size: 4.688vw;
        text-align: right;
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .pet_biz2 .column .Out_Box .right {
        padding-left: 25px;
    }
    .pet_biz2 .column .Out_Box .right .message li {
        text-indent: -18px;
        padding-left: 18px;
    }
    /* ----- INVESTMENT (íˆ¬ìžì •ë³´) ----- */
    /* ì£¼ê°€ì •ë³´ */


    /* ìž¬ë¬´ì •ë³´ */


    /* ê³µì‹œì •ë³´ */


    /* ìžë£Œì‹¤ */
    .dataRoom .Box_wrap {
        margin-bottom: 20px;
    }
    .dataRoom .Box_wrap .box::after {
        font-size: 3vw;
        line-height: 30px;
    }
    .dataRoom .Box_wrap .box .title span {
        height: 36px;
    }
    .dataRoom .Box_wrap .box a i {
        padding-left: 20px;
    }
    /* PAGE NUMBER (íŽ˜ì´ì§€ ë„˜ë²„-ê³µí†µ) */
    .page_number ul li.pc {
        display: none;
    }
    .page_number ul li a {
        font-size: 3.5vw;
        width: 30px;
    }
    .page_number ul li.prev a, .page_number ul li.next a {
        border: 0px solid lightgray;
        width: 45px;
    }
    .page_number ul li.prev a i,
    .page_number ul li.next a i {
        font-size: 3.125vw;
        color: #333;
        font-weight: 500;
        border: none;
    }
    /* ----- ONLINE QnA (ì˜¨ë¼ì¸ ìƒë‹´) ----- */
    .onlineQna .mobileVersion tr td .statusBar .hold span.new {
        margin-top: 0px;
    }
    /* ONLINE QNA INPUT (ì˜¨ë¼ì¸ ìƒë‹´ë¬¸ì˜) */
        /* --- NEWS (ë…¸í„°ìŠ¤ ë‰´ìŠ¤) --- */
    .knotusNews .newsTable {
        margin-bottom: 20px;
    }
    .knotusNews .newsTable tr th {
        font-size: 3vw;
    }
    .knotusNews .newsTable tr td:nth-child(2) {
        width: 12%;
    }
    .knotusNews .newsTable tr td:nth-child(4) {
        width: 17%;
    }
    .knotusNews .newsTable tr td {
        font-size: 2vw;
    }
    .knotusNews .newsTable tr td.date span {
        font-weight: 500;
        font-size: 3vw;
    }
    .knotusNews .newsTable tr td.date br.mobile {
        display: inline-block;
    }
    .knotusNews .newsTable tr td.notice span {
        font-size: 10px;
        padding: 3px 4px;
    }
    .knotusNews .newsTable tr td.title span {
        font-size: 3vw;
        display: inline-block;
        max-width: 90%;
        padding-right: 25px;
        background-size: 13px;
    }
    .knotusNews .newsTable tr td.file span {
        font-size: 12px;
        padding: 10px 12px;
        background: url(.././img/download.png) no-repeat center center;
        background-size: 11px;
        background-position-x: center;
    }
    .knotusNews .newsTable tr td.file span em {
        display: none;
    }
    .knotusNews .newsTable tr.contentBar td {
        font-size: 2.5vw;
    }
    /* ----- HR (ì¸ìž¬ì±„ìš©) ----- */
    .hr_1 .content::before {
        width: 55px;
    }
    .hr_2 .content::before {
        width: 120px;
    }
    .hr_3 .content::before, .hr_4 .content::before {
        width: 80px;
    }
    .hr_1 .content .Right .outbox .box span img {
        width: 60px;
    }
    .hr_1 .content .Right .outbox .box_3 {
        padding: 20px;
    }
    .hr_3 .content .Right .box .in_Box .Left_S {
        width: 25%;
    }
    .hr_3 .content .Right .box .in_Box .Left_S img {
        max-width: 50px;
    }
    .hr_3 .content .Right .box .in_Box .Right_S {
        width: 75%;
    }
    /* --- í°íŠ¸ í¬ê¸° (FONT SIZE) --- */
    .fs_60 {
        font-size: 7vw;
    }
    .fs_48 {
        font-size: 5.5vw;
    }
    .fs_40 {
        font-size: 5vw;
    }
    .fs_36 {
        font-size: 5vw;
    }
    .fs_30 {
        font-size: 30px;
    }
    .fs_24 {
        font-size: 3.8vw;
    }
    .fs_20 {
        font-size: 4.5vw;
    }
    .fs_18 {
        font-size: 3.5vw;
    }
    .fs_16 {
        font-size: 3.5vw;
    }
    .fs_15 {
        font-size: 3vw;
    }
    .fs_14 {
        font-size: 3.5vw;
    }
    .fs_13 {
        font-size: 2.9vw;
    }
    .fs_12 {
        font-size: 2vw;
    }
    /* Scroll Top Button */
    .Scroll__pageup {
        bottom: 0px;
    }

}

@media all and (max-width: 320px) {
    /* ----- Home (index) ----- */
    #M_header__modal {
        width: 80%;
    }
    /* ----- í‘¸í„° ì˜ì—­ (FOOTER AREA) ----- */
    #footer_1 {
        height: auto;
    }
    #footer_2 {
        padding-bottom: 25px;
    }
    /* ----- ONLINE QNA ----- */
    #online_qna {
        left: 5px;
        bottom: 74px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        background-size: 50px;
    }
    /* -- ê¸°ì—… ë©”ì‹œì§€ -- */
    #main_visual_area #company_message {
        top: 80px;
        left: 20px;
        width: 90%;
        height: 420px;
    }
    #main_visual_area #company_message > .OutLine {
        height: 320px;
    }
    #main_visual_area .OutLine #message_box {
        top: 120px;
        left: 2%;
    }
    #main_visual_area .OutLine #message_box .message {
        padding-top: 60px;
    }
    /* ----- MAIN PAGE CONTENTS ----- */
    /* í•˜ë‹¨ ì„¹ì…˜ (BUSINESS BOX) */
    /* COMPANY OVERVIEW SECTION (SECTION #1) */
    #content .section.section__1st {
        height: auto;
    }
    /* -- COMPANY VISIN (ë‘ë²ˆì§¸ ì„¹ì…˜) -- */
    #content .section.section__2nd {
        height: auto;
    }
    #content .section.section__2nd .column .first_depth > li {
        padding: 20px 3px;
    }
    /* COMPANY NOTICE ì„¹ì…˜ */
    #content .section.section__3rd {
        background-size: 650px;
        height: 750px;
    }
    #content .section.section__3rd .name {
        padding-top: 20px;
        top: 105px;
    }
    #content .section.section__3rd .name ul li:nth-child(3) {
        padding-top: 0px;
    }
    #content .section.section__3rd .OutLine .notice_area {
        margin-top: 150px;
        height: 400px;
        padding-top: 10px;
    }
    #content .section.section__3rd .OutLine .notice_area .box .right .sub_box {
        padding: 12px 13px;
    }
    #content .section .notice_area .box .right .sub_box .left {
        line-height: 1.3em;
    }
    #content .section .notice_area .box .right .sub_box .right {
        line-height: 1.3em;
    }
    /* NEWS ë°•ìŠ¤ */
    /* COMPANY NETWORK ì„¹ì…˜ */
    #content .section.section__4th {
        height: auto;
        padding-bottom: 50px;
    }
    #content .section.section__4th .OutLine .name {
        margin-bottom: 30px;
    }
    /* íƒ­ ë²„íŠ¼ */
    #content .section.section__4th .OutLine .column ul.tabs li {
        width: 33.3333%;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }
    /* ----- SUB PAGE COMMON (ì„œë¸ŒíŽ˜ì´ì§€ ê³µí†µ) ----- */
    #sub_visual_area {
        height: 175px;
    }
    /* SUB VISUAL */
    #sub_visual_area .company {
        background: url(.././img/sub_visual_ms_1.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .business {
        background: url(.././img/sub_visual_ms_2.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .stock_info {
        background: url(.././img/sub_visual_ms_3.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .online_qna {
        background: url(.././img/sub_visual_ms_4.jpg) no-repeat center;
        background-size: cover;
    }
    #sub_visual_area .pr {
        background: url(.././img/sub_visual_ms_5.jpg) no-repeat center;
        background-size: cover;
    }
    /* SUB TITLE */
    #sub_visual_area #Sub_Title_area {
        top: 120px;
    }
    #sub_visual_area #Sub_Title_area .OutLine .first_title {
        font-size: 6.250vw;
    }
    #sub_visual_area #Sub_Title_area .OutLine .second_title {
        font-size: 3.281vw;
    }
    /* SUB MENU > */
    #sub_visual_area #Sub_Menu_area {
        display: none;
    }
    /* SUB MENU > ì™¼ìª½ ì˜ì—­ */
    /* SUB MENU > ì˜¤ë¥¸ìª½ ì˜ì—­ */
    /* CONTENTS PAGE (ì½˜í…ì¸  íŽ˜ì´ì§€) */
    #sub_content {
        min-height: auto;
    }
    #sub_content .section {
        width: 100%;
        height: auto;
    }
    #sub_content .section .OutLine {
        height: auto;
    }
    #sub_content .section.section__1st .OutLine {
        height: 100px;
    }
    #sub_content .section.section__1st .OutLine .Side:nth-child(1),
    #sub_content .section.section__1st .OutLine .Side:nth-child(3) {
        display: none;
    }
    #sub_content .section.section__1st .OutLine .Center .kor {
        font-size: 6.250vw;
        padding-bottom: 0px;
    }
    #sub_content .section.section__1st .OutLine .Center .eng {
        font-size: 3.125vw;
    }
    /* ----- SUB PAGE (ì„œë¸ŒíŽ˜ì´ì§€) ----- */
    /* ì¸ì‚¬ë§ */
    .greeting .section__2nd .OutLine .first_line {
        background-size: 6px;
        padding-left: 12px;
    }
    .greeting .section__3rd .OutLine .left {
        padding: 30px 0 20px;
    }
    .greeting .section__3rd .OutLine .left::before {
        height: 20px;
    }
    .greeting .section__3rd .OutLine .left .image img {
        width: 75%;
        max-width: 50%;
    }
    .greeting .section__3rd .OutLine .right {
        height: 138px;
    }
    /* ì—°í˜ (HISTORY) */
    .history .OutLine .back_img::before {
        padding-top:40%;
    }
    .history .OutLine .back_img .content_box {
        left: 4%;
    }
    /* ì—°í˜_í•˜ë¶€ */
    .history2 .OutLine .line {
        margin-bottom: 20px;
    }
    .history2 .OutLine .line .half_box table tr td.month {
        font-size: 3.281vw;
    }
    .history2 .OutLine .line .half_box table.right tr td.year {
        padding-left: 25px;
        padding-right: 1px;
    }
    .history2 .OutLine .line .half_box table.right tr td.year::before {
        top: 7px;
        left: -15px;
        background-size: 20px;
    }
    /* WORK SPACE(ì‹œì„¤í˜„í™©) - ìœ„ì™€ ë™ì¼ */
    /* CONTACT US(ì˜¤ì‹œëŠ” ê¸¸) - ìœ„ì™€ ë™ì¼ */
    /* -- ì‚¬ì—…ì˜ì—­ -- */
    /* ë¹„ìž„ìƒCRO ì‚¬ì—… */
    .section.business {
        max-height: 190px;
        margin-bottom: 20px;
    }
    .section.business .OutLine .messageBox {
        padding-left: 10px;
    }
    .business1 .OutLine .right table tr td.name {
        background-size: 8px;
    }
    .business2 .OutLine .section_sub {
        margin-bottom: 20px;
    }
    .business2 .OutLine .color_box {
        padding: 15px;
    }
    /* ë°”ì´ì˜¤ì»¨ì„¤íŒ… ì‚¬ì—… */
    .consulting2 {
        min-height: 215px;
    }
    .consulting2 .OutLine {
        min-height: 215px;
    }
    .consulting2 .message_Box .message_1::before {
        width: 70px;
    }
    /* ë°˜ë ¤ë™ë¬¼ ì‚¬ì—… */
    .section.pet_biz .message1 {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .section.pet_biz .message1::after {
        height: 25px;
    }
    .section.pet_biz .message2 .out_Box .middle_Box .inner_Box .right {
        width: 100%;
        display: block;
        font-size: 3.281vw;
        line-height: 1.5em;
        text-align: center;
    }
    .pet_biz1 {
        height: 260px;
    }
    .pet_biz2 .column .Out_Box .right {
        padding-left: 20px;
    }
    .pet_biz2 .column .Out_Box .right .message li {
        text-indent: -15px;
        padding-left: 15px;
    }
    /* ----- INVESTMENT (íˆ¬ìžì •ë³´) ----- */
    /* ì£¼ê°€ì •ë³´ */


    /* ìž¬ë¬´ì •ë³´ */


    /* ê³µì‹œì •ë³´ */


    /* ìžë£Œì‹¤ */
    .dataRoom .Box_wrap {
        margin-bottom: 20px;
    }
    .dataRoom .Box_wrap .box {
        padding: 30px 10px;
    }
    .dataRoom .Box_wrap .box::after {
        font-size: 3vw;
        line-height: 30px;
    }
    .dataRoom .Box_wrap .box .title {
        padding-bottom: 10px;
    }
    .dataRoom .Box_wrap .box .title span {
        height: 30px;
    }
    .dataRoom .Box_wrap .box a {
        padding: 6px 15px;
    }
    .dataRoom .Box_wrap .box a i {
        padding-left: 20px;
    }
    /* PAGE NUMBER (íŽ˜ì´ì§€ ë„˜ë²„-ê³µí†µ) */
    .page_number ul li.pc {
        display: none;
    }
    .page_number ul li a {
        font-size: 3.5vw;
        width: 30px;
    }
    .page_number ul li.prev a, .page_number ul li.next a {
        border: 0px solid lightgray;
        width: 45px;
    }
    .page_number ul li.prev a i,
    .page_number ul li.next a i {
        font-size: 3.125vw;
        color: #333;
        font-weight: 500;
        border: none;
    }
    /* ONLINE QNA INPUT (ì˜¨ë¼ì¸ ìƒë‹´ë¬¸ì˜) */
    .request .request_wrap .item .check input[type=checkbox] {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        position: relative;
        top: 2px;
    }
    .request .request_wrap .item .input_table tr td:nth-child(2) {
        width: 75%;
        padding-left: 5px;
    }
    .request .request_wrap .item .input_table tr td select {
        width: 60%;
        padding: 0px 0 4px;
    }
    .request .request_wrap .item .input_table tr td input.width_20 {
        width: 27%;
    }
    /* --- NEWS (ë…¸í„°ìŠ¤ ë‰´ìŠ¤) --- */
    .knotusNews .newsTable {
        margin-bottom: 20px;
    }
    .knotusNews .newsTable tr th {
        font-size: 3vw;
    }
    .knotusNews .newsTable tr td:nth-child(1) {
        width: 15%;
    }
    .knotusNews .newsTable tr td:nth-child(2) {
        width: 12%;
    }
    .knotusNews .newsTable tr td:nth-child(4) {
        width: 15%;
    }
    .knotusNews .newsTable tr td {
        font-size: 2vw;
    }
    .knotusNews .newsTable tr td.date span {
        font-weight: 500;
        font-size: 4.5vw;
    }
    .knotusNews .newsTable tr td.date br.mobile {
        display: inline-block;
    }
    .knotusNews .newsTable tr td.notice span {
        font-size: 9px;
        padding: 3px 4px;
    }
    .knotusNews .newsTable tr td.title span {
        font-size: 3vw;
        display: inline-block;
        max-width: 90%;
        padding-right: 20px;
        background-size: 13px;
    }
    .knotusNews .newsTable tr td.file span {
        font-size: 12px;
        padding: 8px 10px;
        background: url(.././img/download.png) no-repeat center center;
        background-size: 9px;
        background-position-x: center;
    }
    .knotusNews .newsTable tr td.file span em {
        display: none;
    }
    .knotusNews .newsTable tr.contentBar td {
        font-size: 2.5vw;
    }
    /* .knotusNews .newsTable tr.contentBar td.news_column {
        padding-left: 5%;
        padding-right: 5%;
    } */
    /* ----- HR (ì¸ìž¬ì±„ìš©) ----- */
    .hr_1 .content::before {
        width: 50px;
    }
    .hr_2 .content::before {
        width: 100px;
    }
    .hr_3 .content::before, .hr_4 .content::before {
        width: 65px;
    }
    .hr_1 .content .Right .outbox .box span img {
        width: 50px;
    }
    .hr_1 .content .Right .outbox .box_3 {
        padding: 20px;
    }
    .hr_3 .content .Right .box .in_Box {
        padding: 10px 0;
    }
    .hr_3 .content .Right .box .in_Box .Left_S {
        width: 25%;
    }
    .hr_3 .content .Right .box .in_Box .Left_S img {
        max-width: 50px;
    }
    .hr_3 .content .Right .box .in_Box .Right_S {
        width: 75%;
    }

    /* --- í°íŠ¸ í¬ê¸° (FONT SIZE) --- */
    .fs_60 {
        font-size: 7vw;
    }
    .fs_48 {
        font-size: 5.5vw;
    }
    .fs_40 {
        font-size: 5vw;
    }
    .fs_36 {
        font-size: 5vw;
    }
    .fs_30 {
        font-size: 30px;
    }
    .fs_24 {
        font-size: 3.8vw;
    }
    .fs_20 {
        font-size: 4.5vw;
    }
    .fs_18 {
        font-size: 3.5vw;
    }
    .fs_16 {
        font-size: 3.5vw;
    }
    .fs_15 {
        font-size: 3vw;
    }
    .fs_14 {
        font-size: 3.5vw;
    }
    .fs_13 {
        font-size: 2.9vw;
    }
    .fs_12 {
        font-size: 2vw;
    }
    /* Scroll Top Button */
    .Scroll__pageup {
        bottom: 0px;
    }
    /* scroll__Bar */
}

/* Error_Page */
@media all and (max-width: 767px) {
    .error_wrap {
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .error_inLine {
        display: inherit;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 90%;
        height: auto;
        min-height: 250px;
        border: 1px solid #999;
        border-radius: 10px;
    }
    .error_inLine .F_error {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
    .error_inLine .F_error_1 {
        width: 100%;
        display: inherit;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 12vw;
        text-align: center;
    }
    .error_inLine .F_error_2 {
        width: 100%;
        display: inherit;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .error_inLine .F_error_2 > div {
        font-size: 3.3vw;
        font-weight: 500;
        color: #333;
    }
    .error_inLine .F_error_2 > div span {
        font-size: 3.8vw;
        font-weight: 600;
        color: rgb(246,129,33);
    }
    .error_inLine .F_error_3 {
        width: 100%;
        display: inherit;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        font-size: 2.2vw;
        color: #666;
        font-weight: 400;
    }
}
@media all and (max-width: 414px) {
    .error_inLine {
        min-height: 180px;
    }
}
@media all and (max-width: 375px) {
    .error_inLine {
        min-height: 180px;
    }
}
@media all and (max-width: 320px) {
    .error_inLine {
        min-height: 150px;
    }
}

/* 20210226 - Add (HSG)  */
.detail_con_wrap { position: fixed; top: 0; left: 0; display: flex; flex-flow: row; justify-content: center; align-content: center; width: 100%; height: 100vh; background-color: rgba(0,0,0,0); z-index: 20000; display: none; }
.detail_con_wrap .detail_con { position: relative; align-self: center; padding: 60px 30px 30px 30px; width: 1100px; max-height: 80%; z-index: 20000; overflow: hidden; box-shadow: 0px 0px 20px rgba(0,0,0,0.5); background-color: #f6f6f6; border-top: 5px solid #18449e; border-bottom: 1px solid #18449e; display: none; }



/* .biz_popup .popup_close */
.detail_con_wrap .detail_con .con_close { position: absolute; top: 2px; right: 2px; padding: 10px; font-size: 24px; cursor: pointer; text-align: right; }
.detail_con_wrap .detail_con .con_close i { color: #333; }
.detail_con_wrap .detail_con .con_close:hover i { color: #3965cf; }
.detail_con_wrap .detail_con .pop_con { height: 40%; max-height: 410px; overflow: auto; border-top: 1px solid #18449e; border-bottom: 1px solid #18449e; }



/* table area */
.detail_con_wrap .detail_con table { width: 100%; height: auto; border-bottom: 2px solid #333; }
.detail_con_wrap .detail_con table thead tr { border-top: 3px solid #333; border-bottom: 2px solid #333; }
.detail_con_wrap .detail_con table thead tr th {padding: 10px 0; font-size: 16px; font-weight: 500; color: #fff; text-align: center; border-right: 1px solid #333; background-color: #516ca3; }
.detail_con_wrap .detail_con table tr td { padding: 10px 3px 10px 10px; font-size: 15px; font-weight: 400; color: #333; text-align: center; border-bottom: 1px solid #666; border-right: 1px solid #333; }
.detail_con_wrap .detail_con table thead tr th:last-child,
.detail_con_wrap .detail_con table tr td:last-child { border-right: 0px solid #666;}

@media all and (min-width: 1025px) and (max-width: 1280px) {
    .detail_con_wrap .detail_con { width: 1000px; }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
    .detail_con_wrap .detail_con { width: 750px; }
    .detail_con_wrap .detail_con table { width: 930px; }
}
@media all and (max-width: 768px) {
    .detail_con_wrap .detail_con { width: 90%; max-height: 85%; }
    .detail_con_wrap .detail_con table { width: 760px; }
	.contents1 .c1_left div p {font-size: 14px;}
	.contents1 .c1_left div {height: 95px;}
	.contents1 .b4_t2 {font-size: 33px;}
	.contents1 {margin-bottom:0px; top: 0rem;}
	#header {left: 50%; width: 100%; display:block;}
	#header.fixed {width: 100%; }
	.contents4 {padding: 50px 0px;}
	.contents4 h2 {font-size: 23px;}
	.contents4 ul li {padding:0px;}
	#content .section .OutLine .column .tab_container #tab1 ul li, #content .section .OutLine .column .tab_container #tab2 ul li {width: 100%;}
	#content .section .OutLine .column .tab_container .tab_content ul li {width: 100%;}
	.main-carousel .owl-dots {bottom: 50px;}
	.contents1 .b4_text {padding: 58px 0px 33px 33px;}
	.contents1 .b4_btn {margin-left: 34px;}
	.foot_menu {padding: 20px 5px;}
}
@media all and (max-width: 414px) {
    .detail_con_wrap .detail_con { padding: 50px 10px 20px 10px; width: 90%; max-height: 85%; }
    .detail_con_wrap .detail_con table { width: 760px; }
    .detail_con_wrap .detail_con table thead tr th { font-size: 4.25vw; }
    .detail_con_wrap .detail_con table tr td { font-size: 4vw; }
}
/* // 20210226 - Add (HSG)  */

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

.foot_menu .fm {float:none !important;}
.foot_menu .inner {padding:0px}

}