#header {
    background: #ABC1D1;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #a4b9c8;
}

#header h2 {
    text-align: center;
    line-height: 50px;
    color: #222;
    font-weight: 800;
}

.left_gnb {
    position: absolute;
    top: 8px;
    left: 10px;

}

.left_gnb p {
    font-size: 20px;
    color: #222;
    font-weight: 700;

}

.left_gnb p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 40px;
    background: url(../images/ic_arrow.png) -4px 6px no-repeat;


}

.right_gnb {
    top: 12px;
    right: 10px;
    ;
    position: absolute;
}


.right_gnb ul li {
    display: inline-block;
}

.right_gnb ul li + li {
    margin-left: 10px;
}

#visual {
    height: 917px;
    background: #ABC1D1;
    overflow: hidden;
}

.visual_inner {
    max-width: 600px;
    margin: 0 auto;
}

.speech_box01 {
    padding-top: 20px;
    margin-bottom: 20px;
}

.speech_box02 {
    background: #fff200;
    width: 250px;
    margin: 2px 10px 10px 0;
    float: right;
    clear: both;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.box2 .first_p {
    font-size: 13px;
    font-weight: 400;
    width: 250px;
    min-height: 30px;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #e0d500;
}
.sec_p2 {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    width: 90px;
    float: left;
}
.sec_p {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    color: red;
    width: 90px;
    float: left;
}

.sec_p_down {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
}
.sec_p2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 22px;
    background: url(../images/ic_down.gif) no-repeat;
    background-size: 22px 22px;
}
.sec_p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 22px;
    background: url(../images/ic_down.gif) no-repeat;
    background-size: 22px 22px;
}

.sec_p_down:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 22px;
    background: url(../images/ic_down.gif) no-repeat;
    background-size: 22px 22px;
}


.speech_box02 span {}

.speech_box01 h2 {
    font-size: 13px;
    font-weight: 400;
    color: #444;
    padding-left: 10px;

}

.speech_box01 h2:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 40px;
    background: url(../images/ic_profile.png) 0 0 no-repeat;
    background-size: 36px 36px;
}

.box1 {
    max-width: 240px;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
    font-weight: 900;
    color: #222;
    position: relative;
    margin-left: 61px;
    margin-top: -17px;
    border-radius: 3px;
}

.box2 {
    max-width: 240px;
    background: #FFF200;
    text-align: center;
    font-weight: 900;
    color: #222;
    position: relative;
    border-radius: 3px;
}

.box1 p {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-top: 5px;
}

.box1 > img {
    width: 100%;
}

.sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid #FFF200;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFF200;
    border-bottom: 10px solid transparent;
    right: -18px;
    top: 4px;
}

.sb2:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
    border-bottom: 10px solid transparent;
    left: -8px;
    top: 6px;
}

.fr {
    color: red;
}

.fg {
    color: gray;
}

.fy {
    color: yellow;
}


/* progress */
.ui-progressbar {
    width: 30%;
}

.progressbar {
    width: 145px;
    float: left;
    margin-top: 11px;
    background: #999;
    border-radius: 30px;
}

.progress-label {
    position: absolute;
    top: 41px;
    font-weight: bold;
    font-size: 10px;
    left: 37%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}


.progressbar2 {
    width: 145px;
    float: left;
    margin-top: 11px;
    background: #999;
    border-radius: 30px;
}

.progress-label2 {
    position: absolute;
    top: 41px;
    font-weight: bold;
    font-size: 10px;
    left: 37%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.ui-widget-header {

    height: 10px;
    border-radius: 30px;
    background: #4B4B4B url("../images/bg.png") 50% 50% repeat-x;
    font-weight: bold;

}


/*  ÆË¾÷  */

.rec {
    width: 300px;
    height: 450px;
    background: #523637;
    z-index: 11;
    position: absolute;

    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;

}

.pop_tit {
    width: 300px;
    height: 68px;
    padding: 12px;
    border-bottom: 1px solid #392626;
    color: #fff;
    font-weight: 600;
    font-size: 18px;

}

.pop_con {
    padding: 12px;
    color: #fff;
    font-size: 15px;
}

.pop_tit:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 42px;
    background: url(../images/ic_profile.png) 0 0 no-repeat;
    background-size: 42px 42px;
}

.input_box {
    padding: 0 14px;
}

.input_box ul {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.input_box ul li {
    width: 100%;
    float: none;
    display: inline-block;
    margin-top: 5px;
    line-height: 33px;
    text-align: left;
    box-sizing: border-box;
}

.input_box ul li:first-child {
    margin-top: 0;
}

.input_box ul li select {
    height: 45px;
    font-size: 16px;
    display: block;
    float: left;
    border: 0;
    box-sizing: border-box;
    padding: 3px 4px;
    box-shadow: 0;
    background-color: #fff;
    border: 1px solid #000;
}

.input_box ul li input {
    height: 45px;
    font-size: 16px;
    display: block;
    float: left;
    border: 0;
    box-sizing: border-box;
    padding: 3px 4px;
    box-shadow: 0;
    background-color: #fff;
    border: 1px solid #000;
}

.input_box ul li .prdName {
    width: 100%;
}

.input_box ul li .prdNum1 {
    width: 32%;
    margin-right: 2%;
}

.input_box ul li .prdNum2 {
    width: 32%;
    margin-right: 0;
}

.btn_num {
    height: 43px;
    line-height: 43px;
    border: 1px solid #4a4a4a;
    border-radius: 3px;
    background: #fff200;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 0 10px;
    margin:0 20px;
}

.btn_num a {
    color: #222;
    font-weight: 800;
}

.btn_close {
    top: 10px;
    right: 10px;
    position: absolute;
}

.btn_close > img {
    width: 16px;
}

.agree_box {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    color: #cdcdcd;
}


.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 10;
}
