
/*************************************/
/**************    SUB    ************/
/*************************************/
.breadcrumb{
    display: block;
    padding-top: 20px;
    text-align: left;
}
.breadcrumb ul{
    display: block;
    text-align: right;
}
.breadcrumb li{
    display: inline-block;
    font-size: 14px;
    color: var(--gray-66);
}
.breadcrumb li::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url('../images/arr_top_bla.png') no-repeat;
    background-position: 50% 5px;
    transform: rotate(90deg);
    opacity: 0.4;
    margin-left: 10px;
}
.breadcrumb li.active{
    color: var(--gray-00);
    font-weight: 600;
}
.breadcrumb li.active::after{
    display: none;
}
.page_tit_box{
    padding: 100px 0 50px;
    text-align: center;
}
.page_tit_box::after{
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto;
}
.page_tit_box h1.page_tit,
.page_tit_box p{
    font-size: var(--h2);
    font-weight: 700;
    color: #000;
    text-align:
    center;
    padding-bottom: 40px;
    letter-spacing: 0;
}
.page_tit_box h1.page_tit::after,
.page_tit_box p::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--pc-orange);
    border-radius: 50%;
    position: relative;
    top: -55px;
    right: -3px;
}
/*form*/
select{
    width: auto;
    font-size: 16px;
    padding: 0 18px;
    height: 48px;
    border-radius: 3px;
    background: #fff url('../images/arr_down_bla.png') no-repeat;
    background-position: calc(100% - 18px) center;
    border: 1px solid var(--gray-boxline);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select option:checked,
select option:hover {
    -webkit-box-shadow: 0 0 10px 100px #77787a inset !important;
    box-shadow: 0 0 10px 100px #77787a inset !important;
    color: var(--pc-orange);
}
input[type=text]{
    font-size: 16px;
    padding: 0 18px;
    height: 48px;
    border-radius: 3px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid var(--gray-boxline);
}
input[type=text]::placeholder{
    color: var(--gray-99);
}
select:focus,
input[type=text]:focus{
    border-color:#000;
}
select:hover,
input[type=text]:hover{
    border-color:#999;
}
select:disabled,
input[type=text]:disabled{
    border-color: #dfdfdf;
    background-color: #f7f7f7;
    color: #dfdfdf;
}
input[type="radio"],
input[type="checkbox"]{
    display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    padding-left:30px;
    margin-right: 20px;
    letter-spacing: 0;
    background: url('../images/radio_off.png') no-repeat 0 50%;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
    background: url('../images/radio_on.png') no-repeat 0 50%;
}

input[type="checkbox"] + label {
    background: url('../images/check_off.png') no-repeat 0 50%;
}

input[type="checkbox"]:checked + label {
    background: url('../images/check_on.png') no-repeat 0 50%;
}

.filewrap {
    display: inline-block;
    position: relative;
}

.filewrap .btn {
    border-radius: 2px;
    margin: 0;
}

.filewrap .btn_delete {
    display: inline-block;
    cursor: pointer;
    background: url("../images/help/ico-del.png") no-repeat 0 50%;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
}

textarea{
    font-size: 16px;
    padding: 18px;
    min-height: 100px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid var(--gray-boxline);
}

textarea::placeholder{
    color: var(--gray-99);
}

/* button */
.btn{
    font-size: 16px;
    height: 48px;
    padding: 0 22px;
    vertical-align: bottom;
    margin: 0 5px;
    line-height: 46px;
}
.btn span{
    color: #999999
}
.btn:hover span{
    color: currentColor;
}
.btn_lg{
    font-size: 18px;
    min-width: 160px;
    height: 60px;
    font-weight: 700;
	line-height: 60px;
}
.btn_sm{
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    margin: 0;
    padding: 0 10px;
}
.btn_line{
    border: 1px solid var(--gray-boxline);
    background-color: #fff;
    color: #000;
}
.btn_line:hover{
    border-color: var(--pc-orange);
    background-color:  var(--pc-orange);
    color: #fff;
}
.btn_line:disabled{
    border-color: var(--gray-line);
    background-color: #fff;
    color:  var(--gray-boxline);
}
.btn_line2{
    border: 1px solid #D4D9DB;
    background-color: #fff;
    color: #006EBA;
}
.btn_line2:hover{
    border-color: 1px solid #D4D9DB;
    background-color:  #fff;
    color: #000;
}
.btn_line2:disabled{
    border-color: var(--gray-line);
    background-color: #fff;
    color:  var(--gray-boxline);
}
.btn_blue{
    background-color: var(--pc-blue);
    color: #fff;
}
.btn_blue:hover{
    background-color: var(--sc-blue);
    color: #fff;
}
.btn_orange{
    background-color: var(--pc-orange);
    color: #fff;
}
.btn_orange:hover{
    background-color: #cd5e00;
    color: #fff;
}
.btn_orange:disabled{
    background-color: var(--gray-boxline);
    color: #fff;
}
.btn_darkblue{
    background-color: #215173;
    color: #fff;
}
.btn_darkblue:hover{
    background-color: #143d5b;
    color: #fff;
}
.btn_darkblue:disabled{
    background-color: var(--gray-boxline);
    color: #fff;
}
/* pagination */

.pagenation ul{
    display: block;
    text-align: center;
}
.pagenation li{
    display: inline-block;
    padding: 0 5px;
}
.pagenation li a{
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.pagenation li a.prev{
    border: 1px solid var(--gray-line);
    font-size: 0;
    line-height: 52px;
    background: url('../images/arr_down_bla.png') no-repeat 50%;
    transform: rotate(90deg);
    margin-right: 20px;
}
.pagenation li a:hover{
    color: var(--pc-orange);
    font-weight: 700;
}
.pagenation li a.next{
    border: 1px solid var(--gray-line);
    font-size: 0;
    line-height: 52px;
    background: url('../images/arr_down_bla.png') no-repeat 50%;
    transform: rotate(-90deg);
    margin-left: 20px;
}
.pagenation li a.active{
    background-color: var(--pc-blue);
    color: #fff;
    font-weight: 700;
}

/*page-navi*/
.page-navi {
    width: 100%;
    text-align: center;
}

table.table-border + .page-navi {
    margin-top: 20px;
}

.table-footer + .page-navi{
    margin-top: 10px;
}

.page-navi a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.page-navi .page-prev,
.page-navi .page-next,
.page-navi .page-first,
.page-navi .page-last {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}

.page-navi .page-prev {
    border: 1px solid var(--gray-line);
    font-size: 0;
    line-height: 52px;
    background: url('../images/arr_down_bla.png') no-repeat 50%;
    transform: rotate(90deg);
    margin-right: 20px;
}

.page-navi .page-next {
    border: 1px solid var(--gray-line);
    font-size: 0;
    line-height: 52px;
    background: url('../images/arr_down_bla.png') no-repeat 50%;
    transform: rotate(-90deg);
    margin-left: 20px;
}

.page-navi .page-first {
	display:none;
    background: #f7f7f7 url(../images/arrow_first.png) no-repeat 50% 50%;
    margin-right: 6px;
}

.page-navi .page-last {
	display:none;
    background: #f7f7f7 url(../images/arrow_last.png) no-repeat 50% 50%;
    margin-left: 6px;
}

.page-navi .page-prev:hover,
.page-navi .page-prev:focus {
    border: 1px solid var(--pc-orange);
    font-size: 0;
    line-height: 52px;
    background: url('../images/arr_down_bla.png') no-repeat 50%;
    transform: rotate(90deg);
    margin-right: 20px;
}

.page-navi .page-next:focus,
.page-navi .page-next:hover {
    border: 1px solid var(--pc-orange);
    font-size: 0;
    line-height: 52px;
    background: url('../images/arr_down_bla.png') no-repeat 50%;
    transform: rotate(-90deg);
    margin-left: 20px;
}

.page-navi .page-first:hover,
.page-navi .page-first:focus {
    background: #eaeaea url(../images/arrow_first.png) no-repeat 50% 50%;
    color: #525252;
}

.page-navi .page-last:focus,
.page-navi .page-last:hover {
    background: #eaeaea url(../images/arrow_last.png) no-repeat 50% 50%;
    color: #525252;
}

.page-navi ol {
    display: inline-block;
    height: 25px;
    margin-left: -30px;
}

.page-navi ol li {
    display: inline-block;
    margin: 0;
}

.page-navi ol li:first-child {
    margin-left: 0;
}

.page-navi ol li:last-child {
    margin-right: 0;
}

.page-navi ol li a:hover {
	color: var(--pc-orange);
}


.page-navi ol li a.active {
    color: #fff;
    font-weight: bold;
}

.table-footer .page-navi{
    display: inline-block;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px){
    /*common*/
    .page_tit_box {
        padding-bottom: 40px;
    }
    .page_tit_box::after {
        width: 9vw;
    }
    .page_tit_box h1.page_tit,
    .page_tit_box p{
        padding-bottom: 25px;
    }
    .page_tit_box h1.page_tit::after,
    .page_tit_box p::after{
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: var(--pc-orange);
        border-radius: 50%;
        position: relative;
        top: -55px;
        right: -3px;
    }
    .page_tit_box h1.page_tit::after,
    .page_tit_box p::after{
        width: 7px;
        height: 7px;
        top: -8vw;
    }
    /*form*/
    select{
        background-size: 17px;
        background-position: 90%;
    }
    select,
    input[type=text]{
        border-radius: 0;
    }
    .filewrap {
        margin-right: -5px;
    	width: 100%;
    }
    .filewrap input[type=text]{
        width: calc(100% - 35vw);
    }
    .filewrap .btn{
    	width: 30vw;
    }
}



/*/////////////////////////////*/
/*/////////// 기업정보 //////////*/
/*/////////////////////////////*/
/* 회사소개 - 경영이념 */
.visual_top{
    display:block;
    position: relative;
    background-color: #000;
}
.visual_top_img{
    display: block;
    width: 100%;
    height: 560px;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    opacity: 0.9;
    line-height: 560px;
    color: #fff;
    font-size: var(--h1);
    font-weight: 900;
    position: relative;
}
.visual_top_img h1{
    color: #fff;
    font-size: var(--h1);
    font-weight: 900;      
    line-height: 560px;
}
/*2022-10추가*/
.visual_top_img img.logo{
    filter: brightness(0) invert(1);
    width: auto;
    height: calc(40/750*100vw);
    vertical-align: middle;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.joinus .visual_top_img img.logo{
    max-width: 80%;
    height: 23%;
}
.compagna .visual_top_img img.logo{
	height: calc(35/750*100vw);
}
.mosvani .visual_top_img img.logo{
	height: calc(60/750*100vw);
}

.visual_top ul{
	display: block;
	bottom: 0;
	position: absolute;
	width: 1260px;
	left: calc(50% - 630px);
	margin: 0;
}
.visual_top li{
	display: block;
	width: 50%;
	float: left;
}
.visual_top a{
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	font-size: 20px;
	font-weight: 700;
	height: 70px;
	line-height: 70px;
	color: #fff;
}
.visual_top a:hover,
.visual_top a.current{
	background-color: var(--pc-orange);
	color: #fff;
}
.message_box .message_tit{
    font-size: 48px;
    font-weight: 100;
    padding-bottom: 20px;
    line-height: 1.6;
}
.message_box .message_txt{
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}
.message_box::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #ccc;
    margin-top: 20px;
    margin-bottom: 60px;
}
.message_box .message_txt2{
    color: #000;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
}
.message_box .message_txt3{
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    width: 52%;
    margin: 40px auto 80px;
}
.message_box .sns_link{
    font-size: 16px;
    padding: 10px 22px;
    margin: 40px 5px 0;
    border: 1px solid var(--gray-boxline);
    background-color: #fff;
    color: #000;
    display: inline-block;
    height: 50px;
    line-height: 30px;
    width: 200px;
}
/*회사소개*/
.overview .visual_top_img{
	background-image: url(../images/company/overview_visual.png);
}
.overview_before{
	height: 100px;
	background: url(../images/company/overview_img02.png) left 50% no-repeat;
}
.overview_box{
	padding-top: 0;
	padding-right: 50%;
	background: url(../images/company/overview_img01.png) right 0 no-repeat;
}
.overview_box p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color: #666;
	padding: 10px 0;
	text-align: justify;
}
.overview_box p.overview_txt1{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	padding: 0 0 20px 0;
}
.overview_box p.overview_txt2{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--pc-blue);
	padding: 20px 0;
}
.overview_box2{
	background-color: var(--bgc-f9);
	padding: 60px 0 100px
}
.overview_box2 .tit{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	padding: 0 0 40px 0;
}
.overview_box2 ul{
	margin: 0 -1.5%;
}
.overview_box2 li{
    padding: 20px 40px 40px;
    border: 1px solid var(--gray-line);
    width: 30.3333333%;
    margin: 0 1.5%;
    background: #fff;
}
.overview_box2 li p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	text-align: left;
}
.overview_box2 li .sub_tit{
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
	background-repeat: no-repeat;
	background-position: 90%
}
.overview_box2 li:first-child .sub_tit{
	background: url(../images/company/overview_img03.png) right 50% no-repeat;
}
.overview_box2 li:nth-child(2) .sub_tit{
	background: url(../images/company/overview_img04.png) right 50% no-repeat;
}
.overview_box2 li:last-child .sub_tit{
	background: url(../images/company/overview_img05.png) right 50% no-repeat;
}
/*경영이념*/
.philosophy .visual_top_img{
	background-image: url(../images/company/philosophy_visual.png);
}
.philosophy_img{
	margin: 60px auto;
	width: 90%;
}
/*  연혁  */
.history .visual_top_img{
	background-image: url(../images/company/history_visual.png);
}
.history_area{
	margin-top: 100px;
	margin-bottom: 100px;
}
.history_left{
	display: block;
	float: left;
	position: relative;
	width: 45%;
}
.scrollLnb{
	padding: 50px 100px 50px 0;
}
.scrollLnb.fixed{
	position: fixed;
	top: 80px;
	left: calc(45% - 428px);
}
.scrollLnb.fixed2{
	position: absolute;
	bottom: 0;
	right: 0;
}
.scrollLnb li{
	text-align: right;
}
.scrollLnb a{
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: #dfdfdf;
}
.scrollLnb li.active a{
	font-size: 120px;
	color: #000;
	font-weight: 900;
	display: inline-block;
}
.scrollLnb li.active a:after{
	content: "'s";
	display: inline-block;
}
.history_right{
	display: block;
	float: left;
	width: 55%;
	padding: 50px 0 0 0;
	border-left: 1px solid var(--gray-line);
	margin-bottom: 100px;
}
.history_right:before,
.history_right:after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--pc-orange);
	left: -10px;
	position: relative;
}
.history_right:before{
	top: -50px;
}
.history_con{
	text-align:right;
}
.history_con img{
	margin-top: 50px;
}
.history_con dl{
	padding-left: 150px;
}
.history_con dt{
	width: 25%;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	display: block;
	float: left;
	margin-top: 30px;
}
.history_con dd{
	display: block;
	width: 75%;
	text-align: left;
	font-size: 20px;
	color: #666;
	float: left;
	margin-top: 30px;
}
/* ceo */
.ceo .visual_top_img{
	background-image: url(../images/company/ceo_visual.png);
}
.message_box.ceo h3{
	font-size: 42px;
	line-height: 1.4;
	padding-bottom: 20px;
}
.message_box.ceo h3 br:nth-child(2){
	display:none;
}
.ceo_box{
	margin-top: 100px;
	margin-bottom: 80px;
	padding-right: 50%;
	background: url(../images/company/ceo_img01.png) right bottom no-repeat;
	text-align: left;
	background-size: contain;
}
.ceo_box h4{
	padding:30px 0;
}
.ceo_box p{
	font-size: 20px;
	color: #666;
	padding: 10px 0;
	line-height: 1.6;
}
.ceo_box p.sign{
	font-size: 18px;
	color: #000;
	padding: 0 0 30px;
}
.ceo_box p.sign img{
	margin-top: 60px;
}
/*시작 2025.05.13*/
.ceo_box.ceo_box1B {
    padding-right: 0;
    background: none;
}

