@charset "utf-8";
/* font */
@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Oxanium:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family:"Pretendard";
    font-weight:200;
    font-style:normal;
    src:url(font/Pretendard-Light.woff) format('woff'),
    url(font/Pretendard-Light.woff2) format('woff2');
    font-display:block;
}

@font-face {
    font-family:"Pretendard";
    font-weight:500;
    font-style:normal;
    src:url(font/Pretendard-Medium.woff) format('woff'),
    url(font/Pretendard-Medium.woff2) format('woff2');
    font-display:block;
}

@font-face {
    font-family:"Pretendard";
    font-weight:700;
    font-style:normal;
    src:url(font/Pretendard-Bold.woff) format('woff'),
    url(font/Pretendard-Bold.woff2) format('woff2');
    font-display:block;
}

@font-face {
    font-family:"Pretendard";
    font-weight:800;
    font-style:normal;
    src:url(font/Pretendard-ExtraBold.woff) format('woff'),
    url(font/Pretendard-ExtraBold.woff2) format('woff2');
    font-display:block;
}

/* Reset */
html,body{height:100%;}
body {position:relative;background-color:#fff;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-osx-font-smoothing:grayscale;color:#000;}
body::before{position:fixed;left:0;top:0;width:100%;height:0;content:'';}/* fix webkit bug(scroll event delay) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button,iframe,th,td,a,select,input,textarea{margin:0;padding:0;font-family:'Oxanium', 'Pretendard', 'Malgun Gothic', '맑은 고딕', "돋움", sans-serif;font-weight:500;line-height:1.4;font-size:inherit;box-sizing:border-box}
var {font-style:normal;}
article,aside,details,figcaption,figure,footer,header,nav,section,summary,main{display:block;margin:0;padding:0;}
img,fieldset,iframe{border:0;}
li{list-style:none;}
button{overflow:visible;border:0;color:inherit;line-height:inherit;background:#fff;cursor:pointer;}
table{table-layout:fixed;border-collapse:collapse;border-spacing:0;width:100%;}
hr{display:none;}
legend{position:absolute; left:-9999px; top:0}
.sr_only, caption {position:absolute; top:-9999px; font-size:0; height:0;}
select, input, textarea{color:#000;border-radius:0;border:0;-webkit-appearance:none;}
i, em, u, cite {font-style:normal;}
strong{font-weight:700;}
b{font-weight:400;}
img{max-width:100%;border:0;vertical-align:middle;}
a{color:#000;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
address{font-style:normal;}
textarea{overflow-y:auto;resize:none;display:block} 
input::-webkit-input-placeholder{color:#666 !important;}
input:-ms-input-placeholder{color:#666 !important;}
textarea::-webkit-input-placeholder{color:#666 !important;}
textarea:-ms-input-placeholder{color:#666 !important;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{ -webkit-appearance:none;margin:0;}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator{
    opacity:0;
    -webkit-appearance:none;
} 
input::-ms-clear,
input::-ms-reveal{
    display:none;width:0;height:0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
    display:none;
}
:root {--vh:100%;}
body.layer_activated{overflow:hidden;touch-action:none;}

/* 화면낭독기 사용자용 */
.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}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent;font-size: 30px;font-weight: bold;}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;font-size: 30px;font-weight: bold;}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle;font-size: 30px;font-weight: bold;}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle;font-size: 30px;font-weight: bold;}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle;font-size: 30px;font-weight: bold;} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}

/* form */
.form_box{display:inline-block;position:relative}
.form_box .btn_agree{font-family:'Pretendard';font-size:16px;font-weight:600;line-height:19px;text-decoration:underline;}
.form_box input[type="checkbox"] + label{display:inline-block;padding-left:24px;font-family:'Pretendard';font-size:16px;font-weight:300;line-height:19px;cursor:pointer;}
.form_box input[type="checkbox"] + label::before{content:'';position:absolute;top:2px;left:0;width:20px;height:20px;background:url(../images/common/ico_check.svg) no-repeat 0 0 / 16px 16px;}
.form_box input[type="checkbox"]:checked + label::before{background:url(../images/common/ico_check_on.svg) no-repeat 0 0 / 16px 16px;}

