/*********************************basic setting*******************************/
html,
body {
    font-size: 16px;
	background: #EA4E42;
}
input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
select option:hover {
    background: #38322d;
}
p,
h1,
h2,
h3,
h4,
h5,
span,
li {
    word-break: keep-all;
}
p,
h1,
h2,
h3,
h4,
h5,
span {
    line-height: 1.5em;
    /* letter-spacing: -0.8px; */
}
.pc_hidden {
    display: none;
}

/* Clear floats after the tab **/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }	

/*스크롤바 커스텀*/

.tb_scroll::-webkit-scrollbar {
    width: 10px;
}

.tb_scroll::-webkit-scrollbar-thumb {
    background-color: #0080c0;
    border-radius: 10px;
}

.tb_scroll::-webkit-scrollbar-track {
    background-color: #ddd;
}

.min_img::-webkit-scrollbar {
    width: 10px;
}

.min_img::-webkit-scrollbar-thumb {
    background-color: #0080c0;
    border-radius: 10px;
}

.min_img::-webkit-scrollbar-track {
    background-color: #ddd;
}


/*table*/
table {
    width: 100%;
    border-top: 3px #0080c0 solid;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    /* table-layout: fixed; */
    min-width: 480px;
    border-collapse: collapse;
    line-height: 1.5em;
    text-align: center;
}
.table_min {
    min-width: 280px;
}
.tb_scroll {
    overflow-x: auto;
    border-bottom: 1px #0080c0 solid;
}
table th {
    background-color: #efefef;
    font-size: 1.125rem;
    border-right: 1px #ddd solid;
    padding: 20px;
}
table thead {
    border-bottom: 1px #ddd solid;
}
table tr {
    border-bottom: 1px #ddd solid;
}
table tr:last-child {
    border-bottom: 0;
}
table tr th {
    padding: 14px;
}
table td {
    padding: 14px;
    border-right: 1px #ddd solid;
    background: #fff;
}
table td:last-child {
    border-right: 0;
}
table .cont {
    /*    padding: 14px;*/
    text-align: left;
    word-break: keep-all;
}
table .main_tit {
    background: #757575;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
}
table .sub_tit {
    background: #aaa;
    border-right: 1px #fff solid;
}
table .sub_tit:last-child {
    border-right: 0;
}

.ready {
	text-align:center;
	color:#fff;
	width: 100%;
	height:100%;
}
.ready .ready_img {
	width: 100%;
	font-size:30px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


/************* main *************/

/*
#main .visual {
    width: 100%;
    height: 960px;
    background: url(../images/main/main_visual01.jpg) 0 0 no-repeat;
    background-position-x: center;
}
*/

#main .visual {
    width: 100%;
    height: 730px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#main .main_visual .bx-wrapper .bx-viewport {
    height: 730px;
}

#main .visual .main_visual {
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -960px;
}


#main .visual .visual_wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}
#main .visual .caption.off {
    display: none;
}
#main .visual .caption {
    color: #222;
    padding-top: 220px;
    width: 1200px;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
}

#main .visual .caption h3 {
    font-size: 2.75rem;
    line-height: 1.6em;
    letter-spacing: -1px;
    font-weight: 600;
}

#main .visual .caption a {
    color: #8b0029;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 60px;
    font-weight: 600;
    display: block;
}
#main .visual01 .caption h3, #main .visual03 .caption h3 {
    color: #222;
}


#main .visual .visual_wrap .contents_wrap01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap {
    width: calc(6% + (170px * 6));
    box-sizing: border-box;
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap .quick ul li:first-child {
    margin-left: 0;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap .quick ul li p {
    width: 170px;
    height: 170px;
    border-radius: 170px;
    padding-top: 60%;
    text-align: center;
    box-sizing: border-box;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap .quick ul li p span {
    font-weight: 500;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap .quick ul li {
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    float: left;
    margin-left: 1%;
}







.section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.section .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0;
    overflow: hidden;
}


/* board */

.board .maintit {
    margin-bottom: 24px;
/*    overflow: hidden;*/
}

.board .maintit .tit {
    display: inline-block;
}

.board .cate {
    color: #8b0029;
    /* display: inline-block; */
    /* line-height: 1.2em; */
    font-weight: 500;
    /* padding: 0 2px; */
    font-size: 1.125rem;
}

.card_board {
    overflow: hidden;
}

.card_board .f_left {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.card_board .f_right {
    float: left;
    width: 49%;
}

.card_board .f_left .items_pic_lay {
    background: #fff;
    border: 1px solid #eaeaea;
    height: 440px;
}

.card_board .f_right .items {
    width: 100%;
    height: 210px;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding: 40px 24px;
}

.card_board .f_right .items:last-child {
    margin-bottom: 0;
}

.line_board {
    overflow: hidden;
}

.line_board .items {
    border-top: 1px solid #ccc;
    height: 62px;
    line-height: 62px;
    padding: 0 12px;
    cursor: pointer;
}

.line_board .items:last-child {
    border-bottom: 1px solid #ccc;
}

.line_board .items .file {
    float: left;
    padding: 16px 0;
}

.line_board .tit {
    font-size: 1.125rem;
    color: #333;
    /*
    max-width: 60%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
*/
    float: left;
}

.line_board .items .contents {
    float: left;
    color: #666;
    font-size: 1rem;
    padding: 0 10px;
    /*
    max-width: 20%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
*/
    float: left;
}

.line_board .items .txt {
    max-width: calc(100% - 220px);
    height: 60px;
    color: #666;
    line-height: 60px;
    font-size: 1rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line_board .cate {
    float: left;
    margin-right: 12px;
    /* width: 7%; */
}


.line_board .items .date {
    float: right;
    color: #9a9a9a;
    font-size: 0.875rem;
}

.section_left {
    float: left;
    width: calc(100% - 400px);
}

#main .qna {
    float: left;
    width: 350px;
    height: 233px;
    border-radius: 10px;
    background: url(../images/main/qna.jpg) no-repeat center center;
    margin-left: 50px;
    cursor: pointer;
    text-align: center;
    padding: 40px;
}

#main .qna h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #3a3734;
    padding-bottom: 20px;
    display: block;
    font-weight: 600;
}

#main .qna p {
    text-align: center;
    color: #3a3734;
    padding-bottom: 20px;
    display: block;
    font-weight: 500;
}

#main .qna .btn_link {
    background-color: rgba(56, 50, 45, 0.75);
    width: 134px;
    height: 36px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 36px;
    border-radius: 5px;
}
#main .qna .btn_link:hover {
    background-color: rgba(56, 50, 45, 0.95);
}

