@charset "utf-8";
/* CSS Document */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
button:focus {
    outline: none;
    outline: none -webkit-focus-ring-color;
}
/*****************************************************
	Common
*****************************************************/
ul, ol {
    margin: 0;
}
ul:after, ol:after {
    content: '';
    display: block;
    clear: both;
}
/*****************************************************
	Include
*****************************************************/
a:hover, a:focus {
    color: #000;
}
.greeting-slogan-wrapper .greeting > span.mobile-span-br {
    display: inline-block;
}
body.fixed {
    height: 100%;
    overflow: hidden;
}
/* wrapper */
.wrapper {
    position: relative;
}
.container {
    max-width: 1360px;
	padding: 0 40px;
}
.contents-area {
    margin-bottom: 50px;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 138px;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}
#header .gnb {
	display: block;
	height: 38px;
}

.wrapper.fixed #header .gnb {
	display: none;
}

#header .gnb .header-util {
	padding-top: 0.75rem;
}
#header .gnb .header-util:after {
	content: "";
	clear:both;
	display: block;
}
#header .gnb .header-util > ul {
	margin: 0;
}

#header .gnb .header-util > ul > li {
	position: relative;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	background-image: url(../img/icon_bar01@2x.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1px  0.5625rem;
}

#header .gnb .header-util > ul > li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: transparent;
}

#header .gnb .header-util > ul > li > a {
	display: block;
	color: #666669;
	font-size: 15px;
	font-weight: 600;
	transition: 0.3s;
	cursor: pointer;
}

