@charset "utf-8";

.header_wrap{position: absolute; top:0; left:0; z-index: 10; padding-top: 15px; padding-left: 20px; padding-right: 20px;}
.header_wrap .header_left_con{display: flex; flex-wrap: nowrap; }
.header_wrap .header_right_con{display: flex; flex-wrap: nowrap; align-items: center; }

.customer_view_con{display: none;}

/* logo */
.header_wrap .logo_con {margin-right: 15px; margin-top: -2px; padding-bottom: 2px; }
.header_wrap .logo_con > h1 { font-size: 0; }
.header_wrap .logo_con .logo{display:inline-block; width: 109px; }
.header_wrap .logo_con .logo.hidden{display: none;}
.header_wrap .logo_con .logo .retina { display: none; }
[data-wv-os="Mac"] .header_wrap .logo_con .logo .retina { display: inline-block; }
[data-wv-os="Mac"] .header_wrap .logo_con .logo .default { display: none; }
[data-wv-pc="mobile"] .header_wrap .logo_con .logo .retina { display: inline-block; }
[data-wv-pc="mobile"] .header_wrap .logo_con .logo .default { display: none; }

/* member_list - 로그인 / 회원가입*/
.header_wrap .header_member_list_con{margin-top: 3px;}
.header_wrap .header_member_list_con .header_member_list{display: inline-block; position: relative; margin-right: 2px; padding-right: 12px; }
.header_wrap .header_member_list_con .header_member_list:after{content: ""; position: absolute; top: 5px; right: 0; height: calc(100% - 10px); border-right: 1px solid #dedcec;}
.header_wrap .header_member_list_con .header_member_list:last-child{margin-right: 0;}
.header_wrap .header_member_list_con .header_member_list:last-child:after{content: none;}
.header_wrap .header_member_list_con .header_member_list > a{ display: inline-block; padding-left: 6px;  font-size:14px; font-size:1.4rem; line-height:22px; line-height:2.2rem; font-weight: 400; letter-spacing: -0.045em; color: #000;}
.header_wrap .header_member_list_con .header_member_list > a > span { display: inline-block; position:relative; transition: all 0.2s ease; }
.header_wrap .header_member_list_con .header_member_list > a > span::after { content: ''; position: absolute; top: 8px; right: 0; width: 0px; height: 10px; background-image: url("../img/arrow_black_5x10_lite.png"); background-size: 5px 10px; background-repeat: no-repeat; background-position: center center; }
[data-wv-os="Mac"] .header_wrap .header_member_list_con .header_member_list > a > span::after { background-image: url("../img/retina/arrow_black_5x10_right_lite_mac.png"); }
[data-wv-pc="mobile"] .header_wrap .header_member_list_con .header_member_list > a > span::after { background-image: url("../img/retina/arrow_black_5x10_right_lite_mac.png"); }

/*util_menu_list - 검색 아이콘, 햄버거 아이콘, 사이트개설 버튼, 가이드 오픈 버튼 */
.header_wrap .header_util_list_con{display: inline-flex; flex-wrap: nowrap; align-items: center;}
/*
.header_wrap .site_open_btn_con{ margin-left: 23px; margin-right: 40px; transform: scale(0.8); margin-top: -4px; }
.fixed_header_wrap .site_open_btn_con{ display: none; position: absolute; top: -4px; right: 55px; transition: right .2s; }
[data-wv-os="Mac"] .fixed_header_wrap .site_open_btn_con{ top: -9px; }
.site_open_btn_con {font-size: 0; line-height: 0; text-align: center; transition: margin .2s;}
.site_open_btn_con::before{content:""; position: absolute; top: 50%; left: 0; width: 9px; height: 12px; border-radius: 50%; z-index: 2; background-color: #fff; overflow: hidden; transform: translate(-50%,-50%);}
.site_open_btn_con::after{content:""; position: absolute; top: 50%; right: 0; width: 9px; height: 12px; border-radius: 50%; z-index: 2; background-color: #fff; overflow: hidden; transform: translate(50%,-50%);}
.site_open_btn_con .site_open_btn{display: inline-block; border-radius: 3px; overflow: hidden; position: relative; min-width: 126px; transition: padding .2s; }
.site_open_btn_con .site_open_btn::before{content: ""; position: absolute; top: 0; left: 14px; height: 100%; border-left: 1px dashed rgba(255,255,255,0.6);}
.site_open_btn_con .site_open_btn > span{ display: inline-block; position: relative; width: 100%; box-sizing: border-box; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 700; letter-spacing: -0.04em; color: #fff; padding-top: 8px; padding-bottom: 12px; padding-left: 10px; transition: padding .2s;}
[data-wv-agent="ipad"][data-wv-os="Mac"] .site_open_btn_con .site_open_btn > span{padding-top: 11px; padding-bottom: 9px;}
.fixed_header_wrap .site_open_btn_con .site_open_btn > span{ padding-top: 6px; padding-bottom: 10px; }
[data-wv-os="Mac"] .fixed_header_wrap .site_open_btn_con .site_open_btn > span{ padding-bottom: 9px; }
[data-wv-os="Mac"] .site_open_btn_con .site_open_btn > span { padding-top: 10px; padding-bottom: 10px; }
[data-wv-pc="mobile"] .site_open_btn_con .site_open_btn > span { padding-top: 11px; padding-bottom: 9px; }
.site_open_btn_con .site_open_btn > span::after { content: ''; position: absolute; top: 15px; right: 15px; width: 0; height: 10px; background-image: url("../img/arrow_fff_6x10_right.png"); background-size: 6px 10px; background-repeat: no-repeat; background-position: center center; transition: right .2s;}
[data-wv-os="Mac"] .site_open_btn_con .site_open_btn > span::after { background-image: url("../img/retina/arrow_fff_6x10_right_mac.png"); }
[data-wv-pc="mobile"] .site_open_btn_con .site_open_btn > span::after { background-image: url("../img/retina/arrow_fff_6x10_right_mac.png"); }
.fixed_header_wrap .site_open_btn_con .site_open_btn > span::after { top: 13px; }
[data-wv-os="Mac"] .site_open_btn_con .site_open_btn > span::after { background-image: url("../img/retina/arrow_fff_6x10_right_mac.png"); top: 15px;}
[data-wv-pc="mobile"] .site_open_btn_con .site_open_btn > span::after { background-image: url("../img/retina/arrow_fff_6x10_right_mac.png"); }
*/

.origin_menu_icon_con { position: absolute; top: 20px; right: 20px; z-index: 10003; transform: scale(0.8);}
.origin_menu_icon_con .menu_icon {display:block; position: relative; width:34px; height:19px;}
/*.origin_menu_icon_con .menu_icon.active > span { height: 2px; width: calc(100% - 1px);}
.origin_menu_icon_con .menu_icon.active > span:first-child { transform: rotate(45deg); background-color: #fff; top: 9px; transition: top .2s ease-out,transform .2s 0.2s ease-out, background-color .2s ease-out; }
.origin_menu_icon_con .menu_icon.active > span:last-child { width: 100%; transform: rotate(-45deg); background-color: #fff; top: 9px; transition: top .2s ease-out,transform .2s 0.2s ease-out, background-color .2s ease-out; }*/
.origin_menu_icon_con .menu_icon > span{ position: absolute; width:100%; height:4px; background-color:#4b45ec; top:1px; transition: top .2s .2s ease-out,transform .2s ease-out, background-color .2s .2s ease-out; }
/*.origin_menu_icon_con .menu_icon > span:last-child{top: 14px; left:0; transition: width .15s, top .2s .2s ease-out, transform .2s ease-out, background-color .2s .2s ease-out; }*/
.origin_menu_icon_con .menu_icon > span:last-child{top: 14px; left:0; transition: top .2s ease-out, transform .2s ease-out, background-color .2s .2s ease-out; }


/*gnb_wrap*/
.header_wrap .gnb_wrapper{display: none; padding-bottom: 2px; }
.header_wrap .gnb_wrap > li{display:inline-block; text-align: left; margin-right: 9px; padding-bottom: 20px; position: relative;}
.header_wrap .gnb_wrap > li:nth-child(6){display: none;}
.header_wrap .gnb_wrap > li > a{display: inline-block; padding-left: 11px; padding-right: 11px;  font-size:18px; font-size:1.8rem; line-height:24px; line-height:2.4rem; letter-spacing: -0.0em; font-weight: 700; color:#000; transition: color .2s; }
[data-wv-os="Mac"] .header_wrap .gnb_wrap > li > a { font-weight: 600; }
.header_wrap .gnb_wrap > li > a.active{color:#6738ff;}

.header_wrap .gnb_wrap > li > ul { border-radius: 7px; overflow: hidden; position: absolute; display: none; opacity: 0; box-sizing: border-box; left: 50%; transform: translateX(-50%); top: 40px; }
.header_wrap .gnb_wrap > li > a.active + ul { display: block; background-color: #6738ff;}
.header_wrap .gnb_wrap > li > ul > li > a { display: block; padding-right: 21px; padding-left: 21px; padding-top: 3px; padding-bottom: 4px; white-space: nowrap; }
.header_wrap .gnb_wrap > li:nth-child(2) > ul, .header_wrap .gnb_wrap > li:nth-child(4) > ul { display: none !important;}
.header_wrap .gnb_wrap > li > a.login_required + ul { display: none !important; }
.header_wrap .gnb_wrap > li > ul > li:first-child > a { padding-top: 15px; padding-bottom: 4px; }
.header_wrap .gnb_wrap > li > ul > li:last-child > a { padding-top: 3px; padding-bottom: 18px; }
[data-wv-os="Mac"] .header_wrap .gnb_wrap > li > ul > li:first-child > a { padding-top: 17px; padding-bottom: 4px; }
[data-wv-os="Mac"] .header_wrap .gnb_wrap > li > ul > li:last-child > a { padding-top: 3px; padding-bottom: 15px; }
.header_wrap .gnb_wrap > li > ul > li > a > span {  font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; letter-spacing: 0.00em; color: rgba(255,255,255,0.6); font-weight: 300; transition: color .2s; white-space: nowrap; display: inline-block; }
.header_wrap .gnb_wrap > li > ul > li.active > a > span { color: #fff; }

/*move_to_top_btn*/
.move_to_top_btn_con{display: none; position: fixed; top: 50%; left: 65px; z-index: 10003;}
.move_to_top_btn_con .move_to_top_btn{width: 46px; height: 46px; display: inline-block; background-color: #fff; overflow: hidden; border-radius: 50%; background-image: url('../img/arrow_14x8_black_top.png'); background-repeat: no-repeat; background-size: 14px 8px; background-position: center;}


/* 클릭 gnb */
.click_header_dim{width: 100%; position: fixed; height: 100%; left: 0; top: 0; background-color: #000; opacity: 0.6; z-index: 100; display: none;}
.click_header_wrap {position: fixed; right:-100%; z-index: 10001; height: 100%; transition: all 0.5s; background-color: #6738ff; width: 424px;}
.click_header_wrap.active{right:0;}
.click_header_wrap > div {overflow-y:auto; width: 100%; height: 100%; }
.click_header_wrap .click_header_con .click_header_top_inner { display: flex; flex-direction: column; }
.click_header_wrap .header_fixed_menu_box{background-color: #7750f6; margin-bottom: 36px; padding-left:36px; padding-right:36px; padding-top: 18px; padding-bottom: 20px;}
.click_header_wrap .logo_box{display: table; width: 100%; box-sizing: border-box; padding-top: 72px; padding-right: 36px; padding-bottom: 48px; padding-left: 36px;}
.click_header_wrap .logo_box .title{}
.click_header_wrap .logo_box .web_logo {  font-size:42px; font-size:4.2rem; line-height:48px; line-height:4.8rem; letter-spacing: -0.04em; font-weight: 700; color: #ffffff; }
.click_header_wrap .logo_box .close_menu {display:table-cell; cursor: pointer;}
.click_header_wrap .logo_box .close_menu > img{width: 19px; height: 19px;}
.click_header_wrap .logo_box .m_logo{display: inline-block; text-align: left; width: 162px;}
.click_header_wrap .gnb_wrap{text-align: left !important;}
.click_header_wrap .gnb_wrap > li{text-align: left !important;}
.click_header_wrap .gnb_wrap > div{font-size:0; text-align: left;}
.click_header_wrap .gnb_wrap > div > ul > li{position:relative; display:block; box-sizing:border-box; padding-right: 0;}
.click_header_wrap .gnb_wrap > div > ul > li > a{display: block; padding-bottom: 20px; margin-bottom: 15px;
    background-image:url("../img/new/m_arrow.png"); background-repeat: no-repeat; background-position: right top 10px; background-size:16px 9px;
    transition:all 0s; transition-delay: .3s; border-bottom: 2px solid transparent;
     font-size:21px; font-size:2.1rem; line-height:27px; line-height:2.7rem; letter-spacing: -0.02em; font-weight: 500; color:#fff;  position: relative;}
.click_header_wrap .gnb_wrap > div > ul > li > a:after{content: ''; position:absolute; width:0px; top:11px; right:0; border-bottom: 2px solid #fff; transition: width 0.5s; transform: translateY(50%);}
.click_header_wrap .gnb_wrap > div > ul > li.list_on > a {color:#fff; transition:all 0s; transition-delay:0s; background-size: 21px 0px;}
.click_header_wrap .gnb_wrap > div > ul > li.list_on > a:after{content: ''; width:100%; transition: width 0.5s;}
.click_header_wrap .gnb_wrap > div > ul > li > a > span {display: inline-block; padding-right: 27px; position: relative; z-index: 1; background-color: #6738ff;}
.click_header_wrap .gnb_wrap > div > ul > li > ul{height:0; overflow: hidden;}
.click_header_wrap .gnb_wrap > div > ul > li > ul > li{font-size:18px; font-size:1.8rem; line-height:24px; line-height:2.4rem; letter-spacing: -0.045em; color: #fff; font-weight: 300;}
.click_header_wrap .gnb_wrap > div > ul > li.active.list_on > ul{margin-bottom: 55px;}
.click_header_wrap .gnb_wrap > div > ul > li > ul > li:first-child > a{padding-top:0;}
.click_header_wrap .gnb_wrap > div > ul > li > ul > li:last-child > a{padding-bottom:0px;}
.click_header_wrap .gnb_wrap > div > ul > li > ul > li > a{display: block; padding-top:12px; padding-bottom:5px;}
.click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul{padding-top: 15px; padding-bottom: 15px;} /*3depth*/
.click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul > li{display: block; margin-bottom: 11px;}
.click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul > li:last-child{margin-bottom: 0px;}
.click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul > li > a{position: relative; display:inline-block; padding-left: 20px; color:#fff;}
.click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul > li > a::after{content:''; position: absolute; top:10px; left:0; width:9px; border-bottom:2px solid #fff;}


.click_header_wrap .member_menu_wrap{}
.click_header_wrap .header_util_list_wrap {}
.click_header_wrap .header_util_list_wrap ul { display: flex; }
.click_header_wrap .header_util_list_wrap ul > li { position: relative; padding-right: 14px; margin-right: 13px; transition: padding-right .2s; }
.click_header_wrap .header_util_list_wrap ul > li:last-child { margin-right: 0; padding-right: 0;}
.click_header_wrap .header_util_list_wrap ul > li:last-child::after { content: none; }
.click_header_wrap .header_util_list_wrap ul > li::after { content: ''; position: absolute; top: 5px; right: 0; height: calc(100% - 7px); border-right: 1px solid rgba(255,255,255,0.3); }
.click_header_wrap .header_util_list_wrap ul > li > a { font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.02em; font-weight: 300; color: #fff;}
.click_header_wrap .header_util_list_wrap ul > li > a > span { display: inline-block; position:relative; transition: all 0.2s ease; }
.click_header_wrap .header_util_list_wrap ul > li > a > span::after { content: ''; position: absolute; top: 7px; right: 0; width: 0; height: 10px; background-image: url("../img/arrow_fff_5x10_lite.png"); background-size: 5px 10px; background-repeat: no-repeat; background-position: center center; }
[data-wv-os="Mac"] .click_header_wrap .header_util_list_wrap ul > li > a > span::after { background-image: url("../img/retina/arrow_fff_5x10_right_lite_mac.png");  top: 8px;}
[data-wv-pc="mobile"] .click_header_wrap .header_util_list_wrap ul > li > a > span::after { background-image: url("../img/retina/arrow_fff_5x10_right_lite_mac.png");  }
.click_header_wrap .header_util_list_wrap .header_util_list_con{font-size: 0;}
.click_header_wrap .header_util_list_wrap .header_util_list{display: inline-block; vertical-align: middle; position: relative;}
.click_header_wrap .header_util_list_wrap .header_util_list > a{display: inline-block; vertical-align: middle;
    font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; letter-spacing: -0.045em; font-weight: 300; color:#fff;}
.click_header_wrap .header_util_list_wrap .header_util_list:first-child{padding-right: 18px; margin-right: 13px;}
.click_header_wrap .header_util_list_wrap .header_util_list:first-child::after{content: ''; position: absolute; top:4px; right:0; height: 18px; border-left:2px solid rgba(255,255,255,0.15);}
.click_header_wrap .header_video_con{ margin-top: 2px;}
.click_header_wrap .header_video_con > a{display: inline-block; padding-left: 24px; font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; letter-spacing: -0.045em; font-weight: 300; color:#fff; background-image: url('../img/new/video_play_icon.png'); background-position: left top 2px; background-size: 16px 16px; background-repeat: no-repeat;}
.click_header_close_con{display: none; position: absolute; top:60px; right: 60px; cursor: pointer; opacity: 0.4; transition: all 0.2s ease;}
.click_header_close_con img{width:38px;}
.click_header_close_con img.default_img{display:inline;}
.click_header_close_con img.hover_img{display:none;}

/* 업그레이드 로그인 비밀번호찾기 회원가입 숨김 */
.click_header_wrap .gnb_wrap > div > ul > li.menu_1_5{display: none;}
.click_header_wrap .gnb_wrap > div > ul > li.menu_1_6{display: none;}
.click_header_wrap .gnb_wrap > div > ul > li.menu_1_7{display: none;}
.click_header_wrap .gnb_wrap > div > ul > li.menu_1_8{display: none;}

.click_header_wrap .sns_wrap ul { display: flex; justify-content: flex-end; align-items: center; }
.click_header_wrap .sns_wrap ul > li { padding-left: 14px; padding-right: 14px; transition: padding .2s;}
[data-wv-pc="mobile"] .click_header_wrap .sns_wrap ul > li:last-child { padding-right: 0; }
.click_header_wrap .sns_wrap ul > li:hover { padding-left: 17px; padding-right: 17px; }
/*.click_header_wrap .sns_wrap ul > li:last-child { margin-right: 0; }*/
.click_header_wrap .sns_wrap ul > li > a { display: inline-block; width: 32px; height: 32px; transition: transform .2s;}
.click_header_wrap .sns_wrap ul > li:hover > a { transform: scale(1.3); }
.click_header_wrap .sns_wrap ul > li:last-child > a { width: 38px; height: auto; }
.click_header_wrap .sns_wrap ul > li:last-child:hover > a { transform: scale(1.3); }
.click_header_wrap .sns_wrap ul > li:last-child > a > img { margin-top: 2px; }


/* fixed_header_wrap */
.fixed_header_wrap {position: fixed; top:0; left:0; z-index: 10000; transform:translateY(-101%); transition: all 0.4s;}
.fixed_header_wrap.fixed{transform: translateY(0);}
.fixed_header_wrap .fixed_header_inner{ text-align: center; height: 65px;}
.fixed_header_wrap .fixed_logo_con{ position: absolute; left: 0; font-size:0; line-height:0; top: 24px; display: none;}
.fixed_header_wrap .fixed_menu_con{display: none;}
.fixed_header_wrap .fixed_menu_list{text-align: center; font-size:0; line-height:0;}
.fixed_header_wrap .fixed_menu_list > li{display:inline-block; vertical-align: middle; padding-right:15px; margin-right:15px; position: relative;}
.fixed_header_wrap .fixed_menu_list > li:after{ display: none; content:""; position: absolute; top:50%; right:0; transform: translateY(-50%); margin-top:1px; height:15px; border-right:1px solid #000; opacity: 0.15; filter:alpha(opacity=15);}
.fixed_header_wrap .fixed_menu_list > li > a{ font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 600; letter-spacing: -0.01em; display:block; padding-bottom: 13px;}
[data-wv-os="Mac"] .fixed_header_wrap .fixed_menu_list > li > a { letter-spacing: -0.02em; font-weight: 500; padding-bottom: 12px; }
.fixed_header_wrap .fixed_menu_list > li:nth-child(5){padding-right:0; margin-right:0;}
.fixed_header_wrap .fixed_menu_list > li:nth-child(5):after{display:none;}
.fixed_header_wrap .fixed_menu_list > li:nth-child(6){display:none;}
.fixed_header_wrap .fixed_menu_list > li:nth-child(7){display:none;}
.fixed_header_wrap .fixed_menu_list > li:nth-child(8){display:none;}
.fixed_header_wrap .fixed_menu_list > li:nth-child(9){display:none;}
.fixed_header_wrap .fixed_menu_list > li.active > ul > li.active > a > span { color: #fff; }
.fixed_header_wrap h1{}
.fixed_header_wrap .fixed_logo { display: inline-block; width: 133px; padding-top: 3px;}
[data-wv-os="Mac"] .fixed_header_wrap .fixed_logo { padding-top: 1px;}
.fixed_header_wrap .fixed_logo.weven {width: 92px;}
.fixed_header_wrap .fixed_logo .default {  }
.fixed_header_wrap .fixed_logo .retina { display: none; width: 133px;}
[data-wv-pc="mobile"] .fixed_header_wrap .fixed_logo .default { display: none; }
[data-wv-pc="mobile"] .fixed_header_wrap .fixed_logo .retina { display: block; }
[data-wv-os="Mac"] .fixed_header_wrap .fixed_logo .default { display: none; }
[data-wv-os="Mac"] .fixed_header_wrap .fixed_logo .retina { display: block; }
.fixed_header_wrap .fixed_header_util_list_wrap{float:left; margin-top: -6px;}
.fixed_header_wrap .header_util_list_con{overflow: hidden; font-size:0; line-height:0; margin-right: 37px;}
.fixed_header_wrap .header_util_list_con > li{display:inline-block; vertical-align: middle; margin-right: 18px;}
.fixed_header_wrap .header_util_list_con > li:last-child{margin-right: 0;}
.fixed_header_wrap .header_util_list_con > li > a{font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; letter-spacing: -0.035em; color:#000; font-weight:400;
    display:block; padding-right: 0; transition: all .3s; background-repeat: no-repeat; background-position: right 3px top 5px;}
.fixed_header_wrap .btn_style_4_con { display: none; position: absolute; top: -4px; right: 55px; }


.fixed_menu_icon_con { position: fixed; right: 20px; top: 20px; z-index: 10003; transform: scale(0.8);}
.fixed_menu_icon_con.fixed .menu_icon{display:block; position: relative; width:34px; height:20px;}
.fixed_menu_icon_con.fixed .menu_icon.active > span { height: 2px; width:calc(100% - 1px); }
.fixed_menu_icon_con.fixed .menu_icon.active > span:first-child { transform: rotate(45deg); background-color: #fff; top: 9px; transition: top .2s ease-out,transform .2s 0.2s ease-out, background-color .2s ease-out; }
.fixed_menu_icon_con.fixed .menu_icon.active > span:last-child { width: 100%; transform: rotate(-45deg); background-color: #fff; top: 9px; transition: top .2s ease-out,transform .2s 0.2s ease-out, background-color .2s ease-out;}
.fixed_menu_icon_con .menu_icon > span {position: absolute; width:100%; height:4px; background-color:#000; top:3px; left:0; transition: top .2s .2s ease-out,transform .2s ease-out, background-color .2s .2s ease-out; }
.fixed_menu_icon_con .menu_icon > span:last-child { top: 14px; left:0;transition: width .15s, top .2s .2s ease-out, transform .2s ease-out, background-color .2s .2s ease-out; }

.wrapper.login .header_member_list_wrap{display: none;}
.wrapper.login .header_right_con{display: none;}



/* 감상하기 - 팝업 */
.view_popup_wrap{position: fixed !important; z-index: 10002; top:10%; margin-top: 0 !important; left: 0 !important; margin-left: 0 !important; display:none; background-color: #1f2123;
    transition:top .2s, opacity .2s; opacity:0; overflow-y: auto; -webkit-overflow-scrolling:touch;}
.view_popup_wrap.on{ display: block; }
.view_popup_wrap.popup_on{top: 0; opacity:1; transition:top .6s .3s, opacity .4s .3s; }
[data-wv-os="Mac"] .view_popup_wrap.popup_on { -webkit-transition:top .5s, opacity .8s; }
.view_popup_dim {position: fixed; display: none; top:0; left:0; width:100%; height:100%; background-color: #1b1c1e; opacity: 0; transform: translateY(15%); transition:transform .4s, opacity .4s; z-index:10001;}
.view_popup_dim.on { display: block; }
.view_popup_dim.popup_on{ transform:translateY(0); opacity: 1; transition:transform .8s, opacity .4s; }
.view_popup_wrap .content_wrap{z-index: 10; transition:all .2s ease; padding-top:0; }
.view_popup_wrap .content_wrap.opacity_off{opacity:0 !important;}
.view_popup_wrap .content_wrap .bg_wrap {position: absolute; z-index: 1; top: 0; left: 0; background-color: transparent; height: 100%;}
.view_popup_wrap .content_wrap .bg_wrap .top_bg_box{background-color:#f0eff8; height:1088px;}
.view_popup_wrap .content_wrap .bg_wrap .bottom_bg_box{background-color:#f0eff8; height:calc(100% - 1088px);}
.view_popup_wrap .content_wrap .top_con{position: fixed; top:0; left: 0; z-index: 4;}
.view_popup_wrap.site_open_wrap .content_wrap .top_con{margin-bottom: 74px;}
.view_popup_wrap .content_wrap .top_con .logo{float: left; margin: 48px 0px 0px 51px;}
.view_popup_wrap .content_wrap .fixed_btn_con{position: fixed; top:24px; right:calc( (100% - ((1060 / 1400) * (100% + 100px))) / 2  ); z-index:9;
    display: flex; flex-direction: column; align-items: center;}

[data-wv-agent="iphone"] .view_popup_wrap .content_wrap .fixed_btn_con{position: -webkit-sticky; position: sticky; width: 41px; height: 41px; float: right; top:24px; right:calc( (100% - ((1060 / 1400) * (100% + 100px))) / 2  ); z-index:9;
    display: flex; flex-direction: column; align-items: center;}

.view_popup_wrap .content_wrap .top_con .close_btn img{}
.view_popup_wrap .content_wrap .content_con{}
.view_popup_wrap .content_wrap .step1,.view_popup_wrap .content_wrap .step2,.view_popup_wrap .content_wrap .step3{overflow: hidden; position: absolute; width: 100%;}

[data-wv-agent="iphone"] .view_popup_wrap .content_wrap .step1,.view_popup_wrap .content_wrap .step2,.view_popup_wrap .content_wrap .step3{overflow: visible; position: absolute; width: 100%;}

.view_popup_wrap .content_wrap .main_content_con{ padding-top: 40px; display: flex; align-items: stretch; justify-content: space-between;}
#blockDetailPopup .content_wrap .main_content_con{ padding-top: 67px; }
.view_popup_wrap .content_wrap .main_content_inner{z-index: 3; transition:margin .6s ease, opacity .8s ease; margin-top:0; }
.view_popup_wrap .content_wrap .sub_content_con{padding-top: 110px; margin-bottom: 145px;}
.view_popup_wrap .content_wrap .sub_content_inner{}

.view_popup_wrap .content_wrap .main_content_inner .userface_wrap { display: flex; align-items: center; }
.view_popup_wrap .content_wrap .main_content_inner .userface_wrap .userface { width:35px; height:35px; display: flex; align-items: center; justify-content: center; }
.view_popup_wrap .content_wrap .main_content_inner .userface_wrap .userface img { border-radius: 50%; height: 100%;}
.view_popup_wrap .content_wrap .main_content_inner .userface_wrap .user_info { font-size:0; line-height:0; }
.view_popup_wrap .content_wrap .main_content_inner .userface_wrap .user_info > li {display: inline-block; vertical-align: middle; font-family:'Helvetica Neue', 'Noto Sans KR'; font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; font-weight: 300; letter-spacing: 0.04em; color: #fff; }
[data-wv-os="Mac"] .view_popup_wrap .content_wrap .main_content_inner .userface_wrap .user_info > li { font-weight: 300; }


.view_popup_wrap .content_wrap .main_content_con .move_btn_con { display: none; min-width: 80px; justify-content: center; width: calc((100% - 1760px) / 2);}
.view_popup_wrap .content_wrap .main_content_con .move_btn_con.on { cursor: pointer; }
.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn { position: fixed; }
.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn.prev { top: calc(50% + 22px);}
.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn.next { top: calc(50% - 48px);  }
.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn img { width: 0;}
.view_popup_wrap .content_wrap .main_content_con .move_btn_con.on .move_btn img { width: 30px; }

.view_popup_wrap .go_to_top_btn_con { position: fixed; right: 14px; bottom: 20px; z-index: 10002; width: 50px; height: 50px; display: none; justify-content: center; align-items: center; cursor: pointer; }
.view_popup_wrap .go_to_top_btn_con .go_to_top_btn { position: relative; padding-top: 14px; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 700; letter-spacing: 0.04em; color: #fff; transition: color .2s;}
.view_popup_wrap .go_to_top_btn_con .go_to_top_btn::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height:0; border-bottom: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; }

.view_popup_wrap .popup_header_con{position: fixed; top:0; left:0; z-index: 11;}
.view_popup_wrap .popup_header_con .popup_top_content_wrap { display: flex; align-items: center; }
.view_popup_wrap. .popup_header_inner {  }
.view_popup_wrap .popup_header_con .popup_header_inner{ position: fixed; top: 0px; z-index: 1; transform: translateY(-100%); background-color: #1f2123; }
#blockDetailPopup .popup_header_con .popup_header_inner { display: block; transform: translateY(0); opacity: 0; }
#blockDetailPopup .popup_header_con .popup_header_inner.fixed { opacity: 1; transition: opacity 0.4s 0.4s; }
.view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box { padding: 17px 20px 10px;}
#blockDetailPopup .popup_header_con .popup_header_inner .popup_header_box { padding: 17px 20px 18px;}
.view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box .create_site_btn_con { display: none; }
.view_popup_wrap .popup_header_con .popup_fixed_title_con{display:block;}
.view_popup_wrap .popup_fixed_title_con{float:left; /*display:none; */font-size:0; line-height:0; /*width:calc(100% - 280px);*/ overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
.view_popup_wrap .popup_fixed_title_con.off { opacity: 0; }
#pageDetailPopup.view_popup_wrap .popup_fixed_title_con{font-size:22px; font-size:2.2rem; line-height:28px; line-height:2.8rem; letter-spacing: 0.04em; color:#fff; font-weight:500; }
.view_popup_wrap .popup_fixed_title_con span{font-size:26px; font-size:2.6rem; line-height:35px; line-height:3.5rem; letter-spacing: 0.04em; color:#fff; font-weight:500; }
.view_popup_wrap .popup_fixed_title_con .opacity{opacity:0.2;}
.view_popup_wrap .popup_fixed_title_con .popup_fixed_title {  font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; font-weight: 400; letter-spacing: -0.02em; color: #fff; }
.view_popup_wrap .popup_fixed_btn_con{float:right; font-size:0; line-height:0; text-align: right;}
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn{ font-size: 0; line-height: 0; margin-right: 35px; position: relative; display:inline-block; vertical-align: top; text-align: center; width: 18px; height: 25px; background-repeat: no-repeat; background-size: 18px 17px; background-position: center center; background-image: url('../img/18x17_ffffff_X_icon.png'); transition: opacity 0.2s ease; opacity: 0.3;}
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn:hover { opacity: 1; }
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn:last-child{ margin-right: 0; }
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn.top{display:none; background-image: url('../img/arrow_17x9_ffffff_top.png'); background-size: 17px 9px;}
.view_popup_wrap .popup_header_con.fixed .popup_fixed_btn_con .popup_fixed_btn.top{display:inline-block; margin-right: 39px;}
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn.prev {background-image: url('../img/arrow_9x17_ffffff_left.png'); background-size: 9px 17px; margin-right: 41px;}
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn.next {background-image: url('../img/arrow_9x17_ffffff_right.png'); background-size: 9px 17px;}

.view_popup_wrap .popup_fixed_size_btn_con { font-size:0; line-height:0; position: absolute; left: 50%; bottom: 37px; transform: translate(-50%, 0); }
.view_popup_wrap .popup_header_con .popup_fixed_size_btn_con { bottom: 16px; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn{ display: inline-block; position: relative; opacity: 0.3; box-sizing: border-box; padding: 3px; margin-right: 19px; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img { width: 18px; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.retina { display: none; }
[data-wv-pc="mobile"] .view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.default { display: none; }
[data-wv-pc="mobile"] .view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.retina { display: inline-block; }
[data-wv-os="Mac"] .view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.default { display: none; }
[data-wv-os="Mac"] .view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.retina { display: inline-block; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn.web > img { width: 30px; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn:last-child{ margin-right: 0; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn.active{ opacity: 1; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn:hover { opacity: 1; }

.popup_title_desc_con {color: #fff; text-align: left;}
.popup_title_desc_con .title_con{}
.popup_title_desc_con .title_con .title{opacity: 0; transition:all .4s .3s ease; display:none; font-size:0; line-height:0;}
#pageDetailPopup .popup_title_desc_con .title_con .title{font-size: 25px; font-size: 2.5rem; line-height: 31px; line-height: 3.1rem; letter-spacing: 0.04em; font-weight: 500; color: #fff; }
.popup_title_desc_con .title_con .title.on{display:block;}
.popup_title_desc_con .title_con .title.event_on{opacity:1;}
.popup_title_desc_con .title_con .title span{font-size: 25px; font-size: 2.5rem; line-height: 31px; line-height: 3.1rem; letter-spacing: 0.04em; font-weight: 500; color: #fff;}
.popup_title_desc_con .title_con .title .opacity{opacity: 0.2;}
.popup_title_desc_con .title_con .serial_no{margin-top: 20px; font-family: "Helvetica Neue"; font-size: 18px; font-size: 18px; line-height: 1.8px; line-height: 1.8rem; font-weight: 400; letter-spacing: -0.02px;}
.popup_title_desc_con .desc_con{}
.popup_title_desc_con .desc_con .name{text-transform: uppercase; color: #fff; font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; letter-spacing: 0.06em; font-weight: 300; opacity: 0; transition:all .4s .4s ease; display:none;}
.popup_title_desc_con .desc_con .name.on{display:block;}
.popup_title_desc_con .desc_con .name.event_on{opacity: 1;}
.popup_title_desc_con .desc_con .desc{font-size: 17px; font-size: 1.7rem; line-height: 28px; line-height: 2.8rem; letter-spacing: -0.01em; font-weight: 100; word-break: keep-all;}
.popup_title_desc_con .desc_con .desc br{display:none;}
.popup_title_desc_con .date{font-size: 21px; font-size: 2.1rem; line-height: 27px; line-height: 2.7rem; letter-spacing: 0.04em; font-weight: 400; color:#fff; word-break: keep-all;
    position: absolute; top:0; right:0;}


/* portfolio popup */
.list_style_1_con{}
.list_style_1_con li{position: relative; padding-left:13px; box-sizing: border-box; margin-bottom: 8px;}
.list_style_1_con li:before{content: ""; border-bottom: 1px solid #000; position: absolute;  top: 16px;  left: 0;  width: 5px;}

.popup_title_desc_con{padding-left: 35px;}

.theme_img_con{opacity: 0; display:none; font-size:0; line-height:0; text-align: center;}
.theme_img_con.on{display:block;}
.theme_img_con .theme_img_box_list{margin-bottom: 0; font-size: 0; line-height: 0;}
.theme_img_con img { width: 100%; margin-bottom: 30px; }
#blockDetailPopup .theme_img_con img { opacity: 0; transition: opacity 1s, background-image .5s; }
#blockDetailPopup .theme_img_con img.lazy { opacity: 1; }
#blockDetailPopup .theme_img_con img.loaded { opacity: 1; }

.theme_mobile_img_con { opacity: 0; transition:all .4s .2s ease; display:none; font-size:0; line-height:0; }
.theme_mobile_img_con.on {display: block;}
.theme_mobile_img_con.event_on { opacity: 1; }

.view_popup_wrap .create_site_btn_con { font-size: 0; line-height: 0; margin-bottom: 50px; display: flex; justify-content: center; }
.view_popup_wrap.site_open .create_site_btn_con .create_site_btn { animation: expand 0.8s ease-in alternate-reverse infinite; }
.view_popup_wrap .design_info_wrap .create_site_btn_con { display: none; }
.view_popup_wrap .create_site_btn_con.fixed { position: fixed; /*left: 0; */top: 30px; margin-top: 0; z-index: 11; }
.view_popup_wrap .create_site_dim { width: 100%; position: fixed; height: 100%; left: 0; top: 0; background-color: #000; opacity: 0.6; z-index: 10; display: none; }
.view_popup_wrap .create_site_dim.on { display: block; }
.create_site_btn_con .create_site_btn { width: 250px; padding: 14px 20px 17px 28px; cursor: pointer;  font-size:17px; font-size:1.7rem; line-height:24px; line-height:2.4rem; font-weight: 700; letter-spacing: -0.0em;  color:#fff; word-break: keep-all; border-radius: 4px; background-color: #6738ff;}
[data-wv-os="Mac"] .create_site_btn_con .create_site_btn{ padding: 17px 20px 15px 28px; }
[data-wv-pc="mobile"] .create_site_btn_con .create_site_btn{ padding: 17px 20px 15px 28px; }
.create_site_btn_con .create_site_btn > span{display: inline-block; position: relative; padding-left: 28px; padding-right: 90px; }
.create_site_btn_con .create_site_btn > span::before { content: ''; position: absolute; top: 5px; left: 0; width: 23px; height: 18px; background-image: url("../img/makesite_icon.png"); background-size: 23px 18px; background-position: center center; background-repeat: no-repeat; }
[data-wv-pc="mobile"] .create_site_btn_con .create_site_btn > span::before { background-image: url("../img/retina/makesite_icon_mac.png"); top: 2px; }
[data-wv-os="Mac"] .create_site_btn_con .create_site_btn > span::before { background-image: url("../img/retina/makesite_icon_mac.png"); top: 3px; }
.create_site_btn_con .create_site_btn > span::after { content: ''; position: absolute; top: 1px; right: 0; width: 82px; height: 26px; background-image: url("../img/makesite_sale.png"); background-size: 82px 26px; background-position: center center; background-repeat: no-repeat; }
[data-wv-pc="mobile"] .create_site_btn_con .create_site_btn > span::after { background-image: url("../img/retina/makesite_sale_mac.png"); top: -2px; }
[data-wv-os="Mac"] .create_site_btn_con .create_site_btn > span::after { background-image: url("../img/retina/makesite_sale_mac.png"); top: -1px; }

.create_site_btn_con .create_site_btn .create_site_free_btn{position: relative; width:77px; text-align: center; margin-left: 12px; padding-bottom: 1px;
    display: inline-block; font-size:15px; font-size:1.5rem; line-height:24px; line-height:2.4rem; font-weight: 300; letter-spacing: -0.06em; color:#fff;
    border:1px solid #fff; border-radius: 3px; box-sizing: border-box;}
.create_site_btn_con .create_site_btn .create_site_free_btn::before{content: ""; position: absolute; z-index: 1; left: -4px; top:8px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 4px solid #6738ff; border-left: none;}
.create_site_btn_con .create_site_btn .create_site_free_btn::after{content: ""; position: absolute; left: -5px; top:7px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #fff; border-left: none;}

@keyframes expand { from { background-color: #6738ff; opacity:0.6; } to { background-color: #8c58ff; opacity:1; } }


@media all and (min-width: 992px){
    .header_wrap .header_member_list_con{margin-top: 0;}
    .header_wrap .header_member_list_con .header_member_list:after{ height: calc(100% - 11px); }

    .header_wrap .gnb_wrap > li > a:hover { color: #6738ff;}
    .header_wrap .gnb_wrapper { padding-top: 21px; }
    [data-wv-os="Mac"] .header_wrap .gnb_wrapper { padding-top: 23px; }


    .header_wrap{padding-left: 40px; padding-right: 0; padding-top: 25px;}
    .header_wrap .header_left_con{margin-top: 3px;}
    .header_wrap .logo_con { margin-right: 35px; margin-top: 0; padding-bottom: 0;}

    /*.site_open_btn_con {display: block;}
    .header_wrap .site_open_btn_con { margin-left: 21px; margin-right: 120px; transform: none; }
    [data-wv-os="Mac"] .header_wrap .site_open_btn_con{margin-bottom: 2px;}
    .header_wrap .site_open_btn_con:hover { margin-left: 10px; margin-right: 108px; }
    .fixed_header_wrap .site_open_btn_con{display: block;}
    .fixed_header_wrap .site_open_btn_con:hover { right: 48px; }
    .fixed_header_wrap .site_open_btn_con:hover .site_open_btn { padding-left: 6px; padding-right: 7px; }
    .site_open_btn_con:hover .site_open_btn { padding-left: 11px; padding-right: 12px; }
    .site_open_btn_con:hover .site_open_btn > span { padding-left: 0; }
    .site_open_btn_con:hover .site_open_btn > span::after { width: 6px; right: 6px; }
    .fixed_header_wrap .site_open_btn_con:hover .site_open_btn > span::after { right: 8px; }*/

    .header_util_list_con .btn_style_4_con { margin-left: 15px; margin-right: 114px; }

    .header_wrap .menu_container{position: absolute; float:left; display: flex; align-items: center; justify-content: center; height: 80px; top:0px; right: 40px;}

    .header_wrap .header_contents_inner{display: block;}
    .header_wrap .header_top_container .menu_icon_con{display: none;}

    .header_wrap .member_img_con{display: block;}
    .header_wrap .member_id_con{display: block;}


    .header_wrap .header_member_list_con .header_member_list{ margin-right: 6px; padding-right: 16px; }
    .header_wrap .header_member_list_con .header_member_list:last-child { padding-right: 0; }
    .header_wrap .header_member_list_con .header_member_list:hover { padding-right:15px; }
    .header_wrap .header_member_list_con .header_member_list > a:hover > span { padding-right: 13px; }
    .header_wrap .header_member_list_con .header_member_list > a:hover > span::after { width: 5px; }
    .header_wrap .header_member_list_con .header_member_list > a{font-size:16px; font-size:1.6rem; line-height:26px; line-height:2.6rem; }
    .header_wrap .header_member_list_con .header_member_list > a > span::after { top: 7px;}

    .origin_menu_icon_con { top: 36px; right: 40px; transform: scale(1);}
    [data-wv-agent="ipad"] .origin_menu_icon_con{top: 32px;}
    [data-wv-os="Mac"] .origin_menu_icon_con{top: 34px;}
    /*.origin_menu_icon_con.active { top: 23px; right: 23px; }*/
    .origin_menu_icon_con .menu_icon > span { height: 6px; }
    .origin_menu_icon_con .menu_icon > span:last-child{/*width: 66.66%;*/ top: 14px;}
    /*.origin_menu_icon_con .menu_icon.active:hover > span:first-child { transition: top .2s ease-out,transform .2s .2s ease-out, background-color .2s ease-out; }
    .origin_menu_icon_con .menu_icon.active:hover > span:last-child { transition: top .2s ease-out,transform .2s .2s ease-out, background-color .2s ease-out; }*/
    .origin_menu_icon_con .menu_icon:hover > span { background-color: #8c58ff; transition: background-color .2s, transform .2s ease-out, top .2s .2s ease-out; }

    .fixed_menu_icon_con { top: 18px; right: 29px; transform: translateY(calc(-100% - 19px)) scale(1); transition: transform 0.4s, top 0.4s; }
    .fixed_menu_icon_con.fixed.active { top: 23px; right: 38px; }
    .fixed_menu_icon_con.fixed { transform:translateY(0); }
    .fixed_menu_icon_con.fixed .menu_icon { width: 30px; }
    .fixed_menu_icon_con.fixed .menu_icon.active { transform: translateX(14px); }
    .fixed_menu_icon_con.fixed .menu_icon > span { height: 3px; }
    .fixed_menu_icon_con .menu_icon > span:last-child{width: 66.66%; top: 13px; }
    .fixed_menu_icon_con.fixed .menu_icon.active:hover > span:first-child { transition: top .2s ease-out,transform .2s .2s ease-out, background-color .2s ease-out; }
    .fixed_menu_icon_con.fixed .menu_icon.active:hover > span:last-child { transition: top .2s ease-out,transform .2s .2s ease-out, background-color .2s ease-out;}
    .fixed_menu_icon_con .menu_icon:hover > span { background-color: #8c58ff; transition: background-color .2s, transform .2s ease-out, top .2s .2s ease-out; }
    .fixed_menu_icon_con .menu_icon:hover > span:last-child{ width: 100%; transition: width .15s, background-color .2s, top .2s .2s ease-out, transform .2s ease-out;}


    .header_wrap .logo_con .logo {width: 150px;}

    /* main */
    .main .header_wrap .gnb_container{width: calc(100% - 95px); padding-left: 60px; padding-right: 37px;}
    .main .header_wrap .menu_container{top:52px; right: 60px;}
    .main .header_wrap .header_util_list_wrap{display: block;}
    .main .header_wrap .header_top_container{padding-right: 54px; margin-top: 42px;}

    /* 클릭 gnb */
    .click_header_wrap { width: 100%; }
    .click_header_wrap > div{max-width: none; width: 100%; }
    .click_header_wrap .click_header_con{top:50%; transform: translateY(-50%); padding-bottom: 20px;}
    .click_header_wrap .click_header_con .click_header_top_inner { flex-direction: row; justify-content: space-between; align-items: flex-end; }
    .click_header_wrap .header_fixed_menu_box{background-color: transparent; margin-bottom: 0; padding: 0;}
    .click_header_wrap .logo_box{width: auto; padding: 0;}
    .click_header_wrap .logo_box .close_menu{display: none;}
    .click_header_wrap .logo_box .m_logo{display: none;}
    .click_header_wrap .logo_box .close_menu > img{width: 24px; height: 24px;}
    .click_header_wrap .gnb_wrap > li:nth-child(4){padding-right: 0px;}
    .click_header_wrap .gnb_wrap > div > ul{width:calc(100% + 30px); margin-left: -30px;}
    .click_header_wrap .gnb_wrap > div > ul > li{display: inline-block; width:20%; padding-left: 30px; box-sizing: border-box; vertical-align: top; margin-bottom: 6px;}
    .click_header_wrap .gnb_wrap > div > ul > li > ul{height:auto; overflow: hidden;}
    .click_header_wrap .gnb_wrap > div > ul > li.list_on > ul{margin-bottom: 0px;}
    .click_header_wrap .gnb_wrap > div > ul > li:hover > a::before{transform: translateX(0);}
    .click_header_wrap .gnb_wrap > div > ul > li.active > a:before{transform: translateX(0);}

    .click_header_wrap .gnb_wrap > div > ul > li > a{padding-bottom:15px; margin-bottom: 24px; background-image: none; overflow: hidden; }
    .click_header_wrap .gnb_wrap > div > ul > li > a:before{content:""; position: absolute; bottom:0; left:0; width:100%; border-bottom:2px solid #fff; transition:transform .3s; transform: translateX(-100%);}
    .click_header_wrap .gnb_wrap > div > ul > li > a:after{display: none;}
    .click_header_wrap .gnb_wrap > div > ul > li.list_on > a{width: 200px;}
    .click_header_wrap .gnb_wrap > div > ul > li > a > span{display: inline; padding-right: 0;}
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li{margin-bottom: 4px; }
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li > a{display:inline-block; box-sizing: border-box; padding-top: 0; padding-right:10px; transition: all .3s ease;}
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li > a > span{ font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.0em; font-weight: 300; color: rgba(255,255,255,0.8); transition: color 0.2s ease; }
    [data-wv-os="Mac"] .click_header_wrap .gnb_wrap > div > ul > li > ul > li > a > span{ font-weight: 300;}
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li > a:hover > span {color: #fff; font-weight: 400;}
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li.active > a > span{color: #fff; font-weight: 400;}
    .click_header_wrap .gnb_wrap > div > ul > li:last-child > ul{transform:translateY(2px);}
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul{padding-top: 6px; padding-bottom: 13px;} /*3depth*/
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul > li{margin-bottom: 7px;}
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul > li > a{padding-left: 13px; transition: all 0.2s ease;}
    .click_header_wrap .gnb_wrap > div > ul > li > ul > li > ul > li > a::after{top:10px; width:5px; border-bottom:1px solid #fff;}

    .click_header_close_con{display: inline-block;}
    .click_header_wrap .header_util_list_wrap .header_util_list{margin-right: 29px;}
    .click_header_wrap .header_util_list_wrap .header_util_list:first-child{padding-right: 0;}
    .click_header_wrap .header_util_list_wrap .header_util_list:first-child::after{border-left:none;}
    .click_header_wrap .header_util_list_wrap .header_util_list:last-child{margin-right: 0;}
    .click_header_wrap .header_util_list_wrap .header_util_list > a{padding-right: 19px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; letter-spacing: -0.01em; background-image: url("../img/new/btn_style_8_type_2_arrow.png"); background-repeat: no-repeat; background-position: right center;}
    .click_header_wrap .header_video_con{display: none;}
    .click_header_close_con:hover{opacity: 1;}

    .click_header_wrap .header_util_list_wrap ul > li { padding-right: 24px; margin-right: 23px; }
    .click_header_wrap .header_util_list_wrap ul > li:hover { padding-right:15px; }
    .click_header_wrap .header_util_list_wrap ul > li:last-child:hover { padding-right: 0; }
    .click_header_wrap .header_util_list_wrap ul > li > a:hover > span { padding-right: 15px; }
    .click_header_wrap .header_util_list_wrap ul > li > a:hover > span::after { width: 5px; }

    .fixed_header_wrap { padding-top: 13px; padding-bottom: 8px; height: auto; background-color: #FFF; }
    [data-wv-os="Mac"] .fixed_header_wrap { padding-top: 16px; padding-bottom: 5px; }
    .fixed_header_wrap .fixed_header_inner { height: auto; }
    .fixed_header_wrap .fixed_logo_con { margin-top: 3px; top: 0; display: block;}
    .fixed_header_wrap .fixed_menu_con {display: inline-flex;}
    .fixed_header_wrap .btn_style_4_con { display: block; transform: scale(0.8); transform-origin: top right; }
    .fixed_header_wrap .fixed_menu_list > li:hover > a{color:#6d13ff;}
    .fixed_header_wrap .header_util_list_con > li:hover > a{background-image: url('../img/new/header_util_right_arrow.png'); padding-right: 16px; background-size: 6px 11px;}

    /* fixed_header 2depth 관련 css */
    .fixed_header_wrap .fixed_menu_list > li:hover > ul{max-height: 1000px; transition: max-height 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
    .fixed_header_wrap .fixed_menu_list > li:nth-child(2) > ul, .fixed_header_wrap .fixed_menu_list > li:nth-child(4) > ul { display: none !important;}
    .fixed_header_wrap .fixed_menu_list > li > ul{position: absolute; left: calc(50% - 7px); bottom: 0; transform: translate(-50%, 100%); display: block; background-color: #6738ff; border-radius: 7px; overflow: hidden; max-height: 0; transition: max-height 0.3s;}
    .fixed_header_wrap .fixed_menu_list > li:nth-child(5) > ul{left: 50%;}
    .fixed_header_wrap .fixed_menu_list > li > ul > li > a{display: block; padding: 2px 20px 3px 22px; white-space: nowrap; text-align: left;}
    .fixed_header_wrap .fixed_menu_list > li > ul > li:first-child > a{padding-top: 14px;}
    .fixed_header_wrap .fixed_menu_list > li > ul > li:last-child > a{padding-bottom: 16px;}
    [data-wv-os="Mac"] .fixed_header_wrap .fixed_menu_list > li > ul > li:last-child > a{padding-bottom: 14px;}
    .fixed_header_wrap .fixed_menu_list > li > ul > li > a > span{ font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 300; color: rgba(255, 255, 255, 0.6); transition: color 0.2s;}
    .fixed_header_wrap .fixed_menu_list > li > ul > li:hover > a > span{color: #fff;}

    .sub_fixed_header_wrap{display: none;}

    .view_popup_wrap .content_wrap .content_con{}
    .view_popup_wrap .content_wrap .fixed_btn_con > .close_btn{width: 45px; height: 45px; overflow: hidden; border: 2px solid #000; transition:all .2s;}
    .view_popup_wrap .content_wrap .fixed_btn_con > .close_btn:hover{background-color:#ffc514;}
    .view_popup_wrap .content_wrap .fixed_btn_con{right:35px;}

    /* 감상하기 - 팝업 */
    .popup_title_desc_con .title_con{}
    .popup_title_desc_con .title_con .title span{font-size: 29px; font-size: 2.9rem; line-height: 42px; line-height: 4.2rem; text-align: left;}
    .popup_title_desc_con .desc_con .name{font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; letter-spacing: 0.05em;}
    .popup_title_desc_con .desc_con .desc{font-size: 19px; font-size: 1.9rem; line-height: 35px; line-height: 3.5rem;}
    .popup_title_desc_con .desc_con .desc br{display:inline;}
    .popup_title_desc_con .date{font-size: 21px; font-size: 2.1rem; line-height: 27px; line-height: 2.7rem;
        position: absolute;}

    .popup_title_desc_con .title_con .serial_no {display: table-cell; text-align: right; vertical-align: bottom; margin-top: 0;}
    .popup_title_desc_con .desc_con .etc_con {width: 50%;}


    .view_popup_wrap .content_wrap .fixed_btn_con{top:30px; right:30px;}
    .view_popup_wrap .content_wrap .fixed_btn_con > .top_btn{display: block;}

    .theme_img_con img { margin-bottom: 80px; }

    /*scroll bar css*/
    .view_popup_wrap{
        scrollbar-base-color: #000;
        scrollbar-Face-Color: #3d3d3d;
        scrollbar-Highlight-Color: #000;
        scrollbar-arrow-color: #000;
    }
    .view_popup_wrap::-webkit-scrollbar {width: 0px; border: 4px solid transparent; }
    .view_popup_wrap::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 5px; background: transparent}
    .view_popup_wrap::-webkit-scrollbar-track { background: transparent; -webkit-box-shadow: inset 0 0 4px transparent}
    .view_popup_wrap::-webkit-scrollbar-thumb { background: transparent; border:12px solid transparent; -webkit-box-shadow: inset 0 0 40px #fff;  }

    .view_popup_wrap .popup_fixed_title_con .popup_fixed_title { font-size:19px; font-size:1.9rem; line-height:25px; line-height:2.5rem; }
    .view_popup_wrap .popup_header_con .popup_header_inner { height: 67px; }
    #blockDetailPopup .popup_header_con .popup_header_inner .popup_header_box { padding: 0 80px; }
    .view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box { padding: 0 80px; }
    .view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box .create_site_btn_con { display: block; }
    .view_popup_wrap .popup_header_con .popup_fixed_size_btn_con { top: 18px; bottom: auto;}
    #blockDetailPopup .popup_header_con .popup_fixed_size_btn_con { top: auto; }

    .view_popup_wrap .create_site_btn_con { display: inline-block; margin-bottom: 0; float: right; margin-top: -62px; }
    .view_popup_wrap .popup_header_con .create_site_btn_con { margin-top: 0; }
    .view_popup_wrap .popup_header_con .create_site_btn_con .create_site_btn { border-radius: 0; padding: 19px 20px 23px 28px; }
    [data-wv-os="Mac"] .view_popup_wrap .popup_header_con .create_site_btn_con .create_site_btn { padding: 21px 20px 21px 28px; }
    .view_popup_wrap .main_content_con .popup_header_inner .create_site_btn_con { display: none; }
    .view_popup_wrap .design_info_wrap .create_site_btn_con { display: inline-block; }
    .create_site_btn_con .create_site_btn { font-size:19px; font-size:1.9rem; line-height:25px; line-height:2.5rem; width: 258px;}

    .view_popup_wrap .content_wrap .main_content_con .move_btn_con { display: flex;}
    .view_popup_wrap .content_wrap .main_content_con .move_btn_con.on .move_btn { opacity: 0.07; top: calc(50% - 18px); transition: opacity .2s, top .2s; }
    .view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn { opacity: 0; }
    .view_popup_wrap .content_wrap .main_content_con .move_btn_con.on:hover .move_btn { opacity: 1; }

    .view_popup_wrap .go_to_top_btn_con { display: flex; }
    .view_popup_wrap .go_to_top_btn_con:hover .go_to_top_btn { color: #835dff; }
    .view_popup_wrap .go_to_top_btn_con:hover .go_to_top_btn::before { border-bottom: 6px solid #835dff; }
}

@media all and (min-width: 1200px) {
    .create_site_btn_con .create_site_btn .create_site_free_btn{margin-left: 12px;}

    .move_to_top_btn_con{/*display: block;*/}
    .ai_btn_con{display: block;}

    .header_wrap{padding-top: 28px; }
    [data-wv-os="Mac"] .header_wrap{padding-top: 28px;}
    .header_wrap .gnb_wrapper { padding-top: 20px; }
    .header_wrap .header_left_con{margin-top: 6px;}
    [data-wv-os="Mac"] .header_wrap .header_left_con{margin-top: 8px;}
    .header_wrap .header_right_con{margin-top: -10px;}

    .header_wrap .gnb_wrap > li > ul > li > a > span { font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; }
    .header_wrap .gnb_wrap > li > ul > li > a { padding-left: 27px; padding-right: 26px; }
    .header_wrap .gnb_wrap > li > ul > li:hover > a > span { color: #fff; }

    .origin_menu_icon_con { top: 41px; }
    [data-wv-os="Mac"] .origin_menu_icon_con { top: 39px; }

    .header_wrap .gnb_wrapper{display: block;}
}

@media all and (min-width:1280px){

}

@media all and (min-width: 1500px) {
    .header_wrap .gnb_wrap > li { margin-right: 14px; }
}

@media all and (min-width:1600px){
    .view_popup_wrap .create_site_btn_con { margin-top: -22px;}
    .view_popup_wrap .popup_header_con .create_site_btn_con { margin-top: 0; }
}

@media all and (min-width: 1900px) {
    .click_header_wrap .click_header_con { max-width: 1400px;}
}

@media all and (min-width: 1920px) {
    .view_popup_wrap .content_wrap .main_content_con .move_btn_con.on .move_btn img { width: auto; }

    .view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box { padding-left: 0; padding-right: 0; max-width: 1760px; overflow:hidden; float: none; clear: both; margin-left: auto; margin-right: auto; }
    #blockDetailPopup .popup_header_con .popup_header_inner .popup_header_box { padding-left: 0; padding-right: 0; max-width: 1760px; overflow:hidden; float: none; clear: both; margin-left: auto; margin-right: auto; }

    /*.origin_menu_icon_con.active { top: 18px; right: 16px; }*/
    .fixed_menu_icon_con.fixed.active { top: 18px; right: 29px; }
}