.card_board .f_right .items .cate {
    float: left;
    max-width: 80px;
}

.card_board .items_pic_lay .tit,
.card_board .items .tit {
    max-width: 80%;
    font-size: 1.125rem;
    margin-left: 6px;
    font-weight: 400;
}

.card_board .f_right .items .tit_wrap {
    overflow: hidden;
}

.card_board .f_right .contents {
    margin: 12px 0;
    max-height: 63px;
    overflow: hidden;
}

.card_board .f_left .thumb {
    overflow: hidden;
    height: 296px;
}

.card_board .f_left .thumb img {
    text-align: center;
    height: 100%;
}

.card_board .f_left .items_pic_lay .text_wrap {
    padding: 20px;
}

.card_board .f_left .items_pic_lay .contents {
    margin: 8px 0;
    max-height: 42px;
    overflow: hidden;
}


/* business */

.business .cont {
    height: 316px;
    cursor: pointer;
}

.business .cont:nth-child(1) {
    background-image: url(../images/main/main_sec02_1.png);
    background-position-x: center;
}

.business .cont:nth-child(2) {
    background-image: url(../images/main/main_sec02_2.png);
    background-position-x: center;
}

.business .cont .caption {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 124px 0;
}

.business .cont .caption h2 {
    font-family: poppins;
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
}

.business .cont .caption p {
    font-size: 1.5rem;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}

.business .cont .caption.right {
    text-align: right;
}


/************ layout *************/

.wrap {
    position: relative;
    overflow: hidden;
}



/************* main-layout-header *************/


.lang .btn_lang {
    display: inline-block;
    width: 54px;
    cursor: pointer;
    text-align: center;
    line-height: 98px;
}

.lang {
    position: relative;
}

.lang .lang_list {
    display: none;
    position: absolute;
    margin-top: -20px;
    width: 58px;
    background: #fff;
    z-index: 9999999;
    font-size: 0.875rem;
    border: 1px solid #ddd;
    text-align: center;
}

.lang .lang_list.on {
    display: block !important;
}

.lang .lang_list li {
    margin: 20px 10px;
}

.lang .lang_list li a {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/************* layout-header *************/

#header {
    position: absolute;
    top: 0;
        background: #fff;
    z-index: 1000;
    border-bottom: 0.5px solid #999;
    width: 100%;
    transition: all 0.5s ease;
    height: 90px;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
}


#header.on {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    animation: smoothScroll 0.5s forwards;
    /* border-bottom: 1px solid #ccc; */
}

#header.on nav {
    display: block;
}

#header.on nav #gnb li .nav_dep1 {
    color: #222;
}

#header.on .menu_area ul li a {
    color: #222;
}

#header.on .menu_area ul li a.btn_ham_menu {
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}

#header.active {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    animation: smoothScroll 0.5s forwards;
    /* border-bottom: 1px solid #ccc; */
}

#header.active nav {
    display: block;
}

#header.active nav #gnb li .nav_dep1 {
    color: #222;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
}

#header.active .menu_area ul li a {
    color: #222;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
}

#header.active .menu_area ul li a.btn_ham_menu {
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}



#header .logo {
    float: left;
}

#header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    padding: 26px 0;
}

#header .logo a {
    width: 254px;
    display: block;
}

/************* Header - gnb slide menu *************/
#header nav {
    float: left;
    width: auto;
    margin-left: 115px;
    /* display:none; */
}

#header nav #gnb {
    width: 100%;
    height: 90px;
}

#header nav #gnb li {
    float: left;
    width: 136px;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
}

#header nav #gnb li .nav_dep1 {
    color: #222;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
}


#header .open {
    /*    overflow: hidden;*/
    float: right;
    margin-right: 40px;
}

#header .open ul {
    float: right;
    overflow: hidden;
}
#header .open .map {
    float: left;
}
#header .open .map a {
    display: inline-block;
    width: 100px;
    cursor: pointer;
    text-align: center;
    line-height: 98px;
}
#header .open .lang {
    float: left;
}


#header .open a {
    color: #fff;
}

#header .open ul li a {
    color: #222;
    line-height: 16px;
}

#header.on .open a {
    color: #222;
}

#header.active .open a {
    color: #222;
}
#header.active nav {
    display: block;
}

#header nav .depth_toggle {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    transition: .5s height, .2s background;
    display: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#header nav .depth_toggle .sub_nav li.menu3 {
    margin-top: 5px;
    margin-bottom: 0;
}
#header nav .depth_toggle .sub_nav li.menu3 a {
    padding-left: 2px;
    font-weight: 200;
}

#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}

#header nav .depth_toggle .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-left: 364px;
}

#header nav .depth_toggle .sub_nav {
    width: 136px;
    height: 200px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 12px;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav:last-child {
    border-right: 0;
}
#header nav .depth_toggle .sub_nav li {
    height: auto;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 0.938rem;
}