#header .gnb .header-util > ul > li > a:hover,
#header .gnb .header-util > ul > li > a:focus {
	color: #000;
	text-decoration: underline;
}
#header .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    z-index: 999 !important;
    padding: 0 2.8%;
}
.wrapper.fixed #header .navbar {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
}
#header .navbar > .container {
    position: static;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .navbar > .container:after {
    content: "";
    clear: both;
    display: block;
}
#header .navbar .navbar-brand {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.8%;
    margin: 0;
    padding: 0;
}
#header .navbar .navbar-brand a {
    position: relative;
    display: flex;
}
#header .navbar .navbar-brand a::before {
    content: '';
    display: block;
    width: 223px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url('/_res/together/img/logo@2x.png');
}
#header .navbar .navbar-brand strong {
    display: inline-block;
    padding-left: 20px;
    font-size: 21px;
    line-height: 100%;
    font-weight: 600;
    color: #5f5f67;
}
#header .nav-bg-fostrap {
    display: none;
}
#header .top-menu-btn {
    right: 0;
}
#header .top-menu-btn .all-menu {
    display: block;
}
#header #top-menu {
    position: static;
    width: auto;
    height: none;
    background-color: transparent;
    right: inherit;
    margin-left: 223px;
}
#header #top-menu .navbar-title {
    display: none;
}
#header #top-menu .navbar-nav {
    display: inherit;
    border-bottom: 0;
}
#header #top-menu .navbar-nav > li {
    display: inline-block;
    float: left;
    border: none;
    padding: 0 1.5rem 0 1.5rem;
    position: relative;
}
#header #top-menu .navbar-nav > li:last-child {
    background: transparent;
}
#header #top-menu .navbar-nav > li > a {
    display: block;
    text-align: center;
    background-color: transparent;
    color: #121212;
    height: 100%;
    font-size: 21px;
    line-height: 140%;
    font-weight: 600;
    /* padding: 0 0 3.688rem 0; */
    background: transparent;
}
#header #top-menu .navbar-nav > li.mobile-active > a, #header #top-menu .navbar-nav > li.active > a, #header #top-menu .navbar-nav > li > a.active, #header #top-menu .navbar-nav > li a:hover, #header #top-menu .navbar-nav > li a:focus {
    color: #0d76cf;
    text-decoration: none;
    background: transparent;
}
#header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
    position: absolute;
    border-radius: 1.125rem;
    top: 2.125rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    border: 3px solid #0d76cf;
    background-color: #fff;
    min-width: 13rem;
    display: none;
    z-index: 100;
    padding: 2.125rem;
}
#header #top-menu .navbar-nav > li:nth-child(1) .depth2 {}
#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {}
#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {}
#header #top-menu .navbar-nav > li .container {
    position: relative;
    padding: 0;
    margin: 0;
}
#header #top-menu .navbar-nav > li .container .row {
    display: block;
    margin: 0;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#header #top-menu .navbar-nav > li .container .row:after {
    content: "";
    clear: both;
    display: block;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner {
    padding: 0;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    max-width: initial;
    padding: 0;
    text-align: center;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {
    margin-bottom: 10px;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul {
    padding: 0;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li {
    border-top: 0;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
    position: relative;
    background-color: transparent;
    border: 0;
    color: #777777;
    font-size: 18px;
    line-height: 133%;
    font-weight: 500;
    padding: 0;
    display: block;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
    display: none;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
    color: #0d76cf;
    font-weight: 600;
    background-color: transparent;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:hover > a, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a.active {
    color: #0d76cf;
    font-weight: 600;
    text-decoration: none;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:hover > a::after, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a::after, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a.active::after {
    content: '';
    display: block;
    background-color: #0d76cf;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: -8px;
    opacity: 0;
    animation-name: menu-focus-fade;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active .depth3 {
    display: none;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
    border-bottom: 0;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
    color: #424242;
    padding: 0.3125rem 0;
    font-size: 0.9rem;
    background-image: url('../img/top-menu-bullet02.gif');
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover, #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
    color: #1c5ebc;
    /*text-decoration: underline;*/
    font-weight: 600;
}
.mask-totalmenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 10;
}
/*HEADER MASK*/
.wrapper.fixed #header .navbar {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.wrapper.fixed #header .navbar .navbar-brand a::before {
    background-image: url('/_res/together/img/logo@2x.png');
}
.wrapper.fixed #header .navbar .navbar-brand strong {
    color: #333;
}
.wrapper.fixed #header #top-menu .navbar-nav > li > a {
    color: #333;
}
.wrapper.fixed #header #top-menu .navbar-nav > li > a.active {
    color: #0d76cf;
}

.wrapper.fixed #header .gnb .header-util > ul > li > a {
    color: #333;
}
.wrapper.fixed #header .gnb .header-util > ul > li > a::before {
    background-image: url('/_res/together/img/ico_join_02.png');
}
.wrapper.fixed #header .gnb .header-util .gnb-btn-home {
    background-image: url(../img/icon_home_black01.png);
}
/* Footer */
#footer {
    clear: both;
    position: relative;
    background-color: #ffffff;
    padding: 1.25rem 3%;
    border-top: 1px solid #ffffff;
    margin-top: 30px;
}
#footer .container {
    position: relative;
}
#footer .container:after {
    content: "";
    clear: both;
    display: block;
}
.footer-information-wrapper {
    position: relative;
    margin: 0;
    margin-bottom: 1.5rem;
    display: block;
}
.footer-information-wrapper address, .footer-information-wrapper p, .footer-information-wrapper small {
    margin-bottom: 0;
    font-size: 0.75rem !important;
    line-height: 1.125rem;
    color: #616161;
    display: inline-block;
}
.footer-information-wrapper small {
    display: block;
}
.footer-menu {
    margin-bottom: 1.25rem;
}
.footer-menu > li {
    float: left;
    padding-right: 0.6875rem;
    margin-right: 0.625rem;
    background: url(/_res/together/img/icon_bar04@2x.gif) no-repeat 99.5% 70%;
    background-size: 1px 0.75rem;
}
.footer-menu > li > a {
    color: #999999;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 700
}
.footer-menu > li:last-child {
    background: transparent;
    padding-right: 0;
    margin-right: 0;
}
.footer-menu > li > a.word-privacy {
    color: #0069a5
}
.footer-another-list {
    display: block;
}
.footer-another-list:after {
    content: "";
    clear: both;
    display: block;
}
.footer-another-list > dl {
    position: relative;
    float: left;
    width: 49%;
    margin-left: 0;
}
.footer-another-list > dl:nth-child(even) {
    float: right;
}
.footer-another-list > dl > dt {
    display: block;
}
.footer-another-list > dl > dt > button {
    position: relative;
    display: block;
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 2.188rem;
    background: #fff;
    text-align: left;
    padding: 0 1.25rem;
    color: #999596;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    right: 0;
}
.footer-another-list > dl > dt > button .arrow {
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    display: block;
    width: 8px;
    height: 4px;
    background: url(/_res/together/img/icon_arrow_down04@2x.png) no-repeat 0 0;
    background-size: 8px 4px;
    transition: all 0.2s ease-in-out;
}
.footer-another-list > dl > dt > button:hover {
    background: #f9f9f9;
}
.footer-another-list > dl > dt.active > button .arrow {
    transform: rotate(180deg);
}
.footer-another-list > dl > dd {
    display: none;
    position: absolute;
    bottom: 2.125rem;
    left: 0;
    width: 100%;
    max-height: 12.5rem;
    margin: 0;
}
.footer-another-list > dl > dd > ul {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
}
.footer-another-list > dl > dd > ul > li {
    display: block;
}
.footer-another-list > dl > dd > ul > li > a {
    display: block;
    padding: 0.625rem 1.25rem;
    background: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
    font-size: 0.75rem;
}
.footer-another-list > dl > dd > ul > li > a:hover {
    background: #e9e9e9;
    font-weight: 700;
}
.board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    background-position: 95% center;
    background-size: 5px 4px;
}
.title0101, .bullet-type01 .title0101 {
    margin: 0 0 10px 0;
    padding-left: 30px;
    color: #333333;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    background-image: url(/_res/together/img/bul_type01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 20px 20px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}
.title0501, .bullet-type01 .title0501 {
    margin: 10px 0;
    padding-left: 14px;
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 6px 6px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}
.board-reply-box {
    padding: 0;
    border-top: 2px solid #424242;
}
.board-reply-box h4, .total-reply-count, .reply-total-txt {
    margin: 0;
    padding: 15px 0;
}
.board-reply-box .write-reply {
    padding: 0;
}
.board-reply-box .write-reply textarea {
    margin-bottom: 0;
}
.board-reply-box .write-reply .btn-wrap li {
    margin: 0;
}
.board-reply-list-box {
    padding: 20px 0;
    border-top: 1px dashed #d0d0d0;
    margin-bottom: -1px;
}
.board-reply-list-wrap > li:nth-of-type(even) {
    background-color: #f7f7f7;
}
.sub-container ul.btn-wrap, .sub-container ul.paging-wrap {
    margin: 20px 0 !important;
}
/*table*/
.table-type01 table tbody th {
    font-size: 17px;
    line-height: 26px;
    word-break: normal;
}
.table-type01 table tbody td {
    font-size: 17px;
    line-height: 26px;
    word-break: normal;
}
.table-type01 table thead th {
    font-size: 17px;
    line-height: 26px;
    word-break: normal;
}
/*????????????*/
.word-type01 {
    padding-bottom: 20px;
    color: #666666;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    word-break: keep-all;
}
.ol-list01 > li {
    color: #666;
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 155%;
}
.ol-list01 > li > strong {
    color: #333;
    font-weight: 500;
}
.ol-list01.mtop30 {
    margin-top: 30px !important;
}
.ol-list01 > li .number, .ol-list04 > li .number {
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f6fa;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}
.ul-list01 > li {
    color: #666;
    font-size: 18px;
    line-height: 155%;
    margin-bottom: 2px;
    background-position: left 13px;
    padding-left: 10px;
}
.ul-list01 > li > a.email {
    color: #2584d5;
}
.btn-detail-view02 {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 10px 22px 10px 22px;
    background: #f4f4f4;
    color: #828282;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-detail-view03 {
    display: inline-block;
    vertical-align: middle;
    height: 56px;
    padding: 0 30px;
    background: #495057;
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-detail-view03:hover {
    color: #fff;
}
.btn-detail-view03 > img {
    display: inline-block;
    vertical-align: baseline;
    width: 18px;
    margin-left: 14px;
    margin-bottom: 2px;
}
.btn-new-window {
    height: auto;
    padding: 15px 30px 15px 29px;
    border-radius: 30px;
}
.btn-new-window > span {
    font-size: 16px;
}
.btn-new-window.small {
    margin-bottom: 15px;
}
.ul-list01.location > li {
    font-size: 18px;
    line-height: 38px;
    padding-left: 390px;
}
.location dl > dd {
    color: #666666;
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
}
.location dl > dt {
    font-size: 18px;
    line-height: 36px;
}
.company-area02 > .company-box {
    border-radius: 15px;
}
/*****************************************************
	Main
*****************************************************/
/* Visual */
.main-container {
    display: block;
    width: 100%;
    padding-top: 138px;
    margin: 0 auto;
}
#main-visual {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}
.main-visual-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-visual-wrapper .pc {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    animation-name: main-visual-zoom;
    animation-duration: 6.0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
@keyframes main-visual-zoom {
    0% {
        transform: matrix(1.15, 0, 0, 1.15, 0, 0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    100% {
        transition-delay: 0.4s !important;
        transform: matrix(1.0, 0, 0, 1.0, 0, 0);
        -webkit-transition: all 6.0s ease;
        -moz-transition: all 6.0s ease;
        -ms-transition: all 6.0s ease;
        -o-transition: all 6.0s ease;
        transition: all 6.0s ease;
    }
}
.main-visual-wrapper .mobile {
    display: none;
}
.visual-contents-wrapper {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 10;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-slogan-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.188rem;
}
.main-slogan-wrapper .main-slogan-tit {
    text-align: center;
    color: #fff;
    font-size: 65px;
    line-height: 120%;
    display: block;
    font-weight: 800;
}
.main-slogan-wrapper .main-slogan-tit > span {
    display: block;
}
.main-slogan-wrapper .main-slogan-desc {
    color: #fff;
    opacity: 0.85;
    font-size: 22px;
    line-height: 136%;
    font-weight: 500;
}
.visual-contents-wrapper .main-quick-wrapper {
    position: relative;
}
.visual-contents-wrapper .main-quick-wrapper a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 166px;
    height: 65px;
    border-radius: 40px;
    background: linear-gradient(to right, #2491ca, #30bfc1);
    gap: 10px;
    padding-left: 28px;
}
.visual-contents-wrapper .main-quick-wrapper span {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    z-index: 16;
}
.visual-contents-wrapper .main-quick-wrapper a:before {
    content: '';
    display: block;
    width: 166px;
    height: 65px;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(/_res/together/img/icon/icon_arrow01.png);
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: 85% center;
    transition: all 0.2s ease-in-out;
}
.visual-contents-wrapper .main-quick-wrapper:hover a:before, .visual-contents-wrapper .main-quick-wrapper:active a:before {
    background-position: 88% center;
}
.main-visual-slider-wrapper {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
    background-color: #000;
}
.main-visual-slider-area {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
#main-visual-slider .pc {
    display: block;
}
#main-visual-slider .mobile {
    display: none;
}
.main-visual-option {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
}
.main-visual-option:after {
    display: block;
    content: "";
    clear: both;
}
.main-visual-option .main-visual-swiper-pagination {
    display: flex !important;
    gap: 30px !important;
    padding-right: 30px;
}
.main-visual-option .main-visual-button-play, .main-visual-option .main-visual-button-pause {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center center;
    text-indent: -5000rem;
}
.main-visual-option .main-visual-button-play {
    background-image: url(/_res/together/img/btn_play01.png);
}
.main-visual-option .main-visual-button-pause {
    background-image: url(/_res/together/img/btn_stop01.png);
}
.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
    background-color: #ffffff !important;
    text-indent: -5000rem;
}
.swiper-pagination-bullet-active {
    background-color: #ffffff;
    position: relative;
}
.swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    top: -10px;
    left: -10px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
}
#main-visual-slider .swiper-slide > img {
    transform: matrix(1.15, 0, 0, 1.15, 0, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#main-visual-slider .swiper-slide-active > img {
    transition-delay: 0.4s !important;
    transform: matrix(1.0, 0, 0, 1.0, 0, 0);
    -webkit-transition: all 6.0s ease;
    -moz-transition: all 6.0s ease;
    -ms-transition: all 6.0s ease;
    -o-transition: all 6.0s ease;
    transition: all 6.0s ease;
}
.btn-more {
    position: absolute;
    display: block;
    top: -100px;
    right: 0;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 1px solid #666666;
    background-color: transparent;
    text-indent: -5000rem;
}
.btn-more:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/_res/together/img/icon/icon_plus01.png);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    position: absolute;
    transition: all 0.2s ease-in-out;
}
.btn-more:hover:after {
    transform: rotate(90deg);
}
.main-contents-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.main-contents-wrapper h2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: keep-all;
    color: #333333;
    margin-bottom: 50px;
}
.main-contents-wrapper h2 > span {
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #549eea;
    background-size: 10px 10px;
    z-index: 100;
}
.main-contents-wrapper h2 .mobile-br {
    display: none;
}
.main-contents-area {
    position: relative;
}
/* main contents01 */
.main-contents01 {
    background-color: #f4f4f4;
    padding: 112px 20px 120px 20px;
}
.main-board-wrapper > ul {
    position: relative;
    width: 100%;
}
.main-board-wrapper > ul > li > button {
    position: absolute;
    top: -80px;
    right: 100px;
    color: #999999;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    padding: 0 30px;
    transition: all 0.2s ease-in-out;
}
.main-board-wrapper > ul > li:first-child > button:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background-color: #e8e8e8;
    border-radius: 50%;
}
.main-board-wrapper > ul > li > button.active, .main-board-wrapper > ul > li > button:hover {
    color: #333333;
    border: 0;
    -webkit-appearance: none;
}
.main-board-wrapper > ul > li:last-child > button:before {
    display: none;
}
.main-board-wrapper > ul > li:nth-of-type(1) > button {
    right: 216px;
}
.main-board-wrapper > ul > li:nth-of-type(2) > button {
    right: 100px;
}
.main-board-area {
    display: none;
}
.main-board-wrapper > ul > li > button.active + .main-board-area {
    display: block;
}
.main-board-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 5;
    gap: 1.3333333333%;
}
.main-board-box > a {
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    width: 24%;
    height: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 43px 45px 43px;
    letter-spacing: 0;
    border: 1px solid #ffffff;
    transition: all 0.2s ease-in-out;
}
.main-board-box > a > .category {
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 20px;
    background-color: #343434;
    border-radius: 20px;
}
.main-board-box > a > .title {
    display: block;
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 76px;
    letter-spacing: -0.25px;
    transition: all 0.2s ease-in-out;
    margin: 23px 0 38px 0;
}
.main-board-box > a > .date {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #666666;
}
.main-board-box > a:hover, .main-board-box > a.active {
    border: 1px solid #6a6a6a;
}
.main-board-box > a:hover, .main-board-box > a.active {
    border: 1px solid #6a6a6a;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
/* main contents02 */
.main-contents02 {
    position: relative;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    padding: 80px 20px;
}
.main-contents02:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/_res/together/img/main/main_content02_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 300px;
}
.main-contents02 .main-contents-wrapper h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 30px;
}
.main-contents02 .main-contents-wrapper h2 > img {
    display: block;
    width: 74px;
}
.main-contents02 .btn-more {
    top: 5px;
    border: 1px solid #ffffff;
}
.main-contents02 .btn-more:after {
    background-image: url(/_res/together/img/icon/icon_more01.png);
}
.main-sns-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
}
.main-sns-area {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}
.main-sns-area > a {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.363%;
    border-radius: 20px;
    overflow: hidden;
}
.main-sns-area > a.main-thumb-image {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    padding-bottom: 57.832%;
    border: 5px solid #ffffff;
}
.main-sns-area > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.2s linear;
    transform: scale3d(1, 1, 1);
}
.main-sns-area > a:hover > img, .main-sns-area > a:focus > img {
    transform: scale3d(1.05, 1.05, 1);
}
.main-sns-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-left: -20px;
}
.main-sns-button > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 415px;
    height: 75px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 0 24px;
    gap: 15px;
}
.main-sns-button > a > img {
    width: 40px;
}
.main-sns-button > a .btn-more {
    width: 34px;
    height: 34px;
    background-color: #309fd5;
    border: 0;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}