.ceo_box.ceo_box1B .ceo_conts{    
    overflow: hidden;
}

.ceo_box.ceo_box1B .ceo_msg{
    float: left;
    width: 55%;
}

.ceo_box.ceo_box1B .ceo_img{
    float: right;
    width: 45%;
    padding-left: 50px;
}

.ceo_box.ceo_box1B .ceo_img img{
    width: 100%;
    height: auto;
}

.ceo_box.ceo_box1B .sign{
    padding: 0;
    margin-top: 30px;
}

.ceo_box.ceo_box1B .sign img{
    max-width: 220px;
    margin-left: 30px;
    margin-top: 0;
}
/*2025.05.13 끝*/
.ceo_box2{
	background-color: var(--bgc-f9);
	padding: 60px 0;
}
.ceo_box2 .tit{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	padding: 0 0 40px 0;
	text-align: left;
}
.ceo_box2 ul{
	margin: 0 -1%;
}
.ceo_box2 li{
    width: 23%;
    margin: 0 1%;
    padding: 0;
}
.ceo_box2 li p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #666;
	padding: 20px 0;
}
.ceo_box2 li .img{
	width: 100%;
	height: 300px;
	display: block;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	font-size: 0;
}
.ceo_box2 li:first-child .img{
	background-image: url(../images/company/ceo_img03.png);
}
.ceo_box2 li:nth-child(2) .img{
	background-image: url(../images/company/ceo_img04.png);
}
.ceo_box2 li:nth-child(3) .img{
	background-image: url(../images/company/ceo_img05.png);
}
.ceo_box2 li:last-child .img{
	background-image: url(../images/company/ceo_img06.png);
}
/*  mission  */
.mission .visual_top_img{
	background-image: url(../images/company/mission_visual.png);
}
.mission_img{
	margin: 60px auto;
}
/*  윤리경영  */
.management .visual_top_img{
	background-image: url(../images/company/management_visual.png);
}
.management_img{
	margin: 30px auto 120px;
}

