@charset "utf-8";



/* login */
.login-container {
    padding:65px 0 160px;
}

#member {
    max-width:680px;
    margin:0 auto;
    margin-top:20px;
    padding:62px 0 70px;
    border-radius:3px;
    text-align:center;
    box-sizing:border-box;
}
.login_top {
    display:inline-block;
    padding:11px 0 12px 88px;
    margin-bottom:35px;
    text-align:left;
    background:url('../img/ico/ico_login.png') left center no-repeat;
}
.login_top * {
    color:#383838;
    line-height:1.5;
}
.login_top h2 {
    font-family: 'NanumSquare', sans-serif;
    font-size:30px;
    font-weight:700;
}
#loginForm {
    max-width:510px;
    margin:0 auto;
}
.login_box * {
    font-family: 'NanumBarunGothic', sans-serif;
}
.login_box .input_wrap {
    float:left;
    width:77%;
}
.login_box input {
    display:block;
    width:100%;
    height:60px;
    padding:0 27px;
    font-size:18px;
    border:1px solid rgba(149,149,149,.5);
    box-sizing:border-box;
}
.login_box input::placeholder {
    font-size:18px;
    color:#777777;
}
.login_box .input_wrap input + input {
    margin-top:9px;
}
.login_box .login_btn {
    float:right;
    width:calc(23% - 10px);
    margin-left:10px;
    font-size:18px;
    color:#ffffff;
    line-height:129px;
    background-color:#383838
}
.login_check {
    margin-top:17px;
}
.login_check .checkbox {
    float:left;
}
.login_check .checkbox input {
    display:none;
}
.login_check .checkbox input + label {
    padding-left:35px;
    font-weight:500;
    color:#222222;
    line-height:29px;
    background:url('../img/btn/btn_login_check.png') left center no-repeat;
}
.login_check .checkbox input:checked + label {
    background:url('../img/btn/btn_login_check_on.png') left center no-repeat;
}
.login_check ul {
    float:right;
    font-size:0;
}
.login_check ul li {
    display:inline-block;
    position:relative;
}
.login_check ul li + li {
    margin-left:20px;
}
.login_check ul li:after {
    content:'·';
    display:block;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:calc(100% + 9px);
    font-size:16px;
    font-weight:500;
    color:#222222;
}
.login_check ul li:last-of-type:after {
    display:none;
}
.login_check ul li a {
    display:block;
    font-size:16px;
    font-weight:500;
    color:#222222;
    line-height:29px;
}
/* //login */

/* find_id/pw */
#member.login_find {
    padding: 59px 49px 87px;
    text-align:left;
}
.member_tab {
    font-size:0;
}
.member_tab li {
    display:inline-block;
    width:50%;
    vertical-align: bottom;
}
.member_tab li a {
    display:block;
    font-size:18px;
    color:#777777;
    line-height:62px;
    text-align:center;
    background-color:#f8f8f8;
    border-bottom:1px solid rgba(61,52,47,.3);
}
.member_tab li a.on {
    font-size:18px;
    font-weight:700;
    color:#3d342f;
    background-color:#fff;
    border:1px solid rgba(61,52,47,.3);
    border-bottom:none;
}
.login_find form {
    max-width:510px;
    margin:0 auto;
}
.login_find .login_form {
    display:none;
    margin-top:35px;
}
.login_find .login_form.on {
    display:block;
}
.login_find .login_box {
    width:100%;
}
.login_find .login_box input {
    margin-bottom:10px;
}
.login_find .login_box .email_wrap {
    font-size:0;
}
.login_find .login_box .email_wrap * {
    vertical-align:middle;
}
.login_find .login_box .email_wrap .button_wrap button {
    display:inline-block;
    width:120px;
    margin-bottom:10px;
    font-size:16px;
    font-weight:700;
    color:#3d342f;
    line-height:58px;
    border:1px solid #3d342f;
}
.login_find .login_box .email_wrap .button_wrap input {
    display:inline-block;
    width:calc(100% - 130px);
    margin-left:10px;
} 
.login_find .find_caution {
    margin-top:12px;
    padding-left:33px;
    font-size:14px;
    letter-spacing:-0.02em;
    line-height:26px;
    background:url('../img/ico/ico_login_caution.png') left top no-repeat;
}
.login_find .find_caution.text_deco {
    margin-top:5px;
    background:none;
}
.login_find .find_btn {
    display:block;
    width:210px;
    margin:45px auto 0;
    font-size:16px;
    font-weight:700;
    color:#fff;
    line-height:55px;
    background-color:#3d342f;
    border-radius:3px;
    cursor:pointer;
}
/* //find_id/pw */

/* member select */
.join_container {
    padding:65px 0 160px;
}
.member .member_type {
    padding:60px;
    box-sizing:border-box;
}
.member .member_type .mem_box {
    float:left;
    width:calc(50% - 7px);
}
.member .member_type .mem_box + .mem_box {
    margin-left:14px;
}
.member .member_type .mem_box a {
    display:block;
    height:230px;
    padding:30px 100px 0px 30px;
    box-sizing:border-box;
    background-color:#f8f8f8;
    border-radius:3px;
    border:2px solid #f8f8f8;
}
.member .member_type .mem_box:hover a {
    border:2px solid #414d58;
}
.member .member_type .type {
    font-size:24px;
    font-weight:700;
    color:#414d58;
}
.member .member_type .type:before {
    content:'';
    display:inline-block;
    width:4px;
    height:22px;
    margin-right:5px;
    background-color:#414d58;
    vertical-align:bottom;
}
.member .member_type .info {
    display:block;
    min-height:60px;
    margin:20px 0;
    color:#777777;
    line-height:1.4;
}
.member .member_type .join_btn {
    display:inline-block;
    width:41px;
    height:41px;
    background:url('../img/btn/btn_member_reg.png') center no-repeat;
    background-size:contain;
}
/* //member select */

/* member agree */
.member .member_agree {
    width:100%;
    padding:50px;
    margin-top:20px;
    box-sizing:border-box;
}
.member .member_agree .top {
    margin-bottom:18px;
}
.member .member_agree .top p {
    float:left;
    font-size:20px;
    font-weight:500;
    line-height:1;
    letter-spacing: -0.02em;
}
.member .member_agree .top .checkbox {
    float:right;
}
.member .member_agree .top .checkbox input {
    display:none;
}
.member .member_agree .top .checkbox input + label {
    padding-left:31px;
    font-size:14px;
    line-height:24px;
    background:url('../img/btn/btn_login_check.png') left center no-repeat;
    background-size:24px;
}
.member .member_agree .top .checkbox input:checked + label {
    background:url('../img/btn/btn_login_check_on.png') left center no-repeat;
    background-size:24px;
}
.member .member_agree .cont {
    width:100%;
    height:250px;
    padding:20px;
    font-size:14px;
    color:#aaaaaa;
    line-height:1.6;
    background-color:#f5f5f5;
    box-sizing:border-box;
}
.member .member_agree .button_wrap {
    margin-top:50px;
    text-align:center;
}
.member .member_agree .button_wrap button {
    width:210px;
    height:55px;
    font-weight:500;
    color:#ffffff;
    border-radius:4px;
}
.member .member_agree .button_wrap button + button {
    margin-left:3px;
}
.member .member_agree .button_wrap .cancel_btn {
    background-color:#3d342f;
}
.member .member_agree .button_wrap .reg_btn {
    background-color:#5ac2d8;
}
/* //member agree */

/* member register */
#member.member_form {
    max-width:510px;
    margin:0 auto;
}
.form-box2 .checkbox {
    margin-top: 10px;
}
.form-box2 .input_wrap .checkbox {
    margin-bottom: 20px;
    text-align:left;
}
.form-box2 .checkbox input[type="checkbox"] {
    display: none;
}
.form-box2 .checkbox input[type="checkbox"] + label {
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background: url(../img/ico/checkbox.png) left center no-repeat
}
.form-box2 .checkbox input[type="checkbox"]:checked + label {
    background: url(../img/ico/checkbox_on.png) left center no-repeat
}

.form-box2 .input_wrap + .input_wrap {
    margin-top: 10px;
}
.form-box2 .input_wrap input {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    width: 100%;
    height: 60px;
    line-height: 58px;
    font-size: 18px;
    font-weight: 400;
    outline: 0;
    box-sizing: border-box;
}
.form-box2 .input_wrap input::placeholder {
    color: #999;
}
.form-box2 .input_wrap p {
    margin: 10px 10px 20px;
    font-size: 14px;
    font-weight: 400;
}
.form-box2 .input_wrap p.red_txt {
    color: #f50000;
    text-align: left;
}
.form-box2 .button_wrap::after {
    display: block;
    clear: both;
    content: '';
}
.form-box2 .button_wrap input {
    float: left;
    margin-right: 10px;
    width: calc(100% - 140px);
}
.form-box2 .button_wrap > .phone_num {
    float: left;
    margin-right: 10px;
    border: 1px solid #dbdbdb;
    width: calc(100% - 140px);
    height: 60px;
    box-sizing: border-box;
}
.form-box2 .button_wrap > .phone_num::after {
    display: block;
    clear: both;
    content: '';
}
.form-box2 .button_wrap > .phone_num input {
    float: left;
    margin: 0;
    border: 0;
    padding: 0 10px;
    width: calc(33.333% - 20px);
    height: 100%;
    outline: 0;
}
.form-box2 .button_wrap > .phone_num span {
    display: block;
    float: left;
    width: 30px;
    line-height: 58px;
    text-align: center;
}
.form-box2 .button_wrap button {
    float: left;
    border: 1px solid #3d342f;
    width: 130px;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #3d342f;
    box-sizing: border-box;
}
.form-box2 .button_wrap button.certi_ok {
    background: #3d342f;
    color: #fff;
}
.form-box2 .radio_wrap::after {
    display: block;
    clear: both;
    content: '';
}
.form-box2 .radio_wrap {
    margin-bottom: 20px;
}
.form-box2 .radio_wrap .radio_item {
    float: left;
    width: calc(50% - 5px);
}
.form-box2 .radio_wrap .radio_item + .radio_item {
    margin-left: 10px;
}
.form-box2 .radio_wrap .radio_item input[type="radio"] {
    display: none;
}
.form-box2 .radio_wrap .radio_item input[type="radio"] + label {
    display: block;
    border: 1px solid #eee;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    box-sizing: border-box;
}
.form-box2 .radio_wrap .radio_item input[type="radio"]:checked + label {
    border-color: #333;
    color: #333;
}
.form-box2 .form_btn {
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
    margin: 30px auto 0;
    border: none;
    background: #3d342f;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius:3px;
}
/* //member register */

