/* visual s */

.section01 {
    position: relative;
    min-width: 1280px;
}

.main_visual_slide {
    width: 100%;
    max-height: 568px;
}

.slick-list {
    height: 100%;

}

.slick-track {
    height: 100%;

}

.main_visual_slide .custom_paging {
    position: absolute;
   /* top: 704px;*/
   top: 674px;
    left: 50%;

}

.main_visual_slide .custom_paging>li {
    display: none;
    color: #fff;
    font-size: 20px;

    letter-spacing: 15px;
}

.main_visual_slide .custom_paging>li.slick-active {
    display: block;

}

.main_visual_btn {
    position: absolute;
    /*top: 700px;*/
    top:670px;
    left: 50%;
    margin-left: 82px;

}

.main_visual_btn>span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #ff0000;
    vertical-align: top;
    cursor: pointer;
}

.main_visual_btn>span.pause {
    background: url(/skin/skin239/images/visual_slide_pause.png);
    background-size: 35px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.main_visual_btn>span.pause:hover {
    background: url(/skin/skin239/images/visual_slide_pause_on.png);
}

.main_visual_btn>span.pause.play {
    background: url(/skin/skin239/images/visual_slide_play.png);
}

.main_visual_btn>span.pause.play:hover {
    background: url(/skin/skin239/images/visual_slide_play_on.png);
}

.main_visual_btn>span.prev {
    background: url(/skin/skin239/images/visual_slide_arrow.png);
    background-size: 35px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.main_visual_btn>span.prev:hover {
    background: url(/skin/skin239/images/visual_slide_arrow_on.png);
}

.main_visual_btn>span+span {
    margin-left: 8px;

}

.main_visual_btn>span.next {
    background: url(/skin/skin239/images/visual_slide_arrow.png);
    background-size: 35px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.main_visual_btn>span.next:hover {
    background: url(/skin/skin239/images/visual_slide_arrow_on.png);
}

.main_visual_slide .slide>.txt_box {
    position: relative;
    width: 1280px;
    margin: 0 auto;

    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
}

.main_visual_slide .slide>.txt_box>.tit {
    top: 370px;
    margin-top: 370px;
    margin-left: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 72px;
    line-height: 95px;

}

.main_visual_slide .slide>.txt_box>.desc {
    width: 50%;
    margin-top: 40px;
    margin-left: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 40px;

}

.img_scroll_txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.toggle_div {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 410px;
    height: 180px;
    background: #ff6600;
}

.toggle_div .toggle_wrap {
    position: relative;
    width: 820px;
}

.toggle_div .toggle_wrap>div:nth-child(3) {
    background: #ff8a00;

}

.toggle_div .toggle_wrap>div {
    float: left;
}

.toggle_div .toggle_wrap .toggle_box {
    width: 360px;
    padding: 47px 39px;
}

.toggle_div .toggle_wrap .toggle_box>a>.tit {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.toggle_div .toggle_wrap .toggle_box>a>.desc {
    margin-top: 15px;
    color: #fff;
    font-size: 16px;

    opacity: 0.68;

}

.toggle_div .toggle_wrap:after {
    display: block;
    clear: both;
    content: '';

}

.toggle_div .toggle_wrap .toggle_btn {
    position: relative;
    width: 50px;
    height: 180px;
    background: #ea5414;
    cursor: pointer;
}

.toggle_div .toggle_wrap .toggle_btn.on {
    background: #d77502;

}

.toggle_div .toggle_wrap .toggle_btn.on span {
    background: url(/skin/skin239/images/img_toggle_btn_on.png);
}

.toggle_div .toggle_wrap .toggle_btn span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 24px;
    background: url(/skin/skin239/images/img_toggle_btn.png);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.section02 {
    position: relative;
    margin-top: 130px;

}

.section02>.section02_in {
    width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
}

.section02>.section02_in+.section02_in {
    margin-top: 130px;

}

.section02>.section02_in>.title_area {
    position: relative;
    text-align: center;
}

.section02>.section02_in>.title_area>.tit {
    color: #323232;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
}

.section02>.section02_in>.title_area>.desc {
    margin-top: 25px;
    color: #626262;
    font-size: 24px;
    line-height: 1;
}

.section02>.section02_in>.title_area .link {
    position: absolute;
    top: 50px;
    right: 0;
}

.section02>.section02_in>.title_area .link a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(/skin/skin239/images/img_linka.png);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.section02>.section02_in>.title_area .link a:hover {
    background: url(/skin/skin239/images/img_linka_over.png);

}


.section02>.section02_in>.content_area {
    margin-top: 60px;
}

.section02>.section02_in>.content_area .company_info li {
    float: left;
    width: calc((100% - 130px) / 3);
}

.section02>.section02_in>.content_area .company_info:after {
    display: block;
    clear: both;
    content: '';
}

.section02>.section02_in>.content_area .company_info li+li {
    margin-left: 65px;
}


.section02>.section02_in>.content_area .company_info li .tit {
    margin-top: 40px;
    padding: 0 10px;
    color: #323232;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.section02>.section02_in>.content_area .company_info li .desc {
    margin-top: 15px;
    padding: 0 10px;
    color: #626262;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.section02>.section02_in>.content_area .pr {
    border-top: 2px solid #828282;
    border-bottom: 1px solid #828282;
}

.section02>.section02_in>.content_area .pr li {
    float: left;
    position: relative;
    width: calc(100% / 3);
    padding: 50px 40px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
	cursor:pointer; /* 2021-03-19 */
}

.section02>.section02_in>.content_area .pr:after {
    display: block;
    clear: both;
    content: '';
}

.section02>.section02_in>.content_area .pr li .date {
    color: #929292;
    font-size: 15px;
    line-height: 1;


}

.section02>.section02_in>.content_area .pr li .tit {
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin-top: 20px;
    color: #333333;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    transition: all ease .3s;
    transition: all ease .3s;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section02>.section02_in>.content_area .pr li .desc {
    display: -webkit-box;
    overflow: hidden;
    height: 104px;
    margin-top: 20px;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: all ease .3s;
    transition: all ease .3s;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.section02>.section02_in>.content_area .pr li .view_detail {
    display: block;
    margin-top: 55px;
    background: url(/skin/skin239/images/main_pr_arrow.png);
    color: #323232;
    font-weight: 600;
    font-size: 15px;

    letter-spacing: 0px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 100% 6px;
}

.section02>.section02_in>.content_area .pr li+li:before {
    display: inline-block;
    position: Absolute;
    top: 60px;
    width: 1px;
    height: 300px;
    background: #dbdbdb;
    content: '';
    lefT: 0;

}

.section02>.section02_in>.content_area .pr li:hover .view_detail {
    background: url(/skin/skin239/images/main_pr_arrow_over.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 100% 6px;


}

.section02>.section02_in>.content_area .pr li:hover {
    background: #ff6600;
}

.section02>.section02_in>.content_area .pr li:hover * {
    color: #fff;
}

.section03 {
    margin-top: 140px;
}

.section03>.bg {
    position: relative;
    height: 450px;
    background: url(/skin/skin245/images/section.jpg);
    background-size: cover;
    background-position: center center;
    min-width: 1280px;
}

.section03>.bg>.txt_box {
    position: absolute;
    top: 130px;
    left: 50%;

    padding: 0 50px;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);

}

.section03>.bg>.txt_box>.tit {
    color: #fff;
    font-size: 45px;
    line-height: 1;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.section03>.bg>.txt_box>.desc {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.section03 .content_list {
    position: relative;
    z-index: 1;
    width: 1180px;
    margin: 0 auto;
    margin-top: -95px;
    background: #fff;
}

.section03 .content_list ul li {
    float: left;
    width: calc(100% / 3);
    padding: 95px 0;
    background: #f4f4f4;
    text-align: center;
}

.section03 .content_list ul li:nth-child(2) {
    background: #f8f8f8;
}

.section03 .content_list ul:after {
    display: block;
    clear: both;
    content: '';
}

.section03 .content_list ul li>.tit {
    color: #626262;
    font-weight: 500;
    font-size: 18px;
}

.section03 .content_list ul li>.tit span {
    color: #323232;
    font-weight: 600;
    font-size: 30px;


}

.section03 .content_list ul li>.tit span.hanwha_r {
    color: #626262;

    font-size: 20px;


}

.section03 .content_list ul li>.img {
    display: inline-block;
    width: 72px;
    height: 72px;
    margin-top: 34px;

}

.section03 .content_list ul li>.desc {
    margin-top: 25px;
    color: #626262;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.section04 {
    margin-top: 80px;
    padding-bottom: 200px;
}

.section04>.clear {
    width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
}

.section04>.clear>.fl {
    width: calc((100% - 60px) / 2);
}

.section04>.clear>.fr {
    width: calc((100% - 60px) / 2);

}

.section04>.clear>.fl>.tit {
    color: #323232;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}

.section04>.clear>.fl>.desc {
    margin-top: 20px;
    color: #626262;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.section04>.clear>.fl>.contact_box {
    margin-top: 10px;
}

.section04>.clear>.fl>.contact_box>.box {
    float: left;
    width: 100%;
    height: 140px;
    padding: 40px 20px;
    border: 2px solid #e2e2e2;

}

.section04>.clear>.fl>.contact_box>.box+.box {
    width: 260px;
    margin-left: 15px;
}

.section04>.clear>.fl>.contact_box:after {
    display: block;
    clear: both;
    content: '';
}

.section04>.clear>.fl+.fr {
    margin-left: 60px;

}

.section04>.clear>.fl>.contact_box>.box>.boxbox+.boxbox {
    border-left: 1px solid #e2e2e2;

}

.section04>.clear>.fl>.contact_box>.box>.boxbox {
    float: left;
    width: 50%;
    text-align: center;
}

.section04>.clear>.fl>.contact_box>.box>.boxbox>.tit {
    color: #ff6600;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

.section04>.clear>.fl>.contact_box>.box>.boxbox>.desc {
    margin-top: 18px;
    color: #323232;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;

}

.section04>.clear>.fl>.contact_box>.box:after {
    display: block;
    clear: both;
    content: '';

}

.section04>.clear>.fl>.contact_box>.box>.tit {

    color: #ff6600;
    font-size: 18px;
    line-height: 1;
}

.section04>.clear>.fl>.contact_box>.box>.desc {
    margin-top: 15px;
}

.section04>.clear>.fl>.contact_box>.box>.desc li {
    color: #323232;
    font-size: 16px;
    line-height: 1;
}

.section04>.clear>.fl>.contact_box>.box>.desc li>span {
    color: #929292;
    font-size: 16px;
    line-height: 1;

}

.section04>.clear>.fl>.contact_box>.box>.desc li>span:first-child {
    display: inline-block;

    width: 75px;
}

.section04>.clear>.fl>.contact_box>.box>.desc li>span.font {

    color: #323232;
    font-weight: 600;
    font-size: 20px;
}

.section04>.clear>.fl>.contact_box>.box>.desc li+li {
    margin-top: 10px;
}

.section04>.clear>.fr>.tit {
    color: #323232;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}

.section04>.clear>.fr>.desc {
    position: relative;

    margin-top: 20px;


}

.section04>.clear>.fr>.desc p {
    color: #626262;
    font-weight: 500;

    font-size: 20px;
    line-height: 30px;
}

.section04>.clear>.fr>.desc a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    background: url(/skin/skin239/images/img_linka.png);
}

.section04>.clear>.fr>.desc a:hover {
    background: url(/skin/skin239/images/img_linka_over.png);

}

.section04>.clear>.fr>ul {
    margin-top: 40px;
    border-top: 2px solid #626262;
    border-bottom: 1px solid #626262;

}

.section04>.clear>.fr>ul>li {
    display: flex;
    padding: 9px 20px;
    align-items: center;
}

.section04>.clear>.fr>ul>li:hover>a {
    color: #ff6600;
}

.section04>.clear>.fr>ul>li a {
    display: inline-block;

    overflow: hidden;
    margin-left: 13px;
    color: #323232;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;

}

.section04>.clear>.fr>ul li+li {
    border-top: 2px solid #f2f2f2
}

.section04>.clear>.fr>ul li .ing {
    display: inline-block;
    width: 50px;
    height: 26px;
    background: #ff6600;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.section04>.clear>.fr>ul li .end {
    display: inline-block;
    width: 50px;
    height: 26px;
    background: #b7b1ae;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.section04>.clear>.fr>ul li .date {
    margin-left: 20px;
    color: #929292;
    font-size: 15px;
    line-height: 1;

}



/**
 *  Progress Bar
 */
.videopop{
    display:none;

}
.videoClose{
    position:absolute;
    top:-50px;
    right:0;

}
.videoClose span{
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/skin/skin239/images/videoClose.png);
    background-size:20px;
    background-repeat:no-repeat;
    cursor:pointer;

}
.noticePop, .videopop {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videopop_video{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.videopop_video iframe{
    width:1000px;
    height:600px;

}
.noticeDim , .videodimed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.noticePopArea {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 700px;
    transform: translate(-50%, -50%);
}

.lyPopCLose {
    display: block;
    position: absolute;
    top: -45px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(/skin/skin239/images/img_check_001_off.png) no-repeat 0 0;
}

.todayCloseArea {
    position: relative;
    height: 80px;
    padding: 0 30px;
    background: #323232;
}

.todayCloseArea .ipWrap {
    position: absolute;
    top: calc(50% - 12px);
    left: 40px;
    padding: 0;
    background: #323232;
}

.todayCloseArea .ipWrap input[type=checkbox] {
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-color: 0;
}

.todayCloseArea .ipWrap input[type=checkbox]+label {
    display: inline-block;
    position: relative;
    z-index: 100;
    height: 24px;
    padding-left: 34px;
    background: url(/skin/skin239/images/img_check_001_off.png) no-repeat 0 0;
    color: #929292;
    font-weight: 500;
    font-size: 18px;
    background-size: 23px 23px;
}

.todayCloseArea .ipWrap input[type=checkbox]:checked+label {
    background: url(/skin/skin239/images/img_check_001.png) no-repeat 0 0;
    background-size: 23px 23px;
}

.todayCloseArea .noticeClose {
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 30px;
    height: 28px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.lyPopCont {
    display: block;
    position: relative;
}

.notiSlide {
    width: 450px;
  /*  height: 530px;*/
    background: #fff;
}

.progress {
    display: block;
    overflow: hidden;
    height: 10px;
    flex: 1;
    border-radius: 10px;
    background-color: #eeeeee;
    background-image: linear-gradient(to right, #ff6600, #ff6600);
    background-repeat: no-repeat;
    background-size: 25% 100%;
    transition: background-size .4s ease-in-out;
    -webkit-transition: background-size .4s ease-in-out;
    -moz-transition: background-size .4s ease-in-out;
    -ms-transition: background-size .4s ease-in-out;
    -o-transition: background-size .4s ease-in-out;
}




/**
   *  Demo Styles from the Slick Slider
   *  website
   */

.content {
    width: 600px;
    margin: auto;
    padding: 20px;
}

.slider {
    margin: 30px auto 50px;
}

.image {
    padding: 10px;
}



.sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.pop_btnWrap {
    display: flex;
    padding: 35px 50px;
    background: #fff;
    align-items: center;
}

.count_num {
    display: block;
    width: 50px;
    text-align: right;
}

.prenum {
    font-size: 18px;
    coloR: #ff6600;
}

.totalnum {
    font-size: 18px;
    text-align: right;
}


.noticePop .slick-prev {
    top: 50%;
    left: -50px;

    width: 33px;
    height: 52px;
    margin-top: 50px;
    background: url(/skin/skin239/images/popup_prev.png);
    background-size: 33px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.noticePop .slick-prev:before {
    display: none;

}

.noticePop .slick-next {
    top: 50%;
    right: -50px;

    width: 33px;
    height: 52px;
    margin-top: 50px;
    background: url(/skin/skin2239/images/popup_prev.png);
    background-size: 33px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.noticePop .slick-next:before {
    display: none;

}

.mainRecBanArea {display:block; margin:41px 0 0 0;}


/* 210325 ÆùÆ® ÀÌ¹ÌÁö */

.font_img{display:none; width:auto; position:relative; top:5px;}
.font_type_150 {width:150px;}
.font_type_135 {width:135px;}
.font_type_65 {width:65px;}
.font_type_33 {width:33px;}
.font_type_91 {width:91px;}
.font_type_67 {width:67px;}
.font_type_31 {width:31px;}
.font_type_59 {width:59px;}
.font_type_218 {width:218px;}
.sub03_03 .fp_section > .tit_area > .desc .font_img.font_type_135.pt_none {top:0;}
.contactus .top_area > .tit > img {width:73px;}
.desc.tal .font_img.font_type_150.pt_none {top:0;}
.img_pos{top:7px;}
.vis_pos{top:4px;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .font_img{top:7px;}
    .img_pos{top:9px;}
    .vis_pos{top:4px;}
}