@charset "utf-8";

#wrapper {
    position: relative;
    margin: 0 auto;
}

/* title_box */
div.title_text {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}

div.title_text>h3 {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: -.1rem;
    color: #383838;
    text-shadow: 10px 10px 10px rgba(180, 180, 180, 40%);
}

div.title_text>p {
    padding-top: .8rem;
    font-family: 'NanumSquare';
    font-size: 1.2rem;
    color: #444444;
}

/* button.btn_more */
button.btn_more {
    display: block;
    margin: 0 auto;
    padding: 1rem 5rem;
    color: #fff;
    background-color: #764C24;
    font-size: 1rem;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    border: 1px solid #764C24;
}

button.btn_more:hover {
    color: #806531;
    background-color: #fff;
    transition: .3s ease-in-out;
}


/* 상단 네비 */
.top_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #00a0e9;
    z-index: 30;
}

.top_nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.top_nav>ul li {
    height: 100%;
    width: 10%;
    min-width: 140px;
    text-align: center;
}

.top_nav>ul li.box01 {
    min-width: 180px;
}

.top_nav>ul li a {
    color: #fff;
    line-height: 3.4;
    font-size: .9rem;
    transition: .3s ease-in-out;
    text-transform: uppercase;
}

.top_nav>ul li.box01:hover a {
    color: #00a0e9;
}

.top_nav>ul li:hover a {
    color: #1ab8ff;
}

/* 상단 헤더 */
#header {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    /* background-color: #FFFDEC; */
    z-index: 1000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
    margin: 0 auto;
}

#header * {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


#header div.header_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}

#header div.header_box .h_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 2rem;
}

#header h1 {
    height: 40px;
    width: 10%;
    min-width: 140px;

}

#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/logo_ori_white.png") no-repeat center;
    background-size: 100% auto;
}

#header div.top_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

#header button {
    display: block;
    font-size: 1rem;
    text-align: center;
}

#header .counselbtn {
    color: #fff;
    padding: .4rem 1rem;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 1;
}

#header .sidebar {
    width: 30px;
    height: 30px;
    padding: 0;
}

#header .sidebar img {
    display: block;
    width: 100%;
    height: 100%;
}

#header .counselbtn:hover {
    background-color: #AD9A70;
    color: #fff;
    border: transparent;
}

#header:hover,
#header.open {
    /* background-color: #FFFDEC; */
}



#gnb {
    /* overflow: hidden; */
    height: 100px;

}

/* #gnb:hover {
	overflow: hidden;
	height: auto;
} */

#gnb #gnb_1dul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

#gnb #gnb_1dul .gnb_1dli {
    position: relative;
    /* overflow: hidden; */
}

#gnb #gnb_1dul .gnb_1dli:hover>ul {
    display: inline-flex;
    height: 100px;
}

#gnb #gnb_1dul .gnb_1dli .gnb_1da {
    display: block;
    height: 100px;
    line-height: 100px;
    padding: 0 1.8rem;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans KR';
    letter-spacing: -.02rem;
    position: relative;
}

#gnb #gnb_1dul .gnb_1dli .gnb_1da:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    content: '';
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#gnb #gnb_1dul .gnb_1dli.select .gnb_1da:after {
    left: 15%;
    width: 70%;
    background-color: #fff;
}

#header:hover #gnb #gnb_1dul .gnb_1dli.select .gnb_1da:after,
.scrollOn #gnb #gnb_1dul .gnb_1dli.select .gnb_1da:after,
.open #gnb #gnb_1dul .gnb_1dli.select .gnb_1da:after,
#gnb #gnb_1dul .gnb_1dli:hover .gnb_1da:after {
    left: 15%;
    width: 70%;
    background-color: #fff;
}


#gnb #gnb_1dul .gnb_1dli .gnb_2dul {
    margin-top: 20px;
    padding-bottom: 30px;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    width: fit-content;
    display: none;
}

#gnb #gnb_1dul .gnb_1dli .gnb_2dul li {
    width: 100%;
    margin: 0 auto;
}

#gnb #gnb_1dul .gnb_1dli .gnb_2dul .gnb_2dli .gnb_2da {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    word-break: keep-all;
    width: max-content;
    padding: 0 .5rem;
}

#gnb #gnb_1dul .gnb_1dli .gnb_2dul .gnb_2dli .gnb_2da:hover {
    color: #1ab8ff;
}

#header:hover #gnb #gnb_1dul .gnb_1dli .gnb_1da,
.scrollOn #gnb #gnb_1dul .gnb_1dli .gnb_1da,
.open #gnb #gnb_1dul .gnb_1dli .gnb_1da {
    color: #fff;
}

.scrollOn #header {
    background-color: rgba(0, 0, 0, .9);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: transparent;
}


.scrollOn #header #gnb {
    height: 60px;
}

.scrollOn #header #gnb #gnb_1dul .gnb_1dli .gnb_1da {
    height: 60px;
    line-height: 60px;
}

/* .scrollOn #header #gnb #gnb_1dul .gnb_1dli .gnb_2dul .gnb_2dli .gnb_2da{
    color: #000;
} */




/* menu_sidebar */
.open {}

.overlay {
    position: fixed;
    display: none;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
}

.top-menu {
    position: absolute;
    top: 0;
    left: -300%;
    width: 40vw;
    height: 100vh;
    background-color: #333;
    transition: background ease 0.3s;
}

.top-menu .menu-button[data-menu=right] {
    right: 20px;
    left: auto;
}

.top-menu .menu-button.is-clicked {
    /*Set opacity of middle bar to 0*/
    background: rgba(255, 255, 255, 0);
    transition: background ease 0.3s;
}

.top-menu .menu-button.is-clicked:before {
    background: #fff;
    transform: rotate(45deg);
    bottom: 0;
    transition: all ease 0.3s;
}

.top-menu .menu-button.is-clicked:after {
    background: #fff;
    transform: rotate(-45deg);
    top: 0;
    transition: all ease 0.3s;
}

.menu-bar {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -99999%;
    width: 30vh;
    min-width: 300px;
    height: 100vh;
    /* transform: translateX(300px); */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #383838;
    transition: transform ease 0.3s;
}