/* member join ok */
.member .member_welcome {
    padding:90px 0 105px;
    text-align:center;
}
.member .member_welcome .big {
    margin-top:28px;
    font-family: 'NanumSquare', sans-serif;
    font-size:32px;
    font-weight:700;
    letter-spacing:-0.06em;
}
.member .member_welcome .sub {
    display:inline-block;
    margin-top:12px;
    padding-left:33px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size:14px;
    letter-spacing:-0.02em;
    line-height:26px;
    background:url('../img/ico/ico_login_caution.png') left top no-repeat;
}
.member .member_welcome .button_wrap {
    margin-top:50px;
    text-align:center;
}
.member .member_welcome .button_wrap button {
    width:210px;
    height:55px;
    font-weight:500;
    color:#ffffff;
    border-radius:4px;
}
.member .member_welcome .button_wrap button + button {
    margin-left:3px;
}
.member .member_welcome .button_wrap .home_btn {
    background-color:#3d342f;
}
.member .member_welcome .button_wrap .login_btn {
    background-color:#5ac2d8;
}
/* //member join ok */

/* sub_layout */
#container {
    min-height:calc(100vh - 468px);
}
#container.sub {
    padding:40px 0 110px;
    box-sizing:border-box;
}
.sub_nav {
    float:left;
    width:210px;
}
.sub_nav .top {
    margin-bottom:35px;
}
.sub_nav h2 {
    position:relative;
    padding-top:10px;
    margin-bottom:12px;
    font-size:35px;
    font-weight:700;
    color:#414d58;
}
.sub_nav h2:after {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:25px;
    height:4px;
    background-color: #414d58;
}
.sub_nav h2 + span {
    display:block;
    font-size:15px;
    font-weight:300;
    color:#414d58;
    letter-spacing: 0.025em;
}
.sub_nav .depth01 > li {
    border-bottom:1px solid rgba(149,149,149,.3);
}
.sub_nav ul li:first-of-type a {
    border-top:1px solid rgba(149,149,149,.3);
}
.sub_nav ul li a {
    display:block;
    position:relative;
    width:100%;
    padding-left:20px;
    color:#333333;
    line-height:50px;
    box-sizing:border-box;
}
.sub_nav ul li.active > a {
    font-weight:700;
    color:#ffffff;
    background: linear-gradient(-152deg, rgba(151,247,219,1) 0%, rgba(90,194,216,1) 100%);
    border:none;
}
.sub_nav .depth02 {
    display:none;
    padding:10px 0 15px;
    background-color:#f8f8f8;
}
.sub_nav .depth02 li a {
    display:block;
    padding-left:21px;
    font-size:16px;
    font-weight:400;
    color:#777777;
    line-height:2.3;
    border:none !important;
}
.sub_nav .depth02 li.active a {
    font-weight:400;
    background:none;
    color:#2aabc7;
}
.sub_nav .depth02 li a:before {
    content:'-';
    display:inline-block;
    margin-right:3px;
}
.sub_cont {
    float:right;
    width:calc(100% - 240px);
    min-height:580px;
    padding:25px 20px 25px;
    margin-left:30px;
    border:1px solid #e1e1e1;
    box-sizing:border-box;
}
.sub_cont.sub_about {
    padding-bottom:70px;
}
.sub_cont h3 {
    font-size:24px;
    font-weight:700;
    color:#231f20;
    padding-bottom:20px;
    border-bottom:1px solid #000000;
}
.sub_cont h3 .point {
    display: inline-block;
    margin-left: 14px;
    font-weight:400;
    font-size: 14px;
    color: #009fc1;
}
/* //sub_layout */

/* service - facility */
.facility {
    padding:65px 0 90px;
}
.facility .cont {
    padding:45px 17px;
}
.facility .cont .box + .box {
    margin-top:65px;
}
.facility .ttl {
    font-weight:700;
    font-size:24px;
    color:#231f20;
    line-height:1.3;
}
.facility .ttl:before {
    content:'';
    display:inline-block;
    width:6px;
    height:20px;
    margin-right:8px;
    background-color:#000000;
}
.facility span {
    display:block;
    font-size:16px;
    color:#231f20;
    line-height:1.9;
}
/* //about - facility */

/* contact ( 고객센터 ) */
.contact {
    padding:40px 0 160px;
}
.contact_fix {
    margin-bottom:50px;
}
.contact_fix .search_box {
    padding:40px 0;
    background-color:#f4f6f9;
    text-align:center;
}
.contact_fix .search_box .ttl {
    font-size:24px;
    font-weight: 500;
    line-height:1.5;
}
.contact_fix .search_box .ttl em {
    font-weight:700;
    color:#2b7fe6;
}
.contact_fix .search_box .ttl + span {
    display:block;
    margin-bottom:24px;
    color:#555555;
    line-height:1.4;
}
.contact_fix .search_box .search_input {
    font-size:0;
}
.contact_fix .search_box .search_input * {
    font-size:16px;
    border-radius:5px;
    vertical-align: middle;
}
.contact_fix .search_box .search_input select {
    width:170px;
    height:44px;
    line-height:40px;
    padding:0 35px 0 10px;
    color:#292929;
    border:2px solid #636363;
    box-sizing:border-box;
    background:#fff url('../img/ico/ico_select_arrow.png') right 15px center no-repeat;
}
.contact_fix .search_box .search_input input {
    width:400px;
    height:44px;
    margin:0 6px;
    padding:0 10px;
    color:#292929;
    border:2px solid #5ac2d8;
    box-sizing:border-box; 
}
.contact_fix .search_box .search_input button {
    width:88px;
    height:44px;
    font-weight:500;
    color:#fff;
    background-color:#5ac2d8;
}
.contact_fix .contact_tab {
    margin-top:40px;
}
.contact_fix .contact_tab ul {
    font-size:0;
}
.contact_fix .contact_tab ul li {
    display:inline-block;
    width:calc(20% + 1px);
    margin-left:-1px;
    border:1px solid #cccccc;
    box-sizing:border-box;
}
.contact_fix .contact_tab ul li.active {
    background-color:#414d58;
    border-color:#414d58;
}
.contact_fix .contact_tab ul li.active a {
    color:#ffffff;
}
.contact_fix .contact_tab ul li a {
    display:block;
    font-size:16px;
    color:#292929;
    line-height:70px;
    text-align:center;
}
/* contact - contact_pu */
.contact .ttl {
    margin-bottom:20px;
    font-size:18px;
    font-weight:700;
    color:#292929;
}
.contact_pu .contact_qna {
    margin-bottom:55px;
}
.contact_pu .contact_qna .pu_wrap {
    border-bottom:1px solid rgba(0,0,0,.15);
    box-sizing:border-box;
}
.contact_pu .contact_qna .pu_wrap:first-of-type {
    border-top:1px solid #000000;
}
.contact_pu .contact_qna .pu_wrap a {
    display:block;
    position:relative;
    padding:20px 40px 20px 65px;
    font-weight:500;
    color:#333333;
    line-height:1.4;
}
.contact_pu .contact_qna .pu_wrap a:before {
    content:'Q';
    display:block;
    position:absolute;
    top:13px;
    left:10px;
    width:36px;
    height:36px;
    font-weight:500;
    color:#ffffff;
    line-height:34px;
    background-color:#f27935;
    border-radius:50%;
    text-align:center;
}
.contact_pu .contact_qna .pu_wrap a:after {
    content:'';
    display:block;
    position:absolute;
    top:24px;
    right:17px;
    width:20px;
    height:12px;
    background:url('../img/btn/btn_contact_pu_default.png') center no-repeat;
    transition:all .3s;
}
.contact_pu .contact_qna .pu_wrap a.active:after {
    transform:rotate(-180deg);
    transition:all .3s;
}
.contact_pu .contact_qna .pu_answer {
    display:none;
    position:relative;
    padding:25px 10px 25px 65px;
    color:#777777;
    line-height:1.4;
    border-top:1px solid rgba(0,0,0,.15);
    background-color:#f8f8f8;
}
.contact_pu .contact_qna .pu_answer:before {
    content:'A';
    display:block;
    position:absolute;
    top:13px;
    left:10px;
    width:36px;
    height:36px;
    font-weight:500;
    color:#ffffff;
    line-height:34px;
    background-color:#5ac2d8;
    border-radius:50%;
    text-align:center;
}
/* //contact - contact_pu */

/* contact basic table */
.board_basic table {
    width:100%;
    margin-bottom:50px;
    table-layout: fixed;
    border-top:1px solid #000000;
}
.board_basic table tr {
    line-height:60px;
    border-bottom:1px solid rgba(0,0,0,.15);
}
.board_basic table thead tr {
    background-color:#f8f8f8;
}
.board_basic table thead tr th {
    font-weight:700;
    color:#333333;
}
.board_basic table tbody tr td {
    color:#555555;
    text-align:center;
}
.board_basic table tbody tr td.table_ttl a {
    display:block;
    padding:0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    text-align:left;
}
.board_basic .board_basic_btm .edit_btn {
    float:left;
    width:100px;
    height:40px;
    border:1px solid #464646;
    border-radius:3px;
}
.board_basic .board_basic_btm .edit_btn span {
    display:inline-block;
    padding-left:27px;
    font-size:14px;
    font-weight:500;
    color:#555555;
    background:url('../img/ico/ico_edit.png') left center no-repeat;
}
.board_basic .board_basic_btm .next_prev_box {
    float:right;
}
/* //contact basic table */

/* contact layout01 */
.board_basic table tbody tr td.order_status span {
    display:inline-block;
    width:90px;
    color:#555555;
    line-height:36px;
    border:1px solid #959595;
    border-radius:20px;
}
.board_basic table tbody tr td.order_status span.s_depart {
    color:#2781ef;
    border-color:#2781ef;
}
/* //contact layout01 */