/*2022-11-30추가*/
/*윤리경영 > 사이버 감사실 제보*/
.cyberAudit_box {
    background-color: var(--bgc-f9);
    padding: 60px 0 100px
}

.cyberAudit_box .tit {
    font-size: var(--h5);
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    padding: 0 0 20px 0;
}

.cyberAudit_box .txt1 {
    font-size: var(--font-body-1);
    color: #666;
    line-height: 1.5;
    margin-bottom: 60px;    
}

.cyberAudit_box ul.row {
    /* margin: 0 -1.5%; */
    margin: 0 auto;
    justify-content: center;
}

.cyberAudit_box ul.row > li {
    padding: 40px 30px;
    border: 1px solid var(--gray-line);
    /* width: 30.3333333%; */
    width: 23%;
    margin: 0 5px;
    background: #fff;
    text-align: left;
}

.cyberAudit_box ul.row > li .sub_tit {
    font-size: var(--h6);
    font-weight: 600;
    line-height: 1;
    padding: 2px 0;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) top;
    background-size: auto 100%;
}

.cyberAudit_box ul.row > li:first-child .sub_tit {
    background-image: url(../images/company/cyberAudit_img01.png);
}

.cyberAudit_box ul.row > li:nth-child(2) .sub_tit {
    background-image: url(../images/company/cyberAudit_img02.png);
}

.cyberAudit_box ul.row > li:nth-child(3) .sub_tit {
    background-image: url(../images/company/cyberAudit_img03.png);
}

.cyberAudit_box ul.row > li:nth-child(4) .sub_tit {
    background-image: url(../images/company/cyberAudit_img04.png);
}

.cyberAudit_box ul.row > li .orange {
    color: var(--pc-orange) !important;
}

.cyberAudit_box ul.row > li a.num,
.cyberAudit_box ul.row > li p.num {
    font-size: var(--font-body-1);
    color: var(--gray-00);
    font-weight: 600;
    line-height: 1;
    text-align: left;
}

.cyberAudit_box ul.row > li a.num {
    font-family: var(--font-eng);
    font-size: 24px;
}

.cyberAudit_box ul.row > li a.num2 {
    font-size: 21px;
}

.cyberAudit_box ul.row > li p.num {
    font-weight: 400;
    line-height: 1.5;
}

.cyberAudit_box ul.row > li ul.info {
    margin-top: 10px;
}

.cyberAudit_box ul.row > li ul.info li {
    display: block;
    font-size: 18px;
    color: var(--gray-66);
    line-height: 1.5;
    letter-spacing: -0.05em;
}

@media (min-width:768px) and (max-width:1179px) {
    .cyberAudit_box .tit {
        font-size: 28px;
    }

    .cyberAudit_box .txt1 {
        font-size: var(--font-body-2);
        word-break: break-word;
    }

    .cyberAudit_box ul.row > li {
        width: 100%;
        margin: 10px 0;
    }

    .cyberAudit_box ul.row > li .sub_tit {
        font-size: 3vw;
        margin-bottom: 20px;
    }

    .cyberAudit_box ul.row > li a.num {
        font-size: 3.5vw;
    }

    .cyberAudit_box ul.row > li p.num {
        font-size: 2.5vw;
    }

    .cyberAudit_box ul.row > li p.num > .pcview {
        display: none;
    }

    .cyberAudit_box ul.row > li ul.info li {
        font-size: 2.5vw;
        display: inline-block;
    }

    .cyberAudit_box ul.row > li ul.info li + li {
        margin-left: 5px;
    }
}

@media (min-width:335px) and (max-width:767px) {
    .cyberAudit_box .tit {
        font-size: 6vw;        
    }

    .cyberAudit_box .txt1 {
        font-size: 4vw;
        word-break: break-word;
        margin-bottom: 40px;
    }

    .cyberAudit_box ul.row > li {
        width: 100%;
        margin: 10px 0;    
        padding: 30px 20px;
    }

    .cyberAudit_box ul.row > li .sub_tit {
        font-size: 4.5vw;
        margin-bottom: 20px;
    }

    .cyberAudit_box ul.row > li a.num {
        font-size: 5vw;
    }

    .cyberAudit_box ul.row > li p.num {
        font-size: 4vw;
    }

    .cyberAudit_box ul.row > li p.num > .pcview {
        display: none;
    }

    .cyberAudit_box ul.row > li ul.info li {
        font-size: 4vw;     
    }
}
/*  사이버신문고   */
.tab_btn ul{
    display: flex;
    flex-wrap: wrap;
}
.tab_btn li{
    flex: 0 0 auto;
}
.tab_btn li a{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #999;
    padding: 20px 0;
    border: 1px solid var(--gray-boxline);
}
.tab_btn li a:hover,
.tab_btn li.on a{
    color: #fff;
    background-color: var(--pc-orange);
    border-color: var(--pc-orange);
}
.tab_con{
}
.tab_con .txt1{
    font-size: var(--font-body-1);
    color: #666;
    line-height: 1.6;
    padding: 40px 0 0;
    text-align: left;
}
.tab_con .txt2{
    font-size: var(--font-body-1);
    color: #666;
    line-height: 1.6;
	text-align: left;
}
.tab_con .txt3{
    font-size: var(--font-body-2);
    color: var(--pc-orange);
    line-height: 1.6;
    text-align: left;
    padding-left: 15px;
    padding-top: 5px;
}
.tab_con .txt3:before{
	content: '•';
	display: inline-block;
	color: #000;
	width: 15px;
	margin-left: -15px;
}
.accuse_con1{
	margin-top: 50px;
	margin-bottom: 100px;
}
.accuse_con1 li{
	width: 33.33%;
	position: relative;
}
.accuse_con1 li .img{
	width: 100%;
	height: 460px;
	background-size: cover;
	position: relative;
	background-position: 50% 0;
}
.accuse_con1_img1 .img{
	background-image: url(/images/company/accuse_img01.png);
}
.accuse_con1_img2 .img{
	background-image: url(/images/company/accuse_img02.png);
}
.accuse_con1_img3 .img{
	background-image: url(/images/company/accuse_img03.png);
}
.accuse_con1_txt{
	background-color: #fff;
	padding: 30px;
	position: absolute;
	height: 180px;
	bottom: 0;
	width: 85%;
	margin: 0 4.5%;
}
.accuse_con1_txt p{
	font-size: 18px;
	line-height: 1.6;
	color: #666;
}
.accuse_con1_txt p:first-child{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}
.accuse_con2{
    background-color: var(--bgc-f9);
    padding: 20px 0 50px 0;
    width: 99vw;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}