#header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: auto;
    font-size: 0.938rem;
    letter-spacing: -0.6px;
    line-height: 20px;
}


#header nav .depth_toggle .sub_nav.on {
    background: #282828;
    background: #8b0029;
    color: #fff;
    transition: .5s height, .2s background;
}

#header nav .depth_toggle .sub_nav.on li a {
    color: #999;
}

#header nav .depth_toggle .sub_nav.on li a:hover {
    color: #fff !important;
    font-weight: 400;
}

#header.speedup {
    transition: all 0.1s ease !important;
}


/************* header *************/

#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}

#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
    word-break: break-word;
}

/* Header - right menu icon */
#header .menu_area {
    float: right;
    /* display:none; */
}

#header .menu_area ul {
    overflow: hidden;
}

#header .menu_area ul li {
    width: 30px;
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 24px 0;
}

#header .menu_area ul li:nth-child(2) {
    display: none;
}

#header .menu_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 96px;
}

#header .menu_area ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#header .menu_area ul li a.btn_ham_menu {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}

#header .sub_nav.on .link::after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 0.813rem;
}

#header .sub_nav .link::after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 0.813rem;
}


/************* layout-toggleMenu(offcanvas) *************/

.float_wrapper {
    width: 1200px;
    /*    overflow: hidden;*/
    margin: 0 auto;
}


/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/************* layout-sub *************/

.sub_visual {
    height: 400px;
    background: #f5f5f5;
}

.sub_visual .visual01 {
    background-image: url(../images/sub/visual01.png);
}

.sub_visual .visual02 {
    background-image: url(../images/sub/visual02.png);
}

.sub_visual .visual03 {
    background-image: url(../images/sub/visual03.png);
}

.sub_visual .visual04 {
    background-image: url(../images/sub/visual04.png);
}

.sub_visual .visual05 {
    background-image: url(../images/sub/visual05.png);
}

.sub_visual .visual06 {
    background-image: url(../images/sub/visual06.png);
}

.sub_visual.shorten {
    height: 340px;
}

.sub_visual .tit {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.sub_visual .path_container {
    width: 100%;
    height: 60px;
    position: absolute;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    z-index: 999;
}


.sub_visual .path_container_t {
    width: 100%;
    height: 80px;
    background: #fff;
    position: absolute;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    z-index: 9;
}
.sub_visual .path_container_b {
    width: 100%;
    height: 80px;
    background: #fff;
    position: absolute;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    z-index: 9;
    top: 418px;
}
.sub_visual .path_container_l {
    width: 100%;
    height: 80px;
    background: #fff;
    position: absolute;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    z-index: 9;
    top: 504px;
}




#path_mobile {
    display: none;
    height: 60px;
}

.sub_visual .fixed {
    position: fixed;
    top: 104px;
}

#path_mobile .depth3 {
    position: relative;
    height: 60px;
    line-height: 60px;
}

#path_mobile .depth3 .depth_btn {
    line-height: 60px;
    font-size: 0.875rem;
    cursor: pointer;
    display: block;
    width: 98%;
    height: 100%;
    padding: 0 20px;
    min-width: 200px;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

#path_mobile .depth3 .depth_btn::before {
    content: '';
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}

#path_mobile .depth3 .depth_btn i {
    position: absolute;
    right: 0;
    font-size: 0.75rem;
    top: 24px;
}

.fa-sort-down::before {
    content: "\f0dd";
}

#path_mobile .depth3 ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1;
    background-color: rgba(56, 50, 45, 0.95);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#path_mobile .depth3.active ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    z-index: 999;
}

#path_mobile .depth3 ul li {
    height: 50px;
    font-size: 0.875rem;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
}

#path_mobile .depth3 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*

.path {
    height: 80px;
    line-height: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.path .depth {
    float: left;
    color: #222;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
}

.path .active,
.path .depth:hover {
    border-bottom: 5px solid #760023;
}

.path .depth .depth_btn {
    cursor: pointer;
}

.path .active .depth_btn,
.path .depth:hover .depth_btn {
    font-weight: 600;
    color: #222630;
}

.path .sub01 li {
    width: auto;
    margin-right: 100px;
    overflow: hidden;
}

.path .sub01 li:last-child {
    margin-right: 0;
}

.path .sub02 li {
    width: auto;
    margin-right: calc((100% - 740px) / 4);
    overflow: hidden;
}

.path .sub02 li:last-child {
    margin-right: 0;
}

.path .sub03 li {
    width: auto;
    margin-right: calc((100% - 710px) / 5);
    overflow: hidden;
}

.path .sub03 li:last-child {
    margin-right: 0;
}

.path .sub04 li {
    width: auto;
    margin-right: calc((100% - 780px) / 2);
    overflow: hidden;
}
.path .sub04 li:nth-child(3n) {
    max-height: 85px;
}
.path .sub04 li:last-child {
    margin-right: 0;
}


*/











/*------------------------------시작----------------------------*/


.path {
    height: 60px;
    line-height: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.path .home {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 20px;
    position: relative;
    float: left;
    border-right: 1px solid #ddd;
}

.path .depth1 .depth_btn {
    border-right: 1px solid #ddd;
    width: auto;
}
.path .home img {
    display: block;
    padding: 20px 0;
}

.path a {
    color: #222;
}

/*
.path [class^="depth"] {
	float:left;
	position:relative;
}
*/
.path > div {
    float: left;
    position: relative;
    z-index: 9999;
}

.path .depth_btn:before {
    content: "";
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    top: 0px;
    left: 0;

}

.path .depth_btn {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
/*    line-height: 60px;*/
    padding: 0 20px;
    min-width: 200px;
    /*    letter-spacing: -1;*/
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    position: relative;
}

.path .depth_btn.active {
    background: #760023;
}

.path .depth_btn i {
    position: absolute;
    right: 12px;
    top: 24px;
    font-size: 12px;
}

.path [class^="depth"] ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 999;
    background-color: #efefef;
    overflow: hidden;
    border-top: 3px solid #760023;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-top: -1px;
}

.path [class^="depth"].active ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    z-index: 999;
}