.menu-bar .close {
    position: absolute;
    top: 1.8rem;
    right: 1.2rem;
    width: 28px;
    height: 28px;
    display: block;
    font-size: 1.5rem;
    text-align: center;
}

.menu-bar .menu-body .wrap {
    padding-top: 4rem;
}

.menu-bar.is-active {
    transform: translate(0);
    transition: transform ease 0.3s;
}

.menu-bar .menu-body a {
    text-decoration: none;
    outline: 0;
    color: #383838;
    width: calc(100% - 20px);
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    transition: background ease 0.3s;
    text-transform: capitalize;
}

.menu-bar .menu-body a img {
    vertical-align: text-bottom;
}

.menu-bar .menu-body a:hover {
    background: #00a0e9;
    color: #fff;
    transition: background ease 0.3s;
}

.menu-bar .menu-body a:hover img {
    filter: brightness(10);
}


/* main_visual */
#mainContainer {
    position: relative;
}

#mainVisual {
    position: relative;
}

#mainVisual ul li {
    width: 100%;
    /* height: 100vh; */
    z-index: 10;
    position: relative;
    overflow: hidden;
}

#mainVisual ul li video {
    width: 100%;

}

#mainVisual ul li div.tex_box {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    word-break: keep-all;
    color: #797979;
    font-weight: 600;
    text-align: center;
		overflow: hidden;

}

#mainVisual ul li div.tex_box .slideshow-container{
	position: absolute;
	top:35%;
}


#mainVisual ul li div.tex_box div.tex_inner {
    width: 100%;
    text-align: left;
    color: #fff;
}

#mainVisual ul li div.tex_box .mySlides {display: none;}

#mainVisual ul li div.tex_box .active {
  background-color: #717171;
}

/* Fading animation */
#mainVisual ul li div.tex_box  .fade {
  animation-name: fade;
  animation-duration: 4s;
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


#mainVisual ul li div.tex_box p.t_title {
    display: block;
    font-size: clamp(.8rem, 2vw, 1rem);
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .05rem;
}

#mainVisual ul li div.tex_box h3 {
    font-size: clamp(2rem, 5vw, 4.2rem);
    padding: 1rem 0;
    letter-spacing: -.1rem;
}

#mainVisual ul li div.tex_box .more {
    font-size: 1rem;
    margin: 1rem 0;
}

#mainVisual ul li div.tex_box p.t_sub {
	font-weight: 400;
}

/* scroll down */
.scrollDowncon {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 999;
}

.scrollDown {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}


/* mainCount */
#mainCount {
    padding: 5.5rem 1rem;
    text-align: center;
    position: relative;
    z-index: 20;
}

#mainCount>article {
    position: absolute;
    top: -75%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: .5rem;
    width: 100%;
    max-width: 1250px;
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

#mainCount ul.float_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#mainCount ul.float_con li {
    width: calc(100% / 4 - 2rem);
    position: relative;
    padding: 2rem;
}

#mainCount ul.float_con li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 1px;
    height: 40%;
    background-color: #ccc;
}

#mainCount ul.float_con li:last-child::before {
    background: transparent;
}

#mainCount ul.float_con li img {
    max-width: 100%;
    padding: .5rem 0;
}

#mainCount ul.float_con li p {
    font-size: .8rem;
    line-height: .8rem;
}

#mainCount ul.float_con li h4 {
    font-size: clamp(1.2rem, 2.5vw, 2.2rem);
    color: #333;
    font-weight: 800;
    padding-bottom: .5rem;
}

/* typing motion */
/* .typing {
  width: 40rem;
  animation: typing 2.5s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid;
}

@keyframes typing {
  from{
    width: 0;
  }
}

@keyframes blink {
  50%{
    border-color: transparent
  }
} */

/* mainBoard */
#mainBoard {
    padding: 6rem 0 6rem 0;
    text-align: center;
    background: url(../img/bg0202.png) no-repeat center / cover;
}

#mainBoard ul.text_board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 8rem;
}

#mainBoard ul.text_board li {
    flex: 0 0 40%;
    border-bottom: 1px solid #e9e9e9;
}

#mainBoard ul.text_board li div.title_box {
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding: .9rem;
}

#mainBoard ul.text_board li div.title_box .title_text {
    display: inline-flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0;
    padding: 0;
}

#mainBoard ul.text_board li div.title_box .title_text img {}

#mainBoard ul.text_board li div.title_box .title_text h4 {
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
}

#mainBoard ul.board_inner li.text_inner {
    border-bottom: 1px solid #e9e9e9;
}

#mainBoard ul.board_inner li.text_inner:first-child {
    border-top: 1px solid #e9e9e9;
}

#mainBoard ul.board_inner li.text_inner:last-child {
    border-bottom: 0;
}

#mainBoard ul.board_inner li.text_inner a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    line-height: 3.2;
    font-size: 1rem;
    width: 100%;
    color: #fff;
    padding: 0 1rem;
}

#mainBoard ul.board_inner li.text_inner h5.tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mainBoard ul.board_inner li.text_inner span.date {
    padding: 0 .5rem;
}

#mainBoard ul.board_inner li.text_inner p{
    width: 30%;
    min-width: fit-content;
}

#mainBoard ul.board_inner li.text_inner p img {
    vertical-align: text-top;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .075);
}

/* footer */
#footer {
    position: relative;
    padding-top: 2rem;
    font-family: 'Noto Sans KR';
    background-color: rgb(250, 250, 250);
    border-top: 1px solid #e9e9e9;
}

#footer .foot_wrap>span {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    padding: 1rem 0;
}

#footer .foot_wrap>span small {
    font-size: .8rem;
}

#footer .foot_wrap .f_guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: top;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

#footer .foot_wrap .f_guide li {
    padding: 1rem;
}

#footer .foot_wrap .f_guide li:last-child{
	text-align: center;
	vertical-align: middel;
}

#footer .foot_wrap .f_guide li:nth-child(3) {
    border-right: 1px solid #e9e9e9;
}