.main-sns-button > a .btn-more:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
}
.main-sns-button > a:hover .btn-more:after {
    transform: rotate(90deg);
}
/* main-contents03 */
.main-contents03 {
    position: relative;
    padding: 112px 20px 60px 20px;
}
.main-contents03 .main-contents-wrapper h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.main-contents03 .btn-more {}
.main-event-wrapper {
    position: relative;
}
.main-event-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.main-event-area > a {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 67 / 86;
    overflow: hidden;
    border-radius: 20px;
}
.main-event-area > a > .image {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}
.main-event-area > a > .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.main-event-area > a > .image:after {
    position: absolute;
    content: "";
    display: block;
    width: 250%;
    height: 250%;
    border-radius: 100%;
    background-image: linear-gradient(to right, rgba(73, 174, 176, 0.95), rgba(59, 122, 186, 0.95));
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.main-event-area > a:hover .image:after, .main-event-area > a:focus .image:after {
    opacity: 1;
}
.main-event-area > a > .title-area {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    padding: 0 50px;
}
.main-event-area > a > .title-area > .title {
    font-size: 24px;
    line-height: 140%;
    color: #ffffff;
    font-weight: 700;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    height: 95px;
    text-align: center;
    letter-spacing: -0.25px;
}
.main-event-area > a > .title-area > .date {
    font-size: 18px;
    line-height: 140%;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
.main-event-area > a:hover .title-area {
    opacity: 1;
    visibility: visible;
}
/*****************************************************
	Sub
*****************************************************/
/* sub-top */
.sub-top {
    position: relative;
    border-top: 0;
    padding: 138px 2.8% 0 2.8%;
}
.sub-top .sub-visual-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sub-top .sub-visual-wrapper .word-slogan {
    max-width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 3rem;
    font-weight: 700;
    padding: 0 10px;
}
.sub-top .sub-visual-wrapper .word-slogan > .container {
    padding: 0;
}
.sub-top .sub-visual-desc {
    position: absolute;
    top: calc(50% + 48px);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    opacity: 0.75;
}
.contents-paging-navigation {
    position: absolute;
    display: block;
    text-align: right;
    top: 60%;
    left: 50%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
}
.contents-paging-navigation .icon-home {
    display: inline-block;
    vertical-align: middle;
}
.contents-paging-navigation .icon-gt {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    margin: 0 16px;
    background: url(/_res/together/img/icon_gt@2x.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -5000rem;
    font-size: 0;
}

.contents-paging-navigation .location, .contents-paging-navigation strong {
    display: inline-block;
    vertical-align: middle;
    /* height: 18px; */
    color: #ffffff;
    font-size: 17px;
    line-height: 100%;
    font-weight: 500;
}
.contents-paging-navigation strong {
    font-weight: 600;
    color: #ffffff;
}
.sub-top .sub-visual-wrapper {
    display: block;
    position: relative;
    height: 360px;
    background: #000;
    border-radius: 40px;
    overflow: hidden;
}
.sub-top .sub-visual-wrapper > img {
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translateX(-50%);
    display: block;
    width: 1820px;
    height: 360px;
}

.sub-top .sub-visual-wrapper .pc{
	display: block
}

.sub-top .sub-visual-wrapper .mobile {
	display: none;
}
.sub-container-wrapper {
    padding: 0 2.8%;
}
.sub-container {
    position: relative;
    margin: 0 auto;
}
.sub-container .snb {
	width: 100%;
	padding-top: 42px;
}
.sub-container .snb-title {
	display: none;
}
.sub-container .snb-title span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.sub-container .snb-title > img {
    display: none;
}
.sub-container .snb-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.sub-container .snb-list > li {
}
.sub-container .snb-list > li > a {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
	padding: 0 25px;
	border-radius: 30px;	
	color: #cccccc;
	transition: all 0.2s ease;
}
.sub-container .snb-list > li > a:hover, 
.sub-container .snb-list > li > a:focus, 
.sub-container .snb-list > li > a.active, 
.sub-container .snb-list > li.selected > a {
    background: #2584d5;
    color: #fff;
}
.sub-container .snb-list > li > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(/_res/together/img/icon_arrow_right01.png);
}
.sub-container .snb-list > li > a.active::after, 
.sub-container .snb-list > li.selected > a::after {
    background: url(/_res/together/img/icon_arrow_right02.png);
}
.sub-container .snb-list > li > a:hover::after, 
.sub-container .snb-list > li > a:focus::after {
    background: url(/_res/together/img/icon_arrow_right02.png);
}
.sub-container .snb-list > li > ul > li {
    margin-top: 6px;
}
.sub-container .snb-list > li > ul > li > a {
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #666666;
    padding: 15px 24px 15px 34px;
    border-radius: 10px;
    /*background:#f4f6f7;*/
    border: 1px solid #e0e0e0;
    transition: all 0.1s;
    position: relative;
}
.sub-container .snb-list > li > ul > li > a:hover, 
.sub-container .snb-list > li > ul > li > a:focus, 
.sub-container .snb-list > li > ul > li > a.active {
    color: #2584d5;
}
.sub-container .snb-list > li > ul > li > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    width: 3px;
    height: 3px;
    background-size: 3px;
    background: #666;
    /*background: url(/_res/together/img/icon_arrow_right01.png);*/
}
.sub-container .snb-list > li > ul > li > a:hover::after, .sub-container .snb-list > li > ul > li > a.active::after {
    background: #2584d5;
}
.sub-container .content-wrap {
    position: relative;
    display: block;
    width: 100%;
	padding-top: 60px;
}
.sub-container .content-wrap .contents-paging-navigation {
	display: none;
}
.sub-container .cont-top {
	display: none;
}
.sub-container .cont-top .cont-title {
	display: none
}
.sub-container .cont-top .cont-title .arrow {
    display: none;
}
.sub-container .cont-top .cont-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.sub-container .cont-top .cont-btns > button {
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    color: #788190;
    cursor: pointer;
    transition: 0.5s;
}
.sub-container .cont-top .cont-btns > button:hover, .sub-container .cont-top .cont-btns > button:focus {
    color: #0b3d92;
}
.sub-container .cont-top .cont-btns button .material-icons {
    font-size: 1.6rem;
}
.sub-container #jwxe_main_content {
    padding: 0;
    margin-bottom: 3.125rem;
}
.greeting-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.greeting-slogan-wrapper {
    padding-right: 0;
    /*background-image: url(/_res/together/img/img_greeting.png);
    background-repeat: no-repeat;
    background-position: right top;*/
}
.greeting-image{
    position: absolute;
	top: 0;
    right: -30px;
}

.greeting-image > img {
	width: 100%;
}

.greeting-slogan-wrapper .word-slogan {
    font-size: 30px;
    font-weight: 700;
    color: #2b2d36;
    padding-bottom: 50px;
}

.greeting-slogan-wrapper .word-type01:nth-child(1),
.greeting-slogan-wrapper .word-type01:nth-child(2){
  width: 55%;
}

.greeting-wrapper .word-type01 {
    padding-bottom: 50px;
}
.greeting-slogan-wrapper .sign img {
    margin-right: 10px;
}
.greeting-slogan-wrapper .greeting {
	font-size: 42px;
    line-height: 130%;
	padding-bottom: 0;
	background: none;
}

.greeting-slogan-wrapper .greeting > strong {
    color: #00a6f7;
}
.greeting-wrapper .word-type01 {
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
}
.greeting-wrapper > dl {
    float: left;
    margin-top: 20px;
    text-align: right;
}
.greeting-wrapper > dl > dt {
    color: #222222;
    font-size: 18px;
    line-height: 155%;
    font-weight: 500;
}
.greeting-wrapper > dl > dd {
    color: #333;
    font-size: 24px;
    line-height: 116%;
    font-weight: 600;
    text-align: left;
    margin-top: 4px;
}
.greeting-wrapper .bg-img {
    position: absolute;
    top: 30px;
    right: 0px;
}

.images-box > .pc img {
	display:block;
	width: 100%;
}