.path [class^="depth"] ul li {
    height: auto;
    font-size: 13px;
/*    line-height: 36px;*/
    border-bottom: 1px solid #ddd;
/*    padding: 0 20px;*/
}

.path [class^="depth"] ul li:hover {
    background: #760023;
}
.path [class^="depth"] ul li:hover a {
    color: #fff !important;
}
.path [class^="depth"] ul li a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.4em;
    padding: 12px 20px;
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis;
    font-size: 0.925rem;
}

.path select {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    padding-bottom: 4px;
}

.path select option {
    color: #555;
    font-size: 14px;
}

.path .depth_btn.depth_wide {
    min-width: 360px;
}

.path ul li a.link {
    position: relative;
}

/*
.path ul li a.link:after {
    content: url(/images/common/ic_external_ssm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}
*/

/* 네이티브 외형 감추기 */
.path select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url(../images/common/path_select.png) no-repeat 95% 50%; /* 화살표 모양의 이미지 */
    min-width: 110px;
    margin-right: 5px;
}

.path select::-ms-expand {
    display: none;
}

.path > div.depth_wide {
    min-width: 360px;
}


/*------------------------------끝----------------------------*/












/******************************contents basic css*****************************/
.txt_lg {
    font-size: 1.25rem;
}
.txt_bold {
    font-weight: 600 !important;
}
.txt_light {
    font-weight: 200;
}

.txt_ex {
    font-size: 0.875rem;
    color: #757575;
}

.txt_main_clr {
    color: #0080c0 !important;
}
.txt_sub_clr {
    color: #38322d !important;
}
.txt_sub_clr02 {
    color: #ff80c0 !important;
}
.txt_blk {
    color: #222;
}

.txt_bullet {
    position: relative;
    padding-left: 16px;
    line-height: 1.6em;
    margin-bottom: 6px;
}

.txt_bullet::before {
    content: url(../images/common/bullet.png);
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
}

.txt_bullet_grey {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    margin-bottom: 6px;
}

.txt_bullet_grey::before {
    content: url(../images/common/bullet_grey.png);
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
}
.mb_10 {
    margin-bottom: 10px !important;
}
.mb_20 {
    margin-bottom: 20px !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
.mb_40 {
    margin-bottom: 40px !important;
}
.mb_60 {
    margin-bottom: 60px !important;
}
.mb_90 {
    margin-bottom: 90px !important;
}
.mt_10 {
    margin-top: 10px !important;
}
.mt_20 {
    margin-top: 20px !important;
}
.mt_30 {
    margin-top: 30px !important;
}
.mt_40 {
    margin-top: 40px !important;
}
.mt_60 {
    margin-top: 60px !important;
}
.mt_90 {
    margin-top: 90px !important;
}

.flex {
    display: flex;
}





















.con_area {
    overflow: hidden;
    font-size: 1rem;
    margin-bottom: 30px;
}
.agree_div {
    height: 150px;
    padding: 25px;
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
    background: #fafafa;
    margin: 16px 0;
}
.agree_div dl {
    margin-bottom: 20px;
}
.agree_div dl ul {
    margin-bottom: 15px;
}
.agree_div dd {
    margin-bottom: 10px;
}
.agree_div dl dt {
    font-weight: 500;
    color: #444;
}

.sub_container {
    min-height: 500px;
}

.sub_container>.wrapper {
    width: 100%;
    /*    max-width: 1200px;*/
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}

.sub_container .wrapper .max {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
}

.sub_container .wrapper .max_wrap_border {
    border-bottom: 1px solid #ddd;
}

.sub_container .wrapper .max_wrap_color {
    background: #f0ecdf;
}

.sub_container .wrapper .max_wrap_color2 {
    background: #fafafa;
}

.max_wrap_bg {
    background: url(../images/common/bg_31.svg) no-repeat;
    background-size: cover;
}

.sub_container .wrapper .max_wrap_nm {
    margin-top: -80px;
}

.board-video .board_container .board_inner .image_grid .wrapper {
    padding: 0;
}

.sub_container h1.tit {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    color: #8b0029;
}
.sub_container h2.tit {
    font-size: 1.75rem;
    text-align: center;
    font-weight: 500;
}
.sub_container h3.tit {
    font-size: 1.325rem;
    text-align: center;
    font-weight: 500;
}

.sub_container .contents {
    /*    margin-top: 50px;*/
}


/* *******************************************************
 * filename : sub.css
 * description : SUB공통영역SET CSS
 * date : 20190730
******************************************************** */

.sub {
    background: #f4f4f4;
    font-size: 1rem;
}

.sub .grid_container {
    width: 1200px;
    padding: 80px 0 90px;
}



.sub_visual h1 {
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%);
}
.sub_visual h1:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -45%;
    transform: translate(-50%);
    width: 1px;
    height: 38px;
    background: #fff;
}
.sub_visual h2 {
    font-size: 1.25rem;
    font-weight: 200;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%);
}



/* 끝 */

.sub_visual.visual01 {
    background: url(../images/sub/visual01.png) center no-repeat;
    background-size: cover;
}

.sub_visual.visual02 {
    background: url(../images/sub/visual02.png) center no-repeat;
    background-size: cover;
}

.sub_visual.visual03 {
    background: url(../images/sub/visual03.png) center no-repeat;
    background-size: cover;
}


.sub_depth_tit {
    font-size: 3rem;
    line-height: 48px;
    color: #343434;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    /* padding-bottom: 50px; */
}