#footer .foot_wrap .f_guide li h5 {
	margin-top: 1rem;
}

#footer .foot_wrap .f_guide li > p{
	font-size: .9rem;
	color: rgba(0, 0, 0, .4);
}

#footer .foot_wrap .f_guide li h5 img {
    width: 100%;
    min-width: 100px;
    max-width: 140px;
}

#footer .foot_wrap .f_guide li h6 {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 2.2;
}

#footer .foot_wrap .f_guide li address {
    display: block;
    line-height: 1.6;
    word-break: keep-all;
    width: 100%;
    font-size: .9rem;
}

#footer .foot_wrap .f_guide li span {
    display: block;
    line-height: 1.6;
    font-size: .9rem;
}

#footer .foot_wrap .f_guide li span em {
    color: rgba(0, 0, 0, .4);
}
#footer .foot_wrap .f_guide li .luxuryBtn{
	display: block;
	width: 240px;
	line-height: 1.8;
	background: #1ab8ff;
	color: #fff;
	text-align: center;
	border-radius: .5rem;
	padding: .5rem .8rem;
	margin: 1rem auto;
	border: 1px solid #1ab8ff;
	transition:  all .3s;
}

#footer .foot_wrap .f_guide li .luxuryBtn:hover{
	color: #1ab8ff;
	background: #fff;
}

#footer .foot_wrap .f_guide li a {}

#footer .foot_wrap .f_guide li a img {}


.up_wrap {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    z-index: 10;
}

.up_button {
    display: block;
    width: 100%;
  max-width: 80px;
  min-width: 40px;
  height: 45px;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.up_button span{
    display: block;
      font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

.up_button:hover {
  background-color: #1ab8ff;;
  box-shadow: 0px 15px 20px rgba(26, 184, 255, 0.4);
  color: #fff;
  transform: translateY(-7px);
}
.up_button:hover span{color: #fff;}


@media screen and (max-width:1440px) {
    #gnb {
        display: none;
    }

    #header div.header_box {
        height: 60px;
        padding: 0 1rem;
    }

/*     #mainVisual ul li div.tex_box div.tex_inner {
        transform: translateY(-35%);
        left: 1rem;
    } */

    #mainVisual ul li {
        height: 100vh;
    }

    #mainVisual ul li video {
        height: 100%;
        width: auto;
    }

    #footer .foot_wrap .f_guide li {
        flex: 0 0 25%;
    }
}

@media screen and (max-width:980px) {
    #header {
        top: 0;
    }

    .top_nav {
        display: none;
    }
    #mainCount>article{position: relative; top: auto; left: auto; transform: translate(0);}
    #mainCount {padding: 0rem;}

    #mainCount ul.float_con li {
        width: 25%;
        padding: 0;
    }

    #mainBoard ul.text_board{gap: 4rem;}

}

@media screen and (max-width:767px) {
    #mainVisual ul li div.tex_box div.tex_inner {
        width: 100%;
    }

    #mainCount ul.float_con li::before{content: none;}

    #mainCount ul.float_con li {
        width: 50%;
        padding: .5rem;
        border: 1px solid rgba(0, 0, 0, .075);
    }

    #mainBoard ul.text_board li {
        flex: 0 0 100%;
    }

    #header div.top_btn{gap: 4px;}

    #header .counselbtn{padding: .4rem .8rem;}

    #header button{font-size: .8rem !important;}

    #mainVisual ul li div.tex_box{word-break: break-all; padding: 1rem;}
    #mainVisual ul li div.tex_box div.tex_inner{padding-right: 1rem;}


    #mainBoard ul.text_board li div.title_box .title_text img{width: 1.8rem;}
    #mainBoard ul.text_board li div.title_box > a {width: 10% !important;}

    #footer .foot_wrap .f_guide li {
        flex: 0 0 100%;
    }
    .up_wrap{position: fixed; bottom: 0; right: 0;}
    .up_button{position: absolute; bottom: 14px; right: 8px;}

}

@media screen and (max-width:380px) {
    
}



/* --------------------------------------------------------20220819 서브페이지*/
#container {}

#subtopbg {
    position: relative;
    height: 300px;
    padding-top: 10rem;
    padding-bottom: 10rem;
    text-align: center;
    color: #000;
    font-size: 18px;
    /* backdrop-filter: brightness(.7);
    -webkit-backdrop-filter: brightness(.7); */
    background: #fff;
}

#subtopbg>h1 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

#subtopbg>h1::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 50%;
    height: 2px;
    background-color: #e9e9e9;

}

/* #subtopbg.nomnu {
	height: 400px !important;
} */

#subtopbg .depth1Tit {
    /* font-family: 'Open Sans'; */
    font-weight: bold;
    font-size: 2.4rem;
	font-style: normal;
}

#s-gnb {
    overflow: hidden;
    margin-top: -60px;
    background-color: #fff;
}

#s-gnb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: baseline;
    gap: 1rem;
}

#s-gnb ul li {
    position: relative;
    flex: 0 0 fit-content;
}

#s-gnb ul li:after {
    position: absolute;
    top: calc(50% - 10px);
    left: -1px;
    width: 1px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}

#s-gnb ul li:first-child::after {
    display: none;
}

#s-gnb ul.tab2 li {
    width: 100%;
}

#s-gnb ul li a {
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    font-family: 'NanumSquare';
    font-size: 18px;
    color: #383838;
    border-radius: 1rem 1rem;
    padding: 0 2rem;
}

#s-gnb ul li.active a {
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
    border-bottom: none;
    background-color: #000;
    /* background-color: #FFFDEC; */
}

/* #s-gnb ul li.active a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #744B0A;
	content: '';
} */

.pagecoding {
    padding: 6rem 0 0 0;
}

#modelHouse iframe {
    height: 900px;
}

.gonggo .gonggoTop {
    position: relative;
    height: 300px;
    margin-bottom: 40px;
    background: url("../img/gonggo_titbg.jpg") no-repeat center;
}