.document-wrapper {
    padding-bottom: 170px;
}
.document-wrapper .contents-box {
    padding-left: 0;
}
.document-wrapper .contents-box .title0501 {
    font-size: 20px;
    padding-left: 0;
    background: none;
}
.document-slogan-wrapper {
    position: relative;
    padding-right: 0px;
    text-align: center;
    margin: 50px 0;
}
.document-slogan-wrapper .document {
    color: #2584d5;
    font-size: 30px;
    line-height: 140%;
    font-weight: 500;
    background-image: none;
    background-position: left bottom;
    letter-spacing: -0.1rem;
    padding-bottom: 0px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.document-wrapper .word-type01 {
    font-size: 18px;
    line-height: 155%;
}
.faq-wrapper ul {
    position: relative;
    border-top: 2px solid #66747e;
    border-bottom: 1px solid #66747e;
}
.faq-wrapper ul li {
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}
.faq-wrapper .faq-q-wrapper {
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 70px;
    height: 60px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.faq-wrapper .faq-q-wrapper::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/together/img/icon_q.png');
    background-position: center center;
}
.faq-wrapper .faq-q-wrapper::before {
    content: '';
    display: block;
    width: 18px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/together/img/icon_arrow_down01@2x.png');
    background-position: center center;
    transition: all 0.3s ease-in-out;
}
.faq-wrapper .faq-q-wrapper.active::before {
    background-image: url('/_res/together/img/icon_arrow_up01@2x.png');
}
.faq-wrapper .faq-num {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    border-radius: 100%;
    margin-right: 12px;
    font-weight: 600;
    color: #fff;
    background: #00a85d;
    transition: all 0.2s ease-in-out;
}
.faq-wrapper ul li .faq-a-wrapper {
    display: none;
    padding: 22px 22px 32px 70px;
    line-height: 150%;
    word-break: keep-all;
    background-color: #f9f9f9;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.faq-wrapper ul li .faq-a-wrapper::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/together/img/icon_a.png');
    background-position: center center;
    position: absolute;
    top: 22px;
    left: 22px;
}

.pms {
	padding-bottom: 60px;
}

.board-area .search-wrapper {
    padding-bottom: 20px;
}
.board-area .search-wrapper > .total {
    display: none;
}
.board-area .search-area select {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    background-position: 95% center;
    background-size: 5px 4px;
}
.board-area .search-area .search-box input[type="search"] {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #666666;
    text-indent: 10px;
    font-size: 16px;
    margin-right: 10px;
}
.board-area .search-area .search-box input[type="search"]::placeholder {
    color: #999999;
}
.board-area .search-area .search-box input[type="search"]:focus {
    background: #fff;
}
.board-area .search-area .search-box input[type="submit"] {
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    -webkit-appearance: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #495057;
}
.board-area .search-wrapper.sort {
    position: relative;
    /*padding-top: 30px;*/
}
.board-area .search-wrapper.sort > .total {
    position: absolute;
    top: 0;
    left: 0;
}
.adm-chk {
    display: none;
}
.board-list01 table thead th {
    font-size: 16px;
    padding: 0;
    line-height: 64px;
    background: none;
    color: #666666;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #66747e;
}
.board-list01 table .title {
    width: auto;
}
.board-list01 table .writer, .board-list01 table .state, .board-list01 table .award, .board-list01 table .answer {
    width: 17%;
}
.board-list01 table .date {
    width: 15%;
}
.board-list01 table .file, .board-list01 table .number, .board-list01 table .hit {
    width: 8%;
}
.board-list01 table .file {
    width: 5%;
}
.board-list01 table tbody td {
    padding: 15px 5px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #777777;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
}
.board-list01 tbody tr:hover td {
    background-color: #fafafa;
}
.board-list01 table tbody td.title {
    padding-left: 12px;
    position: relative;
}
.board-list01 table tbody td.title a {
    position: relative;
    display: inline-block;
    line-height: 100%;
    color: #777777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overow: ellipsis;
    max-width: calc(100% - 57px);
    width: unset;
    vertical-align: middle;
}
.board-list01 table tbody td.title a .title-wrapper {
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
    -o-text-overow: unset;
    display: inline;
}
.board-list01 table tbody td .board-right-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    /*transform: translateY(-4px);*/
    position: relative;
}
.board-list01 table tbody td .icon-new {
    display: none;
}
.board-list01 table tbody td .board-right-icon-wrapper::after {
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* background-image: url('/_res/together/img/icon_new01.png');*/
}
.paging-navigation a {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    color: #666666;
    font-size: 1rem;
    border: 1px solid #c5c7cc;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.paging-navigation a:hover {
    border: 1px solid #495057;
    color: #fff;
    background: #495057;
    text-decoration: none;
}
.paging-navigation strong {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background: #495057;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
}
.paging-navigation a.btn-first {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/together/img/btn_first.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/together/img/btn_first.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/together/img/btn_first.png) no-repeat center center;
    background-size: 11px 11px;
}
.paging-navigation a.btn-preview {
    margin-right: 15px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/together/img/btn_previous.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/together/img/btn_previous.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/together/img/btn_previous.png) no-repeat center center;
    background-size: 6px 11px;
}
.paging-navigation a.btn-next {
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/together/img/btn_next.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/together/img/btn_next.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/together/img/btn_next.png) no-repeat center center;
    background-size: 6px 11px;
}
.paging-navigation a.btn-last {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/together/img/btn_last.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/together/img/btn_last.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/together/img/btn_last.png) no-repeat center center;
    background-size: 11px 11px;
}
.paging-wrap li > a {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 4px;
    color: #666666;
    font-size: 1rem;
    border: 1px solid #c5c7cc;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px !important;
    overflow: hidden;
}
.paging-wrap li > a:hover {
    border: 1px solid #495057;
    color: #fff;
    background: #495057;
    text-decoration: none;
}
.paging-wrap li > a.active {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    border: none;
    color: #fff;
    background: #495057;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
}
.paging-wrap li > a.page-first {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/together/img/btn_first.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/together/img/btn_first.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/together/img/btn_first.png) no-repeat center center;
    background-size: 11px 11px;
    background-color: #fff;
}
.paging-wrap li > a.page-prev {
    margin-right:
        min-width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/together/img/btn_previous.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/together/img/btn_previous.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/together/img/btn_previous.png) no-repeat center center;
    background-size: 6px 11px;
    background-color: #fff;
}
.paging-wrap li > a.page-next {
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/together/img/btn_next.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/together/img/btn_next.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/together/img/btn_next.png) no-repeat center center;
    background-size: 6px 11px;
    background-color: #fff;
}
.paging-wrap li > a.page-last {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/together/img/btn_last.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/together/img/btn_last.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/together/img/btn_last.png) no-repeat center center;
    background-size: 11px 11px;
    background-color: #fff;
}
.board-view td {
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
}
.board-view td .attached-file-wrapper {
    border-bottom: 0;
}
.board-view .attached-file-wrapper dt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 117px;
    height: 100%;
    padding: 20px 30px;
    color: #616161;
    font-weight: bold;
}
/*2024.12.30*/
.contents-area.half {
    position: relative;
}
.contents-area.half .images-box {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.title0101, .bullet-type01 .title0101 {
    margin: 0 0 20px 0;
    padding-left: 0;
    color: #333333;
    font-size: 30px;
    line-height: 140%;
    font-weight: 800;
    background: none;
}
.title0401, .bullet-type01 .title0401 {
    margin: 0 0 20px 0;
    padding-left: 0;
    color: #2584d5;
    font-size: 26px;
    line-height: 140%;
    font-weight: 800;
    background: none;
}
.title0501, .bullet-type01 .title0501 {
    margin: 0 0 20px 0;
    /* padding-left: 0; */
    color: #40516e;
    font-size: 22px;
    line-height: 140%;
    font-weight: 700;
    /* background: none; */
}
.ul-list01 > li {
    color: #666;
    font-size: 20px;
    line-height: 36px;
    background-position: left center;
    padding-left: 18px;
    font-weight: 400;
}
.word-type01 {
    padding-bottom: 10px;
    color: #666;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    word-break: keep-all;
}
.contents-box {
    padding-left: 0px;
    margin-bottom: 30px;
}
.overview-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.overview-item-box {
    width: 33.33%;
    margin-right: 30px;
}
.overview-item-box:last-child {
    margin-right: 0;
}
.overview-item {
    background: #f6f8f9;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
}
.overview-item > img {
    width: auto;
    margin-bottom: 10px;
}
.overview-item > .text-box {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    text-align: right;
}
.overview-item > .text-box > strong {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
}
.overview-item > .text-box > strong > span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 4px;
}
.strategy-list {
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    margin: 0 0 20px 0;
    min-height: 288px;
    padding: 0 50px;
}
.strategy-list .images-box {
    margin: 0 20px 0 0;
    padding: 0;
}
.strategy-list .text-box {
    max-width: 480px;
}
.strategy-list .text-box > strong {
    display: inline-block;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}
.slogan-wrapper {
    background: #40516e;
    padding: 40px 0;
    border-radius: 100px;
    text-align: center;
    margin: 0 0 30px 0;
}
.slogan-wrapper .slogan {
    font-size: 24px;
    line-height: 140%;
    color: #fff;
}
.slogan-wrapper .slogan > strong {
    color: #ffe5a8;
}
.company-area02.depth5 {
    width: 18.4%;
}
.company-area02.depth5 > .company-box > .image {
    padding-bottom: 60%;
}
.company-area02.depth5:nth-child(4n + 1) {
    clear: none;
}
.company-area02.depth5:nth-child(4n) {
    margin-right: 2%;
}
.company-area02.depth5:nth-child(5n) {
    margin-right: 0;
}
.zoom-btn {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    border: 1px solid #999999;
    border-radius: 10px;
    vertical-align: middle;
    min-width: 200px;
    padding: 0 30px;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    background: url(/_res/together/img/sub02/zoom_icon01.png) no-repeat;
    background-position: right 30px center;
    background-size: auto;
    margin: 0 0 50px 0;
    float: right;
}
.zoom-btn:hover {
    border: 1px solid #111;
}
.table-type01 {
    border-top: 1px solid #333;
}
.table-type01 table thead th {
    padding: 20px;
    background: #fafbfc;
    color: #333;
    font-size: 18px;
    line-height: 140%;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    letter-spacing: -1px;
}
.table-type01 table tbody td {
    padding: 20px;
    background: #ffffff;
    color: #666666;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.table-type01 table thead th:last-child, .table-type01 table tbody tr td:last-child {
    border-right: none;
}
.table-type01 table tbody tr td.br {
    border-right: 1px solid #e8e8e8;
}
.ol-list01.list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.ol-list01.list > li {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    color: #333;
    padding: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    width: 49%;
    margin-right: 20px;
}
.ol-list01.list > li:nth-child(even) {
    margin-right: 0px;
}
.ol-list01.list > li .number {
    position: static;
    top: 0;
    left: 0;
    background: none;
    color: #207ccb;
    width: auto;
    height: auto;
    text-align: left;
    border-radius: 0px;
    line-height: auto;
    font-size: 22px;
    font-weight: 600;
    margin: 0 30px 0 0;
}
.table-type01 .ul-list01 > li {
    color: #666;
    font-size: 18px;
    line-height: 140%;
    background-position: left center;
    padding-left: 14px;
    font-weight: 400;
}