.sub_depth_tit::after {
    content: '';
    display: block;
    background: #8b0029;
    width: 35px;
    height: 3px;
    margin: 0 auto;
    margin-top: 50px;
}


/*
.path [class^="depth"] {
	float:left;
	position:relative;
}
*/

.path select {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.125rem;
    height: 58px;
    line-height: 58px;
    padding-bottom: 4px;
}

.path select option {
    color: #555;
    font-size: 0.875rem;
}





/* 네이티브 외형 감추기 */
.path select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url(../images/common/path_select.png) no-repeat 95% 50%; /* 화살표 모양의 이미지 */
    min-width: 110px;
    margin-right: 5px;
}

.path select::-ms-expand {
    display: none;
}

.path > div.depth_wide {
    min-width: 360px;
}

.sub section {
    /*padding: 80px 0 90px;*/
}

.group_tit {
    margin-bottom: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #111;
    position: relative;
    padding-left: 18px;
}

.group_tit::before {
    content: '';
    width: 5px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: #8b0029;
}

/************* layout-footer *************/

.footer {
    background: #282828;
    height: 230px;
}

.footer .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    /* overflow: hidden; */
}


.footer .wrapper .txt {
    float: left;
    width: calc(100% - 240px);
    padding: 0 40px 0 0;
    color: #aaa;
    font-weight: 100;
    font-size: 0.9375rem;
    letter-spacing: -0.3px;
}


.footer .wrapper .site {
    float: left;
    width: 240px;
    position: relative;
}

.footer .wrapper .txt span {
    display: block;
    padding-bottom: 10px;
}

.footer .wrapper .site .btn_toggle img {
    width: 16px;
}

.footer .wrapper .site ul {
    position: absolute;
    bottom: 44px;
    left: 0;
    display: none;
    overflow-y: scroll;
    height: auto;
}

.footer .wrapper .site ul.on {
    display: block;
}

.footer .wrapper .site ul li {
    height: 44px;
    line-height: 44px;
    width: 223px;
    padding: 0 12px;
    background: #111;
    z-index: 999;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
}

.footer .wrapper .site ul li a {
    color: #bbb;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer .wrapper .site .btn_toggle {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    padding: 7px 12px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.footer .wrapper .site .btn_toggle:hover {
    background: #000;
}

.footer .wrapper .site .btn_toggle img {
    float: right;
    margin-top: 6px;
    transform: rotate(180deg);
}







/* hamburgerMenu */


/* Style the tab content */
.overlay {
    display: none;
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: background-color 2s;
    cursor: pointer;
}

.offcanvas {
    height: 100%;
    width: 580px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.offcanvas .menu_wrapper {
    -ms-overflow-style: none;
}

.offcanvas .menu_wrapper::-webkit-scrollbar {
    display: none;
}

#offcanvas::-webkit-scrollbar {
    display: none;
}

#offcanvas {
    margin-right: -625px;
    transition: 0.5s;
    transition: margin-right .5s;
    -ms-overflow-style: none;

}

#offcanvas.open {
    margin-right: 0;
    background-color: #8b0029;
    z-index: 999999;
}

/* Style the tab */
.offcanvas .tab {
    float: left;
    width: 180px;
    height: 100%;
    color: #fff;
    padding-top: 72px;
    position: relative;
}

.offcanvas .tab .fixed_wrapper {
    position: fixed;
    height: 100%;
    width: 180px;
}

.offcanvas .h_tablinks {
    display: block;
    background-color: #8b0029;
    color: #fff;
    padding: 0 18px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 1.063rem;
    height: 72px;
    line-height: 72px;
}

.offcanvas .h_tablinks.point {
    background-color: #8b0029;
}

.offcanvas .h_tablinks:hover {
    background-color: #fff;
    color: #222;
}

.offcanvas .h_tablinks.active {
    background-color: #fff;
    color: #111;
    font-weight: 600;
}


/* Style the tab content */
.offcanvas .menu_wrapper {
    width: calc(100% - 180px);
    float: left;
    height: 100%;
    background: #fff;
}

.offcanvas .h_tabcontent {
    display: none;
    margin-top: 72px;
}

.offcanvas .h_tabcontent .sub_nav {
    background: #fff;
}

.offcanvas .h_tabcontent .sub_nav > li > a {
/*    height: 72px;*/
/*    line-height: 72px;*/
    font-size: 1.125rem;
    color: #333;
    padding: 25px;
    border-bottom: 1px solid #efefef;
    display: block;
}


.offcanvas .menu_login {
    background-color: #8b0029;
    height: 72px;
    line-height: 72px;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 30px;
    position: fixed;
    top: 0;
    width: calc(100% - 180px);
    z-index: 999;
}

.offcanvas .menu_login .wrapper {
    position: relative;
    width: 340px;
    height: 100%;
}

.offcanvas .menu_login a,
.menu_login a:hover {
    color: #fff;
}

.offcanvas .right_p {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.offcanvas .btn_close {
    width: 30px;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    right: 0;
    background: none;
    border: 0;
    cursor: pointer;
}

.offcanvas .btn_close::before,
.btn_close::after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    background: #fff;
}

.offcanvas .btn_close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.offcanvas .btn_close::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.offcanvas .h_tabcontent .depth3 {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 28px 32px;
}

.offcanvas .h_tabcontent .depth3 .menu3 {
    font-size: 1rem;
    line-height: 32px;
    color: #111;
    position: relative;
    padding-left: 14px;
}