.gonggo .gonggoTop em {
    display: block;
    padding: 110px 40px;
    font-size: 30px;
    font-family: 'NanumSquare';
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.gonggo .gonggoTop a {
    position: absolute;
    top: 120px;
    right: 30px;
    display: block;
    width: 250px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #450000;
    background-color: #fff;
    font-size: 26px;
    font-family: 'NanumSquare';
    font-weight: bold;
    text-align: center;
    color: #450000;
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.gonggo .gonggoTop a:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #450000;
    color: #fff;
}

/* sub_title */
.pagecoding h2.bigTit {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: -.1rem;
    color: #212121;
    position: relative;
}

.pagecoding h2.bigTit::after {
    position: absolute;
    top: -200%;
    left: 0;
    content: "";
    width: 100%;
    height: 50px;
    background: url("../img/titleline_icon.svg") no-repeat center;
}

.pagecoding h2.bigTit::before {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
    content: "건축가 그룹 Architects";
    font-size: .8rem;
    color: #999;
    letter-spacing: .08rem;
}

/* div.sub_title_a p {
    font-size: 1rem;
}
div.sub_foot p {
    padding-top: .8rem;
    font-family: 'NanumSquare';
    font-size: 1rem;
    color: #444444;
}
.container_a{
    background-color: #fff;
    margin: 2rem auto;
} */

.table_a {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(4, auto);
    grid-auto-flow: column dense;
    border-left: none;
    border-right: none;
    margin-top: 2rem;
}

.table_a>li {
    border-top: 1px solid rgb(220 219 219);
    padding: 1rem 2.5rem;
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
}

.table_a>li:nth-child(16) {
    border-bottom: 1px solid rgb(196, 196, 196);
}

.table_a>li:nth-child(12) {
    border-bottom: 1px solid rgb(196, 196, 196);
}

.table_a>li:nth-child(8) {
    border-bottom: 1px solid rgb(196, 196, 196);
}

.table_a>li:nth-child(4) {
    border-bottom: 1px solid rgb(196, 196, 196);
}

.table_a>li.title_a {
    color: #fff;
    background-color: rgba(102, 58, 14, 0.8);
    text-align: center;
}

.table_a li:nth-child(12) {
    background-color: transparent;
}

@media screen and (max-width:760px) {
    .table_a {
        grid-template-rows: repeat(14, 1fr);
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .table_a>li {
        text-align: center;
        border: none;
        position: relative;
    }

    .table_a>li:nth-child(8) {
        border: none;
    }

    .table_a li:nth-of-type(1) {
        order: 1;
    }

    .table_a li:nth-of-type(2) {
        order: 2;
    }

    .table_a li:nth-of-type(3) {
        order: 3;
    }

    .table_a li:nth-of-type(4) {
        order: 4;
    }

    .table_a li:nth-of-type(5) {
        order: 1;
    }

    .table_a li:nth-of-type(6) {
        order: 2;
    }

    .table_a li:nth-of-type(7) {
        order: 3;
    }

    .table_a li:nth-of-type(8) {
        order: 4;
    }

    .table_a li:nth-of-type(9) {
        order: 5;
    }

    .table_a li:nth-of-type(10) {
        order: 6;
    }

    .table_a li:nth-of-type(11) {
        order: 7;
    }

    .table_a li:nth-of-type(12) {
        display: none;
    }

    .table_a li:nth-of-type(13) {
        order: 5;
    }

    .table_a li:nth-of-type(14) {
        order: 6;
    }

    .table_a li:nth-of-type(15) {
        order: 7;
    }

    .table_a li:nth-of-type(16) {
        display: none;
    }

    .table_a li>span {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #footer .foot_wrap .f_guide li:nth-child(3) {
        border-right: none;
    }

    #footer .foot_wrap .f_guide li {
        text-align: center;
    }

}

@media screen and (max-width:1240px) {
    #footer div ul.f_guide {
        justify-content: center;
    }

}

/* sub_location */
div.location>a {
    display: block;
    margin: 0 auto;
}

div.location>a>img {
    display: block;
    width: 100%;
}


/* sub_video */
#content iframe {
    width: 100%;
    height: 750px;
}

/* comment */
.comment {
    text-align: center;
    font-size: 12px;
    line-height: 2.2;
}

/* sub_gallery */
div.gallery_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.gallery_a>div {
    width: 33.333%;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div.gallery_a>div>img {
    height: 100%;
    display: block;
    border-radius: 10px;
}

div.gallery_a>div>p {
    display: inline-block;
    padding-top: 1rem;
}


/* subpage_common */
.subContainer {
    padding-top: 4rem;
}

.flexBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wd1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (max-width:760px) {
    .pagecoding h2.bigTit::before {
        bottom: -30px !important;
    }

    
}

/* --------------------------------------------------------20220819 company_회사소개*/
.intro {
    justify-content: center;
    flex-wrap: wrap;
}

.intro>div {
    flex: 0 0 50%;
    height: 600px;
    overflow: hidden;
}

.intro .intro_img {}

.intro .intro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro .intro_txt {
    position: relative;
    height: 600px;
    background-color: #FFFBF4;
}

.intro .intro_txt>article {
    position: absolute;
    left: 4rem;
}

.intro .intro_txt .top {
    top: 4rem;
}

.intro .intro_txt .top h3 {
    font-size: clamp(2rem, 5vw, 4rem);
    color: #7C653C;
    font-weight: 800;
}

.intro .intro_txt .top span {
    font-size: 1.4rem;
    color: #383838;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 2;
}

.intro .intro_txt .bottom {
    bottom: 4rem;
    font-size: 1rem;
}

.intro .intro_txt .bottom p {
    color: #7C653C;
    font-weight: 600;
    line-height: 4rem;
}

.intro .intro_txt .bottom span {
    display: block;
    font-weight: normal;
    line-height: 1.4;
}

/* introMain */
.introMain {
    padding: 2rem 2rem 6rem;
}

.introMain>div {
    padding: 2rem;
}

.introMain>div:nth-child(1) {
    padding-top: none;
}

.introMain .intro_title {
    padding-bottom: 0;
}

.introMain .intro_title span {
    display: block;
    font-size: 1rem;
    color: #999;
    text-transform: uppercase;
}

.introMain .intro_title h4 {
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 600;
    color: #000;
}

.introMain .intro_title p {
    font-size: 1rem;
    color: #383838;
}

.introMain .txtColor {
    position: relative;
    margin: 0 2rem;
}

.introMain .txtColor::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 75%;
    background-color: #AF9A71;
}