@media only all and (max-width: 1544px) {
    #header .navbar .navbar-brand strong {
        padding-left: 12px;
        font-size: 20px;
    }
    #header #top-menu .navbar-nav > li > a {
        font-size: 17px;
    }
    .main-contents02:before {
        border-top-right-radius: 0;
    }
}
@media only all and (max-width: 1439px) {
    #header .navbar .navbar-brand img {
        width: 45%;
    }
    #header .navbar .navbar-brand strong {
        padding-left: 8px;
        font-size: 20px;
    }
    #header #top-menu .navbar-nav > li {
        padding: 0 1.5rem 0 1.5rem;
    }
    #header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 35px 0px;
    }
    .contents-area.half .images-box {
        margin: 0 auto;
        width: 80%;
        position: static;
    }
    .overview-box {
        flex-direction: column;
        margin-top: 2rem;
    }
    .overview-item-box {
        width: 100%;
        margin-right: 0;
    }
    .overview-item {
        background: #f6f8f9;
        border-radius: 1.25rem;
        padding: 2rem;
        margin-bottom: 0.875rem;
    }
    .overview-item > img {
        width: 3rem;
        margin-bottom: 0.625rem;
    }
    .overview-item > .text-box {
        font-size: 1.25rem;
    }
    .overview-item > .text-box > strong {
        display: inline-block;
        font-size: 1.5rem;
        margin-top: 0.875rem;
    }
    .overview-item > .text-box > strong > span {
        font-size: 1.125rem;
        margin-left: 4px;
    }
}
@media only all and (max-width: 1280px) {
    .map-wrapper + .btns-area > .btn-new-window {
        font-size: 16px;
        padding: 16px 16px 16px 16px;
        letter-spacing: -1px;
    }
}
@media only all and (max-width: 1239px) {
    #header #top-menu .navbar-nav {
        margin-left: 120px;
    }
    #header #top-menu .navbar-nav > li {
        padding: 0 1rem 0 1rem;
    }
    #header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 35px 0;
    }
    /* main contents01 */
    .main-contents01:before {
        width: 350px;
        height: 155px;
        bottom: -40px;
    }
    .main-contents-wrapper h2 {
        font-size: 32px;
        line-height: 46px;
    }
    .main-board-box > a {
        padding: 40px 30px;
    }
    .main-board-box > a > .title, .main-news-area > a > .title {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
    .main-event-wrapper > a > .title-area {
        gap: 25px;
        padding: 0 30px;
    }
    .main-event-wrapper > a > .title-area > .title {
        font-size: 20px;
        height: 88px;
    }
    .main-event-wrapper > a > .title-area > .date {
        font-size: 15px;
    }
	.greeting-slogan-wrapper .greeting {
		font-size: 34px;
	}
	.greeting-image {
		width: 60%;
	}
}
@media only all and (max-width: 1023px) {
    html {
        font-size: 1.5rem;
        /* ??????????????? ??????????????? 24px */
        line-height: 1.5rem;
        /* ??????????????? line-height ????????? 24px */
    }
    body {
        min-width: 280px;
        list-style: none;
        outline: 0;
        font-size: 1rem;
        line-height: 1rem;
        -webkit-text-size-adjust: none;
    }
    body.fixed {
        overflow: hidden;
    }
    .wrapper {
        position: relative;
        margin: 0;
        padding-top: 0;
        clear: both;
        overflow: hidden;
    }
    .wrapper:after {
        content: "";
        clear: both;
        display: block;
    }
    .gnb-wrapper {
        display: none;
    }
    .mobile-br {
        display: block;
    }
    /* Header */
    #header {
        height: 3.438rem;
    }
    #header .gnb {
        display: none;
    }
    #header .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.438rem;
        padding: 0;
        z-index: 200;
    }
    .wrapper.fixed #header .navbar {
        position: fixed;
    }
    #header .navbar > .container {
        position: relative;
        justify-content: flex-start;
        height: 100%;
    }
    #header .navbar .header-bg {
        display: none;
    }
    #header .navbar .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    #header .navbar .navbar-brand a::before {
        width: 10.269rem;
        height: 1.385rem;
    }
    #header .navbar .navbar-brand a {}
    #header .navbar .navbar-brand img {
        width: 11.25rem;
    }
    #header .navbar .navbar-brand strong {
        display: inline-block;
        font-size: 1.038rem;
    }
    #header .nav-bg-fostrap {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        margin: 0;
        padding: 0;
    }
    #header .nav-bg-fostrap .navbar-fostrap {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin: 0;
        padding: 6px 0;
        transition: 0.3s;
    }
    #header .nav-bg-fostrap .navbar-fostrap span {
        height: 0.166rem;
        background: #121212;
        display: block;
        width: 1.583rem;
    }
    #header .nav-bg-fostrap .navbar-fostrap:hover span, #header .nav-bg-fostrap .navbar-fostrap:focus span {}
    #header .nav-bg-fostrap .navbar-fostrap span:nth-child(2) {
        margin: 0.416rem 0;
    }
    .wrapper.fixed #header .nav-bg-fostrap .navbar-fostrap span {
        background-color: #000 !important;
    }
    #header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
        position: relative;
        top: unset;
        left: -1rem;
        background-color: #fff;
        width: calc(100% + 2rem);
        display: none;
        z-index: 100;
        padding: unset;
        /* padding: 32px 0px 32px 640px; */
        transform: unset;
        border-radius: 0;
        box-shadow: unset;
        border: 0;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9
    }
    /* ????????? ???????????? */
    #header #top-menu {
        position: fixed;
        background: #fff;
        width: 25.833rem;
        height: 100%;
        display: block;
        float: none;
        right: -100%;
        top: 0;
        -webkit-transition: right 0.25s ease;
        -moz-transition: right 0.25s ease;
        -ms-transition: right 0.25s ease;
        -o-transition: right 0.25s ease;
        transition: right 0.25s ease;
        margin: 0;
        border: 0;
        border-radius: 0;
        z-index: 444;
    }
    #header #top-menu.visible {
        right: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 99;
    }
    /* ????????? ???????????? ????????? */
    #header #top-menu .navbar-title {
        position: relative;
        padding: 1.833rem 1.666rem;
        background-color: #12213a;
        display: block;
        display: flex;
        flex-wrap: no-wrap;
        align-items: center;
    }
    #header #top-menu .navbar-title > h3 {
        color: #fff;
        font-size: 1.333rem;
        line-height: 100%;
        margin-bottom: 0;
        font-weight: 600;
    }
    #header #top-menu .navbar-title .navbar-close {
        position: absolute;
        font-size: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        right: 1.666rem;
        display: inline-block;
        color: #fff;
    }
    #header #top-menu .navbar-title .navbar-title-menu {
        display: flex;
        align-items: center;
        margin-left: 2.083rem;
    }
    #header #top-menu .navbar-title .navbar-title-menu:after {
        content: "";
        clear: both;
        display: block;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a {
        color: #fff;
        display: block;
        font-size: 1.083rem;
        font-weight: 500;
        text-align: center;
        padding: 0 10px;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a:not(:last-child) {
        margin-right: 0.833rem;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a:nth-child(3) {
        margin-right: 0;
    }
    .row {
        display: block;
    }
    #header #top-menu .navbar-nav {
        float: none;
        margin-left: 0;
    }
    #header #top-menu .navbar-nav > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ededed;
    }
    #header #top-menu .navbar-nav > li > a {
        display: block;
        background-image: url(../img/icon_arrow_down03.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 1rem 0.583rem;
        color: #333333;
        font-size: 1.416rem;
        font-weight: 700;
        /* font-size: 1.063rem; */
        padding: 1.5rem 0rem;
        text-align: left;
        /*
	border-bottom:1px solid #ededed;
	*/
    }
    #header #top-menu .navbar-nav > li.active > a, #header #top-menu .navbar-nav > li.mobile-active > a {
        background-image: url(../img/icon_arrow_up02.png);
        background-size: 1rem 0.583rem;
        color: #0d76cf;
        background-repeat: no-repeat;
        background-position: 95% center;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {
        margin-bottom: 0px;
    }
    #header #top-menu .navbar-nav > li.mobile-active > a, #header #top-menu .navbar-nav > li.active > a, #header #top-menu .navbar-nav > li > a.active, #header #top-menu .navbar-nav > li a:hover, #header #top-menu .navbar-nav > li a:focus {
        background-image: url(../img/icon_arrow_up02.png);
        background-size: 1rem 0.583rem;
        color: #0d76cf;
        background-repeat: no-repeat;
        background-position: 95% center;
    }
    #header #top-menu .navbar-nav > li a:hover, #header #top-menu .navbar-nav > li a:focus {
        color: #0d76cf;
    }
    #header #top-menu .navbar-nav > li .depth2 {
        display: none;
    }
    #header #top-menu .navbar-nav > li .depth2 {}
    #header #top-menu .navbar-nav > li .depth2 .container {
        padding: 0;
    }
    #header #top-menu .navbar-nav > li .depth2 .container .submenu-information {
        display: none;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner {
        width: 100%;
        position: relative;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {
        margin-bottom: 0.416rem;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
        position: relative;
        display: block;
        font-size: 1.25rem;
        color: #666666;
        text-align: left;
        padding: 0.937rem 1.25rem;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a.active {
        background: #0d76cf;
        border-radius: 0.625rem;
        color: #fff;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
        color: #fff;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus {
        color: #fff;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover {
        color: #666;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus {
        /*background: 0;*/
        background: #0d76cf;
        border-radius: 0.625rem;
        color: #fff;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover::after, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus::after {
        width: 0.5rem;
        height: 0.5rem;
        background: #fff;
        transform: translateY(-50%);
        top: 50%;
        right: 0;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.9375rem;
        height: 0.9375rem;
        margin-top: -0.5rem;
        background: url(../img/icon_arrow_down02@2x.gif) no-repeat 0 0;
        background-size: 0.9375rem 0.9375rem
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active > a .arrow {
        background: url(../img/icon_arrow_up03@2x.gif) no-repeat 0 0;
        background-size: 0.9375rem 0.9375rem;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
        display: none;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
        display: block;
        /*padding: 0 1.25rem;
        background: #293742;*/
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
        /*border-bottom: 1px solid #364957;*/
        padding: 0.625rem 1.25rem;
        color: #666;
        text-align: left;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li:last-child {
        border-bottom: 0;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
        display: block;
        padding: 0.625rem 0;
        color: #666;
        font-size: 1.125rem;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:before {
        content: "- ";
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover, #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
        /*color: #fff;*/
        color: #0d76cf;
        /*text-decoration: underline;*/
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a.active {
        color: #0d76cf;
        /*text-decoration: underline;*/
    }
    #header #top-menu .navbar-nav > li > a #header #top-menu .navbar-nav > li > .sub-wrap {
        position: relative;
        top: 0;
    }
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist {
        margin: 0;
        padding: 0;
    }
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        border-top: 1px solid #dcdee1;
    }
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li a {
        display: block;
        background: #fff;
        padding: 13px 25px;
        color: #777;
        font-size: 1.1em;
        font-weight: 100;
    }
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li:hover a, #header #top-menu .navbar-nav > li > .sub-wrap .sublist li:focus a {
        background: #e8f2fc;
        color: #0c53b4;
        text-decoration: none;
    }
    .cover-bg {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
    }
    /*****************************************************
		Main
	*****************************************************/
    .main-container {
        padding: 0;
    }
    #main-visual {
        position: relative;
        height: auto;
        overflow: hidden;
        margin-top: 3.438rem;
    }
    .main-visual-wrapper {}
    .main-slogan-wrapper > h2 {
        font-size: 2.417rem;
        line-height: 3.167rem;
    }
    .main-visual-slider-wrapper {
        height: auto;
    }
    .main-visual-slider-area {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    #main-visual-slider .pc {
        display: none;
    }
    #main-visual-slider .mobile {
        display: block;
        width: 100%;
    }
    .main-visual-option {
        bottom: 3.125rem;
    }
    .main-visual-option .main-visual-swiper-pagination {
        gap: 1.538rem !important;
        padding-right: 1.538rem;
    }
    .main-visual-option .main-visual-button-play, .main-visual-option .main-visual-button-pause {
        width: 0.5rem;
        height: 0.75rem;
        background-size: 0.5rem 0.75rem;
    }
    .visual-contents-wrapper {
        position: absolute;
    }
    .main-slogan-wrapper {
        gap: 1.538rem;
    }
    .main-slogan-wrapper .main-slogan-tit {
        font-size: 1.923rem;
    }
    .main-slogan-wrapper .main-slogan-desc {
        font-size: 1.077rem;
    }
    .visual-contents-wrapper .main-quick-wrapper a {
        padding-left: 1.154rem;
        width: 8.462rem;
        height: 3.077rem;
    }
    .visual-contents-wrapper .main-quick-wrapper span {
        font-size: 1rem;
        line-height: 1rem;
    }
    .visual-contents-wrapper .main-quick-wrapper a:before {
        width: 8.462rem;
        height: 3.077rem;
        border-radius: 1.538rem;
        background-size: 0.808rem 0.654rem;
        background-position: 85% center;
    }
    .btn-more {
        position: relative;
        top: 0;
        left: 50%;
        width: 2.692rem;
        height: 2.692rem;
        margin-left: -1.346rem;
        margin-top: 1.154rem;
    }
    .btn-more:after {
        width: 0.769rem;
        height: 0.769rem;
        margin-top: -0.385rem;
        margin-left: -0.385rem;
    }
    .main-contents-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0 1.692rem;
    }
    .main-contents-wrapper h2 {
        display: inline-block;
        padding-right: 0.769rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: keep-all;
        font-size: 1.769rem;
        line-height: 2.308rem;
        text-align: center;
        margin: 0 auto 2.308rem auto;
    }
    .main-contents-wrapper h2 > span {
        width: 0.462rem;
        height: 0.462rem;
        right: 0;
    }
    .main-contents-wrapper h2 .mobile-br {
        display: block;
    }
    /* main contents01 */
    .main-contents01 {
        padding: 5rem 0 6.154rem 0;
    }
    .main-contents01:before {
        left: auto;
        right: 1.269rem;
        bottom: -1.538rem;
        width: 14rem;
        height: 6.231rem;
        background-size: 14rem 6.231rem;
    }
    .main-contents01 > .main-contents-wrapper h2 > span {
        left: auto;
        right: 0;
    }
    .main-board-wrapper > ul {
        padding-top: 2.885rem;
    }
    .main-board-wrapper > ul > li > button {
        top: 0;
        font-size: 1.077rem;
        line-height: 1.077rem;
        padding: 0 1.231rem;
    }
    .main-board-wrapper > ul > li:first-child > button:before {
        width: 0.308rem;
        height: 0.308rem;
    }
    .main-board-wrapper > ul > li:nth-of-type(1) > button {
        right: 50%;
        transform: translate(0, 0);
    }
    .main-board-wrapper > ul > li:nth-of-type(2) > button {
        right: 50%;
        transform: translate(100%, 0);
    }
    .main-board-box {
        flex-direction: column;
    }
    .main-board-box > a {
        width: 100%;
        height: auto;
        border-radius: 1.154rem;
        padding: 1.923rem;
        margin-bottom: 0.769rem;
    }
    .main-board-box > a > .category {
        line-height: 1.615rem;
        font-size: 0.846rem;
        padding: 0 0.577rem;
        border-radius: 1.154rem;
    }
    .main-board-box > a > .title {
        font-size: 1.231rem;
        line-height: 1.769rem;
        height: 3.538rem;
        margin: 1.154rem 0 1.346rem 0;
    }
    .main-board-box > a > .date {
        font-size: 0.923rem;
    }
    /* main-contents02 */
    .main-contents02 {
        border-radius: 1.154rem;
        padding: 5rem 0 3.846rem 0;
    }
    .main-contents02 .main-contents-wrapper h2 {
        gap: 0.962rem;
        font-size: 1.923rem;
        margin: 0 0 1.538rem 0;
        padding-right: 0;
    }
    .main-contents02 .main-contents-wrapper h2 > img {
        width: 3.462rem;
    }
    .main-contents02 .btn-more {
        position: absolute;
        left: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .main-sns-wrapper {
        gap: 0.769rem;
    }
    .main-sns-area {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 0.769rem;
    }
    .main-sns-area > a {
        border-radius: 0.769rem;
    }
    .main-sns-area > a.main-thumb-image {
        grid-column: 1 / -1;
    }
    .main-sns-button {
        width: 100%;
        gap: 0.769rem;
        margin-left: 0;
    }
    .main-sns-button > a {
        width: 100%;
        height: 3.462rem;
        font-size: 1.077rem;
        border-radius: 0.769rem;
        padding: 0 1.077rem;
        gap: 0.769rem;
    }
    .main-sns-button > a > img {
        width: 1.923rem;
    }
    .main-sns-button > a .btn-more {
        position: absolute;
        width: 1.538rem;
        height: 1.538rem;
        left: auto;
        right: 1.077rem;
        margin-left: 0;
        margin-top: 0;
    }
    .main-sns-button > a .btn-more:after {
        width: 0.615rem;
        height: 0.615rem;
        margin-top: -0.308rem;
        margin-left: -0.308rem;
    }
    .main-sns-button > a:hover .btn-more:after {
        transform: rotate(90deg);
    }
    /* main-contents03 */
    .main-contents03 {
        padding: 5rem 0 2.308rem 0;
    }
    .main-contents03 .main-contents-wrapper h2 {
        display: block;
        margin-bottom: 1.154rem;
        padding-right: 0;
    }
    .main-event-wrapper {
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        z-index: 10;
        -ms-overflow-style: none;
        scrollbar-width: none;
        cursor: grab;
    }
    .main-event-wrapper::-webkit-scrollbar {
        display: none;
    }
    .main-event-wrapper.dragging {
        cursor: grabbing;
    }
    .main-event-area {
        width: 68.538rem;
        display: flex;
        gap: 1.154rem;
        padding-bottom: 0;
    }
    .main-event-area > a {
        width: 15.154rem;
    }
    .main-event-area > a > .title-area {
        gap: 1.154rem;
        padding: 0 3.75rem;
    }
    .main-event-area > a > .title-area > .title {
        font-size: 1.077rem;
        height: 4.615rem;
    }
    .main-event-area > a > .title-area > .date {
        font-size: 0.769rem;
    }    
    .ol-list01 > li .number, .ol-list04 > li .number {
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 0.937rem;
    }
    .popup-zone-wrapper {
        margin-top: 3.333rem;
    }
    
    /* sub */
    .strategy-list {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 1.25rem;
        margin: 0 0 0.625rem 0;
        min-height: auto;
        padding: 1.875rem;
    }

    .strategy-list .text-box > strong {
        font-size: 1.25rem;
        line-height: 140%;
        margin-bottom: 0.625rem;
    }

    .strategy-list .images-box {
        margin: 0 auto;
        padding: 0;
        margin-top: 10px;
    }

    .slogan-wrapper {
        padding: 1.75rem;
        border-radius: 1.5rem;
        text-align: center;
        margin: 0 0 1.875rem 0;
    }

    .slogan-wrapper .slogan {
        font-size: 1.125rem;
        line-height: 140%;
        color: #fff;
    }

    .sub-container #jwxe_main_content {
        padding: 0 !important;
    }

    .zoom-btn {
        height: 3.5rem;
        line-height: 3.5rem;
        border-radius: 0.625rem;
        min-width: 100%;
        padding: 0 1.875rem;
        font-size: 1.125rem;
        background-position: right 1.875rem center;
        background-size: 1.125rem 1.125rem;
        margin: 0 0 3.125rem 0;
        float: right;
    }

    .ol-list01.list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .ol-list01.list > li {
        padding: 1.625rem;
        margin-bottom: 1.125rem;

        font-size: 1.25rem;
        width: 100%;
        margin-right: 0;
    }

    .ol-list01.list > li .number {
        font-size: 1.25rem;
        margin: 0 1.25rem 0 0;
    }
	.table-type01 .ul-list01 > li {
    	font-size: 1.125rem;
        line-height: 155%;
        background-position: left 0.625rem;
		padding-left: 10px;
	}
	.table-type01 table thead th,
	.table-type01 table tbody td {
        padding:16px;
    }
    .contents-paging-navigation {
        display: none;
    }
    .sub-top {
        padding-top: 3.438rem;
    }
    .sub-top .sub-visual-wrapper {
        height: 13.846rem;
        display: block;
        border-radius: 0.769rem;
    }
    .sub-top .sub-visual-desc {
        display: none;
    }
	
	.sub-top .sub-visual-wrapper .pc {
		display: none;
	}
	
	.sub-top .sub-visual-wrapper .mobile {
		display: block;
	}
	
    .sub-top .sub-visual-wrapper > img {
        height: 13.846rem;
		width: 100%;
    }
    .sub-top .sub-visual-wrapper .word-slogan {
        max-width: 100%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .page-navi {
        display: none;
    }
    .sub-container {
        position: relative;
        margin: 0 auto;
        padding: 0 0.962rem;
    }
    .sub-container:after {
        content: '';
        display: block;
        clear: both;
    }
    .sub-container .snb-list {
        position: absolute;
        display: none;
        top: 101px;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
        z-index: 90;
    }
    .sub-container .snb-list > li {
        border-radius: 0px;
        border: 0;
        display: block;
        margin-top: -1px;
        background: #fff;
        padding: 0 2.916rem;
    }
    .sub-container .snb-list > li:not(:first-child) {
        margin-top: 0px;
    }
    .sub-container .snb-list > li > a {
        position: relative;
        display: block;
        font-size: 1.166rem;
        line-height: 100px;
        color: #666666;
        font-weight: 500;
        padding: 0;
        border-radius: 0px;
        border: none;
        background: none;
    }
    .sub-container .snb-list > li > a:hover {
        color: #0d76cf;
        text-decoration: none;
    }
    .sub-container .snb-list > li:hover {
        background: #e9e9e9;
    }
    .sub-container .snb-list > li.selected {
        background: #e9e9e9;
    }
    .sub-container .snb-list > li > a.active, 
	.sub-container .snb-list > li.selected > a {
        color: #2584d5;
        background: #e9e9e9;
        padding-left: 0.833rem;
    }
    .sub-container .snb-list > li > a:hover, 
	.sub-container .snb-list > li > a:focus {
        background: #e9e9e9;
        border: none;
        color: #2584d5;
        padding-left: 0.833rem;
    }
    .sub-container .snb-list > li > a:hover::before, 
	.sub-container .snb-list > li > a:focus::before {
        content: '';
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background: #2584d5;
        position: absolute;
        top: 50%;
        left: 0rem;
        transform: translateY(-50%);
    }
    .sub-container .snb-list > li > a.active::before, 
	.sub-container .snb-list > li.selected > a::before {
        content: '';
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background: #2584d5;
        position: absolute;
        top: 50%;
        left: 0rem;
        transform: translateY(-50%);
    }
    .sub-container .snb-list > li > a::after {
        display: none;
    }
    .sub-container .snb-list > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.25rem;
        height: 0.5rem;
        margin-top: -0.125rem;
        background: url(/_res/together/img/icon_arrow_right01_off@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
    }
    .sub-container .snb-list > li.selected > a .arrow, 
	.sub-container .snb-list > li > a.active .arrow, 
	.sub-container .snb-list > li.selected > a:hover .arrow, 
	.sub-container .snb-list > li > a.active:hover .arrow {
        background: url(/_res/together/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }
    .sub-container .snb-list > li > a:hover .arrow {
        background: url(/_res/together/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }
    .sub-container .snb-list > li > ul {
        display: none;
        background: #dee4eb;
        padding: 1.25rem;
    }
    .sub-container .snb-list > li > ul.selected {
        display: block;
    }
    .sub-container .snb-list > li a + ul > li {
        margin-top: 0.625rem;
    }
    .sub-container .snb-list > li a + ul > li:first-child {
        margin-top: 0;
    }
    .sub-container .snb-list > li a + ul > li > a {
        color: #212121;
        font-weight: 500;
    }
    .sub-container .snb-list > li a + ul > li > a:hover {
        color: #225184;
    }
    .sub-container .snb-list > li a + ul > li > a.active {
        color: #225184;
        font-weight: 700;
        text-decoration: underline;
    }
    .sub-container .snb {
        display: none;
    }
    .sub-container .snb-list {
        display: none;
    }
    .sub-container .snb-list > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.25rem;
        height: 0.5rem;
        margin-top: -0.125rem;
        background: url(/_res/together/img/icon_arrow_right01_off@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        display: none;
    }
    .sub-container .snb-list > li.selected > a .arrow, .sub-container .snb-list > li > a.active .arrow, .sub-container .snb-list > li.selected > a:hover .arrow, .sub-container .snb-list > li > a.active:hover .arrow {
        background: url(/_res/together/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }
    .sub-container .snb-list > li > a:hover .arrow {
        background: url(/_res/together/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }
    .sub-container .snb-list > li > ul {
        display: none;
        background: #dee4eb;
        /*padding: 1.25rem;*/
        background: none;
        padding: 0;
    }
    .sub-container .snb-list > li > ul.selected {
        display: block;
    }
    .sub-container .snb-list > li a + ul > li {
        margin-top: 0rem;
    }
    .sub-container .snb-list > li a + ul > li:first-child {
        margin-top: 0;
    }
    .sub-container .snb-list > li a + ul > li > a {
        color: #212121;
        font-weight: 500;
        background: none;
        border: 0;
        padding: 14px 0;
        font-size: 1.166rem;
    }
    .sub-container .snb-list > li a + ul > li > a:hover {
        color: #14a7bd;
    }
    .sub-container .snb-list > li a + ul > li > a.active {
        /*color: #14a7bd;*/
        color: #2584d5;
        font-weight: 700;
        text-decoration: none;
    }
    .sub-container .snb-list > li > ul > li > a::after {
        display: none;
    }
    .sub-container .cont-top {
        position: relative;
        background: #549eea;
        border-radius: 0.769rem;
    }
    .sub-container .cont-top .cont-title {
        position: relative;
        text-align: center;
        margin: 0;
        line-height: 4rem;
        height: 4rem;
        display: block;
        font-size: 1.416rem;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }
    .sub-container .cont-top .cont-title > .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.666rem;
        display: block;
        width: 0.875rem;
        height: 0.541rem;
        background: url(/_res/together/img/icon_arrow_down02@2x.png) no-repeat;
        background-size: contain;
    }
    .sub-container .cont-top .cont-title.on > .arrow {
        background: url(/_res/together/img/icon_arrow_up02@2x.png) no-repeat;
        background-size: contain;
    }
    .sub-container .cont-top .cont-btns {
        display: none;
    }
    .sub-container #jwxe_main_content {
        padding: 0 15px;
    }
	
	.greeting-slogan-wrapper .greeting {
		font-size: 1.923rem;
        word-break: keep-all;
	}
	.greeting-image {
		position: relative;
		width: 100%;
		right: 0;
	}
	.greeting-slogan-wrapper .word-type01:nth-child(1), 
	.greeting-slogan-wrapper .word-type01:nth-child(2) {
		width: 100%;
	}

	.images-box > .mobile img {
		display:block;
		width: 100%;
	}
	
    .faq-wrapper ul li .faq-a-wrapper {
        padding: 1.5rem 1.5rem;
        font-size: 0.833rem;
        padding-bottom: 2rem;
    }
    .faq-wrapper ul li {
        font-size: 1rem;
    }
    .faq-wrapper .faq-q-wrapper {
        padding-left: 3.083rem;
        height: 3.333rem;
        letter-spacing: -1px;
    }
    .faq-wrapper .faq-q-wrapper::after {
        width: 1.5rem;
        height: 1.5rem;
        top: 50%;
        left: 0.833rem;
    }
    .faq-wrapper ul li .faq-a-wrapper {
        display: none;
        padding: 1rem 1rem 1.5rem 3.083rem;
        line-height: 150%;
        font-size: 0.833rem;
    }
    .faq-wrapper ul li .faq-a-wrapper::after {
        width: 1.5rem;
        height: 1.5rem;
        top: 0.833rem;
        left: 0.833rem;
    }
    .board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
        position: absolute;
        top: auto !important;
        left: 0;
        width: 6.923rem;
    }
    .article-chk {
        display: none;
    }
    .board-area .search-area {
        padding-left: 6.6rem;
    }
    .board-area .search-wrapper {
        padding-bottom: 0px;
    }
    .board-area .search-area select {
        width: 6.25rem;
        height: 2.083rem;
        line-height: 2.083rem;
        font-size: 0.666rem;
        margin-right: 0rem;
    }
    .board-area .search-area .search-box input[type="search"] {
        width: 100%;
        height: 2.083rem;
        line-height: 2.083rem;
        font-size: 0.666rem;
        margin-right: 0.333rem;
    }
    .board-area .search-area .search-box input[type="submit"] {
        width: 4.583rem;
        height: 2.083rem;
        line-height: 2.083rem;
        font-size: 0.666rem;
    }
    .board-list01 table tbody td {
        font-size: 1rem;
        line-height: unset;
    }
    .board-list01 table tbody td .board-right-icon-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0px;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 5%;
        border: 1px solid red;
    }
    .board-list01 table tbody td .icon-new {
        display: none;
    }
    .board-list01 table tbody td .board-right-icon-wrapper img {
        display: none;
    }
    .board-list01 table tbody td .board-right-icon-wrapper::after {
        position: absolute;
        width: 18px;
        height: 18px;
        content: '';
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url('/_res/together/img/icon_new01.png');
    }
    /* ????????? ??????????????? */
    .paging-navigation a {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }
    .paging-navigation strong {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }
    .paging-navigation a.btn-first {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }
    .paging-navigation a.btn-preview {
        margin-right: 0.937rem;
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }
    .paging-navigation a.btn-next {
        margin-left: 0.937rem;
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }
    .paging-navigation a.btn-last {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }
    .paging-wrap li > a {
        margin: 0 2px;
    }
    .paging-wrap li > a {
        margin: 0;
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }
    .paging-wrap li > a.active {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }
    .paging-wrap li > a.page-first {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }
    .paging-wrap li > a.page-prev {
        margin-left: 0;
        margin-right: calc(0.937rem - 2px);
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }
    .paging-wrap li > a.page-next {
        margin-right: 0;
        margin-left: calc(0.937rem - 2px);
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }
    .paging-wrap li > a.page-last {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }
    .board-view td {
        display: block;
    }	
	
	.btns-area, 
	.btns-area .btns-left, 
	.btns-area .btns-right {
		display: flex;
		width: calc(100% + 0.385rem);
		gap: 0.385rem;
	}
}
@media only all and (max-width: 767px) {
    html {
        font-size: 1.25rem;
        /* ??????????????? ??????????????? 18px */
        line-height: 1.25rem;
        /* ??????????????? line-height ????????? 18px */
    }
    .icon-window {
        width: 1rem;
        height: 1rem;
        background-size: 1rem 1rem;
    }
    .totalmenu-wrapper {
        width: 25rem;
        right: -25rem;
    }
    #header .navbar .navbar-brand {
        left: 1.428rem;
    }
    #header .navbar .navbar-brand img {
        width: 9.642rem;
    }
    #header .navbar .navbar-brand strong {
        font-size: 1rem;
        padding-left: 0.285rem;
    }
    #header #top-menu {
        width: 22.142rem;
    }
    #header #top-menu .navbar-title > h3 {
        font-size: 16px;
        letter-spacing: -1px;
    }
    #header #top-menu .navbar-title .navbar-title-menu {
        margin-left: 1.785rem;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a {
        padding: 0;
        font-size: 0.928rem;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a:not(:last-child) {
        margin-right: 1.428rem;
    }
    #header #top-menu .navbar-nav > li > a {
        background-size: 0.857rem 0.5rem;
        font-size: 1.214rem;
    }
    .greeting-slogan-wrapper .greeting > span.mobile-span-br {
        display: block;
    }
    /*table*/
    .table-type01 table tbody th {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }
    .table-type01 table tbody td {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }
    .table-type01 table thead th {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }
    .word-type01 {
        padding-bottom: 0.7692rem;
        font-size: 1.125rem;
        line-height: 155%;
    }
    .ol-list01 > li {
        color: #666;
        padding-left: 36px;
        margin-bottom: 0.625rem;
        font-size: 1.125rem;
        line-height: 155%;
    }
    .ul-list01 > li {
        color: #666;
        font-size: 1.125rem;
        line-height: 155%;
        background-position: left 0.625rem;
        padding-left: 10px;
    }
    .ul-list01.location > li {
        position: relative;
        padding-left: 0.5769rem;
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-bottom: 0.3846rem;
        background: transparent;
    }
    .ul-list01.location > li > strong {
        position: static;
        display: block;
        padding-left: 0.5769rem;
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-left: -0.5769rem;
        background-position: left 0.5769rem;
        background-size: 0.1923rem 0.1923rem;
    }
    /*.title0101,
    .bullet-type01 .title0101 {
        margin: 0 0 0.9231rem 0;
        padding-left: 1.625rem;
        padding-top: 0;
        font-size: 1.375rem;
        line-height: 1.75rem;
        background-position: left 0.15rem;
        background-size: 1.125rem;
    }*/
    .title0101, .bullet-type01 .title0101 {
        margin: 0 0 1.25rem 0;
        padding-left: 0;
        padding-top: 0;
        font-size: 1.5rem;
        line-height: 140%;
        background-position: left center;
        background-size: 1.125rem;
    }
    .title0401, .bullet-type01 .title0401 {
        margin: 0 0 1.25rem 0;
        padding-left: 0;
        padding-top: 0;
        font-size: 1.5rem;
        line-height: 140%;
        background-position: left center;
        background-size: 1.125rem;
    }
    /*.title0501,
    .bullet-type01 .title0501 {
        margin: 0.5769rem 0;
        padding-left: 0.875rem;
        color: #333333;
        font-size: 1.25rem;
        line-height: 1.625rem;
        background-position: left 0.5rem;
        background-size: 0.3846rem 0.3846rem;
        word-break: keep-all;
    }*/
    .title0501, .bullet-type01 .title0501 {
        margin: 0.5769rem 0;
        /* padding-left: 0; */
        color: #40516e;
        font-size: 1.25rem;
        line-height: 140%;
        /* background: none; */
        word-break: keep-all;
        background-position: left 9px;
    }
    .board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
        width: 5.357rem;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
        margin-right: 0rem;
    }
    .btn-detail-view02 {
        height: 2.308rem;
        padding: 0.5769rem 1.154rem 0 1.154rem;
        font-size: 0.9231rem;
        line-height: 1.154rem;
        border-radius: 1.154rem;
    }
    .btn-detail-view03 {
        height: 3.5rem;
        padding: 0 2.25rem;
        font-size: 1.125rem;
        line-height: 3.5rem;
    }
    .map-wrapper + .btns-area {
    	flex-direction: column;
    }
    .map-wrapper + .btns-area > .btn-new-window {
        padding: 0.9615rem 4.423rem 0.9615rem 1.538rem;
        border-radius: 1.875rem;
        height: auto;
    }
    .map-wrapper + .btns-area > .btn-new-window > span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .location dl > dd {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .location dl > dt > span {
        font-size: 1.125rem;
    }
    .btn-new-window.small {
        width: 42%;
    }
    .main-board-area .top-focus-board-wrapper .information .date {
        font-size: 1.642rem;
    }
    .main-board-area .top-focus-board-wrapper .information .ym {
        font-size: 0.857rem;
    }
    .main-board-area .top-focus-board-wrapper .information {
        min-width: 3.428rem;
        margin-right: 1.071rem;
    }
    .main-board-area .top-focus-board-wrapper p {
        font-size: 1.071rem;
    }
    .main-board-area .focus-board-wrapper ul li span {
        font-size: 0.928rem;
    }
    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title {
        width: calc(100% - 80px);
    }
    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title .title {
        max-width: calc(100% - 2.666rem);
    }
    .main-contents-header-area .tab-btns-wrapper span {
        font-size: 1.142rem;
        line-height: 140%;
        letter-spacing: -1px;
    }
    .main-contents-header-area .tab-btns-wrapper a.active span {
        border-bottom: 1px solid #2982ce;
    }
    .quick-menu-box a {
        height: 100%;
    }
    .main-contents-header-area .tab-btns-wrapper a:first-child {
        padding-right: 0.714rem;
    }
    .main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
        padding-left: 0.714rem;
        padding-right: 0.714rem;
    }
    .quick-menu-box {
        width: calc(50% - 0.357rem);
        padding-left: 1.428rem;
        padding-right: 1.571rem;
    }
    .quick-menu-box a::after {
        top: unset;
        bottom: 0;
        right: 0;
        transform: translateY(-0);
    }
    .main-small-slider-container .swiper-slide {
        height: 14.142rem;
    }
    .main-small-slider-container .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .main-content02 .main-contents-tit-wrapper.type01 {
        padding-bottom: 6.875rem;
        width: 9.285rem;
    }
    .main-content02 .main-contents-tit-wrapper span {
        font-size: 1.428rem;
        line-height: 130%;
        margin-bottom: 0.892rem;
    }
    .main-content02 .photo-gallery {
        width: calc(100% - 9.285rem);
    }
    .main-content02 .photo-gallery .swiper-slide {
        width: 16.071rem;
    }
    .main-content02 .photo-gallery .swiper-slide:not(:first-child) {
        margin-left: 0.714rem;
    }
    .main-content02 .photo-gallery .swiper-slide .img {
        overflow: hidden;
        height: 8.071rem;
        width: 100%;
        border-radius: 1.428rem 1.428rem 0.857rem 1.428rem;
        margin-bottom: 0.857rem;
        display: block;
    }
    .main-content02 .photo-gallery .swiper-slide .img img {
        width: auto;
        height: 100%;
    }
    .main-content02 .photo-gallery .swiper-slide .photo-tit {
        font-size: 1.071rem;
        min-height: unset;
    }
	.sub-top .sub-visual-wrapper .word-slogan > .container {
        font-size: 1.857rem;
        font-weight: 700;
        text-align: center;
	}
    .sub-container .snb-title {
		display:none
    }
    .sub-container .snb-title > span {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%;
        font-size: 1.857rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        margin-top: 0;
        padding: 0 30px;
        display: block;
    }
    .sub-container .snb-title > img {
        display: block;
        width: 100%;
    }
    .sub-container .snb-list {
        top: 351px;
    }
    .sub-container .snb-list > li > a {
        font-size: 1.166rem;
        line-height: 50px;
    }
    .greeting-wrapper {
        padding-bottom: 170px;
    }
    .greeting-slogan-wrapper {
        position: relative;
        padding-right: 0 !important;
        padding-bottom: 1.308rem;
    }
    .greeting-wrapper .word-type01 {
        width: 100%;
        font-size: 1.125rem;
    }
    .document-wrapper .contents-box .title0501 {
        font-size: 1.25rem;
    }
    .greeting-wrapper .bg-img {
        width: 50%;
        position: initial;
        display: block;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .document-slogan-wrapper {
        margin: 0 0 1.875rem 0;
    }
    .document-slogan-wrapper .document {
        font-size: 1.625rem;
        padding-bottom: 0;
        margin-bottom: 1.25rem;
        width: 100%;
    }
    .document-wrapper .word-type01 {
        width: 100%;
        font-size: 1.125rem;
    }
    .faq-wrapper ul li {
        font-size: 0.928rem;
    }
    .faq-wrapper .faq-q-wrapper::before {
        width: 1rem;
        height: 0.5rem;
        right: 0.714rem;
    }
    .board-area .search-area {
        padding-left: 5.8rem;
    }
    .board-area .search-area .search-box {
        padding-right: 4.35rem;
    }
    .board-area .search-area select {
        width: 5.357rem;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
        margin-right: 0rem;
        background-position: 85% center;
    }
    .board-area .search-area .search-box input[type="submit"] {
        width: 3.928rem;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
    }
    .board-area .search-area .search-box input[type="search"] {
        width: 100%;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
        margin-right: 1.285rem;
    }
    .board-list01 table tbody td .board-right-icon-wrapper::after {
        width: 1rem;
        height: 1rem;
    }
    .board-list01 table tbody td.title {
        padding-left: 0px;
    }
    .board-list01 table tbody td .icon-file {
        width: 1rem;
        height: 1rem;
        transform: translateY(1px);
    }
}
@media only all and (max-width: 600px) {
    html {
        font-size: 1rem;
        /* ??????????????? ??????????????? 16px */
        line-height: 1rem;
        /* ??????????????? line-height ????????? 16px */
    }
    .sub-container .snb-list {
        top: 291px;
    }
}
@media only all and (max-width: 475px) {
    html {
        font-size: 0.875rem;
        /* ??????????????? ??????????????? 13px */
        line-height: 0.875rem;
        /* ??????????????? line-height ????????? 13px */
        /* ??????????????? line-height ????????? 14px */
    }
    .icon-window {
        width: 12px;
        height: 12px;
        background-size: 12px 12px
    }
    .main-book-wrapper .book-btn-area button {
        font-size: 14px;
        line-height: 35px;
        width: 60px;
        min-width: unset;
        border-radius: 17.5px;
    }
    .main-book-wrapper .book-btn-area button:not(:first-child) {
        margin-left: 5px;
    }
    .btn-more::before {
        width: 0.875rem;
        height: 0.875rem;
    }
    .sub-container .snb-list {
        top: 261px;
    }
}
@media only all and (max-width: 359px) {
    html {
        font-size: 0.75rem;
        /* ??????????????? ??????????????? 12px */
        line-height: 0.75rem;
        /* ??????????????? line-height ????????? 12px */
    }
    .sub-container .snb-list {
        top: 231px;
    }
}
@media only all and (max-width: 319px) {
    html {
        font-size: 0.687rem;
        /* ??????????????? ??????????????? 11px */
        line-height: 0.687rem;
        /* ??????????????? line-height ????????? 11px */
    }
}
@media (min-width: 1200px) {
    #header #top-menu {
        float: left;
        /* margin-left: 11.688rem; */
    }
    #header #top-menu .navbar-nav > li:nth-child(1) .depth2 {}
    #header #top-menu .navbar-nav > li:nth-child(2) .depth2 {}
    #header #top-menu .navbar-nav > li:nth-child(3) .depth2 {}
    #header #top-menu .navbar-nav > li:nth-child(4) .depth2 {}
    #header #top-menu .navbar-nav > li:nth-child(5) .depth2 {}
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li a.active:before {
        position: absolute;
        top: 5px;
        right: -10px;
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #0d76cf;
        border-radius: 100%;
    }
}
@media (min-width: 1024px) {
    .wrapper {
        position: relative;
        padding-top: 0;
    }
    /* header */
    #header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 0;
    }
    /* Footer */
    #footer {
        position: relative;
        background-color: #ffffff;
        padding: 2.188rem 20px;
    }
    .footer-information-wrapper {
        float: left;
        position: relative;
        margin: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        display: block;
    }
    .footer-menu {
        margin-bottom: 27px;
    }
    .footer-menu > li {
        padding-right: 10px;
        margin-right: 9px;
        background-size: 1px 11px;
    }
    .footer-menu > li > a {
        font-size: 12px;
        line-height: 15px;
    }
    .footer-menu > li > a:hover {
        text-decoration: underline;
    }
    .footer-another-list {
        float: right;
        margin-top: 0;
    }
    .footer-another-list > dl {
        position: relative;
        float: left;
        width: 170px;
        margin-left: 10px;
    }
    .footer-another-list > dl:first-child {
        margin-left: 0;
    }
    .footer-another-list > dl:nth-child(even) {
        float: left;
    }
    .footer-another-list > dl > dt {
        display: block;
    }
    .footer-another-list > dl > dt > button {
        position: relative;
        display: block;
        border: 1px solid #e4e4e4;
        width: 170px;
        height: 35px;
        -webkit-appearance: none;
        background: #fff;
        text-align: left;
        padding: 0 20px;
        color: #999596;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }
    .footer-another-list > dl > dt > button .arrow {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 8px;
        height: 4px;
        background: url(/_res/together/img/icon_arrow_down04@2x.png) no-repeat 0 0;
        background-size: 8px 4px;
        transition: all 0.2s ease-in-out;
    }
    .footer-another-list > dl > dt > button:hover {
        background: #f9f9f9;
    }
    .footer-another-list > dl > dt.active > button .arrow {
        transform: rotate(180deg);
    }
    .footer-another-list > dl > dd {
        display: none;
        position: absolute;
        bottom: 34px;
        left: 0;
        width: 100%;
        max-height: 200px;
        margin: 0;
        z-index: 15;
    }
    .footer-another-list > dl > dd > ul {
        display: block;
        width: 100%;
        border: 1px solid #e4e4e4;
        border-bottom: 0;
    }
    .footer-another-list > dl > dd > ul > li {
        display: block;
    }
    .footer-another-list > dl > dd > ul > li > a {
        display: block;
        padding: 10px 20px;
        background: #f9f9f9;
        border-bottom: 1px solid #e4e4e4;
        font-size: 12px;
    }
    .footer-another-list > dl > dd > ul > li > a:hover {
        background: #e9e9e9;
        font-weight: 700;
    }
}