@charset "utf-8";

.floating_btn{position: fixed; bottom: 20px; right: 20px; width: 56px; height: 66px; z-index: 13000;}
.floating_btn > a{
    display: block; width: 100%; height: 100%; z-index: 13001;
    background-image: url('../img/counsel_btn.png'); background-size: cover; background-position: center center; background-repeat: no-repeat;}

/* layoutmaincss */
.font_roboto{font-family: 'Roboto' !important;}
.font_playfair{font-family: 'Playfair Display' !important;}
.font_notosans{font-family: 'Noto Sans Kr' !important;}

/* btn_style_0 */
.btn_style_0_con{display: table; margin-left:auto; margin-right: auto;}
.btn_style_0_con .btn_style_0{display:table-cell; vertical-align:middle; text-align: center;
    width: 143px; height: 143px; box-sizing: border-box; border: 3px solid #000; border-radius: 50%;
    font-size:20px; font-size:2.0rem; line-height:24px; line-height:2.4rem; letter-spacing: -0.01em; font-weight: 700; color:#000;}
.btn_style_0_con .btn_style_0.white{border-color:#fff; color:#fff;}
.btn_style_0_con .btn_style_0.type_2{width:100px; height: 100px;
    font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em;}

/* section */
.section h3{font-size:53px; font-size:5.3rem; line-height:59px; line-height:5.9rem; letter-spacing: -0.06em; color:#000; font-weight:400;}
.section.color_white h3{color:#fff;}
.main .section h3{font-size:39px; font-size:3.9rem; line-height:48px; line-height:4.8rem; letter-spacing: -0.06em; font-weight: 300; word-break: keep-all;}
.section h3 .font_roboto{font-weight: 100 !important; line-height: 0; letter-spacing: 0;}
.section .h_desc3{font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; letter-spacing: -0.025em; font-weight: 300; color:#000; word-break: keep-all;}
.section.color_white .h_desc3{color:#fff;}
.section .h_subtitle3{font-size:22px; font-size:2.2rem; line-height:28px; line-height:2.8rem; color:#000; font-weight:500;}
.section.color_white .h_subtitle3{color:#fff;}
.main .section .h_desc3{font-size:17px; font-size:1.7rem; line-height:28px; line-height:2.8rem; letter-spacing: -0.01em; font-weight: 300; word-break: keep-all;}
.main .section h4{font-size: 25px; font-size: 2.5rem; line-height: 33px; line-height: 3.3rem; letter-spacing: -0.04em; font-weight: 700; word-break:keep-all;}
.main .section .h_desc4{font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; letter-spacing: 0; font-weight: 100; word-break:keep-all;}
.main .section .project_wrap .h_desc4{font-size: 17px; font-size: 1.7rem; line-height: 28px; line-height: 2.8rem; letter-spacing: 0; font-weight: 100; word-break:keep-all; min-height:112px;}
.section .h_desc3.font_roboto{font-weight:500 !important; letter-spacing: 0;}
.section .h_line3{display:inline-block; float:none; width:auto; margin-left: auto; margin-right: auto; height: 90px; border-left:2px solid #000;}
.section.feature .h_line3{height:90px;}
.section.color_white .h_line3{border-color:#fff;}
.section .section_sub_title{font-size: 27px; font-size: 2.7rem; line-height: 33px; line-height: 3.3rem; letter-spacing: -0.06em; font-weight: 500; color:#000;}
.section .total_box{margin-bottom:70px;}


.total_box .total_count{font-size:96px; font-size:9.6rem; line-height:102px; line-height:10.2rem; font-weight: 500; color:#000;}
.total_box .total_count > span{line-height: 0;}

/* section2 showcase */
.section.showcase{padding-top: 180px; padding-bottom: 160px; background-color: #f0f1f4;}
.section.showcase .section_title_con{margin-bottom: 102px;}

.theme_list{text-align: center; overflow: hidden;}
.theme_list .theme_con{position:relative; display: inline-block; width:100%; height:100%; overflow: hidden; transition: all 0.4s;}
.theme_list .theme_con > li{position:absolute; top:0; cursor:pointer; float:left; /*padding-right: 42px; width: 261px;*/
    padding-right: 42px; width: 303px; box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
.theme_list .theme_con > li > a{display: block; width:261px;}
.theme_list .theme_con > li > a .img_box{margin-bottom:30px;}
.theme_list .theme_con > li > a .text_box{font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; letter-spacing: -0.02em; color:#000; font-weight:500;}
.pagination .page_wrap{margin-bottom: 15px; height: 3px; padding: 3.5px 0px; /*overflow: hidden; background-color: #d8d8db;*/ background: url("../img/new/theme_list_bg.png") repeat-x left center;}
.pagination .page_wrap > .bar {position: absolute; left: 0; top: 2px; width: 20%; height: 3px; background-color: #000; float: left; /*overflow: hidden;*/ transition: all 0.3s;}
.pagination .page_wrap > .bar span {display: none;line-height: 3px;}
.pagination .page_wrap > .bar.dragging {transition: none;}
.pagination .page_wrap > .bar.dragging {top: 0px; height: 7px; cursor: pointer;}
.pagination .page_wrap:hover > .bar {top: 0px; height: 7px; cursor: pointer;}
.pagination .page_wrap:active > .bar:after{content:''; position:absolute; top:28px; left:50%; width: 0px; height: 0px; transform: translateX(-50%);
    border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-bottom: 8px solid #000; background-color: transparent; box-sizing: border-box;}
.pagination .page_wrap:hover > .bar:after{content:''; position:absolute; top:28px; left:50%; width: 0px; height: 0px; transform: translateX(-50%);
    border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-bottom: 8px solid #000; background-color: transparent; box-sizing: border-box;}
.pagination .btn{cursor:pointer; font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; font-weight: 500; color:#000;}

/* section now_sites */
.section.showcase.type_2{background-color: #000; padding-top: 346px;}
.section.showcase.type_2 > div{z-index: 2;}
.section.showcase.type_2 h2{color:#fff; font-weight: 200;}
.section.showcase.type_2 .h_desc2{color:#fff;}
.section.showcase.type_2 .h_line2{border-color:#fff;}
.section.showcase.type_2 .total_box .total_count{color:#fff;}
.section.showcase.type_2 .pagination .page_wrap > .bar{background-color: #fff;}
.section.showcase.type_2 .pagination .page_wrap:active > .bar:after{border-bottom-color:#fff;}
.section.showcase.type_2 .pagination .page_wrap:hover > .bar:after{border-bottom-color:#fff;}
.section.showcase.type_2 .pagination .btn{color:#fff;}
.section.showcase.type_2 .pagination .page_wrap{background: url("../img/new/theme_list_bg_2.png") repeat-x left center;}
.title_img_box{margin-bottom: 90px;}
.title_img{width:337px; height:208px; margin-left:auto; margin-right: auto;
    background-image: url("../img/new/section2_back_logo2.png"); background-repeat: no-repeat; background-position: center bottom;}
 .title_img:after{content: ''; width:338px; height:120px; position: absolute; bottom:-59%; left:50%; transform: translateX(-50%);
    background-image: url("../img/new/section2_back_logo2_shadow.png"); background-repeat: no-repeat; background-position: center;}


.section.total_sites{overflow: hidden;}
.section.total_sites .total_box{margin-bottom:18px;}
.section.total_sites .article{z-index: 2;}
/* 리뷰전체보기 버튼 숨기면서 임시로 이미지 위로 당김 */
.section.total_sites .total_site_bg_img{position: absolute; /*top:0;*/ top:-270px; left:0; width:2560px; height:1815px; z-index: 1;
    background-image:url('../img/new/total_sites_bg_img.jpg'); background-repeat: no-repeat; background-position: left top;}

.interview_card_list_con{max-width:580px; margin-right:auto; margin-left:auto; overflow: hidden; margin-bottom:3px;}
.interview_card_list_con .interview_card_list_container{margin-bottom: 67px;}
.interview_card_list_con .interview_card_list_wrap{}
.interview_card_list_con .interview_card_list{}
.interview_card_list_con .interview_card_list_inner{padding-right:57px; padding-left:57px; padding-bottom:82px; text-align: center; display:block;}
/*.interview_card_list_con .interview_card_list:hover .img_box:after{opacity: 1; filter:alpha(opacity=100);}*/
/*.interview_card_list_con .interview_card_list.active .img_box:after{opacity: 1; filter:alpha(opacity=100);}*/
.interview_card_list_con .img_box{margin-bottom:30px; position: relative;}
/*.interview_card_list_con .img_box:after{content:""; position: absolute; bottom:0; right:0; background-image: url('../img/new/interview_h_icon.png'); background-repeat: no-repeat; background-size: 36px 36px; width:36px; height:36px; opacity: 0; filter:alpha(opacity=0); transition:all .3s;}*/
.interview_card_list_con .text_box{position: absolute; top:138px; left:50%; transform:translateX(-50%); width:100%;}
.interview_card_list_con .user_type{font-size:17px; font-size:1.7rem; line-height:30px; line-height:3.0rem; letter-spacing: 0; font-weight:500; color: #cfcce5;}
.interview_card_list_con .user_name{font-size:16px; font-size:1.6rem; line-height:23px; line-height:2.3rem; letter-spacing: 0; font-weight:400; color: #cfcce5;}

.interview_card_list_con .interview_card_list.active .img_box img{opacity: 1; filter:alpha(opacity=100);}
.interview_card_list_con .interview_card_list .img_box img{opacity: 0.4; filter:alpha(opacity=40);}

.interview_card_list_con .interview_card_list.active .user_type {color: #000;}
.interview_card_list_con .interview_card_list.active .user_name {color: #000;}


/*.interview_card_list_con .user_desc{font-size:15px; font-size:1.5rem; line-height:24px; line-height:2.4rem; letter-spacing: -0.045em; color:#000; font-weight:300;}*/
.interview_card_pagination_con{font-size:0; line-height:0; text-align: center;}
.interview_card_pagination_con .interview_card_rolling_arrow{position:relative; width:11px; height:20px; background-repeat: no-repeat; background-position: center center; background-size: 11px 20px; outline:none; z-index: 3;
    display:inline-block; vertical-align: middle; margin-bottom:9px;}
.interview_card_pagination_con .interview_card_rolling_arrow.left{background-image: url('../img/project_rolling_arrow_left.png'); margin-right:44px;}
.interview_card_pagination_con .interview_card_rolling_arrow.right{background-image: url('../img/project_rolling_arrow_right.png'); margin-left:44px;}
.interview_card_pagination_con .interview_card_rolling_arrow.left:hover{background-image: url('../img/project_rolling_arrow_left_h.png');}
.interview_card_pagination_con .interview_card_rolling_arrow.right:hover{background-image: url('../img/project_rolling_arrow_right_h.png');}

.interview_card_pagination_con .interview_pagination{position: relative; display:inline-block; vertical-align: middle; bottom: auto; width: auto;}
.interview_card_pagination_con .interview_pagination > span{font-size:29px; font-size:2.9rem; line-height:35px; line-height:3.5rem; letter-spacing:0; font-weight:700; font-family:"Helvetica Neue";
    opacity: 1; filter:alpha(opacity=100); margin-top:0; margin-bottom:0; margin-right:0; margin-left:0; width: auto; height: auto; background-color: transparent;}
.interview_card_pagination_con .interview_pagination > span:first-child{color:#ffc514;}




.input_style_0_con{width:100%; padding-bottom: 26px; margin-bottom: 25px; border-bottom:3px solid #000; box-sizing: border-box;}
.input_style_0_con .input_style_0{font-size:19px; font-size:1.9rem; line-height:25px; line-height:2.5rem; letter-spacing: -0.01em; font-weight: 500; color:#000;
    background-color: transparent; width:100%; height: auto; padding:0;
    appearance:none; -webkit-appearance: none; -moz-appearance: none; border:none; outline: none; border:none;}
.input_style_0::placeholder{font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em; font-weight: 300; color:#000;}
.input_style_0::-ms-input-placeholder{font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em; font-weight: 300; color:#000;}
.input_style_0::-webkit-input-placeholder{font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em; font-weight: 300; color:#000;}
.input_style_0::-moz-placeholder{font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em; font-weight: 300; color:#000;}
.input_style_0_con .input_style_0_desc{margin-bottom: 2px; font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; font-weight: 500; color:#000;}
.input_style_0_con .input_style_0_desc > span.font_roboto{line-height: 0;}
.input_style_0_con .input_style_0_desc > span.font_roboto > span{color:#6838e2;}


/* btn_style_4_con */
.btn_style_4_con{}
.btn_style_4_con .btn_style_4{display: inline-block; vertical-align: middle; padding-top: 8px; padding-right: 24px; padding-bottom: 9px; padding-left: 24px;
    font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em; font-weight: 500; color:#000;
    border:3px solid #000; border-radius: 5px; width: 123px; height:46px; background-color: #fff; box-sizing: border-box; cursor: pointer;}

.input_style_0_con .btn_style_4{display: inline-block; vertical-align: middle; padding-top: 8px; padding-right: 24px; padding-bottom: 9px; padding-left: 24px;
    font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em; font-weight: 500; color:#000;
    border:3px solid #000; border-radius: 5px; width: 123px; height:46px; background-color: #fff; box-sizing: border-box; cursor: pointer;}

/* list_style_0_con */
.list_style_0_wrap{font-size:0; line-height:0; text-align: center; display:none;}
.sub .list_style_0_wrap{display:none;}
.list_style_0_wrap .list_style_0_line{position: absolute; bottom:0; left:-109px; width:75px; border-bottom:2px solid #fff; display:block;}
.list_style_0_wrap .list_style_0_inner{display:inline-block; overflow: hidden; position: relative;}
.list_style_0_con{}
.list_style_0_con > li{display:inline-block; vertical-align: middle; margin-right:17px; margin-left:17px;}
.list_style_0_con > li > a{font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; color:#fff; letter-spacing: -0.025em; font-weight:400;
    display:block; padding-top:14px; padding-bottom:14px; position: relative;}
.list_style_0_con > li:first-child{margin-left:0;}
.list_style_0_con > li:last-child{margin-right:0;}


.section.portfolio{background-color: #f5f4fa;}
.section.easy_use{}

.section.feature{position: relative;}

.feature .feature_bg_con{position: absolute; bottom:0; width:100%; height:960px; z-index:1;}
.feature .feature_bg_con .feature_bg_img{position: absolute; top:0; width:100%; height:0; z-index:2; padding-bottom:19.19%;
    background-image: url('../img/main_mid_wave_m.png'); background-repeat: no-repeat; background-size:100%; background-position:left top;}
.feature .feature_bg_con .feature_bg_box{position: absolute; width:100%; top:88px; height:calc(100% - 88px); z-index:1; background-color:#ffe057;}


.section.project{}


.project_card_inner{max-width: 430px; float:none; margin-left: auto; margin-right: auto; background-color: #fff; overflow: hidden;}
.project_card_inner .project_card_top_con{padding-top: 20px; padding-left:20px; padding-right:20px; height:380px; box-sizing: border-box;}
.project_card_inner .icon_wrap{padding-left: 4px; font-size:0; line-height:0; margin-bottom:50px;}
.project_card_inner .icon_wrap span{padding-top: 2px; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; letter-spacing: 0.04em; font-weight: 500;
    display:inline-block; vertical-align:middle; margin-right: 6px; padding-right:7px; padding-left:7px; border: 2px solid #d7d6e1; border-radius: 4px;}
[data-wv-agent="Mac"] .project_card_inner .icon_wrap span{line-height:19px; line-height:1.9rem; padding-bottom:1px}
.project_card_inner .icon_wrap span:last-child{margin-right: 0;}

.project_card_inner .text_wrap{box-sizing: border-box; padding-left:30px; padding-right:30px; padding-bottom: 80px;}
.project_card_inner .text_wrap h4{letter-spacing: -0.045em;}
.project_card_inner .text_wrap .h_desc4{letter-spacing: -0.03em;}
[data-wv-agent="ie"] .project_card_inner .text_wrap .h_desc4{}

.project_card_inner .project_card_bottom_con{border-top: 1px solid #e9eef7;}
.project_card_inner .project_card_bottom_con .period_title{font-size: 14px; font-size: 1.4rem; line-height: 27px; line-height: 2.7rem; letter-spacing: 0.04em; font-weight: 400; color: #a8a4ba;}
[data-wv-agent="Mac"] .project_card_inner .project_card_bottom_con .period_title{margin-bottom:1px;}
.project_card_inner .project_card_bottom_con .period_desc{font-size: 14px; font-size: 1.4rem; line-height: 27px; line-height: 2.7rem; letter-spacing: 0.04em; font-weight: 400;}

.project_pagination_con{font-size:0; line-height:0; text-align: center;}
.project_pagination_con .project_rolling_arrow{position:relative; width:11px; height:20px; background-repeat: no-repeat; background-position: center center; background-size: 11px 20px; outline:none; z-index: 3;
    display:inline-block; vertical-align: middle; margin-bottom:9px;}
.project_pagination_con .project_rolling_arrow.left{background-image: url('../img/project_rolling_arrow_left.png'); margin-right:44px;}
.project_pagination_con .project_rolling_arrow.right{background-image: url('../img/project_rolling_arrow_right.png'); margin-left:44px;}
.project_pagination_con .project_rolling_arrow.left:hover{background-image: url('../img/project_rolling_arrow_left_h.png');}
.project_pagination_con .project_rolling_arrow.right:hover{background-image: url('../img/project_rolling_arrow_right_h.png');}

.project_pagination_con .project_pagination{position: relative; display:inline-block; vertical-align: middle; bottom: auto; width: auto;}
.project_pagination_con .project_pagination > span{font-size:29px; font-size:2.9rem; line-height:35px; line-height:3.5rem; letter-spacing:0; font-weight:700; font-family:"Helvetica Neue";
    opacity: 1; filter:alpha(opacity=100); margin-top:0; margin-bottom:0; margin-right:0; margin-left:0; width: auto; height: auto; background-color: transparent;}
.project_pagination_con .project_pagination > span:first-child{color:#ffc514;}



.section.reviewer{height:400px; background-color:#000; overflow: hidden;}

/* 테마 12개 보여주는 부분 */
.grid_list_con_wrap{}
.portfolio_list_box{padding-left: 50px; padding-right: 50px;}
.portfolio_list_wrap .grid_list_con{margin-left:-30px; width: calc(100% + 30px); margin-bottom:5px;}
.portfolio_list_container{display:block; max-width:380px; margin-right:auto; margin-left:auto; float:none; text-align: center; height:1000px; overflow: hidden;} /* 임시로 넣어 놓음 2020-03-20 ntk */
.portfolio_list_container .porfolio_list_list{margin-bottom:30px;}
.portfolio_list_container .porfolio_list_list:last-child{margin-bottom:0;}
.portfolio_list_wrap .grid_list{width: 50%; padding-bottom: 49px; /*box-sizing: content-box;*/ /*overflow: hidden;*/ box-sizing: border-box; float:left; cursor: pointer;}
.portfolio_list_wrap .grid_inner{padding-left:30px; overflow: hidden;}
.portfolio_list_wrap .grid_list .img_box{margin-bottom: 3px;}
.portfolio_list_wrap .grid_list .theme_subject{font-size:17px; font-size:1.7rem; line-height:61px; line-height:6.1rem; letter-spacing: -0.04em; font-weight: 300; color:#000;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.portfolio_list_container .portfolio_list_list{padding-bottom: 67px;}
.portfolio_list_container .img_box{margin-bottom: 22px;}
.portfolio_list_container .theme_subject{font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; letter-spacing: -0.02em; font-weight: 400; color:#000; transition: all 0.2s ease;}
.total_sites .portfolio_list_wrap .grid_list_con{text-align: center;}
.total_sites .portfolio_list_wrap .grid_list{float:none; display:inline-block; vertical-align: top; transform: translateY(0px);}
.total_sites .portfolio_list_wrap .grid_list .theme_subject{color:#fff;}
.total_sites .portfolio_list_container .theme_subject{color:#fff;}



.theme .portfolio_title_wrap{margin-bottom:80px;}
.theme .portfolio_list_wrap{background-color:#f3f3f8; padding-bottom:80px; padding-top:80px; background-image: url('../img/new/theme_bg_repeat_line.png'); background-repeat: repeat-x; background-position: center top -130px;}
.theme .portfolio_list_wrap .section{}
.theme .portfolio_list_wrap #crudList{margin-bottom:25px;}
.theme .portfolio_list_wrap .section_title_con{display:none;}
.theme .portfolio_list_wrap .tab_style_2_con{display:none;}
.section .theme_more_con{}
.section .theme_more_desc{font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em; color:#000; font-weight:500;}
.section.total_sites .theme_more_desc{color:#fff;}
.theme .portfolio_list_wrap .paging{display:none;}


.theme .portfolio_list_wrap .flex_con{float: none; overflow: hidden; font-size: 0; box-sizing: border-box; margin-right:auto; margin-left:auto;}
.theme .portfolio_list_wrap .flex_con .flex_box{display: block; max-width: none; width: 100%; font-size: 0; padding-left: 21px; padding-right:21px; box-sizing: border-box;}
.theme .portfolio_list_wrap .theme_box_wrap{width: 303px; font-size: 0; margin-bottom: 66px;}
.theme .portfolio_list_wrap .theme_box_wrap .theme_box{position: relative; cursor: pointer; font-size: 0; margin-bottom: 20px; box-sizing: border-box;}
.theme .portfolio_list_wrap .theme_box_wrap .theme_box:after{content: ''; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:48px; height: 48px; border-radius: 50%; background-color: rgba(0,0,0,0.7); opacity: 0;
    background-image: url('../img/icon_search.png'); background-repeat: no-repeat; background-position: center center; background-size: 15px 15px; transition: opacity 0.3s;}
.theme .portfolio_list_wrap .theme_box_wrap:hover .theme_box{border-color: #000;}
.theme .portfolio_list_wrap .theme_box_wrap:hover .theme_box:after{opacity: 1;}
.theme .portfolio_list_wrap .theme_box_wrap .theme_title_box{font-size: 0;}
.theme .portfolio_list_wrap .theme_box_wrap .theme_title{font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; letter-spacing: -0.02em; font-weight: 400; color:#000;}

.theme .portfolio_list_wrap .popup_wrap{display:none;}
.theme .portfolio_list_wrap .popup_con{max-width: 630px;}
.theme .portfolio_list_wrap .popup_con .popup_contents_box{background-color: #fff;}
.theme .portfolio_list_wrap .popup_con .popup_header{display:table; width:100%; height:65px; padding-left: 30px; box-sizing:border-box;
    background-color: #000; background-image: url("../img/new/popup_header_bg.png"); background-repeat: no-repeat; background-position: right 65px center;}
.theme .portfolio_list_wrap .popup_con .popup_header .title{display:table-cell; vertical-align:middle; font-size:18px; font-size:1.8rem; line-height:24px; line-height:2.4rem; letter-spacing: -0.06em; font-weight: 500; color:#fff;}
.theme .portfolio_list_wrap .popup_con .popup_header .close_btn{display:table-cell; vertical-align:middle; width: 65px; height:65px; background-color: #000;
    cursor:pointer; background-image: url("../img/new/popup_close_btn.png"); background-repeat: no-repeat; background-position: center;}
.theme .portfolio_list_wrap .popup_contents_box{padding-top: 35px; padding-right: 19px; padding-bottom: 41px; padding-left: 30px;}
.theme .portfolio_list_wrap .popup_contents_box .input_title{float:left; width:83px; font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.01em; font-weight: 500; color:#000;}
.theme .portfolio_list_wrap .popup_contents_box .contents{overflow: hidden; width: calc(100% - 83px);}


/* easy & convenient use */
.easy_use .section_title_con{z-index: 3;}
.easy_use .easy_use_title_list{display:none;}
.easy_use .easy_use_title_list:first-child{display:block;}
.easy_use .easy_use_bg_wrap{position: absolute; top:0; left:0; z-index: 1; height:100%;}
.easy_use .easy_use_bg_container{}
.easy_use .easy_use_bg_inner{}
.easy_use .easy_use_bg_list{background-repeat: no-repeat; background-position: center center; background-size: cover; background-size: scale;}
.easy_use .easy_use_bg_list.first{background-image: url('../img/easy_use_bg_001.jpg');}
.easy_use .easy_use_bg_list.second{background-image: url('../img/easy_use_bg_002.jpg');}
.easy_use .easy_use_bg_list.third{background-image: url('../img/easy_use_bg_003.jpg');}
.easy_use .easy_use_bg_list.forth{background-image: url('../img/easy_use_bg_004.jpg');}
.easy_use .easy_use_bg_list.fifth{background-image: url('../img/easy_use_bg_005.jpg');}
.easy_tab_wrap{text-align: center; position: absolute; bottom:50px; left:0;}
.tab_style_1_wrap{}
.tab_style_1_wrap .tab_style_1_con{overflow: hidden;}
.tab_style_1_wrap .tab_style_1_con > li{float:left; width:20%;}
.tab_style_1_wrap .tab_style_1_con > li > a{font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; letter-spacing: -0.025em; color:#fff; font-weight:500;
    display:block; padding-top:20px; padding-bottom:20px;}


/* 메인 기능부분 */
.feature .feature_device_wrap{width:138px; height:292px; border-radius: 14px;
    position: absolute; left:50%; margin-left: -69px; top: 0; margin-top: 27px; overflow: hidden;}
.feature .feature_img{width:258px; position: relative; z-index:3; margin-right:auto; margin-left:auto;}
.feature .feature_device_img_con{height: 100%;}
.feature .feature_device_img_list{}

.feature_icon_wrap{max-width: 370px; float: none; margin-left: auto; margin-right: auto;}
.feature_icon_calc_wrap{width: calc(100% + 25px); margin-left: -25px;}
.feature_icon{padding-left: 25px;}
.feature_icon:nth-child(2n-1){clear:left;}
.feature_icon_wrap .icon_desc{font-size: 17px; font-size: 1.7rem; line-height: 23px; line-height: 2.3rem; letter-spacing: 0; font-weight: 500; color: #000; }
.feature_icon_wrap .icon_desc .font_helve{line-height:0;}

.section.feature .feature_icon_inner{text-align: center;}
.section.feature .feature_icon_inner .img_wrap > img.mobile{width:37px;}
.section.feature .feature_icon_inner .img_wrap > img.web{width: 48px; height: 50px; display: none;}

.feature_bg_sun{position: absolute; bottom:0; left:50%; transform:translate(-50%, 50%); z-index: 2;}


/* reviewer */
.main .section.reviewer h3{font-size:30px; font-size:3.0rem; line-height:42px; line-height:4.2rem; font-weight:100;}
.main .section.reviewer h3 .font_helve{letter-spacing: 0 !important; line-height:0;}
.main .section.reviewer .h_desc3{font-size:19px; font-size:1.9rem; line-height:25px; line-height:2.5rem; font-weight:400;}
.section.reviewer .h_line3{height:109px;}
.reviewer .contents_con{padding-top:90px; position: absolute; left:0; z-index: 4;}
.reviewer .contents_con.active{z-index: 5;}
.reviewer .contents_con > *{position: relative; opacity: 0; top:20px;}
.reviewer .contents_con > .h_subtitle3{opacity: 0;}
.reviewer .contents_con:first-child > *{opacity: 1; top:0;}
.reviewer .contents_con:first-child > .h_subtitle3{opacity: 1; position: static;}
.reviewer .section_title_con{z-index: 3;}
.reviewer .reviewer_bg_img_con{position: absolute; bottom:0; left:0; width:100%; height:100%; z-index: 1;}
.reviewer .reviewer_bg_img_list{position: absolute; top:0; left:0; width:100%; height:100%; overflow: hidden;}
.reviewer .reviewer_bg_img{position: absolute; top: 0; left: 0; background-size: cover; background-position: center center; width: 100%; height: 100%;}
.reviewer .reviewer_bg_dim{position: absolute; z-index: 2; background-color: rgba(0, 0, 0, 0.4); width: 100%; height: 100%;}

.reviewer_wrap{height:100%;}
.reviewer .reviewer_wrap .contents_con{position: static; padding-top:0; padding-bottom:0;}
.reviewer .reviewer_wrap .contents_con > *{opacity: 1; position: static;}
.reviewer .reviewer_wrap .contents_con:first-child > *{opacity: 1; position: static;}
.reviewer .reviewer_wrap .contents_con:first-child > .h_subtitle3{opacity: 1; position: static;}

.reviewer_pagination_con{font-size:0; line-height:0; text-align: center; position: absolute; bottom:53px;}
.reviewer_pagination_con .reviewer_rolling_arrow{position:relative; width:11px; height:20px; background-repeat: no-repeat; background-position: center center; background-size: 11px 20px; outline:none; z-index: 3;
    display:inline-block; vertical-align: middle; margin-bottom:9px;}
.reviewer_pagination_con .reviewer_rolling_arrow.left{background-image: url('../img/project_rolling_arrow_left_w.png'); margin-right:44px;}
.reviewer_pagination_con .reviewer_rolling_arrow.right{background-image: url('../img/project_rolling_arrow_right_w.png'); margin-left:44px;}
.reviewer_pagination_con .reviewer_rolling_arrow.left:hover{background-image: url('../img/project_rolling_arrow_left_h.png');}
.reviewer_pagination_con .reviewer_rolling_arrow.right:hover{background-image: url('../img/project_rolling_arrow_right_h.png');}

.reviewer_pagination_con .reviewer_pagination{position: relative; display:inline-block; vertical-align: middle; bottom: auto; width: auto;}
.reviewer_pagination_con .reviewer_pagination > span{font-size:29px; font-size:2.9rem; line-height:35px; line-height:3.5rem; letter-spacing:0; font-weight:700; color:#fff; font-family:"Helvetica Neue";
    opacity: 1; filter:alpha(opacity=100); margin-top:0; margin-bottom:0; margin-right:0; margin-left:0; width: auto; height: auto; background-color: transparent;}
.reviewer_pagination_con .reviewer_pagination > span:first-child{color:#ffc514;}

.video_play_btn_con{}
.video_play_btn_con img{width:50px;}


/* section easy_use */
section.section_bg_wrap{position: relative; width: 100%; background-repeat: no-repeat; z-index: 4; overflow: hidden;}
.section_bg{height: 330px; left: 0; overflow: hidden; top: 0; width: 100%;}
.section_bg .feature_box{display:block; position: relative; z-index:4; padding-top:80px; text-align: center;}
.section_bg .feature_box > *{opacity: 1; position: static;}
.section_bg_dim{z-index: 3; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color:rgba(0, 0, 0, 0.4);}
.section_bg_img{z-index: 2; position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center;}
.section.easy_use .section_con{z-index: 3; height: 100%;}
.feature_wrap{height: 100%;}
.feature_con{position: absolute; display:none;}
.feature_slide_arrow_con{position: absolute; top:50%; margin-top:-17px; left:0; z-index:5;}
.feature_slide_arrow{width:34px; height:34px; background-repeat: no-repeat; background-position: center; outline:none; transition: all 0.3s; z-index: 4; display:none;}
/*.feature_slide_arrow.left{background-image: url('../img/feature_list_left_arrow.png'); border: 2px solid #fff; border-radius: 50%; float:left;}*/
/*.feature_slide_arrow.left:hover{border: 2px solid #ffc514; background-color: #ffc514;}*/
/*.feature_slide_arrow.right{background-image: url('../img/feature_list_right_arrow.png'); border: 2px solid #fff; border-radius: 50%; float:right;}*/
/*.feature_slide_arrow.right:hover{border: 2px solid #ffc514; background-color: #ffc514;}*/
.feature_inner{display:block; position: absolute; top: 70px; left: 0; text-align: center; width: 100%; z-index: -1;}
.feature_inner.active{z-index: 2;}
.play_btn{display: inline-block;}
.play_btn img{width:50px;}
.feature_list{display: none; padding: 0px;}
.feature_list.active{display: inline-block;}
.feature_box{display: inline-block; padding-top:40px; padding-right:40px; padding-left:40px; box-sizing: border-box;}
.feature_box > *{top:20px; opacity: 0; position: relative;}
.feature_box > .h_subtitle3{position: static;}
.feature_inner:first-child .feature_box > *{top:0; opacity: 1;}
.feature_inner:first-child .feature_box > .h_subtitle3{opacity: 1;}
.feature_tab_list_wrap{position: relative; z-index:3; margin-bottom:70px;}
.feature_line_list_con{position: relative; height: 2px; background-color: rgba(255,255,255,0.2);}
.feature_line{position:absolute; top:0; left:0; width: 20%; border-top:2px solid #ffc514;}
.feature_tab_list > a{display: block; text-align: center; padding-top: 13px; padding-bottom: 13px;}
.feature_tab_list span{font-size: 15px; font-size: 1.5rem; line-height: 20px; line-height: 2.0rem; letter-spacing: 0; font-weight: 400; color:#fff; overflow: hidden; word-break: keep-all;}
.feature_tab_list.active span{color:#fff;}

.easy_use_bg{position: absolute; top:0; left:0; background-image: url('../img/pad_device_bgimg_m.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover; height:100%;}

.easy_use_pad_wrap{padding-right:80px; padding-left:80px; text-align: center;}
.easy_use_pad_wrap .easy_use_pad_con{display:inline-block; position: relative; max-width:80%;}
.easy_use_pad_wrap .img_box{position: absolute; width:100%; height:100%; z-index:2;}
.easy_use_pad_wrap .pad_bg_con{}


.portfolio_list_box{max-width: 630px; padding-left: 30px; padding-right: 30px;}



.project_wrap{}
.project_card_wrap{padding-left: 50px; padding-right: 50px;}
.project_wrap .project_calc_con{width:calc(100% + 30px); margin-left:-30px; overflow: hidden;}
.project_wrap .project_con{}
.project_wrap .project_card{width:100%; padding-left:30px;}

@media all and (min-width: 768px) {
    .portfolio_list_box{max-width: 945px; padding-left: 50px; padding-right: 50px;}
    .portfolio_list_wrap .grid_list_con{margin-left:-30px; width: calc(100% + 30px); margin-bottom:-45px;}
    .portfolio_list_wrap .grid_inner{padding-left:30px;}
    .portfolio_list_wrap .grid_list{width: 33.3%;}

    .feature_icon_wrap{max-width: 650px; float: none; margin-left: auto; margin-right: auto;}
    .feature_icon_calc_wrap{width: calc(100% + 20px); margin-left: -20px;}
    .feature_icon{padding-left: 20px;}

    .feature .feature_device_wrap{width:177px; height:374px; border-radius: 18px;
        margin-left: -89px; margin-top: 34px;}
    .feature .feature_img{width:330px;}
    .feature_inner{top: 140px;}

    /*.portfolio_list_wrap .portfolio_list_container{display:none;}*/

    .feature .feature_rolling_list_container{max-width:600px;}

    .reviewer .contents_con{padding-top:110px; padding-right:80px; padding-left:80px;}
    .interview_card_list_con{max-width:680px;}

    /* 감상하기 */
    .theme .portfolio_list_wrap .popup_title_desc_con .desc_con > .desc br{display: block;}

    .project_card_wrap{padding-left: 50px; padding-right: 50px;}
    .project_card_inner .text_wrap{padding-left:20px; padding-right:20px;}
    .project_wrap{max-width: 900px; float: none; margin-left: auto; margin-right: auto;}
    /*.project_wrap .project_calc_con{width:calc(100% + 40px); margin-left:-40px;}*/
    /*.project_wrap .project_card{width:33.33%;}*/
    .feature .feature_bg_con{height:1040px;}
}

@media all and (min-width:992px){
    .floating_btn{display: none;}
    .feature_icon:nth-child(2n-1){clear:none;}
    .feature_icon_wrap{max-width: 900px; float: none; margin-left: auto; margin-right: auto;}

    .main .section h3{font-size:41px; font-size:4.1rem; line-height:50px; line-height:5.0rem;}
    .section .h_subtitle3{font-size:24px; font-size:2.4rem; line-height:30px; line-height:3.0rem;}
    .main .section .h_desc3{font-size:18px; font-size:1.8rem; line-height:28px; line-height:2.8rem;}
    .main .section.easy_use .h_desc3{line-height:30px; line-height:3.0rem;}
    .section .section_sub_title{font-size: 25px; font-size: 2.5rem; line-height: 31px; line-height: 3.1rem;}

    .main .section h4{font-size: 26px; font-size: 2.6rem; line-height: 36px; line-height: 3.6rem;}
    .main .section .h_desc4{font-size: 15px; font-size: 1.5rem; line-height: 24px; line-height: 2.4rem;}


    .list_style_0_wrap{margin-bottom:20px; display:block;}
    .list_style_0_wrap .list_style_0_line{border-bottom:2px solid #fff;}
    .list_style_0_wrap .list_style_0_line.active{border-bottom-color:#ffc514;}
    .list_style_0_con{}
    .list_style_0_con > li > a{font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem;
        padding-top:10px; padding-bottom:17px;}
    .list_style_0_con > li.active a{color:#ffc514;}

    .section.theme{padding-top:178px;}

    .section.feature .feature_icon_inner .img_wrap > img.mobile{display: none;}
    .section.feature .feature_icon_inner .img_wrap > img.web{display: inline-block;}

    .section.reviewer{height:588px;}

    .theme .theme_title_wrap{margin-bottom:143px;}
    .theme .portfolio_list_wrap{margin-top:282px; padding-bottom:160px; padding-top:0;}
    .theme .portfolio_list_wrap .section{margin-top:-282px;}

    /*.feature .feature_rolling_list_container{max-width:903px;}*/
    /*.feature_wrap .feature_slide_arrow.left:hover{background-image: url('../img/new/feature_list_left_arrow_h.png');}*/
    /*.feature_wrap .feature_slide_arrow.right:hover{background-image: url('../img/new/feature_list_right_arrow_h.png');}*/

    .reviewer .contents_con{padding-top:150px; padding-right:250px; padding-left:250px;}
    /*.reviewer .reviewer_bg_img{margin-left:145px;}*/

    .interview_card_list_con{max-width:1170px;}

    .section.showcase.type_2{padding-top: 436px;}

    .section.partner{padding-top:177px; padding-bottom:144px;}

    .partner .partner_list_con > li{padding-top:0; padding-bottom:0;}

    /* 감상하기 - 팝업 */
    .theme .portfolio_list_wrap .popup_title_desc_con .title_con {display: table;}
    .theme .portfolio_list_wrap .popup_title_desc_con .title_con .title {display: table-cell; text-align: left;}
    .theme .portfolio_list_wrap .popup_title_desc_con .title_con .serial_no {display: table-cell; text-align: right; vertical-align: bottom; margin-top: 0;}
    .theme .portfolio_list_wrap .popup_title_desc_con .desc_con .etc_con {width: 50%;}
    .theme .portfolio_list_wrap .bottom_btn_con {position: relative;}
    .theme .portfolio_list_wrap .bottom_btn_con .my_wish_btn_con {position: absolute; top: 35px; right: 0; margin-top: 0px;}

    /* 감상하기 - 팝업 - 사이트 개설 */
    .theme .portfolio_list_wrap .open_info_wrap {position: absolute; top: 0; right: 0; width: calc(50% + 184px); height: 100%;}
    .theme .portfolio_list_wrap .open_info_wrap .open_info_con {display: table; height: 100%;}
    .theme .portfolio_list_wrap .open_info_wrap .open_info_con .info_wrap {display: table-cell; vertical-align: middle; text-align: right;}
    .theme .portfolio_list_wrap .open_info_wrap .open_info_con .info_wrap .info_con {}
    .theme .portfolio_list_wrap .open_img_wrap {position: relative; width: calc(50% - 184px); margin-top: 0;}

    /* 감상하기 - 팝업 - 사이트 개설 완료 */
    .theme .portfolio_list_wrap .card_style_0_wrap{float:none; overflow: hidden; max-width: 660px; margin-left:auto; margin-right:auto;}
    .theme .portfolio_list_wrap .card_style_0_wrap .card_style_0_con{display: flex;}
    .theme .portfolio_list_wrap .card_style_0_con .card_style_0{border-left:2px solid rgba(255,255,255,0.15);  margin-bottom: 0;}
    .theme .portfolio_list_wrap .card_style_0_con .card_style_0:first-child{border-left:none;}
    .theme .portfolio_list_wrap .card_style_0_con .card_style_0 .card_style_0_inner{border-bottom:none; padding-bottom:26px;}
    .theme .portfolio_list_wrap .card_style_0_con .card_style_0:last-child .card_style_0_inner{border-bottom:none; padding-bottom: 26px;}
    .theme .portfolio_list_wrap .card_style_0_con .card_style_0 .btn_style_1_con{position: absolute; bottom:0; left:50%; transform: translateX(-50%);}

    /* 감상하기 - 팝업 - 사이트 개설 */
    .theme .portfolio_list_wrap .flex_con{max-width:calc(303px * 3);}

    .section.easy_use{height:570px;}
    .feature_con{display:block;}
    .section_bg .feature_box{display:none;}

    .device_wrap.pc .device_con{width:952px; padding-right:55px; padding-left:55px;}
    .device_wrap.tablet .device_con{width:768px;}
    .device_wrap.mobile .device_con{width:480px;}

    .main .section.reviewer h3{font-size:46px; font-size:4.6rem; line-height:62px; line-height:6.2rem;}
    .main .section.reviewer .h_desc3{font-size:22px; font-size:2.2rem; line-height:28px; line-height:2.8rem;}

    .project_card_inner .project_card_top_con{height:auto;}
    .project_card_inner .icon_wrap{margin-bottom:60px;}

    .section.feature .h_line3{height:120px;}

    /* 메인 기능부분 */
    .feature .feature_device_wrap{width:192px; height:406px; border-radius: 22px;
        margin-left:-96px; margin-top:37px;}
    .feature .feature_img{width:357px;}
    .feature_icon_wrap .icon_desc{font-size: 18px; font-size: 1.8rem; line-height: 24px; line-height: 2.4rem;}



    /*.section.feature .feature_icon img{width:auto;}*/

    .feature_tab_list_wrap{bottom:35px; position: absolute; margin-bottom:0;}
    .feature_slide_arrow{display:block;}
    .feature_tab_list > a{padding-top: 21px; padding-bottom: 21px; padding-right:5px; padding-left:5px;}
    .feature_tab_list span{font-size: 19px; font-size: 1.9rem; line-height: 25px; line-height: 2.5rem; letter-spacing: -0.01em;}

    .project_card_inner .text_wrap{padding-right:40px; padding-left:40px;}
    .project_card_inner .text_wrap h4{height: 7.2rem;}

    .portfolio_list_box{max-width: 1010px; padding-left: 70px; padding-right: 70px;}
    .portfolio_list_wrap .grid_list_con{margin-left:-40px; width: calc(100% + 40px);}
    .portfolio_list_wrap .grid_inner{padding-left:40px;}

    /* 테마 12개 보여주는 부분 */
    .grid_list_con_wrap{}
    .portfolio_list_wrap .grid_list{will-change: padding; transform-style : preserve-3d; padding-bottom: 34px; padding-top:20px; transition:padding .1s ease;}
    .portfolio_list_wrap .grid_list:hover{padding-top:0;}
    .portfolio_list_wrap .grid_list:hover .theme_subject{font-weight:500;}
    .total_sites .portfolio_list_wrap .grid_list:hover .theme_subject{color:#7b7efe; font-weight:400;}

    .interview_card_list_con .interview_card_list:hover .img_box img{opacity: 1; filter:alpha(opacity=100);}
    .interview_card_list_con .interview_card_list:hover .user_type {color: #000;}
    .interview_card_list_con .interview_card_list:hover .user_name {color: #000;}

    /* section easy_use */
    section.section_bg_wrap{height:100%;}
    .section_bg{position: absolute; height:100%;}
    .easy_use_bg{background-image: url('../img/pad_device_bgimg.jpg');}
    .easy_use_pad_wrap{position: absolute; bottom:0; left:50%; margin-left:-63%; height:100%; padding-right:0; padding-left:0; z-index:0;}

    .easy_use_pad_wrap .easy_use_pad_con{position: absolute; bottom:0; left:0; width:450px; height:317px; max-width:none;}
    .easy_use_pad_wrap .img_box{position: absolute; width:450px; height:317px;}
    .easy_use_pad_wrap .pad_bg_con{position: absolute; width:450px; height:317px;}

    .feature .feature_bg_con{height:1010px;}
    .feature .feature_bg_con .feature_bg_img{height:292px; background-image: url('../img/main_mid_wave.png'); padding-bottom:0; background-size:cover; background-position:center center;}
    .feature .feature_bg_con .feature_bg_box{top:292px; height:calc(100% - 292px);}

    .feature_line_list_con{height: 3px;}
    .feature_line{border-top:3px solid #ffc514;}

    .reviewer_pagination_con{bottom:88px;}

    .section.feature .feature_icon{width: 20%;}


    .section.easy_use{height:480px;}
    .feature_inner{top: 70px;}
}

@media all and (min-width:1200px){
    .project_card_inner .text_wrap .h_desc4{height: 11.2rem;
        display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
    [data-wv-agent="ie"] .project_card_inner .text_wrap .h_desc4{max-height: 11.2rem;
        overflow: hidden; text-overflow: ellipsis;}

    /*.theme .portfolio_list_wrap .view_popup_wrap .content_wrap .top_con .close_btn{margin-right: 30px;}*/
    .project_wrap .project_calc_con{width:calc(100% + 30px); margin-left:-30px;}
    .project_wrap .project_card{width:25%; padding-left:30px;}
    .project_card_inner .project_card_top_con{}
    .project_card_inner .icon_wrap{margin-bottom:70px;}

    .project_wrap{max-width: 1400px;}

    .easy_use_pad_wrap{left:0; margin-left:-100px;}


    .easy_use_pad_wrap .easy_use_pad_con{width:460px; height:324px;}
    .easy_use_pad_wrap .img_box{position: absolute; width:460px; height:324px;}
    .easy_use_pad_wrap .pad_bg_con{position: absolute; width:460px; height:324px;}
}

@media all and (min-width:1252px){
    /* 감상하기 - 팝업 - 사이트 개설 */
    .theme .portfolio_list_wrap .flex_con{max-width:calc(303px * 4);}
}

@media all and (min-width:1280px){
    .portfolio_list_box{max-width: 1400px; padding-left: 90px; padding-right: 90px;}
    .portfolio_list_wrap .grid_list_con{margin-left:-45px; width: calc(100% + 45px);}
    .portfolio_list_wrap .grid_inner{padding-left:45px;}
    .portfolio_list_wrap .grid_list{width: 25%;}

    .main .section h3{font-size:44px; font-size:4.4rem; line-height:56px; line-height:5.6rem;}
    .section .h_subtitle3{font-size:26px; font-size:2.6rem; line-height:32px; line-height:3.2rem;}
    .main .section .h_desc3{font-size:19px; font-size:1.9rem; line-height:32px; line-height:3.2rem;}
    .main .section.easy_use .h_desc3{line-height:32px; line-height:3.2rem;}
    .section .section_sub_title{font-size: 27px; font-size: 2.7rem; line-height: 33px; line-height: 3.3rem;}

    .main .section h4{font-size: 28px; font-size: 2.8rem; line-height: 38px; line-height: 3.8rem;}
    .main .section .h_desc4{font-size: 16px; font-size: 1.6rem; line-height: 28px; line-height: 2.8rem;}

    /* 감상하기 - 팝업 - 사이트 개설 */
    .theme .portfolio_list_wrap .theme_util_menu_wrap .create_site_inner .contents_box{padding-right: 290px;}

    .project_card_inner .text_wrap h4{height: 7.6rem;}

    .section.easy_use{height:530px;}
    .feature_inner{top: 90px;}
}

@media all and (min-width:1400px){
    .feature_icon_wrap{max-width: 1170px; float: none; margin-left: auto; margin-right: auto;}
    .feature_icon_calc_wrap{width: calc(100% + 25px); margin-left: -25px;}
    .feature_icon{padding-left: 25px;}
    .project_card_inner .text_wrap{padding-right:40px; padding-left:40px; padding-bottom: 105px;}

    .easy_use_pad_wrap{left:0; margin-left:40px;}

    .feature_icon_wrap .icon_desc{font-size: 19px; font-size: 1.9rem; line-height: 30px; line-height: 3.0rem;}
    .reviewer .contents_con{padding-right:280px; padding-left:280px;}
}

@media all and (min-width:1555px){
    /* 감상하기 - 팝업 - 사이트 개설 */
    .theme .portfolio_list_wrap .flex_con{max-width:calc(303px * 5);}
}

@media all and (min-width:1600px){
    .portfolio_list_box{max-width: 1730px; padding-left: 110px; padding-right: 110px;}
    .portfolio_list_wrap .grid_list_con{margin-left:-50px; width: calc(100% + 50px);}
    .portfolio_list_wrap .grid_inner{padding-left:50px;}
    .portfolio_list_wrap .grid_list{width: 20%;}

    .project_wrap{max-width: 1700px;}
    .feature_icon_wrap{max-width: 1170px; float: none; margin-left: auto; margin-right: auto;}
    .feature_icon_calc_wrap{width: 100%; margin-left: 0;}
    .feature_icon{padding-left: 0;}

    .project_card_wrap{padding-left: 50px; padding-right: 50px;}
    .project_wrap .project_calc_con{width:calc(100% + 35px); margin-left:-35px;}
    .project_wrap .project_card{padding-left:35px;}

    .project_card_inner .project_card_top_con{}
    .project_card_inner .icon_wrap{margin-bottom:91px;}
}

@media all and (min-width:1858px){
    /* 감상하기 - 팝업 - 사이트 개설 */
    .theme .portfolio_list_wrap .flex_con{max-width:calc(303px * 6);}
}

@media all and (min-width:1876px){
    .project_wrap{max-width: 2076px;}
    .project_wrap{}
    .project_card_wrap{padding-left: 75px; padding-right: 75px;}
    .project_wrap .project_calc_con{width:calc(100% + 50px); margin-left:-50px;}
    .project_wrap .project_card{padding-left:50px;}

}

@media all and (min-width:1920px){
    .project_card_inner .text_wrap .h_desc4{height: 12.0rem;}
    [data-wv-agent="ie"] .project_card_inner .text_wrap .h_desc4{max-height: 12.0rem;}
    .project_card_inner .text_wrap h4{height: 8.2rem;}

    .portfolio_list_box{max-width: 2200px; padding-left: 150px; padding-right: 150px;}
    .portfolio_list_wrap .grid_list_con{margin-left:-60px; width: calc(100% + 60px);}
    .portfolio_list_wrap .grid_inner{padding-left:60px;}
    .portfolio_list_wrap .grid_list{width: 16.66%;}

    .main .section h3{font-size:50px; font-size:5.0rem; line-height:66px; line-height:6.6rem;}
    .section .h_subtitle3{font-size:27px; font-size:2.7rem; line-height:33px; line-height:3.3rem;}
    .main .section .h_desc3{font-size:20px; font-size:2.0rem; line-height:36px; line-height:3.6rem;}
    .main .section.easy_use .h_desc3{line-height:36px; line-height:3.6rem;}
    .section .section_sub_title{font-size: 28px; font-size: 2.8rem; line-height: 34px; line-height: 3.4rem;}

    .main .section h4{font-size: 29px; font-size: 2.9rem; line-height: 41px; line-height: 4.1rem;}
    .main .section .h_desc4{font-size: 17px; font-size: 1.7rem; line-height: 30px; line-height: 3.0rem;}

    .easy_use_pad_wrap{left:50%; margin-left:-958px;}

    .easy_use_pad_wrap .easy_use_pad_con{width:650px; height:458px;}
    .easy_use_pad_wrap .img_box{width:650px; height:458px;}
    .easy_use_pad_wrap .pad_bg_con{width:650px; height:458px;}

    .section.easy_use{height:570px;}
}

@media all and (min-width:2560px) {
    .project_card_inner .text_wrap .h_desc4{height: 12.8rem;}
    [data-wv-agent="ie"] .project_card_inner .text_wrap .h_desc4{max-height: 12.8rem;}

    .project_card_wrap{padding-left: 100px; padding-right: 100px;}
    .project_wrap .project_calc_con{width:calc(100% + 65px); margin-left:-65px;}
    .project_wrap .project_card{padding-left:65px;}
    .main .section h3{font-size:55px; font-size:5.5rem; line-height:74px; line-height:7.4rem;}
    .section .h_subtitle3{font-size:29px; font-size:2.9rem; line-height:35px; line-height:3.5rem;}
    .main .section .h_desc3{font-size:21px; font-size:2.1rem; line-height:40px; line-height:4.0rem;}
    .main .section.easy_use .h_desc3{line-height:40px; line-height:4.0rem;}
    .section .section_sub_title{font-size: 30px; font-size: 3.0rem; line-height: 36px; line-height: 3.6rem;}

    .main .section h4{font-size: 30px; font-size: 3.0rem; line-height: 43px; line-height: 4.3rem;}
    .main .section .h_desc4{font-size: 18px; font-size: 1.8rem; line-height: 32px; line-height: 3.2rem;}


    .theme .portfolio_list_wrap .view_popup_wrap .content_wrap .bg_wrap .img_box{width: 100%; height: fit-content;}

    .portfolio_list_box{max-width: 2750px; padding-left: 250px; padding-right: 250px;}
    .portfolio_list_wrap .grid_list_con{margin-left:-70px; width: calc(100% + 70px);}
    .portfolio_list_wrap .grid_inner{padding-left:70px;}
    .portfolio_list_wrap .grid_list{width: 14.28%;}
}

@media all and (min-width: 3200px){
    .portfolio_list_box{max-width: 3350px; padding-left: 350px; padding-right: 350px;}
    .portfolio_list_wrap .grid_list_con{margin-left:-80px; width: calc(100% + 80px);}
    .portfolio_list_wrap .grid_inner{padding-left:80px;}
    .portfolio_list_wrap .grid_list{width: 12.5%;}
}