.introMain .txtColor p {
    width: fit-content;
    font-size: clamp(1.8rem, 5vw, 4rem);
    font-weight: 800;
    background: linear-gradient(45deg, #33250E 0%, #EFE7D8 100%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-transform: capitalize;
    letter-spacing: -.07rem;
    font-family: 'Open Sans';
    line-height: 1.1;
}

/* .introMain .txtColor p:hover{
    background: linear-gradient(45deg, #EFE7D8 0%, #33250E 100%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.introMain .intro_text {
    padding-top: 0;
}

.introMain .intro_text>p {
    font-size: 1rem;
    color: #383838;
    padding: 1rem 0;
	line-height: 1.4;
}

.introMain .intro_text .title {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    line-height: 1.8rem;
    font-weight: 600;
}

.introMain .intro_text .title span {
    color: #7C653C;
    font-weight: 600;
}

.introMain .intro_text p strong {
    display: block;
    font-weight: 600;
    position: relative;
    text-indent: 8px;
}

.introMain .intro_text p strong::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #999999;
}

.introMain .intro_text p .call {
    display: block;
    text-indent: 8px;
}

.introMain .tableContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.introMain .tableContainer .table {
    flex: 0 0 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
}

.introMain .tableContainer .table ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.introMain .tableContainer .table ul li {
    padding: 1rem;
    margin: 4px 0;
}

.introMain .tableContainer .table ul li:nth-child(odd) {
    flex: 0 0 20%;
    background: #33250E;
    color: #fff;
    text-align: center;
}

.introMain .tableContainer .table ul li:nth-child(even) {
    flex: 0 0 80%;
    text-indent: 20px;
}

.introMain .tableContainer .img {
    flex: auto;
    height: 250px;
}

.introMain .tableContainer .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    .introMain>div {
        padding: 1rem 0;
    }

    .intro .intro_txt {
        padding: 2rem;
    }

    .intro .intro_txt>article {
        position: relative !important;
        left: 0;
        bottom: 0 !important;
        top: 0 !important;
    }

    .introMain .txtColor {
        margin: auto;
        text-indent: 15px;
    }

    .introMain .tableContainer {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .introMain .tableContainer>div {
        flex: 0 0 100% !important;
    }
}

@media screen and (max-width: 760px) {
    .introMain .tableContainer .table{gap: 10px;}
    .introMain .tableContainer .table ul li:nth-child(odd){flex: 0 0 100%;}
    .introMain .tableContainer .table ul li:nth-child(even){flex: 0 0 100%; text-indent: 0; text-align: center;}
    .introMain .tableContainer .img img{width: 75%;}

}

/* --------------------------------------------------------20220819 company_인사말*/
.greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10rem;
}

/* .greeting>div {
    height: 50vh;
} */

.greeting .imgBox {
    flex: 0 0 40%;
    position: relative;
    z-index: 1;
}

.greeting .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .075);
    box-shadow: 4px 4px 4px 0px rgb(0 0 0 / 40%);
}

.greeting .texBox {
    flex: 0 0 60%;
    position: relative;
}

.greeting .texBox .tex_inner {
    position: absolute;
    content: "";
    top: 80px;
    left: -20px;
    width: 100%;
    height: 100%;
    padding: 4rem 8rem;
    background-color: #FFFBF4;
    color: #383838;
    word-break: keep-all;
}

.greeting .texBox .tex_inner h3 {
    font-size: 2.2rem;
    color: #7C653C;
    text-transform: capitalize;
    font-weight: 800;
}

.greeting .texBox .tex_inner h3>span {
    font-size: 1.1rem;
    color: #383838;
}

.greeting .texBox .tex_inner>p {
    padding: 1.6rem 0;
    font-size: 1rem;
	line-height: 1.4;
}

.greeting .texBox .tex_inner>p span {
    display: block;
    padding: 1rem 0;
}

.greeting .texBox .tex_inner>span {
    display: block;
    position: relative;
    font-size: 1rem;
    text-indent: 10px;
    font-weight: 400;
}

.greeting .texBox .tex_inner>span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #7C653C;
}

.greeting .texBox .tex_inner>span strong {
    font-weight: 800;
}

@media screen and (max-width: 1240px) {
    .greeting .texBox .tex_inner {
        padding: 4rem;
    }
}

@media screen and (max-width: 980px) {
    .greeting .texBox .tex_inner {
        padding: 2rem;
    }
}


@media screen and (max-width: 760px) {
    .greeting>div {
        flex: 0 0 100%;
    }

    .flexBox {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .greeting .texBox {
        flex: 0 0 100%;
        width: 100%;
    }

    .greeting .imgBox img {
        width: 100%;
        right: 0;
    }

    .greeting .texBox .tex_inner {
        position: relative;
        padding: 2rem;
        top: 0;
        left: 0;
        content: none;
    }

    .greeting .texBox .tex_inner h3{
        line-height: 1;
    }

}


/* --------------------------------------------------------20220819 company_비즈니스*/
.business {
    padding-bottom: 6rem;
}

.business ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.6rem;
}

.business ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    height: 30vh;
}

.business ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.business ul li>div {
    flex: 1 1 60%;
    border-radius: 4px;
    overflow: hidden;
}

.business ul li>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business ul li article {
    flex: 1 1 40%;
    border-radius: 4px;
    background: #EFE7D8;
    word-break: break-all;
    padding: 2rem;
}

.business ul li article h3 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    color: #7C653C;
    font-weight: 800;
}

.business ul li article p {
    font-size: 1.2rem;
    color: #383838;
    font-weight: 600;
    line-height: 1.8;
}

.business ul li article span {
    font-size: 1rem;
    line-height: 1.6;
    display: block;
}

.business ul li.b_right article {}

.business ul li.b_right article h3 {}