.accuse_con2{
    background-color: var(--bgc-f9);
    padding: 20px 0 50px 0;
    width: 99vw;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}
.accuse_con2 li{
	width: 14.666%;
	margin: 0 1%;
	background-color: #fff;
	padding: 20px 0;
	height: 140px;
	border: 1px solid var(--gray-line);
	border-radius: 10px;
}
.accuse_con2 li p:first-child{
    display: inline-block;
	border: 1px solid var(--gray-line);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: 700;
	color: var(--pc-orange);
	margin-bottom: 15px;
}
.accuse_con2 li p{
	font-size: 16px;
	color: #000;
	line-height: 1.6;
}
.accuse_con3{
	margin-top: 500px;
}
.accuse_con3_img{
	background-color: var(--bgc-blue);
	padding: 50px 0;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
}
.accuse_con3_img img{
	margin: 0 auto;
}
.accuse_con3_img img.mview{
	width: 80%;
}
/* 정보 입력 출력 테이블 */
.tbl_tit{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 60px;
    padding-bottom: 20px;
}
.tbl_tit p{
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}
.tbl_tit p.tbl_tit_r{
    font-size: 14px;
}
.tbl{
    width: 100%;
    border-top: 2px solid #000;
}
.tbl tr{
    border-bottom: 1px solid var(--gray-line);
}
.tbl th, .tbl td{
    border-right: 1px solid var(--gray-line);
}
.tbl th{
    padding: 30px 40px;
    background-color: var(--bgc-f9);
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
    width: 20%;
}
.tbl th.essential::after{
    content: '*';
    color: var(--pc-orange);
    margin-left: 5px;
}
.tbl td{
    padding: 16px 20px;
    color: #666;
    vertical-align: middle;
}
.tbl thead th:last-child,
.tbl td:last-child{
    border-right: 0;
}
.tbl p{
    display: inline-block;
}
.tbl p.tip {
    font-size: 14px;    
    letter-spacing: 0;
    margin-left: 20px;
}
.tbl.insert th{
	text-align: left;
}
.tbl.insert td{
	text-align: left;
}
.tbl.insert .mail .mail1{
    width: 180px;
    margin-right: 10px;
}
.tbl.insert .mail .mail2{
    margin-right: 10px;
    color: #999;
}
.tbl.insert .mail .mail3{
    width: 180px;
    margin-right: 10px;
}
.tbl.insert .mail .mail4{
    width: 180px;
    margin-right: 10px;
}
.tbl.insert td{
    letter-spacing: 0;
}
.tbl.insert .mail .mail1{
    width: 180px;
    margin-right: 10px;
}
.tbl.insert .mail .mail2{
    margin-right: 10px;
}
.tbl.insert .mail .mail3{
    width: 180px;
    margin-right: 10px;
}
.tbl.insert .mail .mail4{
    width: 180px;
    /*margin-top: 10px;*/
}
/*모바일 스크롤 테이블 - 투자정보*/
.scroll_x{
    width: 100%;
}
.bg_box{
    background-color: var(--bgc-f7)
}
.list1{
    padding: 30px 30px 30px 50px;
}
.list1 li{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: left;
    list-style: disc;
}
/*  수상 및 인증  */
.awards .visual_top_img{
	background-image: url(../images/company/awards_visual.png);
}
.award_area{
	background: url(../images/allmenu_bg.png) 50% 0 no-repeat;
	background-repeat-y: repeat;
	padding-bottom: 200px;
}
.award_area::after {
    content: "";
    display: block;
    clear: both;
}
.award_box{
    width: 100%;
    text-align: left;
    padding: 0 120px;
    height: 250px;
}
.award_box .year{
	position: relative;
	text-align: center;
	width: 100%;
	display: block;
	padding: 0 0;
}
.award_box:nth-child(2n+1){
	text-align: right;
}
.award_box .year p{
	border-radius: 50%;
	border: 1px solid var(--pc-orange);
	width: 100px;
	height: 100px;
	font-size: 24px;
	color: var(--pc-orange);
	line-height: 100px;
	font-weight: 700;
	background-color: #fff;
	display: inline-block;
	text-align: center;
}
.award_con{
	width: 300px;
	display: inline-block;
	text-align: center;
	position: relative;
	height: 100px;
}
.award_con:before{
	content:
	"•";
	display: block;
	font-size: 44px;
	color: var(--pc-orange);
	position: absolute;
	width: 110px;
	line-height: 0;
	left: 391px;
	height: 5px;
	border-bottom: 1px solid var(--gray-line);
	text-align: right;
	letter-spacing: -4px;
	top: 80px;
}