/* contact view */
.board_view fieldset {
    min-width:100%;
}
.board_view_box {
    border-top: 1px solid #000;
}
.board_view_box .subject {
    width: 100%;
    padding: 20px 10px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    text-align: center;
    background-color: #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,.15);
    box-sizing:border-box;
}
.board_view_box .post_info {
    height: auto;
    padding: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.board_view_box .post_info .post_date {
    float: left;
}
.board_view_box .post_info .post_view {
    float: right;
}
.board_view_content {
    padding: 30px 20px;
    line-height: 1.5;
    word-break: break-all;
    border-bottom: 1px solid #dcdcdc;
}
.board_view_list_box {
    height: auto;
    padding: 0 20px;
    border-bottom: 1px solid #dcdcdc;
}
.board_view_list_box a {
    display: block;
    width: 100%;
    text-align: left;
    color: #333;
    line-height: 50px;
}
.board_view_list_box a * {
    display:inline-block;
    vertical-align: middle;
}
.board_view_list_box .arrow {
    display: inline-block;
    margin-right: 10px;
    font-size: 8px;
}
.board_view_list_box .arrow_txt {
    margin-right:10px;
    font-weight: 500;
}
.board_view_list_box .arrow_list_txt {
    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.board_view_button {
    margin-top:30px;
}
.board_view_button button {
    width: 160px;
    height: 40px;
    box-sizing: border-box;
}
.board_view_button .go_list_btn {
    float:right;
    border: solid 1px #cccccc;
}
.board_view_button .modify_btn {
    float:left;
    margin-right:10px;
    background-color: #414d58;
    color: #fff;
}
.board_view_button .delete_btn {
    float:left;
    background-color: #414d58;
    color: #fff;
}
/* //contact view */

/* contact write */
.board_write table {
    width:100%;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid rgba(0,0,0,.15);
    text-align: center;
}
.board_write table tr {
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.board_write table tr th {
    width: 140px;
    padding:0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align:left;
    background-color: #f8f8f8;
    box-sizing: border-box;
    vertical-align:middle;
}
.board_write table tr td {
    padding: 18px 16px;
    text-align: left;
    border-left: 1px solid rgba(0,0,0,.15);
}
.board_write table input {
    width: 500px;
    height: 40px;
    box-sizing: border-box;
}
.board_write table textarea {
    width: 100%;
    height: 260px;
    resize: none;
    overflow: auto;
    border: solid 1px #c6c6c6;
}
.board_write table #alliance_file {
    display:none;
}
.board_write table .file_add {
    font-size:0;
}
.board_write table .file_add * {
    vertical-align: middle;
    font-size:16px;
}
.board_write table input[type="file"] + label {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-left: 0px;
    background-color: #777777;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.board_write_btn {
    margin-top:30px;
    font-size:0;
    text-align:center;
}
.board_write_btn button {
    display: inline-block;
    width: 160px;
    height: 40px;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    border: solid 1px #cccccc;
}
.board_write_btn button + button {
    margin-left:10px;
}
.board_write_btn .register_btn {
    border-color:#414d58;
    background-color: #414d58;
    color:#fff;
}
/* //contact write */

/* //contact ( 고객센터 ) */

/* about - welcome */
.about.welcome {
    padding:54px 23px 0px;
}
.welcome .img_box {
    float:left;
    width:191px;
}
.welcome .txt_box {
    float:right;
    width:calc(100% - 218px);
    margin-left:27px;
}
.welcome .txt_box p {
    margin-bottom:35px;
    font-size:35px;
    color:#231f20;
    letter-spacing:-0.075em;
    line-height: 1.2;
}
.welcome .txt_box p em {
    font-weight:700;
}
.welcome .txt_box p + span {
    color:#777777;
    line-height:1.5;
}
/* //about - welcome */
/* about - summary */
.about.summary {
    padding:24px 8px 0px;
}
.summary .intro {
    color:#231f20;
    line-height:1.5;
}
.summary .manage_box {
    margin-top:32px;
    font-size:0;
}
.summary .manage_box .box {
    display:inline-block;
    width: calc(25% - 14.25px);
    height:222px;
    padding:22px 20px;
    border:2px solid #5ac2d8;
    border-radius:5px;
    box-sizing:border-box;
    text-align:center;
    vertical-align: top;
}
.summary .manage_box .box + .box {
    margin-left:19px;
}
.summary .manage_box .box_ttl {
    padding-top:35px;
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color:#0eb1d3;
    line-height:1.3;
    letter-spacing: 0.025em;
    background:url('../img/ico/ico_summary_check.png') center top no-repeat;
}
.summary .manage_box .box_ttl strong {
    display:block;
    font-size:18px;
    font-weight:700;
    color:#231f20;
}
.summary .manage_box span {
    display:block;
    margin-top:10px;
    font-size:15px;
    color:#555555;
    line-height:1.3;
    word-break: keep-all;
}
/* about - summary */
/* about - history */
.about.history {
    padding:50px 30px 0px;
}
.history .img_box {
    float:left;
    width:51%;
}
.history .txt_box {
    float:right;
    width:calc(49% - 45px);
    padding-left:20px;
    margin-left:45px;
    border-left:1px solid #dfdfdf;
    box-sizing:border-box;
}
.history .txt_box .ttl {
    padding-bottom:30px;
    font-family: 'NanumSquare', sans-serif;
    font-size:30px;
    font-weight:900;
    color:rgba(35,31,32,.3);
    letter-spacing:0.05em;
}
.history .txt_box .ttl:after {
    content:'';
    display:inline-block;
    margin-left:4px;
    width:6px;
    height:6px;
    border-radius:50%;
    background-color:rgba(35,31,32,.3);
}
.history .txt_box ul li {
    position:relative;
}
.history .txt_box ul li + li {
    margin-top:23px;
}
.history .txt_box ul li:before {
    content:'';
    display:block;
    position:absolute;
    top:3px;
    left:-28px;
    width:15px;
    height:15px;
    border:3px solid #dfdfdf;
    background-color:#fff;
    border-radius:50%;
    box-sizing:border-box;
}
.history .txt_box ul li:after {
    content:'';
    display:block;
    clear:both;
}
.history .txt_box ul li .year {
    float:left;
    width:40px;
    font-weight:700;
    color:#231f20;
    line-height:1.3;
}
.history .txt_box ul li .cont {
    float:left;
    width:calc(100% - 40px);
    padding-left:10px;
    color:#333333;
    box-sizing:border-box;
    line-height:1.3;
}
/* //about - history */

/* about - organization */
.about.organization {
    padding-top:35px;
}
.organization img {
    display:block;
    margin:0 auto;
}
/* //about - organization */

/* about - location */
.about.location {
    padding-top:23px;
}
.location .root_daum_roughmap {
    width:100%;
}
.location .root_daum_roughmap .wrap_map {
    height:517px;
}
.location .root_daum_roughmap .wrap_controllers {
    display:none;
}
.location .info {
    margin-top:30px;
}
.location .info table {
    width:100%;
    table-layout:fixed;
}
.location .info table tr {
    border-bottom:1px solid #d7d7d7;
}
.location .info table tr:first-of-type {
    border-top:1px solid #d7d7d7;
}
.location .info table tr th {
    padding:0 21px;
    color:#231f20;
    background-color:#f8f8f8;
    text-align:left;
}
.location .info table tr td {
    padding:16px 32px;
    color:#555555;
    line-height:1.4;
}
/* //about - location */

/* portfolio */
.portfolio {
    padding-top:27px;
}
.portfolio .port_list ul {
    font-size:0;
}
.portfolio .port_list ul li {
    display:inline-block;
    width:calc(25% - 10.5px);
    margin-right:14px;
    margin-bottom:14px;
}
.portfolio .port_list ul li:nth-of-type(4n+0) {
    margin-right:0;
}
.portfolio .port_list ul li a {
    display:block;
    position:relative;
}
.portfolio .port_list .img_box {
    width:100%;
    padding-top:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.portfolio .port_list .effect_box {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(65,77,88,.9);
    opacity:0;
    transition:all .3s;
}
.portfolio .port_list li a:hover .effect_box {
    opacity:1;
    transition:all .3s;
}
.portfolio .port_list .effect_box .ico {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) translateZ(0);
    width:68px;
    height:68px;
    border:1px solid #5ac2d8;
}
.portfolio .port_list .effect_box .ico:before {
    content:'';
    display: block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:2px;
    height:32px;
    background-color: #5ac2d8;
}
.portfolio .port_list .effect_box .ico:after {
    content:'';
    display: block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:32px;
    height:2px;
    background-color: #5ac2d8;
}
.port_pop .pop_cont .img_box {
    width:802px;
    max-height: 61.570vh;
    overflow-y:scroll;
    background-color:#fff;
}
/* //portfolio */

/* estimate */

/* category */
.sub_category {
    background-color:#fff;
    border-bottom:1px solid #ebebeb;
}
.sub_category ul {
    font-size:0;
}
.sub_category li {
    display:inline-block;
    position:relative;
    width:calc(12.5% + 1px);
    height:140px;
    margin-left:-1px;
    border:1px solid #ebebeb;
    border-bottom:none;
    box-sizing:border-box;
    vertical-align:top;
}
.sub_category li:first-of-type {
    width:12.5%;
    margin-left:0;
}
.sub_category li button {
    display:block;
    width:100%;
    height:100%;
    box-sizing:border-box;
}
.sub_category li button img {
    margin:0 auto;
}
.sub_category li button img.img_on {
    display:none;
}
.sub_category li button p {
    margin-top:15px;
    font-size:15px;
    font-weight:500;
    color:#777777;
    line-height:1.2;
}
.sub_category li.active {
    background-color:#ff9e3f;
    border-color:#ff9e3f;
}
.sub_category li.active:after {
    content:'';
    display:block;
    position:absolute;
    bottom:-5px;
    left:50%;
    transform:translateX(-50%) rotate(135deg);
    width:10px;
    height:10px;
    background-color:#ff9e3f;
    z-index:1;
}
.sub_category li.active button p {
    color:#ffffff;
}
.sub_category li.active .img_off {
    display:none;
}
.sub_category li.active .img_on {
    display:block;
}
/* //category */
#container.estimate {
    padding-top:0;
}

.estimate .cont {
    padding-top:50px;
}
.estimate .info .img_box {
    float:left;
    width:35%;
}
.estimate .info .info_box {
    float:right;
    width:calc(65% - 20px);
    padding:34px 30px;
    margin-left:20px;
    border:1px solid #e1e1e1;
    box-sizing:border-box;
}
.estimate h3 {
    margin-bottom:20px;
    font-size:24px;
    font-weight:700;
    color:#292929;
}
.estimate h3 span {
    display:inline-block;
    margin-left:7px;
    font-size:15px;
    font-weight:500;
    color:#777777;
}
.estimate .img_box .slide_img {
    position:relative;
}
.estimate .img_box .slide_img span {
    display:block;
    width:100%;
    padding-top:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.estimate .img_box .thumb_img {
    margin-top:7px;
}
.estimate .img_box .thumb_img .slick-list {
    margin:0 -3px;
}
.estimate .img_box .thumb_img .slick-slide {
    margin:0 3px;
}
.estimate .img_box .thumb_img .slick-current:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:3px solid #f39b44;
    box-sizing:border-box;
}
.estimate .img_box .button_box {
    margin-top:95px;
}
.estimate .img_box .button_box button {
    width:132px;
    font-size:14px;
    color:#ffffff;
    line-height:33px;
    border-radius:3px;
    border:1px solid #939ca5;
    background-color:#5ac2d8;
}
.estimate .img_box .button_box button + button {
    margin-left:9px;
}
.estimate .img_box .button_box .download_btn span {
    display:inline-block;
    padding-right:20px;
    background:url('../img/ico/ico_download.png') right center no-repeat;
}
.estimate .img_box .button_box .guide_btn span {
    display:inline-block;
    padding-right:30px;
    background:url('../img/ico/ico_layer.png') right center no-repeat;
}
.estimate .info_box .box_wrap + .box_wrap {
    margin-top:40px;
}
.estimate .info_box h4 {
    padding-left:8px;
    margin-bottom:17px;
    font-size:20px;
    font-weight:700;
    color:#292929;
}
.estimate .info_box .tab_box {
    padding:17px 0;
    font-size:0;
    border-top:1px solid rgba(41,41,41,.2);
    border-bottom:1px solid rgba(41,41,41,.2);
}
.estimate .info_box .tab_box button {
    width:calc(25% - 7.5px);
    font-size:15px;
    color:#555555;
    line-height:35px;
    border:1px solid #cccccc;
    border-radius:5px;
}
.estimate .info_box .tab_box button.active {
    color:#fff;
    background-color:#414d58;
}
.estimate .info_box .tab_box button + button {
    margin-left:10px;
}
.estimate .info_box .tab_box .radio_box {
    margin:20px 0 10px;
    font-size:0;
}
.estimate .info_box .tab_box .radio_wrap {
    display:inline-block;
}
.estimate .info_box .tab_box .radio_wrap + .radio_wrap {
    margin-left:30px;
}
.estimate .info_box .tab_box .radio_box input {
    display:none;
}
.estimate .info_box .tab_box .radio_box input + label {
    display:inline-block;
    padding-left:32px;
    font-size:15px;
    color:#292929;
    line-height:22px;
    background:url('../img/ico/ico_radio_off.png') left center no-repeat;
}
.estimate .info_box .tab_box .radio_box input:checked + label {
    background:url('../img/ico/ico_radio_on.png') left center no-repeat;
}
.estimate .info_box table {
    width:100%;
    table-layout:fixed;
}
.estimate .info_box table tr {
    border-bottom:1px solid rgba(41,41,41,.2);
}
.estimate .info_box table tr:first-of-type {
    border-top:1px solid rgba(41,41,41,.2);
}
.estimate .info_box table tr th {
    padding-left:14px;
    font-size:15px;
    color:#292929;
    text-align:left;
}
.estimate .info_box table tr td {
    padding:10px 6px;
}
.estimate .info_box table .row_box + .row_box {
    margin-top:6px;
}
.estimate .info_box table .select_box {
    display:inline-block;
    font-size:0;
}
.estimate .info_box table .select_box + button {
    margin-left:5px;
}
.estimate .info_box table .select_box select + select {
    margin-left:6px;
}
.estimate .info_box table select,
.estimate .info_box table input {
    height:28px;
    font-size:14px;
    color:#777777;
}
.estimate .info_box table select {
    width:176px;
    padding:0 20px 0 10px;
    background:#fff url('../img/ico/ico_select_arrow_small.png') right 11px center no-repeat;
}
.estimate .info_box table input {
    width:60px;
    margin:0 2px 0 3px;
}
.estimate .info_box table button {
    height:28px;
    padding:0 10px;
    font-size:14px;
    color:#5ac2d8;
    border:1px solid #5ac2d8;
}
.estimate .info_box table button.search_btn span {
    display:inline-block;
    padding-right:18px;
    color:#5ac2d8;
    background:url('../img/ico/ico_search_blue.png') right center no-repeat;
}
.estimate .info_box table strong {
    display:inline-block;
    margin-right:14px;
    font-size:14px;
    font-weight:500;
    color:#5ac2d8;
}
.estimate .info_box table span {
    font-size:14px;
    color:#777777;
}
.estimate .info_box table .checkbox .input_wrap {
    display:inline-block;
}
.estimate .info_box table .checkbox .input_wrap + .input_wrap {
    margin-left:18px;
}
.estimate .info_box table .checkbox input {
    display:none;
}
.estimate .info_box table .checkbox input + label {
    display:inline-block;
    padding-left:19px;
    font-size:14px;
    color:#777777;
    line-height:28px;
    background:url('../img/ico/ico_checkbox_small.png') left center no-repeat;
}
.estimate .info_box table .checkbox input:checked + label {
    background:url('../img/ico/ico_checkbox_small_on.png') left center no-repeat;
}
.estimate .info_box table .option_add {
    display:none;
    background:rgba(235,235,235,.2);
}
.estimate .info_box table .option_add th {
    color:#777777;
    vertical-align:middle;
}
.estimate .info_box table .option_add select {
    float:left;
}
.estimate .info_box table .option_add p {
    float:right;
    font-size:14px;
    color:#414d58;
    line-height:28px;
}
.estimate .info_box table .option_add p em {
    margin-right:3px;
    color:#5ac2d8;
}
.estimate .info_box .total_box {
    margin-top:30px;
    padding:28px 30px;
    background-color:#f8f8f8;
    box-sizing:border-box;
}
.estimate .info_box .total_box .sum {
    float:left;
    font-size:18px;
    color:#56534d;
}
.estimate .info_box .total_box .sum strong {
    font-weight:700;
}
.estimate .info_box .total_box .result {
    float:right;
    margin-top: -12px;
    font-size:15px;
    font-weight:500;
    color:#555555;
}
.estimate .info_box .total_box .result em {
    font-size:30px;
    font-weight:700;
    color:#ff5710;
}
.estimate .form {
    margin-top:45px;
}
.estimate .form_box + .form_box {
    margin-top:38px;
}
.estimate .form_box h4 {
    padding-left:7px;
    margin-bottom:10px;
    font-size:20px;
    font-weight:500;
    color:#292929;    
}
.estimate .form_box table {
    width:100%;
    table-layout:fixed;
    border-top:2px solid #000000;
}
.estimate .form_box table tr {
    border-bottom:1px solid #d7d7d7;
}
.estimate .form_box table th {
    padding:22px 19px;
    font-size:15px;
    color:#555555;
    text-align:left;
    background-color:#f5f7fa;
    vertical-align:top;
}
.estimate .form_box table td {
    padding:11px 19px;
}
.estimate .form_box input,
.estimate .form_box select {
    height:35px;
    font-size:14px;
    color:#777777;
    border:1px solid #d7d7d7;
    border-radius:5px;
}
.estimate .form_box select {
    padding:0 20px 0 10px;
    background:#fff url('../img/ico/ico_select_arrow_small.png') right 11px center no-repeat;
}
.estimate .form_box textarea {
    height:85px;
    padding:10px;
    font-size:14px;
    color:#777777;
    border:1px solid #d7d7d7;
    border-radius:5px;
}
.estimate .form_box .postcode {
    width:105px;
    height:35px;
    margin-left:10px;
    border-radius:5px;
    background-color:#898989;
}
.estimate .form_box .postcode span {
    display:inline-block;
    padding-right:19px;
    font-size:15px;
    color:#ffffff;
    background:url('../img/ico/ico_postcode.png') right center no-repeat;
}
.estimate .form_box .unit {
    display:inline-block;
    margin-left:7px;
    font-size:15px;
    color:#5ac2d8;
}
.estimate .form_box .input_wrap {
    font-size:0;
}
.estimate .form_box .input_wrap + .input_wrap {
    margin-top:15px;
}
.estimate .form_box .input_wrap * {
    vertical-align: middle;
}
.estimate .form_box .file_wrap input {
    display:none;
}
.estimate .form_box .file_wrap label {
    display:block;
}
.estimate .form_box .file_wrap label .box {
    display:inline-block;
    height:35px;
    padding: 0 5px;
    font-size:14px;
    color:#777777;
    line-height: 33px;
    border:1px solid #d7d7d7;
    border-radius:5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    box-sizing:border-box;
}
.estimate .form_box .file_wrap label span {
    display:inline-block;
    width:105px;
    margin-left:10px;
    font-size:15px;
    color:#fff;
    line-height:35px;
    border-radius:5px;
    background-color:#56534d;
    text-align:center;
}
.estimate .form_box .multi_wrap span {
    display:inline-block;
    width:11px;
    height:1px;
    margin:0 5px;
    background-color:#959595;
}
.estimate .form_box .memo {
    display:block;
    margin-top:9px;
    font-size:12px;
    font-weight:300;
    color:#555555;
}
.estimate .form_box .w-big {
    width:550px;
}
.estimate .form_box .w-mid {
    width:255px;
}
.estimate .form_box .w-sml01 {
    width:155px;
}
.estimate .form_box .w-sml02 {
    width:115px;
}
.estimate .form .button_wrap {
    margin-top:38px;
    text-align:right;
}
.estimate .form .button_wrap button {
    width:171px;
    height:56px;
    font-size:18px;
    font-weight:700;
    color:#ffffff;
    border-radius:5px;
}
.estimate .form .button_wrap button + button {
    margin-left:6px;
}
.estimate .form .button_wrap .cart_btn {
    background-color:#414d58;
}
.estimate .form .button_wrap .order_btn {
    background-color:#f39b44;
}
/* //estimate */

/* guide - download */
.guide.download {
    padding:38px 10px 0px;
}
.download .layout_row .tab_box {
    margin-top:30px;
}
.download .layout_row .tab_box ul:after {
    content:'';
    display:block;
    clear:both;
}
.download .layout_row .tab_box ul li {
    float:left;
    margin-right:10px;
    margin-bottom:17px;
}
.download .tab_box button {
    max-width:210px;
    height:30px;
    padding:0 11px;
    font-size:14px;
    color:#414d58;
    letter-spacing: -0.05em;
    border:1px solid #97a3ae;
    border-radius:20px;
}
.download .tab_box .active button {
    background-color:#97a3ae;
    color:#fff;
}
.download .layout_col .tab_box {
    float:left;
    width:31%;
    padding:0 40px 0 5px;
    box-sizing:border-box;
}
.download .layout_col .guide_box {
    float:right;
    width:69%;
    padding:0 10px;
    text-align:center;
    border-left:1px solid #e1e1e1;
    box-sizing:border-box;
}
.download .layout_col .guide_box img + img {
    margin-top:50px;
}
.download .layout_col .tab_box li + li {
    margin-top:10px;
}
.download .layout_col .tab_box button {
    width:100%;
    box-sizing:border-box;
}
/* //guide - download */

/* guide - post_process */
.guide.process {
    padding:20px 0 30px;
}
.process .box + .box {
    margin-top:50px;
}
.process .cut {
    margin-bottom:20px;
    color:#f27935;
}
.process .name {
    position:relative;
    margin-bottom:5px;
    padding-left:10px;
    font-size:18px;
    font-weight:700;
    color:#414d58;
    line-height:1.3;
}
.process .name:before {
    content:'•';
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.process .explain {
    display:block;
    margin-bottom:15px;
    color:#777777;
    line-height:1.5;
}
.process .all_process {
    margin-top:15px;
}
/* //guide - post_process */

/* guide - guide_product */
.product .box {
    padding:40px 13px;
    border-bottom:1px solid #e1e1e1;
}
.product .box:last-of-type {
    border-bottom:none;
}
.product .box:after {
    content:'';
    display:block;
    clear:both;
}
.product .img_box {
    float:left;
    width:37%;
}
.product .txt_box {
    float:right;
    width:63%;
    padding-left:35px;
    box-sizing:border-box;
}
.product .txt_box .name {
    font-size:24px;
    font-weight:700;
    color:#333333;
}
.product .txt_box .name:before {
    content:'';
    display:inline-block;
    margin-right:7px;
    width:3px;
    height:20px;
    background-color: #333333;
}
.product .txt_box .name .en {
    display:inline-block;
    margin-left:12px;
    font-size: 18px;
    font-weight:400;
    color:#16b2d3;
}
.product .txt_box .sub_ex {
    margin-top:10px;
    color:#333333;
    line-height: 1.5;
}
.product .txt_box .explain {
    display:block;
    margin-top:20px;
    font-size:15px;
    color:#777777;
    line-height: 1.5;
}
.product .txt_box .explain .tip {
    display:block;
    color:#00a8cb;
}
.product .attn {
    margin-top:30px;
}
.product .attn strong {
    display:block;
    margin-bottom: 15px;
    font-weight: 700;
    color:#333333;;
}
.product .attn li {
    position: relative;
    padding-left:7px;
    font-size: 15px;
    color:#333333;
    line-height: 1.4;
}
.product .attn li:before {
    content:'•';
    display: block;
    position: absolute;
    top:0;
    left:0;
    line-height: 1.2;
}
.product .attn li + li {
    margin-top:17px;
}
/* //guide - guide_product */

/* guide - work_basic */
.guide.work {
}
.work .title {
    width:100%;
    margin:30px 0 15px;
    padding:0 20px;
    font-size:18px;
    font-weight: 700;
    color:#ffffff;
    line-height: 40px;
    border-radius:30px;
    box-sizing:border-box;
}
.work .title.indesign {
    background-color:#79388c;
}
.work .title.photoshop {
    background-color:#009bd4;
}
.work .title.illust {
    background-color:#f08136;
}
.work .box {
    padding:25px 13px 35px;
}
.work .box_top {
    padding-bottom:20px;
    border-bottom: 1px solid #e1e1e1;
}
.work .box_top h4 {
    font-size: 18px;
    font-weight: 700;
    color:#555555;
    line-height: 1.3;
}
.work .box_top span {
    display: block;
    font-size: 15px;
    color:#555555;
    line-height: 1.6;
}
.work .box .name {
    margin-bottom:15px;
    padding-left:21px;
    font-size: 18px;
    font-weight: 700;
    color:#37aec7;
    background:url('../img/ico/ico_name_check.png') left center no-repeat;
}
.work .box .sub_ex {
    margin-bottom:30px;
    font-size: 15px;
    color:#555555;
    line-height: 1.5;
}
.work .box .explain {
    display:block;
    position: relative;
    padding-left:8px;
    font-size: 15px;
    color:#777777;
    line-height: 1.6;
}
.work .box .explain:before {
    content:'*';
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.work .info_box {
    padding:35px 24px;
    background-color:#f8f8f8;
}
.work .info_box .name {
    font-size: 15px;
    font-weight: 700;
    color:#231f20;
    line-height: 1.6;
}
.work .info_box .sub_ex {
    font-size: 15px;
    color:#555555;
    line-height: 1.6;
}
.work .info_box .type_box {
    margin:20px 0 45px;
}
.work .type_box .type {
    float:left;
    width:calc(50% - 14px);
}
.work .type_box .type + .type {
    margin-left:28px;
}
.work .type_box strong {
    display:block;
    width:100%;
    margin-bottom:10px;
    font-size:14px;
    color:#fff;
    line-height:34px;
    background-color:#333333;
    border-radius:20px;
    text-align:center;
}
.work .type_box .info {
    margin-top:15px;
    font-size:14px;
    color:#010101;
    line-height:1.5;
}
.work .explain_box {
    padding:25px;
    background-color:#fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
    border-radius:5px;
}
.work .explain_box .explain {
    display:block;
    font-size:14px;
    color:#555555;
    line-height: 1.7;
}
.work .info_box .diff_box {
    margin:20px 0 40px;
}
.work .diff_box .type {
    float:left;
    width:50%;
    box-sizing:border-box;
}
.work .diff_box .type.type01 {
    padding-right:35px;
}
.work .diff_box .type.type02 {
    padding-left:35px;
}
.work .diff_box .type + .type {
    border-left:1px solid rgba(0,0,0,.3);
}
.work .diff_box .ex_box {
    font-size:0;
}
.work .diff_box .ex_box div {
    display:inline-block;
    width:calc(50% - 7px);
    margin-bottom:40px;
}
.work .diff_box .ex_box div + div {
    margin-left:14px;
}
.work .diff_box em {
    font-size: 15px;
    font-weight: 700;
    color:#000000;
}
.work .diff_box .info {
    margin-top:15px;
    font-size:14px;
    color:#777777;
    line-height:1.5;
}
.work .explain_box {
    padding:25px;
    background-color:#fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
    border-radius:5px;
}
.work .explain_box .explain {
    display:block;
    font-size:14px;
    color:#555555;
    line-height: 1.7;
}
/* //guide - work_basic */

/* guide - order */
.guide.order {
    padding:20px 7px 0;
}
.order h4 {
    margin-bottom:30px;
    font-size:15px;
    color:#777777;
    line-height: 1.3;
}
.order h4.multi_ttl {
    margin-bottom:15px;
}
.order .box + .box {
    margin-top:30px;
}
.order .box .box_ttl {
    margin-bottom:10px;
    font-size:18px;
    font-weight:700;
    color:#231f20;
    line-height:1.6;
}
.order .check {
    margin-bottom:10px;
    font-weight: 700;
    color:#36c0dd;
}
.order .box .box_list_wrap + .box_list_wrap {
    margin-top:25px;
}
.order .box .list_type_ttl {
    font-size:15px;
    font-weight:700;
    color:#00758e;
    line-height:2;
}
.order .box .list_type_ttl span {
    font-weight:400;
    color:#0089a6;
}
.order .list_type_basic li {
    position: relative;
    padding-left:8px;
    font-size:15px;
    color:#333333;
    line-height:2;
}
.order .list_type_basic li:before {
    content:'-';
    display:block;
    position: absolute;
    top:0;
    left:0;
}
.order .list_type_dots li {
    position: relative;
    padding-left:8px;
    font-size:15px;
    color:#333333;
    line-height:2;
}
.order .list_type_dots li:before {
    content:'•';
    display:block;
    position: absolute;
    top:0;
    left:0;
    line-height:1.6;
}
.order .inner_list {
    margin:20px 10px;
}
.order .inner_list li {
    position: relative;
    padding-left:20px;
    font-size:14px;
    font-weight:300;
    color:#333333;
    line-height:1.5;
}
.order .inner_list li:before {
    content:'└';
    display:block;
    position: absolute;
    top:0;
    left:0;
    line-height:1.2;
}
.order .inner_list li + li {
    margin-top:5px;
}
.order .notice_box {
    margin-top:40px;
    padding-top:15px;
    border-top:1px solid #e1e1e1;
}
.order .notice_box .txt_box {
    padding:20px 24px;
    background-color:#f8f8f8;
}
.order .notice_box .notice_ttl {
    margin-bottom:15px;
    font-size:15px;
    font-weight:700;
    color:#231f20;
} 
.order .notice_box .list_type_none li {
    font-size:14px;
    color:#555555;
    line-height:2;
}
.order .notice_box .list_type_basic li {
    font-size:15px;
    color:#555555;
    line-height:1.6;
}
.order .notice_box .list_type_basic li + li {
    margin-top:5px;
}
/* //guide - order */

/* guide - size */
.guide.pansize {
    padding-top:20px;
}
.pansize .box {
    margin-bottom:30px;
    padding-bottom:40px;
    border-bottom:1px solid #e1e1e1;
}
.pansize h4 {
    font-size:18px;
    font-weight: 700;
    color:#333333;
    line-height: 1.3;
}
.pansize .explain {
    margin:15px 0 25px;
    font-size: 15px;
    color:#333333;
    line-height: 1.6;
}
.pansize .size_box {
    font-size:0;
}
.pansize .size_box * {
    display:inline-block;
    vertical-align: bottom;
}
.pansize .size_box .size_txt {
    margin-left:10px;
    font-size: 15px;
    font-weight: 500;
    color:#333333;
}
.pansize .size_point {
    font-size: 15px;
    color:#777777;
    line-height: 1.6;
}
/* //guide - size */

/* terms */
.terms {
    padding:40px 0 100px;
}
.terms_tab {
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0;
}

.terms_tab li {
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 33.333333%;
    z-index: 1;
    border-bottom: 2px solid #5ac2d8;
}

.terms_tab li.selected {
    border-bottom: none;
    z-index: 2;
}

.terms_tab li.selected a {
    height: 37px;
    border: 2px solid #5ac2d8;
    border-bottom: none;
    background: #fff;
    color: #5ac2d8;
}

.terms_tab li a {
    display: block;
    height: 36px;
    margin-left: -1px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    color: #333;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
}

.terms_con {
    padding: 20px;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}



/* responsive */
@media screen and (max-width:1200px) {

    /* member type */
    .member .member_type .mem_box a {
        height:230px;
        padding:20px;
    }

    /* about - summary */
    .summary .manage_box .box {
        width:calc(50% - 7.5px);
        margin-right:15px;
        margin-bottom:15px;
    }
    .summary .manage_box .box + .box {
        margin-left:0;
    }
    .summary .manage_box .box:nth-of-type(2n+0) {
        margin-right:0;
    }

    /* estimate */
    .estimate .info_box table select {
        width:160px;
    }
    .estimate .info_box .total_box .sum {
        float:none;
        line-height: 1.3;
    }
    .estimate .info_box .total_box .result {
        float:none;
        margin-top:10px;
        text-align:right;
    }
    .estimate .form_box .w-big {
        width:500px;
    }

}

@media screen and (max-width:850px) {

    /* login */
    .login-container {
        padding:40px 0;
    }
    .full_ttl {
        padding-bottom:10px;
        font-size:17px;
    }
    #member {
        padding:20px 0;
    }
    .login_top {
        padding-left:68px;
        margin-bottom:15px;
        background-size:61px;
    }
    .login_top h2 {
        font-size:20px;
    }
    .login_top * {
        font-size:14px;
    }
    .login_box input {
        height:40px;
        padding:0 10px;
        font-size:13px;
    }
    .login_box input::placeholder {
        font-size:13px;
    }
    .login_box .login_btn {
        font-size:15px;
        line-height:89px;
    }
    .login_check {
        margin-top:12px;
    }
    .login_check .checkbox input + label {
        padding-left: 30px;
        font-size:14px;
        line-height: 20px;
        background-size:20px;
    }
    .login_check .checkbox input:checked + label {
        background-size: 20px;
    }
    .login_check ul li a {
        font-size:14px;
        line-height: 20px;
    }

    /* find id/pw */
    #member.login_find {
        padding:20px 0;
    }
    .member_tab li a {
        font-size:15px;
        line-height: 40px;
    }
    .member_tab li a.on {
        font-size: 15px;
    }
    .login_find .login_box .email_wrap .button_wrap button {
        font-size:13px;
        line-height: 38px;
    }
    .login_find .find_caution {
        margin-top:5px;
        padding-left: 25px;
        font-size: 13px;
        line-height: 20px;
        background-size: 20px;
    }
    .login_find .find_btn {
        width:180px;
        margin-top:25px;
        font-size: 15px;
        line-height: 45px;
    }

    /* member type */
    .join_container {
        padding:40px 0;
    }
    .member .member_type {
        padding:20px 0;
    }
    .member .member_type .mem_box {
        float:none;
        width:100%;
    }
    .member .member_type .mem_box + .mem_box {
        margin-left:0;
        margin-top:15px;
    }
    .member .member_type .mem_box a {
        height:auto;
        padding:20px 15px;
    }
    .member .member_type .type {
        font-size:20px;
    }
    .member .member_type .info {
        min-height: inherit;
        margin-top:15px;
        font-size:14px;
    }
    .member .member_type .join_btn {
        width:31px;
        height:32px;
    }

    /* member agree */
    .member .member_agree {
        padding:20px 0;
    }
    .member .member_agree .top {
        margin-bottom:10px;
    }
    .member .member_agree .top p {
        font-size: 15px;
    }
    .member .member_agree .top .checkbox input + label {
        padding-left: 25px;
        font-size: 14px;
        line-height: 20px;
        background-size: 20px;
    }
    .member .member_agree .top .checkbox input:checked + label {
        background-size: 20px;
    }
    .member .member_agree .cont {
        padding:15px;
        font-size: 13px;
    }
    .member .member_agree .button_wrap {
        margin-top:30px;
    }
    .member .member_agree .button_wrap button {
        width:calc(50% - 6px);
        height: 45px;
        font-size: 15px;
    }

    /* member form */
    #member.member_form {
        max-width: inherit;
    }
    .form-box2 .input_wrap input {
        padding:0 10px;
        height:40px;
        line-height: 38px;
        font-size: 13px;
    }
    .form-box2 .input_wrap p {
        margin:10px 0 15px;
        font-size: 13px;
    }
    .form-box2 .button_wrap > .phone_num {
        height:40px;
    }
    .form-box2 .button_wrap > .phone_num input {
        width:calc(33.33% - 10px);
        padding: 0 5px;
    }
    .form-box2 .button_wrap > .phone_num span {
        width:15px;
        line-height: 40px;
    }
    .form-box2 .button_wrap button {
        height:40px;
        font-size:13px;
    }
    .form-box2 .checkbox input[type="checkbox"] + label {
        padding-left:20px;
        font-size:13px;
    }
    .form-box2 .form_btn {
        height:45px;
        margin-top:25px;
        font-size: 15px;
    }

    /* member form finish */
    .member .member_welcome {
        padding:30px 0;
    }
    .member .member_welcome .big {
        font-size: 25px;
        line-height: 1.3;
    }
    .member .member_welcome .button_wrap {
        margin-top:30px;
    }
    .member .member_welcome .button_wrap button {
        width: calc(50% - 6px);
        height: 45px;
        font-size: 15px;
    }

    /* service - facility */
    .facility {
        padding:30px 0;
    }
    .facility .cont {
        padding: 30px 0;
    }
    .facility .cont .box + .box {
        margin-top:40px;
    }
    .facility .ttl {
        margin-bottom:8px;
        font-size:20px;
    }
    .facility .ttl:before {
        width:4px;
        height:15px;
        margin-right:8px;
    }
    .facility span {
        font-size:14px;
        line-height: 1.7;
    }

    /* sub_layout */
    #container.sub {
        padding:0;
    }
    .sub .inner {
        padding:0;
    }
    .sub_nav {
        float:none;
        width:100%;
    }
    .sub_cont {
        float:none;
        width:100%;
        min-height: inherit;
        padding:0;
        margin-left:0;
        border:none;
    }
    .sub_nav .top {
        display:none;
    }
    .sub_nav .depth_ttl {
        display:block;
        position: relative;
        width:100%;
        padding:0 10px;
        font-size: 17px;
        color:#222222;
        line-height: 48px;
        border-bottom:1px solid rgba(149,149,149,.5);
        text-align: left;
    }
    .sub_nav .depth_ttl:after {
        content:'';
        display:block;
        position: absolute;
        top:0;
        right:0;
        width:38px;
        height:48px;
        background:url('../img/btn/btn_nav_arrow.png') center no-repeat;
        background-size:11px;
    }
    .sub_nav .depth_ttl.active:after {
        transform:rotate(-180deg);
    }
    .sub_nav .depth_ttl {
        display:block;
        position: relative;
        width:100%;
        padding:0 10px;
        font-size: 17px;
        color:#222222;
        line-height: 48px;
        border-bottom:1px solid rgba(149,149,149,.5);
        text-align: left;
    }
    .sub_nav .depth_ttl.on {
        font-weight:700;
        color:#00b5db;
    }
    .sub_nav .depth_ttl:after {
        content:'';
        display:block;
        position: absolute;
        top:0;
        right:0;
        width:38px;
        height:48px;
        background:url('../img/btn/btn_nav_arrow.png') center no-repeat;
        background-size:11px;
    } 
    .sub_nav .depth_ttl.active:after {
        transform:rotate(-180deg);
    }
    .sub_depth .depth_ttl {
        font-weight: 700;
        color:#00b5db;
    }
    .sub_depth .depth_ttl:after {
        background:url('../img/btn/btn_nav_depth_arrow.png') center no-repeat;
        background-size:11px;
    }
    .sub_depth .depth_ttl.active:after {
        background:url('../img/btn/btn_nav_depth_arrow_close.png') center no-repeat;
        background-size:11px;
    }
    .sub_nav .main_depth {
        position: relative;
    }
    .sub_nav .sub_depth_top {
        position: relative;
    }
    .sub_nav .sub_depth {
        position: relative;
    }
    .sub_nav .depth01 {
        display:none;
        position:absolute;
        top:49px;
        left:0;
        width:100%;
        background-color:#f8f8f8;
        border-bottom:1px solid rgba(149,149,149,.5);
        z-index:99;
    }
    .sub_nav .depth01 > li {
        border-color:rgba(149,149,149,.2);
    }
    .sub_nav .depth01 > li:last-of-type {
        border-bottom:none;
    }
    .sub_nav ul li a {
        padding-left:10px;
        font-size:17px;
        font-weight:300;
        line-height: 40px;
    }
    .sub_nav ul li a:before {
        content:'-';
        display:inline-block;
        margin-right: 3px;
    }
    .sub_nav ul li:first-of-type a {
        border-top:none;
    }
    .main_depth ul li:last-of-type {
        border-bottom: none;
    }
    .sub_nav .depth02 {
        border-top: 1px solid rgba(149,149,149,.3);
    }
    .sub_nav ul li.active > a {
        font-weight:400;
        color:#333;
        background:none;
    }
    .sub_cont h3 {
        display:none;
    }

    /* about - welcome */
    .about.welcome {
        padding:20px 17px;
    }
    .welcome .img_box {
        float:none;
        display:flex;
        align-items: center;
        justify-content: center;
        width:100%;
        height:120px;
        border:1px solid #5ac2d8;
        border-radius:5px;
    }
    .welcome .img_box img {
        width:140px;
    }
    .welcome .txt_box {
        float:none;
        width:100%;
        margin-left:0;
        margin-top:21px;
    }
    .welcome .txt_box i {
        display:none;
    }
    .welcome .txt_box p {
        position: relative;
        padding-left:10px;
        margin-bottom:20px;
        font-size: 17px;
    }
    .welcome .txt_box p:before {
        content:'';
        display:block;
        position: absolute;
        top:0;
        left:0;
        width:2.5px;
        height:100%;
        background-color:#000000;
    }
    .welcome .txt_box p em {
        display:block;
        font-size: 30px;
        font-weight: 700;
    }
    .welcome .txt_box p + span {
        font-size:13px;
    }

    /* about - summary */
    .about.summary {
        padding:15px 12px 0;
    }
    .summary .intro {
        font-size:14px;
    }
    .summary .manage_box {
        margin-top:20px;
    }
    .summary .manage_box .box {
        width:calc(50% - 7.5px);
        height:180px;
        padding:15px 10px;
    }
    .summary .manage_box .box_ttl {
        padding-top:30px;
        font-size:12px;
        background-size:20px;
    }
    .summary .manage_box .box_ttl strong {
        font-size:14px;
    }
    .summary .manage_box span {
        margin-top:13px; 
        font-size:13px;
    }

    /* about - history */
    .about.history {
        padding:14px 10px;
    }
    .history .img_box {
        float:none;
        width:100%;
    }
    .history .txt_box {
        float:none;
        width:100%;
        padding-left:13px;
        margin-top:18px;
        margin-left:10px;
    }
    .history .txt_box .ttl {
        padding-bottom:20px;
        font-size:20px;
    }
    .history .txt_box .ttl:after {
        display:none;
    }
    .history .txt_box ul li {
        display:flex;
        align-items: flex-start;
    }
    .history .txt_box ul li .year {
        font-size:15px;
        line-height: 22px;
    }
    .history .txt_box ul li .cont {
        font-size:17px;
    }
    .history .txt_box ul li:before {
        top:6px;
        left:-18px;
        width:10px;
        height:10px;
        border-width:2px;
    }

    /* about - organization */
    .about.organization {
        padding:23px 14px 0;
    }

    /* about - location */
    .about.location {
        padding: 14px 10px;
    }
    .location .root_daum_roughmap .wrap_map {
        height:182px;
    }
    .location .info {
        margin-top:20px;
    }
    .location .info table,
    .location .info table tbody,
    .location .info table tbody tr,
    .location .info table tbody th,
    .location .info table tbody td {
        display:block;
    }
    .location .info table tr th {
        padding:0 10px;
        font-size:14px;
        line-height: 40px;
        border-bottom: 1px solid #d7d7d7;
        text-align:center;
        background-color:rgba(248,248,248,.6);
    }
    .location .info table tr td {
        padding: 12px 10px;
        font-size:14px;
        text-align:center;
    }

    /* portfolio */
    .portfolio {
        padding:20px 10px;
    }
    .portfolio .port_list ul li {
        width:calc(50% - 5px);
        margin-right:10px;
        margin-bottom: 10px;
    }
    .portfolio .port_list ul li:nth-of-type(2n+0) {
        margin-right:0;
    }
    .port_pop .pop_cont .img_box {
        width:100%;
    }

    /* estimate */
    .estimate .cont {
        padding: 20px 0 60px;
    }
    .estimate .cont .inner {
        padding: 0 10px;
    }
    .estimate h3 {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.3;
    }
    .estimate h3 span {
        margin-left: 5px;
        font-size: 12px;
    }
    .estimate .info .img_box {
        float:none;
        width:100%;
    }
    .estimate .info .info_box {
        float:none;
        width:100%;
        margin-top:30px;
        margin-left: 0;
        padding:0;
        border:none;
    }
    .estimate .img_box .button_box {
        margin-top: 20px;
    }
    .estimate .img_box .button_box button {
        width:100px;
        font-size:12px;
        line-height: 28px;
    }
    .estimate .info_box h4 {
        padding-left: 3px;
        margin-bottom: 9px;
        font-size: 15px;
    }
    .estimate .info_box table,
    .estimate .info_box table tbody,
    .estimate .info_box table tr,
    .estimate .info_box table tr th,
    .estimate .info_box table tr td {
        display:block;
    }
    .estimate .info_box table tr {
        padding:20px 0;
    }
    .estimate .info_box table tr th {
        padding-left:3px;
        padding-bottom:13px;
        font-size: 14px;
    }
    .estimate .info_box table tr td {
        padding:0;
    }
    .estimate .info_box table .select_box {
        display:block;
        width:100%;
    }
    .estimate .info_box table .select_box select {
        width:100%;
    }
    .estimate .info_box table .select_box select + select {
        margin-left:0;
        margin-top:5px;
    }
    .estimate .info_box table .select_box + button {
        margin-left:0;
        margin-top:5px;
        width:100%;
    }
    .estimate .info_box table .row_box + .row_box {
        margin-top:13px;
    }
    .estimate .info_box table strong {
        display:block;
        margin-bottom:5px;
    }
    .estimate .info_box table .select_box.multi_select {
        width:100%;
        font-size:0;
    }
    .estimate .info_box table .select_box.multi_select select {
        width: calc(50% - 12px);
    }
    .estimate .info_box table .select_box.multi_select select + select {
        margin-left:6px;
        margin-top:0;
    }
    .estimate .info_box table .select_box.multi_select span {
        margin-left:4px;
    }
    .estimate .info_box .total_box {
        margin-top:10px;
        padding: 15px 10px 20px;
    }
    .estimate .info_box .total_box .sum {
        font-size:15px;
        line-height: 1.5;
    }
    .estimate .info_box .total_box .result {
        font-size:15px;
    }
    .estimate .info_box .total_box .result em {
        font-size: 25px;
    }
    .estimate .form_box h4 {
        padding-left: 5px;
        margin-bottom: 8px;
        font-size:15px;
    }
    .estimate .form_box table colgroup col:first-of-type {
        width:100px !important;
    }
    .estimate .form_box table th {
        padding:12px 10px 0;
        font-size:14px; 
    } 
    .estimate .form_box table td {
        padding: 5px;
    }
    .estimate .form_box .file_wrap label .box {
        width:calc(100% - 90px);
        height:30px;
        line-height: 28px;
    }
    .estimate .form_box .file_wrap label span {
        margin-left:5px;
        width:80px;
        font-size:13px;
        line-height: 30px;
    }
    .estimate .form_box .w-big {
        width:100%;
    }
    .estimate .form_box .w-mid {
        width:100%;
        max-width:200px;
    }
    .estimate .form_box .w-sml01 {
        width:calc(33.33% - 10px);
        max-width:100px;
    }
    .estimate .form_box .w-sml02 {
        width:calc(100% - 90px);
        max-width:150px;
    }
    .estimate .form_box .memo {
        margin-top:5px;
        line-height: 1.3;
    }
    .estimate .form_box input,
    .estimate .form_box select {
        height:30px;
    }
    .estimate .form_box .postcode {
        width:85px;
        height:30px;
        margin-left:5px;
    }
    .estimate .form_box .postcode span {
        font-size: 14px;
    }
    .estimate .form_box .input_wrap + .input_wrap {
        margin-top:5px;
    }
    .estimate .form_box .multi_wrap span {
        width:9px;
        margin:0 3px;
    }
    .estimate .form .button_wrap {
        margin-top:18px;
        padding:0 20px;
        text-align:center;
    }
    .estimate .form .button_wrap button {
        width:calc(50% - 5px);
        height: 35px;
        font-size:15px;
    }
    .estimate .info_box .box_wrap + .box_wrap {
        margin-top: 30px;
    }
    .estimate .info_box .tab_box {
        padding: 15px 0 5px;
    }
    .estimate .info_box .tab_box button {
        width:calc(50% - 4px);
        margin-right:8px;
        margin-bottom:8px;
        font-size:14px;
        line-height: 30px;
    }
    .estimate .info_box .tab_box button + button {
        margin-left:0;
    }
    .estimate .info_box .tab_box button:nth-of-type(2n+0) {
        margin-right:0;
    }
    .estimate .info_box table .checkbox .input_wrap {
        margin-right:10px;
    }
    .estimate .info_box table .checkbox .input_wrap + .input_wrap {
        margin-left:0;
    }
    .estimate .info_box table .option_add {
        padding: 10px 5px;
    }
    .estimate .info_box .tab_box .radio_box {
        margin:10px 0 0;
    }
    .estimate .info_box .tab_box .radio_wrap {
        margin-right:13px;
        margin-bottom:10px;
    }
    .estimate .info_box .tab_box .radio_wrap + .radio_wrap {
        margin-left:0;
    }
    .estimate .info_box .tab_box .radio_box input + label {
        padding-left:24px;
        font-size:14px;
        line-height: 18px;
        background-size:18px;
    }
    .estimate .info_box .tab_box .radio_box input:checked + label {
        background-size: 18px;
    }

    /* guide - download */
    .guide.download {
        padding: 25px 15px 80px;
    }
    .download .point {
        margin-bottom:13px;
        font-size:13px;
        color:#009fc1;
        line-height:1.3;
    }
    .download .tab_box ul {
        text-align:center;
    }
    .download .tab_box button {
        min-width:210px;
    }
    .download .layout_row .tab_box {
        margin-top:23px;
    }
    .download .layout_row .tab_box ul li {
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }
    .download .layout_col {
        display:flex;
        flex-flow: column-reverse;
        align-items: center;
    }
    .download .layout_col .tab_box {
        float:none;
        width:100%;
        padding: 0;
    }
    .download .layout_col .guide_box {
        float:none;
        width:100%;
        padding:0;
        margin-bottom:23px;
        border:none;
    }

    /* guide - process */
    .guide.process {
        padding: 20px 10px 50px;
    }
    .process .cut {
        margin-bottom:14px;
        font-size:14px;
    }
    .process .box + .box {
        margin-top: 30px;
    }
    .process .name {
        padding-left: 8px;
        font-size:15px;
    }
    .process .name:before {
        font-size:13px;
    }
    .process .explain {
        margin-bottom:10px;
        font-size:14px;
        line-height: 1.4;
    }
    .process .img_box {
        font-size:0;
    }
    .process .img_box img {
        width:calc(50% - 4.5px);
    }
    .process .img_box img + img {
        margin-left: 9px;
    }

    /* guide - product */
    .guide.product {
        padding-bottom: 40px;
    }
    .product .box {
        padding: 19px 10px;
    }
    .product .img_box {
        float:none;
        width:55%;
    }
    .product .txt_box {
        float:none;
        width:100%;
        padding-top:15px;
        padding-left:0;
    }
    .product .txt_box .name {
        font-size:15px;
    }
    .product .txt_box .name .en {
        margin-left: 8px;
        font-size: 11px;
    }
    .product .txt_box .name:before {
        margin-right:5px;
        width:2px;
        height:13px;
        margin-top:2px;
    }
    .product .txt_box .sub_ex {
        margin-top:7px;
        font-size:14px;
        line-height: 1.3;
    }
    .product .txt_box .explain {
        margin-top:15px;
        font-size:14px;
        line-height: 1.3;
    }
    .product .attn {
        margin-top: 20px;
    }
    .product .attn strong {
        margin-bottom: 7px;
        font-size: 15px;
    }
    .product .attn li {
        font-size: 14px;
    }
    .product .attn li:before {
        line-height: 1;
    }
    .product .attn li + li {
        margin-top:10px;
    }
    .product .txt_box .explain .tip {
        margin-top: 5px;
        font-size:12px;
    }

    /* guide - work */
    .guide.work {
        padding: 0 10px 40px;
    }
    .work .box {
        padding: 20px 0px 30px;
    }
    .work .box_top {
        padding-bottom:15px;
        border-bottom:none;
    }
    .work .box_top h4 {
        margin-bottom:7px;
        font-size:15px;
    }
    .work .box .name {
        margin-bottom:8px;
        padding-left: 16px;
        font-size: 15px;
        background:url('../img/ico/ico_name_check_mo.png') left center no-repeat;
        background-size:11px;
    }
    .work .box .sub_ex {
        margin-bottom:25px;
        font-size:14px;
        line-height: 1.4;
    }
    .work .box .explain {
        font-size:14px;
    }
    .work .info_box {
        padding: 20px 10px 25px;
    }
    .work .info_box .sub_ex {
        font-size:14px;
        line-height: 1.4;
    }
    .work .info_box .type_box {
        margin: 15px 0;
    }
    .work .type_box .type {
        float:none;
        width:100%;
        padding: 0 8px;
        box-sizing:border-box;
    }
    .work .type_box .type img {
        margin:0 auto;
    }
    .work .type_box .type + .type {
        margin-left:0;
        margin-top: 16px;
    }
    .work .type_box strong {
        margin-bottom: 7px;
        font-size:11px;
        line-height: 25px;
    }
    .work .type_box .info {
        margin-top: 9px;
    }
    .work .explain_box {
        padding: 10px;
    }
    .work .info_box .diff_box {
        margin: 18px 0 15px;
    }
    .work .diff_box .type {
        float:left;
        width:100%;
    }
    .work .diff_box .type.type01 {
        padding-right:0;
        padding-bottom:24px;
    }
    .work .diff_box .type.type02 {
        padding-left:0;
        padding-top:24px;
    }
    .work .diff_box .type + .type {
        border-left:none;
        border-top:1px solid rgba(0,0,0,.3);
    }
    .work .diff_box .ex_box div {
        max-width:100px;
        margin-bottom:16px;
    }
    .work .diff_box .ex_box {
        text-align:center;
    }
    .work .diff_box .info {
        margin-top:10px;
    }
    .work .title {
        margin: 15px 0 10px;
        font-size:15px;
        line-height: 30px;
    }

    /* guide - pansize */
    .guide.pansize {
        padding:20px 10px 40px;
    }
    .pansize .box {
        margin-bottom:20px;
        padding-bottom:20px;
    }
    .pansize h4 {
        font-size:14px;
    }
    .pansize .explain {
        margin: 8px 0 11px;
        font-size: 14px;
    }
    .pansize .size_box .size_txt {
        margin-left:0;
        margin-top: 8px;
        font-size:14px;
    }
    .pansize .size_point {
        font-size:14px;
        line-height: 1.5;
    }
    
    /* guide - order */
    .guide.order {
        padding: 20px 10px 40px;
    }
    .order h4 {
        margin-bottom:20px;
    }
    .order .list_type_basic li {
        font-size:14px;
    }
    .order .notice_box .txt_box {
        padding: 15px;
    }

    /* board */
    .contact {
        padding: 0 0 55px;
    }
    .contact .inner {
        padding: 0 10px;
    }
    .contact .ttl {
        margin-bottom:10px;
        font-size:15px;
    }
    .contact_fix {
        margin-bottom: 0;
    }
    .contact_fix .search_box {
        padding: 19px 0 15px;
        background-color:transparent;
    }
    .contact_fix .search_box .ttl,
    .contact_fix .search_box .ttl + span,
    .contact_fix .search_box .search_input select {
        display:none;
    }
    .contact_fix .search_box .search_input {
        padding: 0 5px;
    }
    .contact_fix .search_box .search_input * {
        font-size:13px;
    }
    .contact_fix .search_box .search_input input {
        width: calc(100% - 55px);
        height: 30px;
        margin: 0 5px 0 0;
        border-width: 1px;
    }
    .contact_fix .search_box .search_input button {
        width:50px;
        height:30px;
    }

    /* board list */
    .board_basic table {
        margin-bottom: 20px;
    }
    .board_basic .board_basic_btm .next_prev_box {
        float:none;
    }
    .board_basic .board_basic_btm .edit_btn {
        float:none;
        display:block;
        height:35px;
        margin-bottom:20px;
        margin-left:auto;
    }

    /* contact pu */
    .contact_pu .contact_qna {
        margin-bottom: 50px;
    }
    .contact_pu .contact_qna .pu_wrap a {
        padding: 17px 40px 17px 50px;
        font-size: 14px;
    }
    .contact_pu .contact_qna .pu_wrap a:before {
        width: 26px;
        height:26px;
        font-size:12px;
        line-height: 24px;
    }
    .contact_pu .contact_qna .pu_wrap a:after {
        width:13px;
        top: 23px;
        right: 10px;
        background-size:13px;
    }
    .contact_pu .contact_qna .pu_answer {
        padding: 17px 10px 17px 50px; 
        font-size: 14px;
    }
    .contact_pu .contact_qna .pu_answer:before {
        width: 26px;
        height:26px;
        font-size:12px;
        line-height: 24px;
    }

    /* board view */
    .board_view {
        margin-top:30px;
    }
    .board_view_box .subject {
        padding:15px 5px;
        font-size:15px;
    }
    .board_view_box .post_info {
        padding: 15px 10px;
    }
    .board_view_box .post_info span {
        font-size:14px;
    }
    .board_view_list_box {
        padding: 0 10px;
    }
    .board_view_list_box a {
        display:flex;
        line-height: 40px;
    }
    .board_view_list_box a * {
        font-size:14px;
    }
    .board_view_button {
        margin-top:20px;
    }
    .board_view_button button + button {
        margin-left:6px;
    }
    .board_view_button button {
        width:calc(33.33% - 4px);
        max-width: 150px;
        font-size:14px;
    }
    .board_view_button .modify_btn {
        margin:0;
    }

    /* board write */
    .board_write {
        margin-top:30px;
    }
    .board_write table tr th {
        width:100px;
        padding:0 10px;
        font-size:15px;
    }
    .board_write table tr td {
        padding: 10px;
    }
    .board_write table tr td * {
        font-size:14px;
    }
    .board_write table input {
        width:100%;
        height: 30px;
    }
    .board_write table .file_add input {
        width:calc(100% - 80px);
    }
    .board_write table input[type="file"] + label {
        height:30px;
        line-height: 30px;
    }
    .board_write_btn {
        margin-top: 20px;
    }
    .board_write_btn button {
        width:calc(50% - 5px);
        max-width:150px;
        font-size: 14px;
    }

    /* 접수현황 list */
    .contact_rcpt .board_basic table,
    .contact_rcpt .board_basic table tbody,
    .contact_rcpt .board_basic table tr,
    .contact_rcpt .board_basic table tr th,
    .contact_rcpt .board_basic table tr td {
        display:block;
        text-align: left;
    }
    .contact_rcpt .board_basic table {
        border-top:none;
    }
    .contact_rcpt .board_basic table thead {
        display:none;
    }
    .contact_rcpt .board_basic table tr {
        border-top:1px solid #000;
        border-bottom:none;
    }
    .contact_rcpt .board_basic table tr:last-of-type {
        border-bottom:1px solid #d7d7d7;
    }
    .contact_rcpt .board_basic table th {
        padding:0 5px;
        font-size: 14px;
        line-height: 1.5;
    }
    .contact_rcpt .board_basic table td {
        padding:0 5px;
        font-size: 14px;
        line-height: 1.5;
    }
    .contact_rcpt .board_basic .table_date {
        padding: 0 10px;
        line-height: 30px;
        background-color:#f8f8f8;
        border-bottom: 1px solid #d7d7d7;
    }
    .contact_rcpt .board_basic .order_num {
        margin-top: 10px;
        color:#777777;
    }
    .contact_rcpt .board_basic .table_ttl {
        margin: 6px 0;
    }
    .contact_rcpt .board_basic .order_status {
        margin-bottom: 15px;
    }
    .board_basic table tbody tr td.order_status span {
        width:70px;
        font-size:13px;
        line-height: 25px;
        text-align: center;
    }
    .board_basic table tbody tr td.table_ttl a {
        padding:0;
        font-weight: 500;
    }

    /* terms */
    .terms {
        padding: 20px 0 50px;
    }
    .terms_tab li a {
        font-size:13px;
    }
    .terms_con {
        padding:10px;
        font-size:13px;
    }


}

@media screen and (max-width:360px) {

    /* estimate */
    .estimate .form_box .w-mid {
        max-width: 170px;
    }
    .estimate .form_box .unit {
        margin-left: 3px;
        font-size: 13px;
    }

    /* terms */
    .terms_tab li a {
        font-size:10px;
    }

} 