.business ul li.b_right article p {}

.business ul li.b_right article span {}

@media screen and (max-width: 720px) {
    .business ul li {
        flex-wrap: wrap;
        height: auto;
        flex-direction: column-reverse;
        gap: 0;
    }

    .business ul li:nth-child(even) {
        flex-direction: column-reverse;
    }

    .business ul li article {
        padding: 1rem;
    }

    .business ul li>div img {
        height: fit-content;
    }
}

/* --------------------------------------------------------20220819 company_조직도*/
.organization {
    padding-bottom: 6rem;
}

.organization .title {
    width: 100%;
    max-width: none;
    min-width: none;
    padding: 1rem;
}

.organization .title h1 {
    font-size: clamp(1rem, 2vw, 1.4rem);
}

.organization .secon {
    width: 100%;
    max-width: none;
    min-width: none;
    margin: 0 auto;
}

.organization .secon h2 {
    font-weight: 500;
    font-size: 1rem;
}

.organization .terti {
    width: 100%;
    max-width: none;
    min-width: none;
    margin: 0 auto;
    margin-bottom: .5rem;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li>div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart>li>div:before,
ol.organizational-chart>li>div:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

ol.organizational-chart ol>li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart>li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart>li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart>li ol>li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart>li ol>li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart>li ol>li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart>li ol>li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li>div {
    background-color: #fff;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart>li>div {
    background-color: #7C653C;
    margin-right: 1em;
    border-radius: 4px;
    color: #fff;
}

ol.organizational-chart>li>div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    /* width: 1em; */
}

ol.organizational-chart>li>div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    /* width: 3px; */
}

ol.organizational-chart>li>div+div {
    margin-top: 1em;
}

ol.organizational-chart>li>div+div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart>li>ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart>li>ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart>li>ol>li>div {
    background-color: #FCF9F5;
    border: 1px solid #7C653C;
    border-radius: 4px;
}

/*** TERTIARY ***/
ol.organizational-chart>li>ol>li>ol>li>div {
    background-color: #fff;
    border: 1px solid #EFE7D8;
    border-radius: 4px;
}

/*** QUATERNARY ***/
ol.organizational-chart>li>ol>li>ol>li>ol>li>div {
    background-color: #fca858;
}

/*** QUINARY ***/
ol.organizational-chart>li>ol>li>ol>li>ol>li>ol>li>div {
    background-color: #fddc32;
}

@media only screen and (min-width: 64em) {
    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart>li>div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart>li>div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart>li>div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart>li>div:first-of-type:nth-last-of-type(2)~div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart>li>div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart>li>div:first-of-type:nth-last-of-type(3)~div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart>li>div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart>li>div:first-of-type:nth-last-of-type(4)~div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart>li>div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart>li>div:first-of-type:nth-last-of-type(5)~div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart>li>div:before,
    ol.organizational-chart>li>div:after {
        bottom: -1em !important;
        top: inherit !important;
    }

    ol.organizational-chart>li>div:before {
        height: 1em !important;
        left: 50% !important;
        width: 3px !important;
    }

    ol.organizational-chart>li>div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart>li>div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart>li>div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart>li>div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart>li>div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart>li>div+div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart>li>ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    ol.organizational-chart>li>ol:before,
    ol.organizational-chart>li>ol>li:before {
        height: 1em !important;
        left: 50% !important;
        top: 0 !important;
        width: 3px !important;
    }

    ol.organizational-chart>li>ol:after {
        display: none;
    }

    ol.organizational-chart>li>ol>li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart>li>ol>li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart>li>ol>li:only-of-type:before,
    ol.organizational-chart>li>ol>li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart>li>ol>li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart>li>ol>li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart>li>ol>li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart>li>ol>li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart>li>ol>li+li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

    .organization .title {
        width: 30%;
        max-width: 420px;
        min-width: 300px;
        padding: 1rem;
    }

    .organization .secon {
        width: 30%;
        max-width: 420px;
        min-width: 300px;
        padding: 1rem;
        margin: 0 auto;
    }

    .organization .terti {
        width: 30%;
        max-width: 420px;
        min-width: 300px;
        padding: 1rem;
        margin: 0 auto;
        margin-bottom: .5rem;
    }

    ol.organizational-chart>li ol.fix:after,
    ol.organizational-chart>li ol.fix>li:last-of-type:before,
    ol.organizational-chart>li ol.fix>li:last-of-type:after {
        width: 0;
    }

    ol.organizational-chart>li>div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart>li>div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

}

/* --------------------------------------------------------20220819 company_연혁*/

/*! History */
/* .clfix:after,.clfix:before{line-height:0;display:table;content:''}
.clfix:after{clear:both} */

.history {}

.history_visual {
    position: relative;
    padding-bottom: 8rem;
}

.history_visual.item01 {
    background: url("../img/history_top.svg") no-repeat center / cover
}

.history_visual .tit_cont {
    padding-top: 160px;
    text-align: center;
    color: #fff
}

.history_visual .tit_cont:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 1px;
    height: 118px;
    margin-left: -1px;
    content: "";
    background: #ececec;
}

.history_visual .tit_cont::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    border: 3.5px solid #7C653C;
}

.history_visual .tit_cont h3 {
    font-family: 'Open Sans';
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 10px
}

.history_list_cont {}

.history_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 8rem 0;
    gap: 2rem;
}

.history_list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #ececec;
}

.history_list .list_item {
    position: relative;
    margin: 1rem 0;
    height: 100px;
    width: 50%;
}

.history_list .list_item:last-child {
    margin-bottom: 0
}

.history_list .list_item>span {}

.history_list h4 {
    position: absolute;
    width: 100%;
    top: 50%;
}

.history_list .type01 {
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 1rem;
}

.history_list .type02 {
    right: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    padding-right: 1rem;
}

.history_list li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
    border: 3.5px solid #7C653C;
}

.history_list li em {
    font-family: 'Open Sans';
    font-size: clamp(1rem, 2.5vw, 2rem);
    font-weight: 600;
    display: block;
    color: #383838;
}

.history_list li span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    color: #666
}