.offcanvas .h_tabcontent .depth3 .menu3::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d7c9b1;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.offcanvas .h_tabcontent .depth3 .menu3 a {
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3 a:hover {
    text-decoration: underline;
}

.offcanvas .h_tabcontent .menu2_link {
    position: relative;
}

.offcanvas .h_tabcontent .menu2_link.active {
    color: #222630 !important;
    font-weight: 500;
    transition: 0.5s;
}

/*
.offcanvas .h_tabcontent .menu2_link::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(135deg);
    position: absolute;
    top: 35px;
    right: 20px;
    transition: 0.5s;
}

.offcanvas .h_tabcontent .menu2_link.active::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(-45deg);
    position: absolute;
    top: 40px;
    right: 20px;
    transition: 0.5s;
}
*/










.section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.section .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
}

.section .wrapper_nm {
    padding-top: 0;
}

.maintit {
    font-size: 1.875rem;
    color: #222;
    font-weight: 600;
    text-align: center;
}
.bx-wrapper .bx-pager {
    z-index: 999 !important;
}

#main .section .wrapper .icon {
    width: 25%;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 200;
    cursor: pointer;
    position: relative;
}
#main .section .wrapper .icon::after {
    position: absolute;
    width: 1px;
    height: 160px;
    background: #ddd;
    content: '';
    top: 60px;
    right: 0;
}
#main .section .wrapper .icon:last-child::after {
    display: none;
}
#main .section .wrapper .icon p {
    width: 150%;
    margin-left: -25%;
    font-size: 1.125rem;
    font-weight: 500;
}
#main .section .wrapper .icon p:hover {
    font-size: 1.25rem;
    transition: 0.4s;
}


#main .section .wrapper .icon01 {
    background: url(../images/main/icons_main.png) center top no-repeat;
    width: 134px;
    height: 140px;
    background-position: center;
    padding-top: 190px;
    margin: 0 auto;
}

#main .section .wrapper .icon02 {
    background: url(../images/main/icons_main02.png) center top no-repeat;
    width: 134px;
    height: 140px;
    background-position: center;
    padding-top: 190px;
    margin: 0 auto;
}

#main .section .wrapper .icon03 {
    background: url(../images/main/icons_main03.png) center top no-repeat;
    width: 134px;
    height: 140px;
    background-position: center;
    padding-top: 190px;
    margin: 0 auto;
}

#main .section .wrapper .icon04 {
    background: url(../images/main/icons_main04.png) center top no-repeat;
    width: 134px;
    height: 140px;
    background-position: center;
    padding-top: 190px;
    margin: 0 auto;
}

#main .section .wrapper .re_wrap {
    position: relative;
    display: flex;
}
#main .section .wrapper .re_wrap::before {
    content: '';
    width: 30px;
    height: 282px;
    background: url(../images/main/re_l.png);
    position: absolute;
    left: 0;
    top: 0;
}
#main .section .wrapper .re_wrap::after {
    content: '';
    width: 30px;
    height: 282px;
    background: url(../images/main/re_r.png);
    position: absolute;
    right: 0;
    top: 0;
}

#main .section .wrapper .box_wrap {
    background: url(../images/main/box_bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    margin-top: -40px;
    height: 500px;
}

#main .section .wrapper .box_wrap .box {
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 1.125rem;
    position: relative;
    float: left;
    cursor: pointer;
}

#main .section .wrapper .box_wrap .box.on {
    background: url(../images/main/box_hover.png) no-repeat center;
    transition: all 0.8s ease !important;
    background-size: cover;
    font-size: 1.250rem;
}

#main .section .wrapper .box_wrap .box .cont {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    color: #fff;
}

#main .section .wrapper .box_wrap .box.on .cont {
    top: 40%;
}

#main .section .wrapper .box_wrap .box .btn_more {
    display: none;
}

#main .section .wrapper .box_wrap .box.on .btn_more {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
}

#main .section .wrapper .btn_more {
    width: 140px;
    border: 1px solid #222;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    color: #222;
    padding: 10px 0;
    cursor: pointer;
}



#main .section .wrapper .board_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
#main .section .wrapper .board_wrap .tit {
    height: 280px;
    width: 19%;
    background-size: cover;
}
#main .section .wrapper .board_wrap .tit h4 {
    font-size: 2.125rem;
    font-weight: 600;
    padding-top: 50px;
    color: #222;
}
#main .section .wrapper .board_wrap .tit h5 {
    font-size: 1rem;
    color: #555;
    font-weight: 300;
    padding-top: 40px;
}
#main .section .wrapper .board_wrap .tit a {
    padding-top: 40px;
    display: inline-block;
}
#main .section .wrapper .board_wrap .cont {
    height: 300px;
    width: calc((100% - 30px) / 4);
    border: 1px solid #dddddd;
    background: #fafafa;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    padding: 40px 30px;
    margin-left: 10px;
}
#main .section .wrapper .board_wrap .cont:hover {  
    border: 1px solid #8b0029;
    transition: 0.4s;
}
#main .section .wrapper .board_wrap .cont h4 {
    font-size: 1.125rem;
    color: #222;
    font-weight: 400;
    line-height: 1.4em;
    height: 76px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
}
#main .section .wrapper .board_wrap .cont p {
    font-size: 0.938rem;
    color: #757575;
    font-weight: 300;
    line-height: 1.4em;
    height: 66px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#main .section .wrapper .board_wrap .cont h5 {
    font-size: 0.938rem;
    color: #8b0029;
    font-weight: 400;
    position: absolute;
    bottom: 40px;
}



#main .section .wrapper.pub {
    background: url(../images/main/pub_bg.png) no-repeat;
    width: 100%;
    height: 470px;
}

