#sub_content {
    width: 100%;
}


/* sub1_1 */
.sub1_1_contain {
    width: 100%;
}

.s1_1_sec1 {
    width: 100%;
    height: 100vh;
    background-color: #fffcf6;
    position: relative;
}

.s1_1_sec1 .center {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.s1_1_img {
    width: 35vw;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20%;
    right: 8%;
}

.s1_1_img img {
    width: 100%;
}

.s1_1_sec1 .center p {
    overflow: hidden;
}

.s1_1_sec1 .center p span {
    display: block;
}

@keyframes txt_show {
    100% {
        transform: translateY(0);
    }
}

p.gold_txt {
    font-size: 17px;
    color: #cda531;
    font-family: 'GmarketSansMedium', sans-serif;
}

p.gold_txt span {
    transform: translateY(50px);
    animation: txt_show .5s ease forwards;
}

p.red_txt {
    margin-top: 20px;
    font-size: 51px;
    color: #f06141;
    font-family: 'GmarketSansBold', sans-serif;
}

p.red_txt span {
    transform: translateY(70px);
    animation: txt_show .6s .3s ease forwards;
}

p.black_txt {
    margin-top: 40px;
    font-size: 29px;
    line-height: 40px;
    color: #111;
    font-family: 'GmarketSansLight', sans-serif;
}

p.black_txt strong {
    font-weight: normal;
    font-family: 'GmarketSansMedium', sans-serif;
}

p.black_txt span {
    transform: translateY(80px);
    animation: txt_show .8s .6s ease forwards;
}

.s1_1_sec2 {
    width: 100%;
    padding-bottom: 150px;
}

.s1_1_sec2 .section_title p {
    font-size: 29px;
    line-height: 40px;
    margin-top: 30px;
}

.s1_1_sec2 ul {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.s1_1_sec2 ul li {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s1_1_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

span.bar {
    width: 2px;
    height: 60px;
    background-color: #f06141;
}

span.circle {
    width: 10px;
    height: 10px;
    background-color: #f06141;
    border-radius: 10px;
}

.s1_1_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    font-family: 'Pretendard-Light', sans-serif;
}

.s1_1_txt p {
    font-size: 19px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
    margin-bottom: 7px;
}

/* // sub1_1 */


/* sub1_2 */
.s1_2_sec1 p.black_txt span {
    transform: translateY(150px);
    animation: txt_show 1s .6s ease forwards;
}

.s1_2_sec1 .s1_1_img {
    width: 29vw;
    top: 22%;
    right: 12%;
}

.s1_2_box {
    width: max-content;
    margin: 75px auto 0;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.s1_2_box p {
    position: absolute;
    font-size: 19px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

p.s1_2_t1 {
    bottom: 0;
    left: -20px;
}

p.s1_2_t2 {
    top: 0;
    left: 125px;
}

p.s1_2_t3 {
    bottom: 0;
    left: 260px;
}

p.s1_2_t4 {
    top: 0;
    right: 155px;
}

p.s1_2_t5 {
    bottom: 0;
    right: 10px;
}

/* // sub1_2 */


/* sub2 */
.sub2_contain {
    width: 100%;
    margin-top: 100px;
}

.sub2_contain span.length,
.sub2_contain span.width {
    background-color: #cda531;
}

.sub2_contain .section_title p {
    font-size: 59px;
    font-family: 'GmarketSansBold', sans-serif;
}

.s2_box {
    width: 100%;
    margin-top: 65px;
    padding-bottom: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fix_txt {
    position: sticky;
    top: 130px;
}

.fix_txt p {
    font-size: 29px;
    line-height: 40px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.fix_txt p span {
    display: block;
    font-size: 19px;
    color: #cda531;
    margin-bottom: 10px;
}

.fix_txt>span {
    font-size: 17px;
    color: #666;
    display: block;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 30px;
}

.people_box {
    width: 800px;
    margin-top: 50px;
}

.people_box>ul {
    width: 100%;
    display: inline-block;
}

.people_box>ul>li {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    margin-bottom: 50px;
    position: relative;
}

.people_box>ul>li:nth-child(2n) {
    margin-right: 0;
}

.people_img {
    width: 270px;
    height: 270px;
}

.people_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people_info {
    width: 270px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(205, 165, 49, 0.8);
    overflow: auto;
    padding: 25px 15px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.people_info.show {
    opacity: 1;
    visibility: visible;
}

.people_info::-webkit-scrollbar {
    display: none;
}

.people_info p {
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
}

.people_info>span {
    display: block;
    width: 130px;
    height: 1px;
    margin: 15px 0;
    background-color: #fff;
}

.people_info ul {
    width: 100%;
}

.people_info ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
}

.people_info ul li span {
    margin-right: 5px;
}

.people_name {
    width: 130px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.people_name>p {
    font-size: 25px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.people_name>span {
    display: block;
    font-size: 15px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.view {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background-color: #cda531;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 30px;
}

.view.none {
    opacity: 0;
    visibility: hidden;
}

.view i {
    color: #fff;
    font-size: 25px;
}

/* // sub2 */


/* sub3 */
.sub3_contain1 {
    width: 100%;
    margin-top: 90px;
    background-image: url(../images/sub3_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 120px;
}

.sub3_contain1 .center {
    display: flex;
}

.s3_con1_left {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

p.s3_gold_t {
    font-size: 39px;
    color: #cda531;
    line-height: 53px;
    font-family: 'GmarketSansMedium', sans-serif;
    text-transform: uppercase;
}

p.s3_black_t {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 50px;
}

p.s3_black_t span {
    font-size: 19px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
    display: block;
    margin-bottom: 15px;
}

.date {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #111;
    font-family: 'GmarketSansLight', sans-serif;
}

.date span {
    width: 12px;
    height: 12px;
    background-color: #f06141;
    border-radius: 15px;
    display: block;
    margin-right: 10px;
}

.s3_con1_right {
    width: 50%;
}

.s3_con1_right ul {
    width: 100%;
}

.s3_con1_right ul li {
    width: 100%;
    padding: 35px 20px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3_con1_right ul li:first-child {
    padding: 10px 20px 25px;
}

.s3_con1_right ul li p {
    display: flex;
    align-items: baseline;
    font-size: 21px;
    color: #444;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s3_con1_right ul li:last-child p {
    color: #f06141;
}

span.p_count {
    font-size: 75px;
    color: #111;
    letter-spacing: -3px;
    display: block;
    margin-right: 20px;
}

.s3_con1_right ul li:last-child span.p_count {
    color: #f06141;
}

.s3_con1_right ul li>span {
    font-size: 19px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s3_con1_right ul li:last-child>span {
    color: #f06141;
}

.sub3_contain2 {
    width: 100%;
    padding: 150px 0;
}

.sub3_contain2 .center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s3_tab_section {
    width: 350px;
    position: sticky;
    top: 130px;
}

.s3_tab_section>p {
    font-size: 30px;
    color: #111;
    line-height: 45px;
    font-family: 'GmarketSansLight', sans-serif;
}

.s3_tab_section>p span {
    font-family: 'GmarketSansMedium', sans-serif;
}

.s3_tab {
    margin-top: 45px;
}

.s3_tab ul {
    display: inline-block;
}

.s3_tab ul li {
    float: left;
    height: 40px;
    border: 1px solid #666;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.s3_tab ul li.on {
    color: #f06141;
    font-family: 'Pretendard-Medium', sans-serif;
    border: 1px solid #f06141;
}


.s3_tabcon_section {
    width: 790px;
}

.s3_tabcon_section ul {
    width: 100%;
    display: inline-block;
}

.s3_tabcon_section ul li {
    width: 31.5%;
    height: 100px;
    float: left;
    margin-right: 2.75%;
    margin-bottom: 20px;
    position: relative;
}

.s3_tabcon_section ul li:nth-child(3n) {
    margin-right: 0;
}

.portfolio_logo {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 30px 40px;
    box-sizing: border-box;
}

.portfolio_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(205, 165, 49, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 35px;
    box-sizing: border-box;
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    transition: transform .5s, opacity .5s;
}

.s3_tabcon_section ul li:hover .logo_hover {
    opacity: 1;
    transform: rotateY(0);
    visibility: visible;
}

.logo_hover p {
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    text-align: center;
    font-family: 'GmarketSansLight', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.logo_hover span {
    font-size: 14px;
    color: #002060;
    font-family: 'GmarketSansMedium', sans-serif;
    display: block;
    margin-top: 5px;
}

/* // sub3 */


/* sub4_1 */
.sub4_contain {
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    box-sizing: border-box;
    display: flex;
}

.sub4_left {
    width: 40%;
    background-color: #fff9ee;
    padding: 10vh 0 10vh 5%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.s4_title {
    font-size: 3vw;
    color: #111;
    text-transform: uppercase;
    font-family: 'GmarketSansBold', sans-serif;
}

.s4_tab {
    margin-top: 50px;
}

.s4_tab ul {
    display: flex;
}

.s4_tab ul li {
    width: 150px;
    height: 50px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #999;
    font-family: 'GmarketSansMedium', sans-serif;
    cursor: pointer;
    margin-right: 10px;
}

.s4_tab ul li:last-child {
    margin-right: 0;
}

.s4_tab ul li.on {
    background-color: #f06141;
    border: 0;
    color: #fff;
}

.s4_left_img {
    width: 20vw;
    margin-left: 30px;
}

.s4_left_img img {
    width: 100%;
}

.sub4_right {
    width: 60%;
    height: 100%;
    overflow: auto;
    padding: 70px 5% 100px;
    box-sizing: border-box;
    position: relative;
}

.sub4_right::-webkit-scrollbar {
    display: none;
}

.search_box {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.search_box input {
    width: 95%;
    height: 100%;
    border: 0;
    padding: 0 15px;
}

.search_box input::placeholder {
    font-size: 15px;
    color: #999;
    font-family: 'GmarketSansLight', sans-serif;
}

.search_box i {
    color: #666;
    font-size: 20px;
    cursor: pointer;
}

ul.notice_list {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

ul.notice_list li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fix {
    width: 60px;
    height: 30px;
    border: 1px solid #f06141;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 13px;
    color: #f06141;
    font-family: 'GmarketSansMedium', sans-serif;
    padding-top: 3px;
}

.notice_num {
    width: 60px;
    text-align: center;
    font-size: 13px;
    color: #666;
    font-family: 'GmarketSansMedium', sans-serif;
}

.notice_title {
    width: calc(100% - 180px);
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.notice_title {
    font-size: 17px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
    cursor: pointer;
}

.notice_title p {
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.notice_list li:hover .notice_title p {
    text-decoration: underline;
}

.notice_title i {
    font-size: 20px;
    color: #555;
    transform: rotate(45deg);
    margin-left: 3px;
}

.notice_date {
    width: 120px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #999;
    font-family: 'GmarketSansLight', sans-serif;
}

.notice_date i {
    color: #bbb;
    font-size: 18px;
    margin-right: 7px;
}

.page_btn {
    width: 100%;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn a {
    font-size: 17px;
    color: #777;
    font-family: 'GmarketSansMedium', sans-serif;
    margin: 0 15px;
}

.page_btn a.page_num {
    width: 40px;
    height: 40px;
    border: 1px solid #cda531;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cda531;
    margin: 0 5px;
}

.notice_detail {
    width: 60%;
    height: calc(100vh - 100px);
    position: fixed;
    bottom: 0;
    right: -63%;
    padding: 90px 5%;
    box-sizing: border-box;
    background-color: #fff;
    transition: right 1s;
}

.notice_detail.open {
    right: 0;
}

.close_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: -40px;
    top: 15vh;
}

.close_btn i {
    color: #fff;
    font-size: 18px;
}

.notice_detail ul {
    width: 100%;
}

.notice_detail ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

li.d_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.d_title {
    width: 80%;
    display: flex;
    align-items: center;
}

.d_fix {
    width: 80px;
    height: 38px;
    border: 1px solid #f06141;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #f06141;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-right: 20px;
}

.d_title p {
    width: calc(100% - 100px);
    font-size: 20px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

li.d_top .notice_date {
    width: auto;
}

li.d_top .notice_date span {
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
}

li.d_content {
    padding: 35px 0 25px;
}

.d_con_inner {
    width: 100%;
    padding-bottom: 80px;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 26px;
}

.file {
    display: flex;
    align-items: center;
}

.file p {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-right: 20px;
}

.file p span {
    width: 12px;
    height: 12px;
    background-color: #f06141;
    border-radius: 15px;
    margin-right: 15px;
    display: block;
}

.file a {
    display: flex;
    align-items: center;
}

.file a span {
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    text-decoration: underline;
    color: #333;
}

.file a i {
    font-size: 20px;
    color: #555;
    transform: rotate(45deg);
    margin-left: 15px;
}

/* // sub4_1 */


/* sub4_2 */
ul.news_list {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

ul.news_list li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.news_img {
    width: 225px;
    height: 70px;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n_title {
    margin-left: 35px;
}

.n_title p{
    font-size: 17px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.news_title:hover .n_title p{
    text-decoration: underline;
}

.n_title .notice_date{
    width: auto;
    margin-top: 13px;
}

.link{
    display: flex;
    align-items: center;
    justify-content: center;
}

.link i{
    font-size: 20px;
    color: #666;
}
/* // sub4_2 */


/* sub5 */
.sub5_contain{
    width: 100%;
    margin-top: 100px;
    padding: 130px 0 150px;
}

.sub5_contain .center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub5_left{
    width: 550px;
}

.s5_title{
    font-size: 58px;
    color: #111;
    font-family: 'GmarketSansBold', sans-serif;
}

.address_box{
    width: 100%;
    margin-top: 110px;
}

.address_box ul{
    width: 100%;
    margin-top: 35px;
}

.address_box ul li{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.address_box ul li:last-child{
    margin-bottom: 0;
}

.address_box ul li p{
    width: 25%;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #111;
    font-family: 'GmarketSansMedium', sans-serif;
}

.address_box ul li p span{
    width: 8px;
    height: 8px;
    background-color: #f06141;
    border-radius: 10px;
    display: block;
    margin-right: 20px;
}

.address_box ul li>span{
    width: 75%;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
}

.map_box{
    width: 100%;
    height: 500px;
    margin-top: 45px;
    position: relative;
}

.map_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(205, 165, 49, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.map_box:hover .map_hover{
    opacity: 1;
    visibility: visible;
}

.map_hover i{
    font-size: 60px;
    color: #fff;
}

.sub5_right{
    width: 600px;
    margin-right: -30px;
}

.s5_r_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.s5_r_img img{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.sub5_right iframe{
    width: 100%;
    margin-top: 40px;
}

/* // sub5 */