.history_list .list_item::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 55%;
    height: 130px;
    content: ''
}

.history_list .style01:after {
    right: 110%;
}

.history_list .style02:after {
    left: 10%;
}

.history_list .item01:after {
    background: url(../img/history01.svg) no-repeat center / cover
}

.history_list .item02:after {
    background: url(../img/history02.svg) no-repeat center / cover
}

.history_list .item03:after {
    background: url(../img/history03.svg) no-repeat center / cover
}

.history_list .item04:after {
    background: url(../img/history04.svg) no-repeat center / cover
}

.history_list .item05:after {
    background: url(../img/history05.svg) no-repeat center / cover
}

.history_list .item06:after {
    background: url(../img/history06.svg) no-repeat center / cover
}

.history_list .item07:after {
    background: url(../img/history07.svg) no-repeat center / cover
}

.history_list .item08:after {
    background: url(../img/history08.svg) no-repeat center / cover
}

.history_list .item09:after {
    background: url(../img/history09.svg) no-repeat center / cover
}

.history_list .item10:after {
    background: url(../img/history10.svg) no-repeat center / cover
}

@media screen and (max-width: 1400px) {
    .history_visual .tit_cont {
        padding-left: 1rem;
        text-align: left;
    }

    .history_visual .tit_cont:before {
        left: 2rem;
    }

    .history_list {
        padding: 2rem;
        align-items: flex-start;
    }

    .history_list::before {
        left: 2rem;
        transform: translateY(-50%);
    }

    .history_list .list_item {
        width: 70%;
    }

    .history_list .list_item::after {
        width: 30%;
    }

    .history_list .type02 {
        right: 0;
        left: 50%;
        text-align: left;
        padding-left: 1rem;
        padding-right: 0;
    }

    .history_list .style01:after {
        left: 110%;
    }

    .history_list .style02:after {
        left: 110%;
    }
    .history_visual .tit_cont::after{
        left: 2rem;
    }

}



/* 준비중입니다. */
.waiting {
    padding: 50px 0;
    background-color: #f2f4f4;
    text-align: center;
    font-family: 'NanumSquare';
    color: #999;
    border-radius: 10px;
}

.waiting .txt {
    margin-top: 30px;
    font-size: 40px
}



/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    height: 0
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops img {
    max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff
}

.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left
}

.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0
}

/* 게시물 선택복사 선택이동 */
#copymove {}

#copymove .win_desc {
    text-align: center;
    display: block
}

#copymove .tbl_wrap {
    margin: 20px
}

#copymove .win_btn {
    padding: 0 20px 20px
}

.copymove_current {
    float: right;
    background: #ff3061;
    padding: 5px;
    color: #fff;
    border-radius: 3px
}

.copymove_currentbg {
    background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
    width: 100%;
    height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
    display: inline-block;
    position: relative
}

#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#captcha #captcha_img {
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0
}

#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
    display: block;
    margin: 0 0 5px;
    width: 187px
}

#captcha.m_captcha #captcha_img {
    width: 160px;
    height: 60px;
    border: 1px solid #e9e9e9;
    margin-bottom: 3px;
    margin-top: 5px;
    display: block
}

#captcha.m_captcha #captcha_reload {
    position: static;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat 0 -40px;
    text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
    display: none
}

#captcha.m_captcha #captcha_key {
    margin: 0;
    padding: 0 5px;
    width: 115px;
    height: 29px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    margin-left: 3px
}

#captcha.m_captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
    width: 31px;
    height: 31px;
    background: url('../../../img/captcha2.png') no-repeat 0 0;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    border: none
}

/* ckeditor 단축키 */
.cke_sc {
    margin: 0 0 5px;
    text-align: right
}

.btn_cke_sc {
    display: inline-block;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer
}

.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold
}

.cke_sc_def dd {
    width: 30%
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}

#bo_v_con ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}

#bo_v_con li {
    display: list-item
}

/* 버튼 */
a.btn,
.btn {
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border: 0;
    font-size: 1.4em;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out
}

a.btn01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
    text-decoration: none
}

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none
}

a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
    text-decoration: none
}

button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none
}

.btn_confirm {
    text-align: right
}

/* 서식단계 진행 */

.btn_submit,
a.btn_cancel,
button.btn_cancel {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    text-align: center;
    color: #535353;
    vertical-align: middle;
    border-radius: 4px;
}

.btn_submit:hover,
.btn_cancel:hover {
    background: #535353;
    color: #fff;
}

.btn_close {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    border-radius: 3px;
    background: #fff
}

a.btn_close {
    text-align: center;
    line-height: 50px
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    width: 128px;
    padding: 0 5px;
    height: 40px;
    border: 0;
    background: #434a54;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {
    font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01,
a.btn_b02,
a.btn_b03,
a.btn_b04 {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    text-align: center;
    color: #535353;
    vertical-align: middle;
    border-radius: 4px;
}

@media screen and (max-width: 480px){
	a.btn_b01, a.btn_b02, a.btn_b03, a.btn_b04{padding:0px; display: block;}
}

a.btn_b02:hover {
    background-color: #535353;
    color: #fff;
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
    color: #ff3746;
    background-color: #fff;
}


/* 기본테이블 */
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left
}

.tbl_head01 {
    margin: 0 0 10px
}

.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head01 thead th {
    padding: 20px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ececec;
    height: 40px
}

.tbl_head01 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head01 tbody th {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
    color: #666;
    padding: 10px 5px;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    line-height: 1.4em;
    height: 60px;
    word-break: break-all
}

.tbl_head01 tbody tr:hover td {
    background: #fafafa
}

.tbl_head01 a:hover {
    text-decoration: underline
}

.tbl_head02 {
    margin: 0 0 10px
}

.tbl_head02 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head02 thead th {
    padding: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.tbl_head02 thead a {
    color: #383838
}

.tbl_head02 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff
}

.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    line-height: 1.4em;
    word-break: break-all
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_frm01 th {
    width: 70px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #f5f8f9;
    text-align: left
}