#main .section .wrapper.pub .plus {
    text-align: center;
}
#main .section .wrapper .pub_wrap {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
#main .section .wrapper .pub_wrap .cont {
    width: calc((100% - 30px) / 4);
    height: 170px;
    padding: 30px;
    background: #fff;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #fff;
}
#main .section .wrapper .pub_wrap .cont:hover {
    border: 1px solid #8b0029;
    transition: 0.4s;
}
#main .section .wrapper .pub_wrap .cont:last-child {
    margin-right: 0;
}
#main .section .wrapper .pub_wrap .cont p {
    line-height: 1.4em;
    height: 114px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#main .section .wrapper .tab_link {
    width: 520px;
    margin: 0 auto;
    display: flex;
}
#main .section .wrapper .tablinks {
    width: 160px;
    height: 40px;
    background: #fff;
    border: 1px solid #757575;
    color: #757575;
    font-weight: 400;
    margin-right: 20px;
    line-height: 36px;
    text-align: center;
}
#main .section .wrapper .tablinks:last-child {
    margin-right: 0;
}
#main .section .wrapper .tablinks.active {
    border: 2px solid #8b0029;
    color: #8b0029;
    font-weight: 500;
}
.tabcontent {
    display: none;
}






.ceo_wrap {
    border: 1px solid #dddd;
    border-radius: 10px;
    padding: 40px;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: url(../images/common/ceo_logo_bg.png) right bottom no-repeat #fafafa;
}
.ceo_wrap li {
    padding-bottom: 6px;
}
.ceo_wrap li span {
    width: 80px;
    display: inline-block;
    font-weight: 600;
}
.ceo_wrap .l {
    float: left;
    width: 20%;
}

.ceo_wrap .l img {
    border-radius: 10px;
}

.ceo_wrap .r {
    float: left;
    width: 80%;
}

.ceo_wrap .r .tit {
    font-size: 1.75rem;
    font-weight: 600;
    color: #8b0029;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 24px;
    text-align: left;
}

.ceo_wrap .r .tit .txt_ex {
    font-size: 1rem;
    font-weight: 400;
}


.ceo_box {
    overflow: hidden;
    padding: 35px 50px;
    border-bottom: 1px solid #efefef;
}

.ceo_box .ceo_tit {
    float: left;
    width: 180px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #8b0029;
}

.ceo_box ul {
    margin-left: 180px;
}

.ceo_box ul li {
    padding: 8px 0;
}

.ceo_box .cont {
    /* margin-right: 25px; */
    font-weight: 500;
    letter-spacing: -0.8px;
}

.ceo_box .cont_ex {
    color: #757575;
    font-size: 0.875rem;
}

.ceo_flex ul li {
    display: flex;
}

.ceo_flex .cont {
    width: calc(100% - 120px);
}

.ceo_flex .cont_ex {
    width: 120px;
}

.ceo_box .last {
    font-weight: 500;
    /*    color: #005d83;*/
}




.contact_box {
    border-radius: 20px;
    background: #efefef;
    padding: 50px 100px;
    margin: 20px 0;
}
.contact_box h5 {
    text-align: center;
    font-size: 1.325rem;
    color: #8b0029;
    padding-bottom: 40px;
    font-weight: 600;
}
.contact_box h5 span {
    color: #555;
    font-weight: 400;
}
.contact_box .room:first-child {
    margin-right: 60px;
}
.contact_box .room {
    width: 50%;
    font-size: 1.125rem;
    text-align: center;
    font-weight: 400;
    color: #555;
}
.contact_box .room span, .contact_box .room img {
    font-weight: 600;
    display: block;
    font-size: 1.25rem;
    padding-bottom: 16px;
    margin: 0 auto;
    color: #222;
}


.map_wrap {
    display: flex;
}
.map {
    width: 48%;
    height: 350px;
}
.map:first-child {
    margin-right: 4%;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }




.card {
    overflow: hidden;
}

.card li.item {
    width: calc(50% - 15px);
	height: 240px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    border: 1px solid  #e6e6e6;
    overflow: hidden;
	background: #fff;
	/* cursor: pointer; */
    border-radius: 16px;
    display: flex;
}
.card li.item:hover {
    border-color: #c5c5c5;
	transition: .2s;
}

.card li.item:nth-child(2n) {
    margin-right: 0;
}
.card li.item:nth-child(-n+2) {
	margin-top:0px;
}
.card li.item .pro_img {
    width: 180px;
    height: 100%;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    overflow: hidden;
}

.card li.item .pro_img img {
    width: 100%;
	height: 100%;
}

.card li.item .pro_info {
    width: calc(100% - 200px);
    padding: 30px;
}

.card li.item .pro_info .pro_name {
    font-size: 20px;
    color: #111;
    /*margin-bottom: 4px;*/
    line-height: 1.2em;
}

.card li.item .pro_info .pro_name .ko_name {
    font-weight: 600;
    display: block;
}

.card li.item .pro_info .pro_name .posi {
    display: block;
    font-size: 17px;
}

.card li.item .pro_info .pro_sub {
    font-size: 15px;
    margin: 12px 0;
    line-height: 18px;
    letter-spacing: -0.6px;
}

.card li.item .pro_info ul li {
    color: #323232;
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    height: 22px;
    letter-spacing: -0.6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}



.pub_wrap {
    margin-top: 40px;
    margin-bottom: 90px;
}
.pub_wrap h3 {
    font-size: 1.15rem;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
    margin-top: 60px;
}
.pub_wrap h3:first-child {
    margin-top: 0;
}
.pub {
    border-bottom: 1px dashed #ddd;
    padding: 40px 0;
    width: 100%;
    font-size: 0.95rem;
}
.pub:last-child {
    border-bottom: 0;
}
.pub-wrap:last-child {
    margin-bottom: 0;
}