.circle_type .form_box input[type="checkbox"]{position:absolute;width:20px;height:20px;margin-top:15px;}
.circle_type .form_box input[type="checkbox"] + label{display:inline-block;padding:12px 22px;border:1px solid #000;border-radius:32px;font-family:'Pretendard';font-size:16px;font-weight:500;line-height:20px;cursor:pointer;}
.circle_type .form_box input[type="checkbox"] + label::before{display:none;}
.circle_type .form_box input[type="checkbox"]:checked + label{background:#000;color:#fff;}

.circle_type .form_box input[type="radio"]{position:absolute;width:20px;height:20px;margin-top:15px;}
.circle_type .form_box input[type="radio"] + label{display:inline-block;padding:12px 24px;border:1px solid #000;border-radius:32px;font-family:'Pretendard';font-size:16px;font-weight:500;line-height:20px;cursor:pointer;}
.circle_type .form_box input[type="radio"]:checked + label{background:#000;color:#fff;}

.inp_box {position:relative;}
.inp_box .btn_del {position:absolute;top:50%;right:20px;width:24px;height:24px;margin-top:-12px;background:url(../images/common/btn_del.svg) no-repeat 0 0 / 24px 24px}
.inp_base {width:100%;height:60px;padding:16px 20px;border:1px solid #f8f8f8;background:#F8F8F8;font-family:'Pretendard';font-size:16px;font-weight:500;line-height:20px;outline:0;}
.inp_base::placeholder{color:#aaa !important;}
.inp_base::-webkit-input-placeholder{color:#aaa !important;}
.inp_base:-ms-input-placeholder{color:#aaa !important;}
.inp_base:focus {border:1px solid #000;}
.inp_box.error .inp_base{border:1px solid #ff0000;}
.inp_box.error .inp_base::placeholder{color:#ff0000 !important;}
.inp_box.error .inp_base::-webkit-input-placeholder{color:#ff0000 !important;}
.inp_box.error .inp_base:-ms-input-placeholder{color:#ff0000 !important;}

.textarea{width:100%;height:200px;padding:28px 20px;border:1px solid #f8f8f8;background:#f8f8f8;font-family:'Pretendard';font-size:16px;font-weight:500;line-height:19px;}
.textarea:focus{outline:0;border:1px solid #000;}
.textarea::placeholder{color:#aaa !important;}
.textarea::-webkit-input-placeholder{color:#aaa !important;}
.textarea:-ms-input-placeholder{color:#aaa !important;}

/* alert popup */
.layer_wrap{position:fixed;left:0;top:0;z-index:1000;width:100%;height:100%;}
.layer_wrap .dim{position:fixed;left:0;top:0;z-index:1001;width:100%;height:100%;background:rgba(0, 0, 0, 0.6) !important;}
.layer_wrap .btn_pop_close{position:absolute;top:40px;right:20px;z-index:101;width:34px;height:34px;background:url(../images/common/btn_pop_close.svg) no-repeat 50% / 20px ;font-size:0;}
.alert_pop .pop_con{position:fixed;left:50%;top:50%;z-index:1002;width:100%;padding:0 20px;transform:translate( -50%, -50%);-webkit-transform:translate( -50%, -50%);box-sizing:border-box;}
.alert_pop .pop_con .inner{position:relative;padding:40px 20px;background:#fff;}
.alert_pop .pop_con .inner .top_box{padding-right:35px;}
.alert_pop .pop_con .inner .top_box strong{font-family:'Pretendard';font-size:28px;font-weight:600;line-height:34px;}
.alert_pop .pop_con .inner .txt_box{overflow-y:auto;max-height:506px;margin-top:40px;font-family:'Pretendard';font-size:14px;font-weight:300;line-height:17px;}
.alert_pop .pop_con .inner .txt_box p{margin-bottom:24px;}
.alert_pop .pop_con .inner .txt_box dt{font-size:16px;font-weight:600;line-height:19px;}
.alert_pop .pop_con .inner .txt_box dt + dd{margin:12px 0 16px;}
.alert_pop .pop_con .inner .txt_box dd strong{display:block;margin-bottom:4px;font-family:'Pretendard';font-size:12px;font-weight:600;line-height:14px;}
.alert_pop .pop_con .inner .txt_box dd span{font-family:'Pretendard';font-size:12px;font-weight:300;line-height:14px;}
.alert_pop .btn_wrap{padding-top:35px;}

/* movie popup */
.layer_wrap.movie_layer .dim{background:rgba(0, 0, 0, 0.9) !important;}
.layer_wrap.movie_layer .pop_con{position:relative;z-index:1002;display:flex;justify-content:center;align-items:center;width:100%;height:100%;}
.layer_wrap.movie_layer .pop_con .inner{position:relative;aspect-ratio:16/9;height:80vh;width:auto;}
.layer_wrap.movie_layer .pop_con .btn_pop_close2{position:absolute;top:-50px;right:0;z-index:101;width:34px;height:34px;background:url(../images/common/btn_pop_close.svg) no-repeat 50% / 20px ;font-size:0;}
.layer_wrap.movie_layer .pop_con .video_box{width:100%;height:100%;}
.layer_wrap.movie_layer .pop_con .video_box iframe{display:block;width:100%;height:100%;}

@media screen and (max-aspect-ratio: 16/9) {
    .layer_wrap.movie_layer .pop_con .inner{width:90vw;height:auto;margin:0 auto;}
}


/* header */
.header {position:fixed;top:0;left:0;width:100%;z-index:100}
.header .inner {padding:10px 20px}
.header .h_wrap {display:flex;align-items: center;position:relative}
.header .logo .ico {display:block;width:35px;height:40px;background:url(../images/common/logo_mobile_black.svg) no-repeat 0 0 / 100% 100%;}
.header .btn_dropdown {position:relative;margin-left:auto;width:30px;height:50px;}
.header .btn_dropdown i {position:absolute;left:0;width:100%;height:3px;background-color:#000;transition:transform .4s;}
.header .btn_dropdown i.ico1 {top:16px}
.header .btn_dropdown i.ico2 {bottom:16px}

.header .nav .navbar {position:fixed;width:100%;height:calc(100% - 70px);top:70px;right:-100%;overflow-y:auto;padding:60px 20px;}
.header .nav .navbar ul .menu_item {margin-top:16px}
.header .nav .navbar ul .menu_item:first-child {margin-top:0}
.header .nav .navbar ul .menu_item a {font-size:40px;font-weight:600;color:#fff;line-height:50px}
.header .nav .navbar .cont {margin-top:100px;color:#fff}
.header .nav .navbar .cont .d_flex {display:flex;gap:40px;}
.header .nav .navbar .cont dl {margin-top:20px}
.header .nav .navbar .cont dl dt {font-size:14px;font-weight:300;color:#666;line-height:18px;}
.header .nav .navbar .cont dl dd {margin-top:8px;font-size:16px;font-weight:300;color:#ffff;line-height:20px}
.header .nav .navbar .btn_download {display:inline-block;margin-top:40px;padding:10px 40px;border:1px solid #fff;font-size:15px;font-weight:600;color:#fff;line-height:28px;}

.header .gnb {display:none}

.header.active::before {content:'';position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;}
.header.active .nav .navbar {right:0;transition:all .5s ease;}
.header.active .logo .ico {background:url(../images/common/logo_mobile_white.svg) no-repeat 0 0 / 100% 100%;}
.header.active .btn_dropdown i {background-color:#fff}
.header.active .btn_dropdown i.ico1 {transform: translateY(7.5px) rotate(-45deg);}
.header.active .btn_dropdown i.ico2 {transform: translateY(-7.5px) rotate(45deg);}

.header.sticky {background:rgba(0,0,0,.3)}
.header.sticky .logo .ico {background:url(../images/common/logo_mobile_white.svg) no-repeat 0 0 / 100% 100%;}
.header.sticky .btn_dropdown i {background-color:#fff}

.header.white_header .logo .ico {background:url(../images/common/logo_mobile_white.svg) no-repeat 0 0 / 100% 100%;}
.header.white_header .btn_dropdown i {background-color:#fff}
.header.white_header .gnb ul li a{color:#fff;}

.dark .header .logo .ico {background:url(../images/common/logo_mobile_white.svg) no-repeat 0 0 / 100% 100%;}
.dark .header .btn_dropdown i {background-color:#fff}
.dark .header .gnb ul li a{color:#fff;}

/* footer */
.footer .f_sns {padding:36px;border-top:1px solid #000}
.footer .f_sns ul {display:flex;flex-direction:column;justify-content:center;gap:20px}
.footer .f_sns ul li {text-align:center}
.footer .f_sns ul li a {font-size:26px;font-weight:600;line-height:34px;}

.footer .f_util {padding:30px;border-top:1px solid #000;text-align:center;}
.footer .f_util .f_number {font-size:20px;font-weight:600;line-height:34px;}
.footer .f_util .f_addr {margin-top:30px;font-size:18px;font-weight:600;line-height:28px;}
.footer .f_util .f_btn {margin-top:30px;}
.footer .f_util .f_btn .btn_policy{background:transparent;font-size:16px;font-weight:600;line-height:28px;}
.footer .f_util .f_btn .btn_download {display:inline-block;padding:10px 40px;border:1px solid #000;font-size:15px;font-weight:600;line-height:28px;letter-spacing:-.2px;}

.footer .f_copy {display:none}

/* 플로팅 */
.fixed_floating {overflow:hidden;z-index:10;position:fixed;bottom:20px;right:20px;filter:drop-shadow(0 10px 15px rgba(0, 0, 0, 0.25));transition:all .4s;}
.fixed_floating.reach_end {bottom:35%}
.fixed_floating a {position:relative;display:flex;flex-direction:column;justify-content:space-evenly;width:88px;height:100px;padding-bottom:24px;font-size:13px;background:#000;font-weight:400;color:#fff;line-height:15px;text-align:center;clip-path:polygon(50% 0%, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0% 26%);}
.fixed_floating a::after{content:'';position:absolute;left:50%;bottom:27px;width:40px;height:12px;margin-left:-20px;background:url(../images/common/contact_arrow.png) no-repeat 50% / 40px 12px;}

.fixed_area {overflow:hidden;z-index:10;position:fixed;bottom:20px;right:20px;transition:all .4s}
.fixed_area.reach_end {bottom:35%}
.fixed_area a{display:none;width:40px;height:40px;background:url(../images/common/btn_top.svg) no-repeat 50% / 100% 100%;}
.fixed_area a.on {display:block}

/* main */
.main {padding-bottom:150px}
.main section {overflow:hidden;position:relative}
.main h3.tit {padding:0 20px;font-size:60px;font-weight:600;line-height:68px;}
.main .bg_txt {position:absolute;top:0;right:-50%;font-size:120px;font-weight:600;line-height:150px;white-space:nowrap;opacity: .05;}
.main .btn_wrap {margin-top:60px;text-align:center}
.main .btn_wrap .btn_more {display:inline-block;position:relative;font-size:30px;font-weight:500;line-height:38px;}
.main .btn_wrap .btn_more::after {content:'';position:absolute;bottom:3px;left:0;width:100%;height:2px;background-color:#000}

.main .main_visual {position:fixed;left:0;right:0;top:0;bottom:0;z-index:1;transition:all .5s ease;}
.scroll .main {background:#fff;}
.scroll .main .main_visual {z-index:0;}
.scroll .main section:not(.main_visual){background:#fff;transition:all .5s ease;}
.scroll .main .main_visual.pos_relative{position:relative;}
.main .main_visual .visual_bg {overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;}
.main .main_visual .visual_bg video {display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit: cover;}
.main .main_visual .visual_bg .type_black{display:none;}
.main .main_visual .bar {position:absolute;bottom:10%;left:50%;width:4px;height:80px;background-color:#000;animation:elasticus 1s cubic-bezier(1,0,0,1) infinite}
.main .main_visual .txt_box{position:absolute;top:130px;left:20px;padding-right:20px;font-size:36px;font-weight:600;line-height:45px;letter-spacing:-.45px;text-transform:uppercase;transition:all .5s ease;}
.main .main_visual .btn_wrap{position:absolute;left:20px;bottom:60px;margin-top:0;text-align:unset;}
.main .main_visual .btn_wrap .btn_bg_switch{width:55px;height:26px;border:1px solid #fff;border-radius:35px;background:transparent;}
.main .main_visual .btn_wrap .btn_bg_switch::after{content:'';position:absolute;top:7px;right:9px;width:16px;height:16px;background:url(../images/common/btn_sun.png) no-repeat 50% 50% / 16px;transition:all .3s ease;}

@keyframes elasticus {
    0% {
        transform-origin: 0 0;
        transform: scaleY(0);
    }
    50% {
        transform-origin: 0 0;
        transform: scaleY(1);
    }
    100% {
        transform-origin: 0 100%;
        transform: scaleY(0)
    }
}

.dark .main .main_visual .type_white{display:none;}
.dark .main .main_visual .type_black{display:block;}
.dark .main .main_visual .txt_box{color:#fff;}
.dark .main .main_visual .btn_wrap .btn_bg_switch::after{right:28px;background:url(../images/common/btn_moon.png) no-repeat 50% 50% / 16px;}
.dark .main .main_visual .bar{background-color:#fff;}

.main .uiux {padding-top:162px}
.main .uiux .bg_txt {top:83px}
.main .uiux ul li + li {margin-top:60px}
.main .uiux ul li .thumb {display:flex;align-items:center;position:relative;padding-top:100%}
.main .uiux ul li .thumb img {position:absolute;top:0;left:0;right:0;bottom:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;width:0;height:0;margin:auto;object-fit:cover;}
.main .uiux ul li .txt_box {padding:26px 20px 0}
.main .uiux ul li .txt_box strong {font-size:20px;line-height:24px}

.main .media {padding-top:167px}
.main .media ul {display:flex;gap:30px}
.main .media ul + ul {margin-top:23px}
.main .media ul.line2 {margin-left:-1300px}
.main .media ul li .img_box {width:300px;height:168px}
.main .media ul li .img_box img {width:100%;height:100%;object-fit:cover;}

/* 서브 페이지 */
.sub .inner{padding:120px 0 100px;}
.sub .top_wrap{padding:0 20px;}
.sub .top_wrap h2{font-family:'Oxanium';font-size:80px;font-weight:600;line-height:67px;}
.sub .btn_wrap{text-align:center;margin-top:50px;}
.sub .btn_wrap button{position:relative;font-family:'Oxanium';font-size:30px;font-weight:600;line-height:34px;}
.sub .btn_wrap .btn_more::after {content:'';position:absolute;bottom:3px;left:0;width:100%;height:2px;background-color:#000}
.sub .btn_wrap a{font-family:'Oxanium';font-size:30px;font-weight:600;line-height:34px;}

/* 게시판 리스트 */
.board_list_wrap .list_wrap li{position:relative;margin-top:70px;}
.board_list_wrap .list_wrap li:first-child{margin-top:56px;}
.board_list_wrap .list_wrap li .tit_box{padding:30px 20px 0;}
.board_list_wrap .list_wrap li .tit_box span{font-family:'Oxanium';font-size:18px;font-weight:500;line-height:22.5px;}
.board_list_wrap .list_wrap li .tit_box strong{display:block;margin-top:15px;font-family:'Pretendard';font-size:24px;font-weight:700;line-height:29px;}
.board_list_wrap .list_wrap li .link{display:block;}
.board_list_wrap .btn_wrap{margin-top:50px;}

/* 게시판 상세 */
.board_detail_wrap .tit_wrap{padding:0 20px;}
.board_detail_wrap .tit_wrap span{font-family:'Oxanium';font-size:14px;font-weight:700;line-height:18px;}
.board_detail_wrap .tit_wrap strong{display:block;margin-top:15px;font-family:'Pretendard';font-size:26px;font-weight:700;line-height:31px;}
.board_detail_wrap .detail_wrap{margin-top:50px;}
.board_detail_wrap .btn_wrap{margin-top:80px;}

/* 의뢰하기 */
.contact_wrap{padding:0 20px;}
.contact_wrap .tit_wrap p{font-family:'Pretendard';font-size:32px;font-weight:200;line-height:39px;}
.contact_wrap .tit_wrap p .br{display:block;}
.contact_wrap .tit_wrap .btn_wrap{margin-top:20px;text-align:left;}
.contact_wrap .tit_wrap .btn_wrap .btn_download{padding-left:24px;font-family:'Oxanium';font-size:16px;font-weight:600;line-height:20px;background:url(../images/common/btn_download.svg) no-repeat 0 0 / 16px;}
.contact_wrap .tit_wrap .btn_wrap .btn_download span{border-bottom:1px solid #000;}
.contact_wrap dl{margin-top:64px;}
.contact_wrap dl dt{margin-top:60px;font-family:'Pretendard';font-size:20px;font-weight:600;line-height:24px;}
.contact_wrap dl dt span{font-size:12px;line-height:15px;}
.contact_wrap dl dd{margin-top:20px;}
.contact_wrap dl dd ul li{padding-top:40px;}
.contact_wrap dl dd ul li:first-child{padding-top:12px;}
.contact_wrap dl dd ul.circle_type::after{content:'';display:block;clear:both;}
.contact_wrap dl dd ul.circle_type li{float:left;padding:12px 12px 0 0;}
.contact_wrap dl dd label{position:relative;font-family:'Pretendard';font-size:16px;font-weight:600;line-height:19px;}
.contact_wrap dl dd .inp_box{margin-top:16px;}
.contact_wrap dl dd .textarea{margin-top:16px;}
.contact_wrap .essential label{padding-right:10px;}
.contact_wrap .essential label::after{content:'';position:absolute;right:0;top:0;width:6px;height:6px;border-radius:50%;background:#ff0000;}
.contact_wrap .agree_box{margin-top:60px;}
.contact_wrap .agree_box input{position:absolute;left:0;top:0;}
.contact_wrap .inp_list .inp_box label span{font-size:12px;line-height:15px;}
.contact_wrap .btn_wrap .btn_submit{width:100%;padding:24px;background:#000;font-family:'Oxanium';font-size:18px;font-weight:500;color:#fff;line-height:23px;}

/* 영상 리스트 */
.media_visual {position:relative;height:calc(var(--vh, 1vh) * 100);}
.media_visual .visual_bg {overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;}
.media_visual .visual_bg.pc{display:none;}
.media_visual .visual_bg video {display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit: cover;}
.media_visual .bar {z-index:1;position:absolute;bottom:10%;left:50%;width:4px;height:80px;background-color:#fff;animation:elasticus 1s cubic-bezier(1,0,0,1) infinite}
.media_visual .bg_media {position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.4) url(../images/common/bg_media.png) no-repeat 50% 50% / cover;}
.media_list_wrap .inner{padding-top:100px;}
.media_list_wrap .img_box img{width:100%;}
.media_list_wrap .tit_box{margin:26px 20px 0;}
.media_list_wrap .tit_box strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:'Pretendard';font-size:24px;font-weight:700;line-height:29px;}
.media_list_wrap .swiper_tab_wrap{overflow:hidden;padding:50px 20px 0;}
.media_list_wrap .swiper_tab_wrap .swiper-wrapper .tab_link {flex:none;width:auto;margin-right:12px;}
.media_list_wrap .swiper_tab_wrap .swiper-wrapper .tab_link:last-child {margin-right:0}
.media_list_wrap .swiper_tab_wrap .swiper-wrapper .tab_link a {display:block;padding:12px 24px;border:1px solid #ccc;border-radius:52px;background:#fff;font-size:22px;font-weight:600;color:#ccc;line-height:28px;}
.media_list_wrap .swiper_tab_wrap .swiper-wrapper .tab_link a.active {border:1px solid #000;color:#000;}
.media_list_wrap .tab_content_wrap li .list_wrap{display:none;}
.media_list_wrap .tab_content_wrap li.active .list_wrap{display:block;}
.media_list_wrap .list_wrap{margin-top:28px;}
.media_list_wrap .list_wrap li{margin-top:70px;}
.media_list_wrap .list_wrap li:first-child{margin-top:0;}
.voucher_wrap{position:relative;margin-bottom:60px;}
.voucher_wrap .inner{padding:0;}
.voucher_wrap .img_box img{width:100%;}
.voucher_wrap .txt_box{position:absolute;left:40px;top:60px;color:#fff;}
.voucher_wrap .txt_box span{font-size:18px;font-weight:700;line-height:23px;}
.voucher_wrap .txt_box p{margin:8px 0 30px;font-family:'Pretendard';font-size:28px;font-weight:500;line-height:34px;}
.voucher_wrap .txt_box .btn_voucher_next{padding:10px 60px 10px 0;background:url(../images/common/ico_next.svg) no-repeat 100% 50% / 48px 16px;font-family:'Pretendard';font-size:16px;font-weight:600;color:#fff;line-height:19px;}


/************************************************* 800px 이상 [s] *************************************************/
@media screen and (min-width:800px){
    .main .main_visual .txt_box{font-size:55px;line-height:65px;}
}

/************************************************* 1200px 이상 [s] *************************************************/
@media screen and (min-width:1200px){
    /* alert popup */
    .alert_pop .pop_con{width:926px;}
    .alert_pop .pop_con .inner{padding:48px 48px 40px;}
    .alert_pop .pop_con .inner .top_box strong{font-size:28px;line-height:34px;}
    .alert_pop .btn_pop_close{top:39px;right:32px;width:50px;height:50px;background-size:32px;}
    .alert_pop .pop_con .inner .txt_box p{font-size:16px;line-height:19px;}
    .alert_pop .pop_con .inner .txt_box p{font-size:16px;line-height:19px;}
    .alert_pop .pop_con .inner .txt_box dt{font-size:18px;line-height:22px;}
    .alert_pop .pop_con .inner .txt_box dd{font-size:16px;line-height:19px;}
    .alert_pop .pop_con .inner .txt_box dd strong{font-size:14px;line-height:17px;}
    .alert_pop .pop_con .inner .txt_box dd span{font-size:14px;line-height:17px;}

    /* movie popup */
    .layer_wrap.movie_layer .pop_con .btn_pop_close{top:-43px;}

    /* header*/
    .header .inner {padding:35px 80px}
    .header .logo .ico {width:181px;height:40px;background:url(../images/common/logo_pc_black.svg) no-repeat 0 0 / 100% 100%}
    .header .btn_dropdown {width:62px}

    .header .nav .navbar {height:calc(100% - 142px);top:142px;}
    .header .nav .navbar ul .menu_item {margin-top:30px}
    .header .nav .navbar ul .menu_item a {font-size:120px;line-height:150px;}
    .header .nav .navbar .cont {margin-top:0}
    .header .nav .navbar .cont dl {margin-top:50px}
    .header .nav .navbar .cont > dl:first-child {margin-top:0}
    .header .nav .navbar .cont dl dt {font-size:20px;line-height:25px}
    .header .nav .navbar .cont dl dd {margin-top:20px;font-size:22px;line-height:30px;}
    .header .nav .navbar .btn_download {margin-top:72px;padding:17px 50px;font-size:17px;font-weight:300;line-height:21px;}

    .header .gnb {display:block;flex:1}
    .header .gnb ul {display:flex;justify-content:center;gap:60px}
    .header .gnb ul li a {font-size:22px;font-weight:400;line-height:28px}
    .header .gnb ul li a.active{font-weight:700;text-decoration:underline;}

    .header.active .nav .navbar {display:flex;justify-content:center;gap:17.7%;padding:100px 20px}
    .header.active .logo .ico {background:url(../images/common/logo_pc_white.svg) no-repeat 0 0 / 100% 100%}
    .header.active .gnb {display:none}

    .header.sticky .logo .ico {background:url(../images/common/logo_pc_white.svg) no-repeat 0 0 / 100% 100%}
    .header.sticky .gnb ul li a {color:#fff}

    .header.white_header .logo .ico {background:url(../images/common/logo_pc_white.svg) no-repeat 0 0 / 100% 100%;}

    .dark .header .logo .ico {background:url(../images/common/logo_pc_white.svg) no-repeat 0 0 / 100% 100%;}

    /* footer */
    .footer .inner {max-width:1420px;margin:0 auto;}
    .footer .f_sns {padding:33px 35px}
    .footer .f_sns ul {flex-direction:row;justify-content:space-between;gap:unse t;}

    .footer .f_util {padding:35px;text-align:left;}
    .footer .f_util .inner {position:relative;display:flex;justify-content:space-between;}
    .footer .f_util .f_number{flex:.5;}
    .footer .f_util .f_number ul {display:flex;flex-wrap:wrap;gap:10px 20px;max-width:350px}
    .footer .f_util .f_addr {flex:.7;margin-top:0;font-size:20px;}
    .footer .f_util .f_btn {margin-top:0}
    .footer .f_util .f_btn.policy{position:absolute;bottom:-65px;}
    .footer .f_util .f_btn .btn_policy{font-weight:800;line-height:34px;}

    .footer .f_copy {display:block;max-width:1420px;margin:0 auto;padding:0 35px 62px;font-size:12px;font-weight:600;line-height:34px;box-sizing: content-box;text-align:right;}

    /* 플로팅 */
    .fixed_floating {right:180px;bottom:50px;}
    .fixed_floating a {width:122px;height:140px;font-size:18px;line-height:19px;}
    .fixed_floating a::after{bottom:39px;width:59px;height:16px;margin-left:-29.5px;background-size:59px 16px;}
    .fixed_floating.reach_end {bottom:30%}

    .fixed_area {right:40px;bottom:40px;}
    .fixed_area a{width:54px;height:54px}
    .fixed_area.reach_end {bottom:30%}

    /* main */
    .main .main_visual .txt_box{top:320px;left:130px;padding:0;font-size:80px;font-weight:600;line-height:100px;}
    .main .main_visual .btn_wrap{left:80px;bottom:60px;}

    .main h3.tit {font-size:120px;line-height:150px;}
    .main .bg_txt {font-size:300px;line-height:375px;letter-spacing:-.2px;}
    .main .btn_wrap .btn_more {font-size:50px;line-height:62px;}
    .main .btn_wrap .btn_more::after {width:0}
    .main .btn_wrap .btn_more:hover::after {width:100%;transition:all .4s}

    .main .uiux {padding-top:336px}
    .main .uiux .inner {max-width:1420px;margin:0 auto}
    .main .uiux .bg_txt {top:170px}
    .main .uiux ul {display:flex;flex-wrap:wrap;margin-top:30px}
    .main .uiux ul li {position:relative;flex:none;width:50%}
    .main .uiux ul li + li {margin-top:0}
    .main .uiux ul li .thumb {width:710px;height:710px;}
    .main .uiux ul li .txt_box {opacity:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s}
    .main .uiux ul li:hover .txt_box {opacity: 1;}
    .main .uiux ul li .txt_box strong {display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;height:100%;padding:0 80px;font-size:40px;font-weight:600;color:#fff;line-height:48px;}
    .main .uiux ul li .txt_box strong::after {content:'';width:48px;height:48px;background:url(../images/common/ico_arw_right.svg) no-repeat 0 0 / 100% 100%;}

    .main .uiux ul li.work_list1 .txt_box {background-color:#20232A}
    .main .uiux ul li.work_list2 .txt_box {background-color:#0046FF}

    .main .uiux ul li.work_list3 .txt_box {background-color:#dc2f34}
    .main .uiux ul li.work_list4 .txt_box {background-color:#ff7700}
    .main .uiux ul li.work_list5 .txt_box {background-color:#4744ff}
    .main .uiux ul li.work_list6 .txt_box {background-color:#fdbd36}
   
    .main .media .tit {max-width:1420px;margin:0 auto}
    .main .media ul li .img_box {width:500px;height:280px}

    /* 서브 페이지 */
    .sub section{padding:0 35px;}
    .sub .inner{max-width:1420px;margin:0 auto;padding:220px 0 200px;}
    .sub .top_wrap{padding:0;}
    .sub .top_wrap h2{font-size:120px;line-height:68px;}
    .sub .btn_wrap button{font-size:60px;line-height:50px;}
    .sub .btn_wrap .btn_more::after {width:0}
    .sub .btn_wrap .btn_more:hover::after {width:100%;transition:all .4s}
    .sub .btn_wrap a{font-size:60px;line-height:50px;}

    /* 게시판 리스트 */
    .board_list_wrap .list_wrap li{margin:0;border-bottom:1px solid #000;}
    .board_list_wrap .list_wrap li:first-child{margin-top:100px;}
    .board_list_wrap .list_wrap li .link{padding:50px 0;}
    .board_list_wrap .list_wrap li .link::after{content:'';position:absolute;right:0;top:44px;width:54px;height:54px;background:url(../images/common/ico_arrow.svg) no-repeat 50% / 54px;}
    .board_list_wrap .list_wrap li.active .link::after{background:url(../images/common/ico_arrow_black.svg) no-repeat 50% / 54px;}
    .board_list_wrap .list_wrap li:first-child{margin-top:100px;border-top:1px solid #000;}
    .board_list_wrap .list_wrap li .img_box{overflow: hidden;display:none;z-index:1;position:absolute;right:0;top:-81px;width:300px;height:300px;}
    .board_list_wrap .list_wrap li.active .img_box{overflow-y:none;display:block;transition:.5s;animation:imgBoxEffect .3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;}
    .board_list_wrap .list_wrap li.active .img_box img{animation:imgEffect .3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;}
    .board_list_wrap .list_wrap li .tit_box{padding-top:0;}
    .board_list_wrap .list_wrap li .tit_box span{font-size:32px;font-weight:700;line-height:40px;}
    .board_list_wrap .list_wrap li .tit_box strong{display:unset;margin-left:32px;font-size:28px;line-height:34px;}
    .board_list_wrap .btn_wrap{margin-top:100px;}

    @keyframes imgBoxEffect {
        0% {
            transform: translate3d(-150%, 0, 0);
            opacity:0;
        }
        100% {
            transform: translate3d(-50%, 0, 0);
            opacity:1;
        }
    }

    @keyframes imgEffect {
        0% {
            transform: translate3d(100%, 0, 0);
        }
        100% {
            transform: translate3d(0, 0, 0);
        }
    }

    /* 게시판 상세 */
    .board_detail_wrap .tit_wrap{padding:0;}
    .board_detail_wrap .tit_wrap span{font-size:28px;line-height:35px;}
    .board_detail_wrap .tit_wrap strong{margin-top:30px;font-size:48px;line-height:58px;}
    .board_detail_wrap .detail_wrap{margin-top:60px;}
    .board_detail_wrap .btn_wrap{margin-top:60px;}

    /* 의뢰하기 */
    .contact_wrap .tit_wrap p{font-size:60px;line-height:72px;}
    .contact_wrap .tit_wrap p .br{display:unset;}
    .contact_wrap .tit_wrap{position:relative;}
    .contact_wrap .tit_wrap .btn_wrap{position:absolute;right:0;bottom:0;}
    .contact_wrap .tit_wrap .btn_wrap .btn_download{padding-left:36px;background-size:24px;font-size:28px;line-height:35px;}
    .contact_wrap dl{margin-top:20px;}
    .contact_wrap dl dt{margin-top:80px;font-size:32px;line-height:39px;}
    .contact_wrap dl dt br{display:none;}
    .contact_wrap dl dt span{font-size:20px;line-height:24px;}
    .contact_wrap dl dd{margin-top:36px;}
    .contact_wrap dl .inp_list{margin-top:0;}
    .contact_wrap dl .inp_list ul::after{content:'';display:block;clear:both;}
    .contact_wrap dl .inp_list li{float:left;width:50%;padding:60px 30px 0 0;}
    .contact_wrap dl .inp_list li:first-child{padding-top:60px;}
    .contact_wrap dl .inp_list li:nth-child(2n){padding-right:0;padding-left:30px;}
    .contact_wrap dl .inp_list li.width100{width:100%;padding:60px 0 0;}
    .contact_wrap dl dd label{font-size:20px;line-height:24px;}
    .contact_wrap .inp_list .inp_box label span{font-size:20px;line-height:24px;}
    .contact_wrap .btn_wrap .btn_submit{width:480px;}

    .circle_type .form_box input[type="checkbox"] + label{padding:14px 28px;font-size:20px;line-height:24px;}
    .inp_base{height:72px;padding:19px 55px 19px 28px;font-size:20px;line-height:24px;}
    .textarea{font-size:20px;line-height:24px;}

    /* 영상 리스트 */
    .media_visual{padding:0;}
    .media_visual .visual_bg.mp{display:none;}
    .media_visual .visual_bg.pc{display:block;}
    .media_list_wrap .inner{padding-top:170px;padding-bottom:80px;}
    .media_list_wrap .top_wrap h2{line-height:150px;}
    .media_list_wrap .swiper_tab_wrap{margin-top:60px;padding:0;}
    .media_list_wrap .swiper_tab_wrap .swiper-wrapper .tab_link a{font-size:32px;line-height:40px;}
    .media_list_wrap .list_wrap::after{content:'';display:block;clear:both;}
    .media_list_wrap .list_wrap li{float:left;width:calc(33.45% - 15px);margin:60px 10px 0 10px;}
    .media_list_wrap .list_wrap li:first-child{margin-top:60px;}
    .media_list_wrap .list_wrap li:nth-child(3n){margin-right:0;}
    .media_list_wrap .list_wrap li:nth-child(3n+1){margin-left:0;}
    .media_list_wrap .tit_box{margin:20px 0 0;padding:0;}
    .media_list_wrap .tit_box strong{font-size:28px;line-height:34px;}
    .media_list_wrap .btn_wrap{margin-top:100px;}
    .voucher_wrap{height:325px;margin-top:120px;}
    .voucher_wrap .inner{position:relative;padding:0;}
    .voucher_wrap .img_box{height:325px;background:url(../images/common/img_voucher_pc.jpg) no-repeat 50% 0 / 100% 100%;}
    .voucher_wrap .img_box img{display:none;}
    .voucher_wrap .txt_box{top:84px;left:100px;}
    .voucher_wrap .txt_box span{font-size:24px;line-height:30px;}
    .voucher_wrap .txt_box p{margin:12px 0 43px;font-size:40px;line-height:48px;}
    .voucher_wrap .txt_box p br{display:none;}
    .voucher_wrap .txt_box .btn_voucher_next{font-size:20px;line-height:24px;}
}

/************************************************* 1700px 이상 [s] *************************************************/
@media screen and (min-width:1700px){
    .main .main_visual .txt_box{top:320px;left:250px;}
}
/************************************************* 280px 이하 [s] *************************************************/
@media screen and (max-width:280px){
    /* input */
    .form_box input[type="checkbox"] + label{padding-left:20px;}

    /* alert popup */
    .alert_pop .pop_con .inner .top_box strong{font-size:23px;}
}