.award_box:nth-child(2n+1) .award_con:before{
	content:"•";
	display: block;
	font-size: 44px;
	color: var(--pc-orange);
	position: absolute;
	width: 100px;
	line-height: 0;
	left: -198px;
	height: 5px;
	border-bottom: 1px solid var(--gray-line);
	text-align: left;
	text-indent: -8px;
	top: 80px;
}
.award_con img{
	padding-bottom: 50px;
	max-width: 300px;
	max-height: 210px;
}
.award_con p{
	font-size: 18px;
	color: #000;
	line-height: 1.6;
}
/*  찾아오시는 길  */
.map_info li{
	padding: 45px 50px;
	background-color: var(--bgc-f7);
	width: 48%;
	margin: 50px 1%;
	border-radius: 10px;
	background-position: 96% 20px;
}
.map_info li p{
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-align: left;
	padding-bottom: 10px;
}
.map_info li p:first-child{
	font-size: 20px;
	padding-bottom: 30px;
}
.map_info li p:last-child{
	font-size: 18px;
	font-weight: 400;
	color: #666;
	padding: 0;
}
.map_address{
	background: url(/images/company/map_img01.png) no-repeat right top;
}
.map_call{
	background: url(/images/company/map_img02.png) no-repeat right top;
}
@media (max-width: 1300px){
	.visual_top ul{
	    width: 100%;
	    left: auto;
	    position: relative;
	    display: flex;
	}
	.mission_img{
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.visual_top{
		top: 70px;
		margin-bottom: 70px;
	}
	.visual_top_img{
	    height: 90vw;
	    line-height: 90vw;
	}
	.visual_top_img h1{
        line-height: 90vw;
    }
	.visual_top a{
		background-color: rgba(255,255,255,1);
		font-size: 3.7vw;
		color: #666;
		border-bottom: 1px solid var(--gray-line);
	}
	.message_box::before{
	    height: 40px;
	    margin-top: 40px;
	    margin-bottom: 20px;
	}
	.message_box .message_tit{
    	font-size: 10vw;
    	line-height: 1.2;
	}
	.message_box .message_txt {
	    width: 100%;
	    font-size: 3.7vw;
	    line-height: 1.6;
	    margin: 0;
	}
	.message_box .message_txt2,
	.message_box h3 {
	    font-size: 10vw;
	    line-height: 1.6;
	}
	.message_box .message_txt3 {
	    width: 100%;
	    font-size: 4vw;
	    margin: 4vh 0 6vh;
	}
	.message_box .sns_link{
		width: 80%;
	}
	/* 회사소개 */	
	.overview_before{
	background-position: left 80%;
	}
	.overview_box{
		padding-right: 0;
		background-size: contain;
		background-position: right 53%;
	}
	.overview_box p.overview_txt1{
		font-size: 8vw;
	}
	.overview_box p.overview_txt2,
	.overview_box2 li .sub_tit{
		font-size: 5vw;
	}
	.overview_box p.overview_txt2 br{
       display:none !important;
    }
	.overview_box p,
	.overview_box2 li p{
		font-size: 3.7vw;
	}
	.overview_box p:nth-child(4){
		padding-bottom: 160vw;
	}
	.overview_box2  ul{
		margin: 0;
	}
	.overview_box2 li{
	    width: 100%;
	    margin: 10px 0;
	}
	/*연혁*/
	.history_area{
	    margin-top: auto;
	    margin-bottom: 0;
	    position: relative;
	}
	.history_right{
		width: 87vw;
		border-left: 0;
		margin-left: 5vw;
		margin-top: 120px;
		padding: 0;
		margin-bottom: 40px;
	}
	.history_right:before,
	.history_right:after{
		display: none;
	}
	.history_con{
		display: block;
		border-left: 1px solid var(--gray-line);
		padding-left: 6vw;
		text-align: left;
		padding-bottom: 12vw;
		padding-top: 6vh;
	}
	.history_con:last-child{
		border-left: 0;
	}
	.history_con:first-child{
		padding-top: 0;
	}
	.history_con p:before{
		content: '';
		display: inline-block;
		width: 3vw;
		height: 3vw;
		border-radius: 50%;
		background-color: var(--pc-orange);
		position: relative;
		margin-right: 4.5vw;
		top: -1vh;
	}
	.history_con p{
		font-size: 9vw;
		line-height: 9vw;
		font-weight: 900;
		position: relative;
		top: -5.5vw;
		display: block;
		left: -7.5vw;
	}
	.history_con img{
		margin-top: 2vh;
		width: 100%;
	}
	.history_con dl{
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.history_con dt{
		float: none;
		width: 100%;
		font-size: 3.5vw;
		margin-top: 4vh;
	}
	.history_con dd{
		float: none;
		width: 100%;
		margin-top: 2vh;
		font-size: 3.7vw;
	}
	/* ceo인사말 */
	.message_box.ceo::before{
		width: 0;
	}
	.message_box.ceo h3{
		text-align: left;
		font-size: 6.5vw;
		padding-bottom: 0;
	}
	.message_box.ceo h3 br:nth-child(2){
		display: block;
	}
	.ceo_box {
	    margin-top: 4vh;
	    padding-right: 0;
	    padding-bottom: 115vw;
	    background: url(../images/company/ceo_img01.png) 50% bottom no-repeat;
	    background-size: contain;
	}
	.ceo_box h4{
		font-size: 5vw;
		padding: 30px 0 13px;
	}
	.ceo_box p{
		font-size: 3.86vw;
	}
	.ceo_box p.sign{
		margin-top: 30px;
		font-size: 3.86vw;
	}
	.ceo_box p.sign img{
		margin-top: 10px;
		width: 37vw;
		display: block;
	}
	
	/*시작 2025.05.13*/
    .ceo_box.ceo_box1B {
        padding-bottom: 0;
    } 
    
    .ceo_box.ceo_box1B .ceo_msg{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .ceo_box.ceo_box1B .sign img{
    	margin-left: 0;
    	margin-top: 10px;
    }
    
    .ceo_box.ceo_box1B .ceo_img{
        float: none;
        width: 100%;
        padding-left: 0;
    }    
    /*2025.05.13 끝*/
    
	.ceo_box2{
		padding-top: 0;
		background-color: #fff;
	}
	.ceo_box2 .tit{
		text-align: center;
	}
	.ceo_box2 ul{
		margin: 0;
	}
	.ceo_box2 li{
		width: 100%;
		margin: 0;
	}
	.ceo_box2 li p{
		font-size: 3.86vw;
		padding: 2vh 0 5vh;
	}
	.ceo_box2 li .img{
		height: 90vw;
	}
	/*  mission  */
	/*  윤리경영  */
	.management_img{
		margin: 30px auto 80px;
		width: 100%;
	}
    /* 사이버신문고 */
    .tab_btn li a {
        font-size: 4vw;
    }
    .tab_con .txt1 {
        font-size: 4vw;
        color: #666;
        line-height: 1.6;
        padding: 7vw 0 0;
    }
    .tab_con .txt2 {
        font-size: 4vw;
    }
    .tab_con .txt3 {
        font-size: 3.2vw;
    }
    .tbl_tit p{
        font-size: 6vw;
    }
    .tbl p.tip {
        margin-left: 0;
        margin-top: 10px;
    }
	.accuse_con1{
		margin-top: 4vh;
		margin-bottom: 0;
	}
    .accuse_con1 li{
		width: 100%;
	}
	.accuse_con1 li .img{
		height: 30vh;
	}
	.accuse_con1_txt{
		position: relative;
		text-align: left;
		padding: 3vh 0 4vh;
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	.accuse_con1_txt p{
	font-size: 3.8vw;
	}
	.accuse_con1_txt p:first-child{
	font-size: 4vw;
	}
	.accuse_con2 li{
		width: 46%;
		margin: 2% 2%;
		height: auto;
	}
	.accuse_con2 li p:first-child{
	    margin-bottom: 5px;
	    font-size: 4.5vw;
	}
	.accuse_con2 li p{
		font-size: 4vw;
	}
	.accuse_con3{
		margin-top: 103VH;
	}
    .tbl.insert{
    }
    .tbl.insert tr{
        border: 0;
    }
    .tbl.insert th,
    .tbl.insert td {
        border: none;
        display: inline-block;
        list-style: none;
        width: 100%;
    }
    .tbl.insert th{
    background: none;
    padding: 0;    
    margin-top: 20px;
    font-size: 4.5vw;
    }
    .tbl.insert td {
        padding: 3vw 0 0;
    }
    .tbl.insert select,
    .tbl.insert input[type=text] {
        border-radius: 5px;
    }
    .tbl.insert .mail .mail1{
        width: 45%;
        margin-right: 2%;
    }
    .tbl.insert .mail .mail2{
        margin-right: 3%;
        width: 3%;
    }
    .tbl.insert .mail .mail3{
        width: 45%;
        margin-right: 0;
    }
    .tbl.insert .mail .mail4{
        width: 100%;
        /*margin-top: 10px;*/
    }
    .list1{
        padding: 5vw 5vw 5vw 8vw
    }
    .list1 li {
        font-size: 3.5vw;
    }
	/* 수상 및 인증 */
	.award_area{
	background: none;
	}
	.award_area::after {
	    content: "";
	    display: block;
	    clear: both;
	}
	.award_box{
	    width: 100%;
	    text-align: center;
	    padding: 0 5vh;
	    height: auto;
	}
	.award_box .year{
	padding: 10vh 0 3vh;
	}
	.award_box:nth-child(2n+1){
		text-align: center;
	}
	.award_box .year p{
	width: 20vw;
	height: 20vw;
	line-height: 20vw;
	font-size: 5vw;
	}
	.award_con{
		width: 70vw;
		display: inline-block;
		text-align: center;
		position: relative;
		height: auto;
		padding: 7vh 0 5vh;
	}
	.award_con:before{
		display: none;
	}

	.award_box:nth-child(2n+1) .award_con:before{
		display: none;
	}
	.award_con img{
		padding-bottom: 4vh;
		max-width: 50vw;
		max-height: 170px;
	}
	.award_con p{
		font-size: 4vw;
	}
	/*  찾아오시는 길  */
	.map_info li{
	    width: 97%;
	    margin: 30px auto 0;
	    padding: 5vh 14vw 5vh 8vw;
	    background-size: 15vw;
	}
	.map_info li p{
		font-size: 4.5vw;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.map_info li p:first-child{
		font-size: 20px;
		padding-bottom: 2vh;
	}
	.map_info li p:last-child{
		font-size: 4vw;
	}
	.map_info .map_call p{
		font-size: 7vw;
	}
}
/*/////////////////////////////*/
/*//////////// BRAND //////////*/
/*/////////////////////////////*/
.brand_area{
    margin-top: 60px;
    height:800px;
    position: relative;
}
.brand_area::before{
    content:'';
    position:absolute;
    display:block;
    width: 50vw;
    height: 436px;
    bottom: 0;
}

.brand_slick{
    height: 600px;
    width: calc(50% + 630px);
    left: calc(50% - 630px);
}
.brand_slick img{
    margin: 0 10px;
}
.brand_area .brand_btn{
    margin-top: 60px;
    z-index: 2;
    display: block;
    text-align: left;
    position: relative;
    line-height: 1;
    padding-right: 0;
    padding-left: 0;
}
.brand_area .brand_btn p{
    font-size: var(--h3);
    font-weight: 400;
    color: #fff;
    margin-left: 0;
    display: inline-block;
    letter-spacing: 0;
}
.brand_area .brand_btn_sld{
    display: block;
    float: right;
}
.brand_btn_sld .ar_prev{
    position: relative;
    width:52px;
    height:52px;
    display: inline-block;
    background: url('../images/btn_arrow_black.png') no-repeat 50% 50%;
    border: 1px solid var(--gray-line);
    border-radius: 50%;
    margin-right: 40px;
}
.brand_btn_sld .ar_next{
    position: relative;
    width:52px;
    height:52px;
    display: inline-block;
    background: url('../images/btn_arrow_black.png') no-repeat 50% 50%;
    border: 1px solid var(--gray-line);
    border-radius: 50%;
    transform: rotate(180deg);
}
.brand_btn_sld::after{
    content: "";
    display: block;
    clear: both;
}
.brand_slick .slick-dots{

}
.brand_slick .slick-dots li{

}
.brand_slick .slick-dots li button{

}
.brand_slick .slick-dots li.slick-active button{
}
.brand_slick .slick-dots li button:before{
/*	display: none;*/
}
.vod_area{
    margin-top: 120px;
    margin-bottom: 40px;
}
p.area_tit{
    font-size: var(--h1);
    font-weight: 900;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0;
}
p.area_txt{
    font-size: var(--font-body-1);
    font-weight: 400;
    color: #666;
}
.vod_list{
    position: relative;
    width: 940px;
    margin: 60px 10px 0;
    height: 528px;
}
.vod_list iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.vod_cover{
    position: relative;
    width: 940px;
    height: 528px;
}
.vod_cover img{
    position: relative;
    display: block;
    width: 100%;
}
.vod_cover button{
    width: 120px;
    height: 120px;
    background: url('../images/main_sns_btn.png');
    background-size: cover;
    position: absolute;
    display: block;
    top: 200px;
    left: 50%;
    margin-left: -60px;
    font-size: 0;
}
.vod_cover p{
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.vod_btn_sld .ar_prev{
    position: relative;
    width:52px;
    height:52px;
    top: -290px;
    display: block;
    background: url('../images/btn_arrow_white.png') no-repeat 50% 50%;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    float: left;
}
.vod_btn_sld .ar_next{
    position: relative;
    width:52px;
    height:52px;
    top: -290px;
    display: block;
    background: url('../images/btn_arrow_white.png') no-repeat 50% 50%;
    border-radius: 50%;
    transform: rotate(180deg);
    background-color: rgba(0,0,0,0.4);
    float: right;
}
.vod_btn_sld::after{
    content: "";
    display: block;
    clear: both;
}
.lb_area{
    margin-bottom: 100px;
}/*
.lb_area ul{
	column-width: 290px;
	column-gap: 15px;
	margin-top: 50px;
}
.lb_area li{
	display: inline-block;
	padding-bottom: 15px;
}*/
.lb_area ul{
	margin-top: 50px;
}
.lb_area li{
	padding:5px;
    cursor: pointer;
    overflow: hidden;
}
.lb_area a{
    display: block;
}
.lb_area img{
	width: 100%;
    max-width: 100%;
    transition: all 0.2s linear;
}
.lb_area li:hover img{
	transform: scale(1.1)
}
/*조이너스 코디북 영역*/
.cd_area img{
	cursor: pointer;
	margin: 50px 10px;
	width: 460px;
}
.cd_area .vod_btn_sld .ar_prev,
.cd_area .vod_btn_sld .ar_next{
	top: -350px;
}
/*브랜드 카달로그 영역*/
.cat_area img{
	height: 60vh;  /* 브라우저 높이의 80%로 맞추기 */
    max-height: 600px; /* 최대 높이를 800px로 제한 */
    width: auto;  /* 가로 크기는 자동으로 조정 */
    cursor: pointer;
	margin: 50px 10px;
}

.cat_area .vod_btn_sld .ar_prev,
.cat_area .vod_btn_sld .ar_next{
	top: -350px;
}

/*바인드브랜드리스 영역*/
.brand_list_area{
	margin-bottom:100px;
}
.brand_list_area ul{
    margin-top: 50px;
    margin-left: -0.5%;
    margin-right: -0.5%;
}
.brand_list_area ul li{
    padding: 60px 40px;
    background-color: var(--bgc-f7);
    height: 240px;
    margin: 0.5% 0.5%;
    width: 24%;
    line-height: 120px;
}
.brand_list_area ul li img{	
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s linear;
}
.brand_list_area ul li:hover img{
	transform: scale(1.1);
}
/* 이미지팝업 */

.layer_pop .flex{
	display:flex;
	justify-content:center;
	align-items:center;
    width: 100vw;
    height: 100%;
}
.layer_pop .pop_con{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}
.layer_pop .pop_con img{
    max-width: 1260px;
    max-height: 90vh;
}
.layer_pop .pop_con .btn_close{
    position: absolute;
    display: inline-block;
    right: -50px;
    width: 32px;
    height: 32px;
    background: url(../images/btn_close.png) no-repeat;
    font-size: 0;
}
.brand_area .slick_tit{
	display: none;
}
/*joinus*/
.joinus .visual_top_img{
    background-image: url('../images/brand/joinus/joinus_visual.png');
}
.joinus .message_box .message_tit{
    color: #4d3c6c;
}
.joinus .brand_area::before,
.joinus .vod_btn_sld .ar_prev:hover,
.joinus .vod_btn_sld .ar_next:hover,
.joinus .brand_area .slick_tit,
.joinus .brand_slick .slick-dots li.slick-active button{
    background-color: #4d3c6c;
}
.joinus .brand_btn_sld .ar_prev:hover,
.joinus .brand_btn_sld .ar_next:hover{
    background: url('../images/brand/joinus/btn_arrow_joinus.png') no-repeat 50% 50%;
    border-color: #4d3c6c;
}
/*COMPAGNA*/
.compagna .visual_top_img{
    background-image: url('../images/brand/compagna/compagna_visual.png');
    background-position: center 35%;
}
.compagna .message_box .message_tit{
    color: #e97679;
}
.compagna .brand_area::before,
.compagna .vod_btn_sld .ar_prev:hover,
.compagna .vod_btn_sld .ar_next:hover,
.compagna .brand_area .slick_tit,
.compagna .brand_slick .slick-dots li.slick-active button{
    background-color: #e97679;
}
.compagna .brand_btn_sld .ar_prev:hover,
.compagna .brand_btn_sld .ar_next:hover{
    background: url('../images/brand/compagna/btn_arrow_compagna.png') no-repeat 50% 50%;
    border-color: #e97679;
}
/*trugen*/
.trugen .visual_top_img{
    background-image: url('../images/brand/trugen/2303/trugen_visual.png');
}

.trugen .visual_top_img img.logo{
	height: calc(36/750*100vw);
}

.trugen .message_box .message_tit{
    color: #3f4462;
}
.trugen .brand_area::before,
.trugen .vod_btn_sld .ar_prev:hover,
.trugen .vod_btn_sld .ar_next:hover,
.trugen .brand_area .slick_tit,
.trugen .brand_slick .slick-dots li.slick-active button{
    background-color: #3f4462;
}
.trugen .brand_btn_sld .ar_prev:hover,
.trugen .brand_btn_sld .ar_next:hover{
    background: url('../images/brand/trugen/btn_arrow_trugen.png') no-repeat 50% 50%;
    border-color: #3f4462;
}
/*bind*/
.bind .visual_top_img{
    background-image: url('../images/brand/bind/bind_visual.jpg');
}
.bind .message_box .message_tit{
    color: #3d6a6d;
}
.bind .brand_area::before,
.bind .vod_btn_sld .ar_prev:hover,
.bind .vod_btn_sld .ar_next:hover,
.bind .brand_area .slick_tit,
.bind .brand_slick .slick-dots li.slick-active button{
    background-color: #3d6a6d;
}
.bind .brand_btn_sld .ar_prev:hover,
.bind .brand_btn_sld .ar_next:hover{
    background: url('../images/brand/bind/btn_arrow_bind.png') no-repeat 50% 50%;
    border-color: #3d6a6d;
}
/*mosvani*/
.mosvani .visual_top_img{
    background-image: url('../images/brand/mosvani/202303/mosvani_visual.png');
	background-position: 50%;
}

@media (max-width:767px) {
    .mosvani .visual_top_img {
        background-position: top center;
    }
}

.mosvani .message_box .message_tit{
    color: #b2b69d;
}
.mosvani .brand_area::before,
.mosvani .vod_btn_sld .ar_prev:hover,
.mosvani .vod_btn_sld .ar_next:hover,
.mosvani .brand_area .slick_tit,
.mosvani .brand_slick .slick-dots li.slick-active button{
    background-color: #b2b69d;
}
.mosvani .brand_btn_sld .ar_prev:hover,
.mosvani .brand_btn_sld .ar_next:hover{
    background: url('../images/brand/mosvani/btn_arrow_mosvani.png') no-repeat 50% 50%;
    border-color: #b2b69d;
}
/*ahwe*/
.ahwe .visual_top_img{
    background-image: url('../images/brand/ahwe/ahwe_visual.jpg');
}
.ahwe .message_box .message_tit{
    color: #000000;
}
.ahwe .brand_area::before,
.ahwe .vod_btn_sld .ar_prev:hover,
.ahwe .vod_btn_sld .ar_next:hover,
.ahwe .brand_area .slick_tit,
.ahwe .brand_slick .slick-dots li.slick-active button{
    background-color: #000000;
}
.ahwe .brand_btn_sld .ar_prev:hover,
.ahwe .brand_btn_sld .ar_next:hover{
    background: url('../images/brand/ahwe/btn_arrow_ahwe.png') no-repeat 50% 50%;
    border-color: #000000;
}

@media only screen and (max-width: 991px){
	.lb_area .col-sm-6 {
	    flex: 0 0 auto;
	    width: 50%;
	}
}

@media only screen and (max-width: 768px){	
	.visual_top_img img.logo,
	.compagna .visual_top_img img.logo{
	    height: auto;
	}
	.bind .visual_top_img img.logo{
		height: 20vw;
	}
	.compagna .visual_top_img img.logo{
		height: 6vw;
	}
	.brand_area{
		height: auto;
		margin-top: 30px;
	}
	.brand_area::before{
		display: none;
	}
	.brand_area .slick_tit{
		display: block;
		height: 40vh;
	}
	.brand_area .slick_tit p{
		margin-top: 50px;
		line-height: 20vh;
		color: #fff;
		font-size: 8vw;
	}
	.brand_slick{
		width: 100vw;
		left: auto;
		height: 40vh;
	    margin-bottom: 30px;
	    margin-top: -20vh;
	}
	.brand_slick img{
		height: 40vh;
		margin: 0 3px;
	}
	.brand_area .brand_btn{
		display: none;
	}
	.brand_area .brand_btn_sld{
	    display: none;
	}
	.brand_slick .slick-dots{
	    width: 86vw;
	    margin: 0 7vw;
	    bottom: -40px;
	}
	.brand_slick .slick-dots li{
		width: calc(100% / 6);
		margin: 0;
	}
	.brand_slick .slick-dots li button{
		height: 1vw;
		width: 100%;
		padding: 0;
		background-color: #eaeaea;
	}
	.brand_slick .slick-dots li button:before{
		display: none;
	}
	.vod_btn_sld{
		display: none;
	}
	.vod_slick .slick-dots{
		bottom: -40px;
	}
	.vod_slick .slick-dots li.slick-active button:before{
		background: url(../images/radio_on.png) no-repeat 0 50%;
	    content: '';
	    opacity: 1;
	}
	p.area_txt {
	    font-size: 3.7vw;
	    padding: 2vw 5vw;
	    line-height: 1.6;
	}
	.vod_list{
		width:100vw;
		margin-top: 3vh;
		height: 56.25vw;
	}
	.vod_list iframe{
		width: 100vw;
		height: 56.25vw;
	}
	.vod_cover{
	    width: 100vw;
	    height: auto;
	}
	.vod_cover img{
	    position: relative;
	    display: block;
	    width: 100vw;
	    height: 56.25vw;
	}
	.vod_cover button{
	    width: 20vw;
	    height: 20vw;
	    top: 17vw;
	    left: 50%;
	    margin-left: -10vw;
	}
	.vod_cover p{
	    bottom: 10px;
	    left: 0;
	    font-size: 3.5vw;
	    padding: 0 5vw;
	}
	.lb_area {
		margin-top: 15vh;
	}
	.lb_area ul.row>*{
		width: 50%;
	}
	.lb_area ul {
	    margin-top: 3vh;
	}
	.cd_area img{
		width: 60vw;
		margin: 50px 5px;
	    margin-top: 3vh;
	}
	.cat_area img{
		margin: 50px 5px;
	    margin-top: 3vh;
	    height: auto;
	    max-height: 40vh;
	}
	/*바인드브랜드리스 영역*/
	.brand_list_area{
		margin-bottom: 30px;
	}
	.brand_list_area ul{
		margin-top: 10px;
	    margin-left: -3vw;
	    margin-right: -3vw;
	}
	.brand_list_area ul li{
	    padding: 9.5vw 7vw;
	    cursor: pointer;
	    background-color: var(--bgc-f7);
	    height: 36vw;
	    margin: 1vw 1vw;
	    width: 46vw;
	    line-height: 15vw;
	}
	.layer_pop .pop_con img {
	    max-width: 85vw;
    	max-height: 70vh;
	}
	.layer_pop .pop_con .btn_close{
	    right: 0;
	    top: -50px;
	}

}
/*/////////////////////////////*/
/*////        미디어센터      ////*/
/*/////////////////////////////*/
/* 이미지가 있는 리스트 - NEWS,EVENT  */
.img_list ul{
    margin-left: -2.5%;
    margin-right: -2.5%;
}
.img_list li{
    margin-bottom: 30px;
    width: 33.333333%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.img_list .img_list_image{
    height: 260px;
    background-size: cover;
    font-size: 0;
    background-position: center 
}
.img_list p{
    text-align: left;
}
.img_list p.img_list_tit a{
    font-size: 22px;
    line-height: var(--line-height-b1);
    font-weight: 500;
    height: 95px;
    padding-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.img_list p.img_list_date{
    color: var(--gray-99);
    font-size: 16px;
    padding-bottom: 30px;
}
/* 상단에 있는 리스트 검색 영역 */
.search_box_tbl{
    width: 100%;
    padding: 48px;
    border-radius: 0 50px 0 0;
    background-color: var(--bgc-f7);
    margin-bottom: 80px;
}
.search_box_tbl select,
.search_box_tbl input[type=text]{
    padding: 0 25px;
    height: 60px;
    border: none;
    margin: 0 3px;
}
.search_box_tbl select{
    width: 120px;
}
.search_box_tbl input[type=text]{
    width: 500px;
}
.search_box_tbl button{
    display: inline-block;
    font-size: 0;

    width:60px;
    height: 45px;
    margin-left: -70px;
    background: #fff url('../images/btn_search.png') no-repeat 50% 5px;
}
/* 게시판 상세 */
.bbs_view{
    padding: 0;
    /* border-bottom: 1px solid var(--gray-line); */
}
.bbs_view .title{
    font-size: 32px;
    font-weight: 500;
}
.bbs_view .date{
    font-size: 16px;
    color: #999999;
    padding: 20px 0 0;
    margin-bottom: 60px;
}
.bbs_view img{
    max-width: 100%;
    margin: 10px auto;
}
.bbs_view .editor_txt {
    padding: 30px 60px 30px;
    border-top: 1px solid #eaeaea;
}

.bbs_view .editor_txt p {
    margin: 20px 0;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0;
    word-break: break-all;
}
.bbs_view .txt{
    white-space: pre-wrap;
    overflow-wrap: break-word;
    text-align: left;
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}
.bbs_view_btn{
    padding: 40px 0;
    margin: 0 auto;
}
.bbs_view_btns{
    padding: 40px 0;
    margin: 0 auto;
}
.bbs_view_pagenation{
    margin-top: 40px;
}
.bbs_view_pagenation ul{
    margin: 0 -.5%;
}
.bbs_view_pagenation li{
    position: relative;
    display: block;
    background: #f7f7f7;
    width: 49%;
    margin-left: .5%;
    margin-right: .5%;
}
.bbs_view_pagenation li.prev:before,
.bbs_view_pagenation li.next::after{
    content: '';
    display: block;
    background: url('../images/btn_arrow_black.png') no-repeat;
    opacity: 0.4;
    width: 40px;
    height: 20px;
    padding-bottom: 15px;
    position: absolute;
    top: 43px;
}
.bbs_view_pagenation li.prev::before{
    left: 40px;
}
.bbs_view_pagenation li.next::after{
    transform: rotate(180deg);
    right: 40px;
}
.bbs_view_pagenation li a{
    padding: 40px 50px;
    display: block;
    position: relative;
    width: 100%;
    font-size: 22px;
    color: #999;
    font-weight: 700;
}
.bbs_view_pagenation li.prev a{
    text-align: left;
    padding-left: 70px;
}
.bbs_view_pagenation li.next a{
    text-align: right;
    padding-right: 70px;
}
.bbs_view_pagenation li a p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 36px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bbs_view_pagenation li a.nodate{
    cursor: unset;
}
.bbs_view_pagenation li a.nodate p{
    color: #999;
}
.bbs_view_pagenation li a:hover p{
    color: var(--pc-blue);
}
.bbs_view_pagenation li a.nodate p{
    color: #999;
}
/* 유튜브 리스트 SNS */
.sns_list ul{
    margin-left: -2.5%;
    margin-right: -2.5%;
}
.sns_list li{
    margin-bottom: 30px;
    width: 50%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.sns_list .sns_list_image{
    height: 340px;
    background-size: cover;
    font-size: 0;
}
.sns_list .sns_list_txt{
    width: 86%;
    margin: 0 auto;
    padding: 7%;
    position: relative;
    top: -7%;
    background: #fff url('../images/btn_sns_black.png') no-repeat 93% 36px;
}
.sns_list a:hover .sns_list_txt{
    background-image: url('../images/btn_sns_blue.png');
}
.sns_list .sns_list_txt p{
    text-align: left;
}
.sns_list .sns_list_txt p.sns_list_tit{
    font-size: 22px;
    line-height: var(--line-height-b1);
    font-weight: 500;
    height: 70px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sns_list .sns_list_txt p.sns_list_date{
    color: var(--gray-99);
    font-size: 16px;
    padding-top: 30px;
}
/* 레이어팝업 */
.layer_pop{
    display: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8)
}
/* 팝업-유튜브플레이어 */
.layer_pop .sub_player{
    position: relative;
    top: calc(50% - 350px);
    width: 1260px;
    height: 695px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.layer_pop .sub_player .btn_close{
    position: absolute;
    display: block;
    right: -36px;
    width: 32px;
    height: 32px;
    background: url('../images/btn_close.png') no-repeat;
    font-size: 0;
}
@media (max-width: 991px){
    /* 이미지가있는 리스트 */
    .img_list ul{
        margin-left: -3.5%;
        margin-right: -3.5%;
    }
    .img_list li {
        margin-bottom: 30px;
        width: 50%;
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
    /* 유튜브 리스트 */
    .sns_list ul{
        margin-left: -3.5%;
        margin-right: -3.5%;
    }
    .sns_list li {
        margin-bottom: 30px;
        width: 50%;
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
    .layer_pop .sub_player {
        position: relative;
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
        top: calc(50vh - 28vw);
    }
    .layer_pop .sub_player iframe,
    .layer_pop .sub_player object,
    .layer_pop .sub_player embed {
        position:absolute;
        top: 0;
        left:0;
        width:100%;
        height:100%;
    }
    .layer_pop .sub_player .btn_close {
        position: absolute;
        right: 20px;
        top: -45px;
    }
}
@media only screen and (max-width: 767px){
    /* 이미지가 있는 리스트 */
    .img_list li {
        margin-bottom: 0;
        width: 100%;
    }
    .img_list .img_list_image {
        height: 30vh;
        background-size: cover;
        font-size: 0;
    }
    .img_list p.img_list_tit a {
        font-size: 5vw;
        height: 23vw;
    }
    /* 유튜브 리스트 */
    .sns_list li {
        margin-bottom: 0;
        width: 100%;
    }
    .sns_list .sns_list_image {
        height: 30vh;
        background-size: cover;
        font-size: 0;
    }
    .sns_list .sns_list_txt{
        width: 93%;
        margin: 0 7% 0 0;
        padding: 6%;
        background: #fff url('../images/btn_sns_orange.png') no-repeat 93% 20%;
        background-size: 34px;
    }
    .sns_list p.sns_list_tit {
        font-size: 5vw;
        height: 23vw;
    }
    /* 리스트 상단 검색박스 */
    .search_box_tbl{
        padding: 25px;
        position: relative;
        border-radius: 0 7vw 0 0;
        margin-bottom: 40px;
    }
    .search_box_tbl select,
    .search_box_tbl input[type=text]{
        width: 100%;
        margin: 0;
    }
    .search_box_tbl input[type=text]{
        margin-top:10px;
    }
    .search_box_tbl button {
        display: inline-block;
        font-size: 0;
        width: 60px;
        height: 45px;
        margin-left: -70px;
        background: #fff url('../images/btn_search.png') no-repeat 50% 5px;
        position: absolute;
        bottom: 30px;
    }
    /* 게시판 상세 */
    .bbs_view {
        padding: 0 0 8vw;
        border-bottom: 1px solid var(--gray-line);
    }
    .bbs_view .title {
        font-size: 6vw;
        line-height: 1.4;
    }
    .bbs_view img{
        margin: 30px 0;
    }
    .bbs_view .txt{
        font-size: 4vw;
    }
    .bbs_view_btn .btn{
        width: 100%;
        margin: 0;

    }
    .bbs_view_btns{
        display: flex;
        justify-content: space-between;
    }
    .bbs_view_btns .btn{
        width: 48%;
        margin: 0;
        min-width:auto;
    }
    .bbs_view_pagenation li{
        width: 100%;
        margin-bottom: 10px;
    }
    .bbs_view_pagenation li.prev:before,
    .bbs_view_pagenation li.next::after{
        top: 39px;
        left: 15px;
        transform: rotate(90deg);
    }
    .bbs_view_pagenation li.next::after{
        transform: rotate(-90deg);
        top: 18px;
    }
    .bbs_view_pagenation li a{
        padding: 25px 0 25px 30px;
    }
    .bbs_view_pagenation li a p {
        padding-top: 8px;
        font-size: 4vw;
    }
    .bbs_view_pagenation li.prev a,
    .bbs_view_pagenation li.next a{
        padding-left: 40px;
    }
    .bbs_view_pagenation li.next a{
        text-align: left;
        padding-right: 0;
    }
    .container_startline{
        display: block;
        width: 100%;
        height: 10px;
        background-color: var(--bgc-f7);
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: content-box;
    }
}
/*************************************/
/**************    NEWS   ************/
/*************************************/
@media (max-width: 991px){
}
@media only screen and (max-width: 767px){
}

.joinus_cat {
    display: block;
    padding: 40px 0;
}

.joinus_cat .embed {
    position: relative;
    padding-left: 25px;
    text-align: center;
    overflow-x: auto;
}

.joinus_cat .embed .embed_site {
    width: 100%;
    height: 600px;
    border: 1px solid var(--gray-boxline);
}

@media (min-width: 768px) and (max-width: 1179px) {
    .joinus_cat .embed {
        position: relative;
        padding-left: 5px;
        text-align: center;
        overflow-x: auto;
    }

    .joinus_cat .embed .embed_site {
        width: 100%;
    }
}

@media (min-width: 279px) and (max-width: 767px) { 
    .joinus_cat .embed {
        position: relative;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        overflow-x: auto;
    }

    .joinus_cat .embed .embed_site {
        width: 100%;        
    }    

    .joinus_cat .embed .embed_site > * {
        width: 100%;
    }
}