.max .pub_wrap .cont {
    /* margin-bottom: 20px; */
	padding: 20px 0;
	/* background: #f0f0f0; */
    border-bottom: 1px solid #efefef;
}
/* #main .section .wrapper .pub_wrap .cont:hover {
    border: 1px solid #8b0029;
    transition: 0.4s;
} */
.max .pub_wrap .cont:last-child {
    margin-bottom: 0;
}
.max .pub_wrap .cont p {
    line-height: 1.4em;
    height: 114px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.max .pub_wrap .cont h5 {
    font-size: 1.025rem;
    color: #333;
    font-weight: 500;
}
.max .pub_wrap .cont h6 {
    font-size: 0.925rem;
    color: #757575;
    font-weight: 300;
}
.max .pub_wrap .cont a {
    display: block;
    font-size: 0.925rem;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    padding-top: 6px;
}


.ic_noti_link {
    vertical-align: sub;
    margin-left: 10px;
}


.intro {
    background: url(../images/sub/intro_bg.jpg) no-repeat center center;
    padding: 80px 70px;
    width: 100%;
    height: 320px;
    color: #fff;
    margin-bottom: 40px;
}
.intro h3 {
    font-size: 2rem;
    font-weight: 600;
}
.intro p {
    font-size: 1.25rem;
    font-weight: 200;
}


.box_li {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 30px;
    border-radius: 16px;
}

.cont_half .box_li {width: calc((100% - 40px) / 2); height: 360px; margin-left: 40px;float: left;}
.cont_half .box_li:first-child {margin-left: 0px;} 

.ne_flex {
    display: flex;
    margin-top: 60px;
    align-items: stretch;
}

.ne_flex .cont {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    text-align: center;
}
.ne_flex .cont .box_li {
    text-align: left;
    height: 150px;
}
.ne_flex .cont:last-child {
    margin-right: 0;
}
.ne_flex .cont h4 {
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 16px;
    display: block;
}


.btn_link {
    width: 280px;
    padding: 20px;
    text-align: center;
    background: #8b0029;
    color: #fff;
}
.btn_link::after {
    padding-left: 10px;
    content: url(../images/common/btn_link.png);
    vertical-align: middle;
}
.btn_link:hover {
    background: #5e001c;
}



section.history_year_wrap {
    padding: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    overflow: hidden;
    margin-bottom:20px;
    align-items: center;
    display: flex;
    padding: 40px;
}
section.history_year_wrap:last-child {
    margin-bottom:0;
}
.history_year_wrap .history_tit {
    width: 160px;
}

.history_year_wrap .history_text li span:nth-child(2) {
    width: calc(100% - 70px);
    font-size: 16px;
    color: #323232;
    line-height: 26px;
}
.history_year_wrap .history_text li span:nth-child(1) {
    width: 70px;
    color: #8b0029;
    font-weight: 600;
}
.history_year_wrap .history_text li {
    padding-bottom: 6px;
    display: flex;
}
.history_year_wrap .history_text li:last-child {
    padding-bottom: 0;
}
.history_year_wrap .history_tit h2 {
    font-size: 28px;
    color: #111;
    font-weight: 600;
}

.history_year_wrap .history_text.history01 p {
    display: flex;
}

.history_year_wrap .history_text.history01 p label {
	width: 120px;
	font-weight: 600;
}

/* 반응형 */
@media screen and (max-width:640px) {
	.history_wrap { overflow: hidden; margin-bottom: 30px; flex-wrap: wrap;}
	.history_wrap .contents_l { width: 100%; float: none; }
	.history_wrap .contents_r { width: 100%; float: none;}
	.history_wrap p { margin-bottom: 20px; }	
	.history_wrap p:last-child { margin-bottom: 0px; }	
	section.history_year_wrap {margin-bottom: 15px;padding: 20px; flex-wrap: wrap;}
	.history_year_wrap .history_tit {width: 100%;float: none;padding: 0;}
	.history_year_wrap .history_tit h2 { font-size:17px; }
	.history_year_wrap .history_text {width: 100%;padding: 0;margin-top: 20px;font-size: 13px;line-height: 21px;}
	.history_year_wrap .history_text.history01 p label {width: 30%;margin-right: 20px;font-weight: 600;}
	.history_year_wrap .history_text.history01 p span { width: calc(100% - 30px); }
	.scroll_img { overflow-x: scroll; 
    }
    .history_year_wrap .history_text li span {
        width: 100%;
    }
}




.re_img_2 {
    display: flex;
    padding: 40px;
}
.re_img_2>div {
    width: 48%;
    margin-left: 4%;
}
.re_img_2>div:first-child {
    margin-left: 0;
}
.re_img_2>div h4 {
    text-align: center;
    font-size: 1.325rem;
    margin-top: 20px;
    font-weight: 600;
}
.re_img_2>div img {
    display: block;
    margin: 0 auto;
}


.re_img_3 {
    display: flex;
    padding: 40px;
}
.re_img_3>div {
    width: 32%;
    margin-left: 2%;
}
.re_img_3>div:first-child {
    margin-left: 0;
}
.re_img_3>div h4 {
    text-align: center;
    font-size: 1.325rem;
    margin-top: 20px;
    font-weight: 600;
}
.re_img_3>div img {
    display: block;
    margin: 0 auto;
}


.re_img_5 {
    display: flex;
    padding: 40px;
}
.re_img_5 .l {
    width: 48%;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px dashed #ddd;
    display: flex;
    align-items: stretch;
}
.re_img_5 .r {
    width: 50%;
    display: flex;
    align-items: stretch;
}
.re_img_5>div.l .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 32%;
    margin-right: 2%;
}
.re_img_5>div.r .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 49%;
    margin-right: 2%;
}
.re_img_5>div .wrap:last-child {
    margin-right: 0;
}
.re_img_5>div .wrap h4 {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 20px;
    font-weight: 600;
    display: block;
    width: 100%;
}
.re_img_5>div .wrap img {
    display: block;
    margin: 0 auto;
}

.mid_line {
    color: #ddd;
    padding: 0 2px;
    font-size: 0.925rem;
}