.tbl_frm01 td {
    padding: 7px 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tbl_frm01 textarea {
    padding: 2px 2px 3px
}

.frm_input {
    height: 40px
}

.full_input {
    width: 100%
}

.half_input {
    width: 49.5%
}

.twopart_input {
    width: 385px;
    margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
    width: 100%;
    height: 100px
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}

/*기본 리스트*/
.list_01 ul {
    border-top: 1px solid #ececec
}

.list_01 li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    padding: 10px 15px;
    list-style: none;
    position: relative
}

.list_01 li:nth-child(odd) {
    background: #f6f6f6
}

.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_01 li:hover {
    background: #f9f9f9
}

.list_01 li.empty_li {
    text-align: center;
    padding: 20px 0;
    color: #666
}

/*폼 리스트*/
.form_01 h2 {
    font-size: 1.167em
}

.form_01 li {
    margin-bottom: 10px
}

.form_01 ul:after,
.form_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.form_01 .left_input {
    float: left
}

.form_01 .margin_input {
    margin-right: 1%
}

.form_01 textarea {
    height: 100px;
    width: 100%
}

.form_01 .frm_label {
    display: inline-block;
    width: 130px
}

/* 자료 없는 목록 */
.empty_table {
    padding: 50px 0 !important;
    text-align: center
}

.empty_list {
    padding: 20px 0 !important;
    color: #666;
    text-align: center
}

/* 필수입력
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}
*/

/* 테이블 항목별 정의 */
.td_board {
    width: 80px;
    text-align: center
}

.td_category {
    width: 80px;
    text-align: center
}

.td_chk {
    width: 30px;
    text-align: center
}

.td_date {
    width: 60px;
    text-align: center
}

.td_datetime {
    width: 110px;
    text-align: center
}

.td_group {
    width: 80px;
    text-align: center
}

.td_mb_id {
    width: 100px;
    text-align: center
}

.td_mng {
    width: 80px;
    text-align: center
}

.td_name {
    width: 100px;
    text-align: left
}

.td_nick {
    width: 100px;
    text-align: center
}

.td_num {
    width: 50px;
    text-align: center
}

.td_numbig {
    width: 80px;
    text-align: center
}

.td_stat {
    width: 60px;
    text-align: center
}

.txt_active {
    color: #5d910b
}

.txt_done {
    color: #e8180c
}

.txt_expired {
    color: #ccc
}

.txt_rdy {
    color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {
    position: relative
}

.new_win .tbl_wrap {
    margin: 0 20px
}

.new_win #win_title {
    font-size: 1.3em;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em
}

.new_win .win_ul {
    margin-bottom: 15px;
    padding: 0 20px
}

.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_ul li {
    float: left;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d6e9ff;
    border-radius: 30px;
    margin-left: 5px
}

.new_win .win_ul li:first-child {
    margin-left: 0
}

.new_win .win_ul li a {
    display: block;
    padding: 8px 0;
    color: #6794d3
}

.new_win .win_ul .selected {
    background: #3a8afd;
    border-color: #3a8afd;
    position: relative;
    z-index: 5
}

.new_win .win_ul .selected a {
    color: #fff;
    font-weight: bold
}

.new_win .win_desc {
    position: relative;
    margin: 10px;
    border-radius: 5px;
    font-size: 1em;
    background: #f2838f;
    color: #fff;
    line-height: 50px;
    text-align: left;
    padding: 0 20px
}

.new_win .win_desc i {
    font-size: 1.2em;
    vertical-align: baseline
}

.new_win .win_desc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background: #da4453;
    border-radius: 3px 0 0 3px
}

.new_win .frm_info {
    font-size: 0.92em;
    color: #919191
}

.new_win .win_total {
    float: right;
    display: inline-block;
    line-height: 30px;
    font-weight: normal;
    font-size: 0.75em;
    color: #3a8afd;
    background: #f6f6f6;
    padding: 0 10px;
    border-radius: 5px
}

.new_win .new_win_con {
    margin: 20px 0;
    padding: 20px
}

.new_win .new_win_con:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .new_win_con2 {
    margin: 20px 0
}

.new_win .btn_confirm:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_btn {
    text-align: center
}

.new_win .btn_close {
    height: 45px;
    width: 60px;
    overflow: hidden;
    cursor: pointer
}

/* .new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em} */

/* 검색결과 색상 */
.sch_word {
    color: #fff;
    background: #ff005a;
    padding: 2px 5px 3px;
    line-height: 18px;
    margin: 0 2px
}

/* 자바스크립트 alert 대안 */
#validation_check {
    margin: 100px auto;
    width: 500px
}

#validation_check h1 {
    margin-bottom: 20px;
    font-size: 1.3em
}

#validation_check p {
    margin-bottom: 20px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    background: #fff
}

/* 사이드뷰 */
.sv_wrap {
    position: relative;
    font-weight: normal
}

.sv_wrap .sv {
    z-index: 1000;
    display: none;
    margin: 5px 0 0;
    font-size: 0.92em;
    background: #333;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    width: 100px;
    font-weight: normal;
    color: #bbb
}

.sv_wrap .sv a:hover {
    background: #000;
    color: #fff
}

.sv_member {
    color: #333
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 23px;
    left: 0px;
    width: auto;
    height: auto
}

.sv_nojs .sv {
    display: block
}

/* 페이징 */
.pg_wrap {
    display: inline-block;
    padding: 1rem 0;
}

.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pg {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

.pg_page,
.pg_current {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    border: 1px solid #eee
}

.pg a:focus,
.pg a:hover {
    text-decoration: none
}

.pg_page {
    color: #959595;
    font-size: 1.083em;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 3px
}

.pg_page:hover {
    background-color: #fafafa
}

.pg_start {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_first.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_prev.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_end.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_next.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
    background-color: #fafafa
}

.pg_current {
    display: inline-block;
    background: #3a8afd;
    border: 1px solid #3a8afd;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    border-radius: 3px
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
    display: block;
    margin: 0.3em;
    padding: 0.5em 0;
    border: 1px solid #eee;
    border-radius: 2em;
    background: #fff;
    color: #000;
    font-size: 2em;
    text-decoration: none;
    text-align: center
}
